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

Builder curl-ares-solaris10-sparc Build #2830

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisioncbc062a7b82ce3f58617290b579a526176dd3932
Got Revisioncbc062a7b82ce3f58617290b579a526176dd3932
Changes7 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 59 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 16 mins, 15 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 mins, 4 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 2830 Build
codebase Build
got_revision cbc062a7b82ce3f58617290b579a526176dd3932 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision cbc062a7b82ce3f58617290b579a526176dd3932 Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel McCarney
  2. Daniel Stenberg
  3. Viktor Szakats

Timing:

StartThu Jun 12 14:02:15 2025
EndFri Jun 13 08:16:12 2025
Elapsed18 hrs, 13 mins, 56 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
  2. Change #232047

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 11 Jun 2025 23:06:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b950c8c03f638d986a5650a7ea7fda61bde3baf7

    Comments

    http_ntlm: remove unreachable code
    Since the code now checks for NULL and returns before this point, 'ntlm'
    cannot be NULL at this point in the code. Pointed out by Coverity.
    
    Follow-up to 55865207457ba860956aea7a31a
    
    Closes #17587

    Changed files

    • lib/http_ntlm.c
  3. Change #232049

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 11 Jun 2025 23:26:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 220c5d8f491ee5848ae913582df69e2218338614

    Comments

    tests/libtest: simplify Makefile.inc
    Remove all custom LDADD lines
    
    Plus: a few minor tidy-ups in libtest code.
    
    Closes #17594

    Changed files

    • tests/libtest/Makefile.inc
    • tests/libtest/lib1518.c
    • tests/libtest/lib525.c
    • tests/libtest/lib526.c
  4. Change #232059

    Category curl
    Changed by Daniel McCarney <danielohnoyoudont@binaryparadox.net>
    Changed at Thu 12 Jun 2025 08:29:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1e2e808defe6850295baa002d07cde9a129ec791

    Comments

    tls: remove Curl_ssl false_start
    The secure transport vTLS backend was the only Curl_ssl struct instance
    that populated the false_start field. Since its removed, we can now
    remove that field entirely. This was a protocol feature specific to TLS
    1.2 that has been replaced by the more widely adopted TLS 1.3 early data
    mechanisms.
    
    --false-start is now deprecated
    
    Closes #17595

    Changed files

    • lib/doh.c
    • lib/setopt.c
    • lib/urldata.h
    • lib/vtls/gtls.c
    • lib/vtls/mbedtls.c
    • lib/vtls/openssl.c
    • lib/vtls/rustls.c
    • lib/vtls/schannel.c
    • lib/vtls/vtls.c
    • lib/vtls/vtls.h
    • lib/vtls/vtls_int.h
    • lib/vtls/wolfssl.c
    • src/config2setopts.c
    • src/tool_cfgable.h
    • src/tool_getparam.c
  5. Change #232076

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 12 Jun 2025 12:01:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 49a1cfaec299a48fd87631eaa3aa1a93233b9ac3

    Comments

    GHA/non-native: skip test 2707 instead of all WebSocket tests on OpenBSD
    Narrowing down the test which may be causing the flaky 6-minute long
    delays and CI failures.
    
    Suggested-by: Calvin Ruocco
    Ref: https://github.com/curl/curl/pull/17562#issuecomment-2961629713
    
    Follow-up to 05db18e0541851a6fa71fb61e9c37bba4f56bce8 #17562
    Follow-up to d3594be6531df3d5eafcdd09f84ad9dee1777028 #17136
    
    Closes #17588

    Changed files

    • .github/workflows/non-native.yml
  6. Change #232084

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 12 Jun 2025 12:53:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c257753ee9017a045baae572bde4946fb3c09722

    Comments

    asyn-thrdd: free the previous name before strdup'ing the new
    Fixes #17602
    Reported-by: hiimmat on github
    Closes #17604

    Changed files

    • lib/asyn-thrdd.c
  7. Change #232089

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 12 Jun 2025 13:13:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cbc062a7b82ce3f58617290b579a526176dd3932

    Comments

    http: split http_header into sub functions
    Closes #17603

    Changed files

    • lib/http.c