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

Builder curl-ares-solaris11-i386 Build #3667

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision48d3407d7c14a423320ffd9031ba50f2140305a7
Got Revision48d3407d7c14a423320ffd9031ba50f2140305a7
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 14 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 42 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 3667 Build
codebase Build
got_revision 48d3407d7c14a423320ffd9031ba50f2140305a7 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 48d3407d7c14a423320ffd9031ba50f2140305a7 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:

StartMon Jun 30 18:54:32 2025
EndMon Jun 30 22:06:07 2025
Elapsed3 hrs, 11 mins, 35 secs

All Changes:

:

  1. Change #238058

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 30 Jun 2025 18:38:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a3787f98ac4cf79c9c183fa5e933db6e5a27f99f

    Comments

    lib: drop two interim macros in favor of native libcurl API calls
    Drop `strcasecompare` and `strncasecompare` in favor of libcurl API
    calls `curl_strequal` and `curl_strnequal` respectively.
    
    Also drop unnecessary `strcase.h` includes. Include `curl/curl.h`
    instead where it wasn't included before.
    
    Closes #17772

    Changed files

    • lib/altsvc.c
    • lib/conncache.c
    • lib/connect.c
    • lib/content_encoding.c
    • lib/cookie.c
    • lib/cshutdn.c
    • lib/curl_trc.c
    • lib/curlx/strparse.c
    • lib/dict.c
    • lib/dynhds.c
    • lib/easygetopt.c
    • lib/formdata.c
    • lib/ftp.c
    • lib/headers.c
    • lib/hostip.c
    • lib/hsts.c
    • lib/http.c
    • lib/http2.c
    • lib/http_proxy.c
    • lib/if2ip.c
    • lib/imap.c
    • lib/krb5.c
    • lib/ldap.c
    • lib/mime.c
    • lib/netrc.c
    • lib/noproxy.c
    • lib/parsedate.c
    • lib/pop3.c
    • lib/setopt.c
    • lib/smtp.c
    • lib/strcase.h
    • lib/strequal.c
    • lib/telnet.c
    • lib/transfer.c
    • lib/url.c
    • lib/urlapi.c
    • lib/vauth/digest.c
    • lib/vauth/digest_sspi.c
    • lib/vauth/vauth.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_osslq.c
    • lib/vquic/curl_quiche.c
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vtls/cipher_suite.c
    • lib/vtls/gtls.c
    • lib/vtls/hostcheck.c
    • lib/vtls/mbedtls.c
    • lib/vtls/openssl.c
    • lib/vtls/schannel.c
    • lib/vtls/vtls.c
    • lib/vtls/vtls_scache.c
    • lib/vtls/wolfssl.c
    • lib/vtls/x509asn1.c
  2. Change #238059

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 30 Jun 2025 18:38:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 48d3407d7c14a423320ffd9031ba50f2140305a7

    Comments

    GHA: fix zizmor 1.10.0 warnings, update names
    Job `name:` now mandatory in zizmor.
    
    Also:
    - enclose `name:` values in single-quotes, for uniformity.
    - drop `name: checkout` where set, for uniformity.
    - dist: also install with cmake.
    - dist: replace `make` with `cmake --build` for cmake.
      (to make this make-tool agnostic)
    - appveyor-status: double-quote shell arguments.
    - tweak existing names to be shorter, to sync terms and style across
      jobs and steps.
    
    Ref: https://github.com/zizmorcore/zizmor/releases/tag/v1.10.0
    
    Closes #17773

    Changed files

    • .github/workflows/appveyor-status.yml
    • .github/workflows/checkdocs.yml
    • .github/workflows/checksrc.yml
    • .github/workflows/configure-vs-cmake.yml
    • .github/workflows/curl-for-win.yml
    • .github/workflows/distcheck.yml
    • .github/workflows/fuzz.yml
    • .github/workflows/hacktoberfest-accepted.yml
    • .github/workflows/http3-linux.yml
    • .github/workflows/label.yml
    • .github/workflows/linux-old.yml
    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
    • .github/workflows/non-native.yml
    • .github/workflows/windows.yml