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

Builder curl-ares-solaris11-i386 Build #3655

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionf37d5f42f22eaefdd472454f049d5345aaec203f
Got Revisionf37d5f42f22eaefdd472454f049d5345aaec203f
Changes4 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Jun 26 12:50:12 2025
EndThu Jun 26 15:37:35 2025
Elapsed2 hrs, 47 mins, 22 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
  4. Change #237805

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

    Comments

    tests: fix `BUNDLE` variable references in `Makefile.am`
    Bug: https://github.com/curl/curl/pull/17750/files#diff-0c866a04cf144e1595f64820c652daaa923358d4de1b30ca8baf85c70ec12a2dR83
    
    Closes #17751

    Changed files

    • tests/client/Makefile.am
    • tests/server/Makefile.am
    • tests/tunit/Makefile.am
    • tests/unit/Makefile.am