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

Builder curl-ares-solaris11-sparc Build #4301

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionbe71475b1313ff017acc1efab16e0fea84cd32f5
Got Revisionbe71475b1313ff017acc1efab16e0fea84cd32f5
Changes5 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 28 mins, 12 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 10 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Aug 4 15:02:41 2025
EndMon Aug 4 15:31:12 2025
Elapsed28 mins, 30 secs

All Changes:

:

  1. Change #241929

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 04 Aug 2025 14:55:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1644a49ab8d077980950a7ea15287b26bf596638

    Comments

    configure: if no perl, disable unity and shell completion, related tidy ups
    Also:
    - GHA/linux, macos: test `install` with autotools too.
    - GHA/linux, macos: enable fish and zsh completion in an autotools job.
    - scripts: drop dynamic perl checks redundant after this patch.
    - scripts: drop two interim variables.
    - autotools: make `build-certs` target check perl first.
    - autotools: replace `$(PERL)` with `@PERL@` to match the pattern used
      in most automake scripts. For consistency. This makes `PERL` be
      defined at configure-time, as opposed to make-time, for these cases
      now.
    
    Closes #18141

    Changed files

    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
    • Makefile.am
    • configure.ac
    • scripts/Makefile.am
    • src/Makefile.am
    • tests/Makefile.am
    • tests/certs/Makefile.am
  2. Change #241930

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 04 Aug 2025 14:55:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c2fed8c669411aaeea9ea872f6d5b593640f731b

    Comments

    libtests: use `FMT_SOCKET_T`, drop more casts
    Follow-up to 37913c01a51653d257dc7d57f676504cedbf16f6 #18106
    
    Closes #18142

    Changed files

    • tests/libtest/first.c
    • tests/libtest/lib1156.c
    • tests/libtest/lib1485.c
    • tests/libtest/lib1509.c
    • tests/libtest/lib1541.c
    • tests/libtest/lib1948.c
    • tests/libtest/lib2032.c
    • tests/libtest/lib2304.c
    • tests/libtest/lib2405.c
    • tests/libtest/lib3207.c
    • tests/libtest/lib506.c
    • tests/libtest/lib530.c
    • tests/libtest/lib540.c
    • tests/libtest/lib552.c
    • tests/libtest/lib569.c
    • tests/libtest/lib570.c
    • tests/libtest/lib571.c
    • tests/libtest/lib582.c
    • tests/libtest/lib586.c
    • tests/libtest/lib643.c
    • tests/libtest/mk-lib1521.pl
  3. Change #241931

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 04 Aug 2025 14:55:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 37ac4498ee27b850be1a2435077a813499c79cf1

    Comments

    unit2604: avoid `UNCONST()`
    Closes #18143

    Changed files

    • tests/unit/unit2604.c
  4. Change #241932

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 04 Aug 2025 14:55:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 985f39c0ce78b546e832c250588c14023123edfb

    Comments

    runtests: add `--ci` option, show `Env:` only when non-empty
    To reduce log noise in local test runs:
    - move the `buildinfo.txt` dump and header info lines
      `OS:`, `Perl:`, `diff:` behind a `--ci` `runtests.pl` option.
    - enable this option for the CI test targets.
    - hide `Env:` header info line if empty.
    - merge `Env:` output into a single `logmsg()` call.
    
    Closes #18147

    Changed files

    • docs/runtests.md
    • tests/CMakeLists.txt
    • tests/Makefile.am
    • tests/globalconfig.pm
    • tests/runtests.pl
  5. Change #241933

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 04 Aug 2025 14:55:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision be71475b1313ff017acc1efab16e0fea84cd32f5

    Comments

    GHA/windows: show disk space used in each job
    Also:
    - make the dl-minge 6.4.0 job shared. To save 761MB of disk space, and
      speed up examples build step by 50% (10 seconds).
    
    Closes #18150

    Changed files

    • .github/workflows/windows.yml