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

Builder curl-ares-solaris10-sparc Build #2921

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 18 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 43 mins, 58 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 17 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 2921 Build
codebase Build
got_revision c04292648fd5bb84abc398f03ef7c87a58f7b436 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c04292648fd5bb84abc398f03ef7c87a58f7b436 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. Viktor Szakats

Timing:

StartSat Aug 9 15:25:18 2025
EndSun Aug 10 04:28:53 2025
Elapsed13 hrs, 3 mins, 35 secs

All Changes:

:

  1. Change #242537

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 09 Aug 2025 02:01:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 869506d2dac1aa0555493f057ed23d5bd5e24ab3

    Comments

    appveyor: show disk space used in each job
    Also bump minimum dir size in GHA, to reduce details.
    
    Follow-up to be71475b1313ff017acc1efab16e0fea84cd32f5 #18150
    Closes #18235

    Changed files

    • .github/workflows/windows.yml
    • appveyor.sh
  2. Change #242539

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 09 Aug 2025 02:27:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fe5225b5eaf3a1a0ce149023d38a9922a114798b

    Comments

    cmake: optimize building examples in CI
    In CI we want to ensure that examples build cleanly, but we don't want
    to actually run them there. Meaning it's enough to just compile, but not
    link them in CI. Saving time up to 2-4x (MSVC), and disk space up
    to 1.2GB (or 8-70x).
    
    Add a new cmake target that compiles all examples without linking them
    into runnable binaries. Keep a full build for a single example to test
    if it links correctly.
    
    Also:
    - CI: switch over all `curl-examples` targets to `curl-examples-build`
    - GHA/linux-old: build examples in one of the cmake builds.
    
    Result highlights:
    
    Job                 | Bef. |  Bef. | Aft. | Aft. |
    :------------------ | ---: | ----: | ---: |----: |
    cygwin              |  15s |   9MB |  10s |  1MB |
    msys                |  13s |   8MB |   7s |  1MB |
    dl-mingw 15         |  39s |  113M |  34s |  2MB |
    dl-mingw 9.5.0      |  49s | 115MB |  42s |  2MB |
    dl-mingw 7.3.0      |  19s | 113MB |  14s |  2MB |
    dl-mingw 6.4.0      |   9s |  12MB |   7s |  4MB |
    Linux cross         |  19s |  28MB |  19s |  2MB |
    MSVC UWP            |  65s | 374MB |   9s | 17MB |
    MSVC x64            |  22s | 846MB |   9s | 17MB |
    VS2010              |  48s | 105MB |  15s |  9MB |
    VS2022 clang-cl     | 195s | 1.2GB |  51s | 20MB |
    iOS Xcode           |   8s |       |   5s |      |
    macOS LibreSSL      |  16s |       |  11s |      |
    Linux aws-lc        |   3s |       |   1s |      |
    
    Follow-up to dda251ef1020da07dc4640a225e01051cb977535 #18232
    
    Closes #18209

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux-old.yml
    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
    • .github/workflows/non-native.yml
    • .github/workflows/windows.yml
    • appveyor.sh
    • docs/examples/CMakeLists.txt
  3. Change #242554

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 09 Aug 2025 14:25:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c04292648fd5bb84abc398f03ef7c87a58f7b436

    Comments

    cmake: drop redundant unity mode for `curlinfo`
    Unity mode adds nothing besides some overhead and log noise for
    targets built from a single source file.
    
    I wish cmake disabled unity automatically in this case.
    
    Closes #18238

    Changed files

    • src/CMakeLists.txt