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

Builder curl-unthreaded-solaris11-sparc Build #4046

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 35 mins, 42 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 18 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 4046 Build
codebase Build
got_revision c9460d623776f6e439e8e5851cfa17b3b0a6cdc0 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c9460d623776f6e439e8e5851cfa17b3b0a6cdc0 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:

StartWed Jun 11 19:19:42 2025
EndWed Jun 11 19:55:49 2025
Elapsed36 mins, 6 secs

All Changes:

:

  1. Change #232034

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 11 Jun 2025 19:05:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c9460d623776f6e439e8e5851cfa17b3b0a6cdc0

    Comments

    libtests: stop building the sames source multiple times
    After this patch there is no more double/multiple compile of the same
    libtest source under a different libtest ID. Each libtest is compiled
    once, and changing behavior at runtime based on test ID.
    
    - drop recently added physical clones for two prevously multi-compiled
      tests:
      - merge lib587 into lib554 again, branch at runtime.
      - merge lib645 into lib643 again, branch at runtime.
    
    - replace existing dynamic branching to use `testnum` instead of
      a manually rolled `testno` based on an extra command-line argument.
      lib1571, lib1576.
    
    - mk-bundle.pl: stop defining `LIB*` macros. No longer used.
    
    - libtests: drop all `LIB*_C` guards.
    
    - Make these tests branch at runtime, stop building copies:
      - lib585, based on lib500
      - lib565, based on lib510
      - lib529, based on lib525
      - lib527, lib532, based on lib526
      - lib545, based on lib544
      - lib548, based on lib547
      - lib696, based on lib556
      - lib584, based on lib589
      - lib1539, based on lib1514
      - lib1543, based on lib1518
      - lib1917, based on lib1916
      - lib1946, based on lib1940
      - lib671, 672, 673, based on lib670
    
    Follow-up to 02dd471bbf8e04fc595ad0f28c965c278ffcefd0 #17591
    Follow-up to 6897aeb10561b55c6659866fc0518dd67422f267 #17468
    
    Closes #17598

    Changed files

    • tests/data/test1539
    • tests/data/test1543
    • tests/data/test1571
    • tests/data/test1572
    • tests/data/test1573
    • tests/data/test1574
    • tests/data/test1575
    • tests/data/test1576
    • tests/data/test1578
    • tests/data/test1581
    • tests/data/test1917
    • tests/data/test1946
    • tests/data/test527
    • tests/data/test529
    • tests/data/test532
    • tests/data/test545
    • tests/data/test548
    • tests/data/test565
    • tests/data/test584
    • tests/data/test585
    • tests/data/test586
    • tests/data/test587
    • tests/data/test595
    • tests/data/test596
    • tests/data/test645
    • tests/data/test671
    • tests/data/test672
    • tests/data/test673
    • tests/data/test696
    • tests/libtest/Makefile.inc
    • tests/libtest/lib1514.c
    • tests/libtest/lib1518.c
    • tests/libtest/lib1571.c
    • tests/libtest/lib1576.c
    • tests/libtest/lib1916.c
    • tests/libtest/lib1940.c
    • tests/libtest/lib500.c
    • tests/libtest/lib510.c
    • tests/libtest/lib525.c
    • tests/libtest/lib526.c
    • tests/libtest/lib544.c
    • tests/libtest/lib547.c
    • tests/libtest/lib554.c
    • tests/libtest/lib555.c
    • tests/libtest/lib556.c
    • tests/libtest/lib587.c
    • tests/libtest/lib589.c
    • tests/libtest/lib643.c
    • tests/libtest/lib645.c
    • tests/libtest/lib670.c
    • tests/mk-bundle.pl