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

Builder curl-unthreaded-solaris11-sparc Build #4128

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision1679802b3a8273455fd460600424820d81a2dc99
Got Revision1679802b3a8273455fd460600424820d81a2dc99
Changes3 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 25 mins, 23 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-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 4128 Build
codebase Build
got_revision 1679802b3a8273455fd460600424820d81a2dc99 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1679802b3a8273455fd460600424820d81a2dc99 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Jun 26 10:43:53 2025
EndThu Jun 26 11:59:39 2025
Elapsed1 hrs, 15 mins, 45 secs

All Changes:

:

  1. Change #237801

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 26 Jun 2025 10:20:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 53c88435d88f7d3a590967cc243157533bb0bdb0

    Comments

    build: split `.c` and `.h` file lists in tests
    It allows to pass `.h` files only where they are really needed, which is
    `EXTRA_DIST` (or `*SOURCES`) for autotools.
    
    Also:
    - rename variables to be shorter and consistent.
    - drop references to non-local headers. We don't need to pass them as
      dist sources.
    - drop empty variables and references, after the above.
    - server: add placeholder `UTIL_H`.
    
    Closes #17745

    Changed files

    • tests/client/CMakeLists.txt
    • tests/client/Makefile.am
    • tests/client/Makefile.inc
    • tests/libtest/CMakeLists.txt
    • tests/libtest/Makefile.am
    • tests/libtest/Makefile.inc
    • tests/server/CMakeLists.txt
    • tests/server/Makefile.am
    • tests/server/Makefile.inc
    • tests/tunit/CMakeLists.txt
    • tests/tunit/Makefile.am
    • tests/tunit/Makefile.inc
    • tests/unit/CMakeLists.txt
    • tests/unit/Makefile.am
    • tests/unit/Makefile.inc
  2. Change #237802

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 26 Jun 2025 10:20:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 73c548e1014962c1c58436df281c76ccb3426efa

    Comments

    autotools: drop redundant `Makefile.inc` from `EXTRA_DIST` in src
    Closes #17747

    Changed files

    • src/Makefile.am
  3. Change #237803

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 26 Jun 2025 10:20:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1679802b3a8273455fd460600424820d81a2dc99

    Comments

    tests: use %b64[] to base64 data in 2056, 2057
    Follow-up to 63011ac638d83a92294ed5682dbb91484b1ff8d3 #17721
    
    Closes #17748

    Changed files

    • tests/data/test2056
    • tests/data/test2057