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

Builder curl-ares-solaris10-sparc Build #2284

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionb171ee6019d5639ab67a619234e39121491c7340
Got Revisionb171ee6019d5639ab67a619234e39121491c7340
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 25 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 42 mins, 6 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 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 2284 Build
codebase Build
got_revision b171ee6019d5639ab67a619234e39121491c7340 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b171ee6019d5639ab67a619234e39121491c7340 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. Dan Fandrich
  2. Daniel Stenberg
  3. Viktor Szakats

Timing:

StartSat Oct 5 03:06:05 2024
EndSat Oct 5 13:58:01 2024
Elapsed10 hrs, 51 mins, 56 secs

All Changes:

:

  1. Change #210462

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Fri 04 Oct 2024 22:57:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2f3b7f20fb2710b9d33bf62d5d6d861441da750a

    Comments

    tests: fix some Python typing issues
    These otherwise raise errors in pytype. A few problematic methods
    weren't being used and are deleted.

    Changed files

    • .github/workflows/checksrc.yml
    • tests/dictserver.py
    • tests/http/conftest.py
    • tests/http/test_07_upload.py
    • tests/http/test_11_unix.py
    • tests/http/testenv/caddy.py
    • tests/http/testenv/certs.py
    • tests/http/testenv/curl.py
    • tests/http/testenv/env.py
    • tests/http/testenv/httpd.py
    • tests/http/testenv/nghttpx.py
    • tests/http/testenv/vsftpd.py
    • tests/smbserver.py
  2. Change #210463

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Fri 04 Oct 2024 23:02:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0f7ba5c5bf614cb94c2e4157d0893e5e66852849

    Comments

    tests: change Python code style to pass ruff checks
    Most of the changes consisted of removing unused imports and unnecessary
    f-strings.

    Changed files

    • tests/http/scorecard.py
    • tests/http/test_01_basic.py
    • tests/http/test_02_download.py
    • tests/http/test_04_stuttered.py
    • tests/http/test_05_errors.py
    • tests/http/test_06_eyeballs.py
    • tests/http/test_07_upload.py
    • tests/http/test_08_caddy.py
    • tests/http/test_09_push.py
    • tests/http/test_10_proxy.py
    • tests/http/test_11_unix.py
    • tests/http/test_12_reuse.py
    • tests/http/test_13_proxy_auth.py
    • tests/http/test_14_auth.py
    • tests/http/test_16_info.py
    • tests/http/test_17_ssl_use.py
    • tests/http/test_18_methods.py
    • tests/http/test_19_shutdown.py
    • tests/http/test_30_vsftpd.py
    • tests/http/test_31_vsftpds.py
    • tests/http/testenv/__init__.py
    • tests/http/testenv/caddy.py
    • tests/http/testenv/certs.py
    • tests/http/testenv/client.py
    • tests/http/testenv/curl.py
    • tests/http/testenv/env.py
    • tests/http/testenv/httpd.py
    • tests/http/testenv/nghttpx.py
    • tests/http/testenv/vsftpd.py
    • tests/http/testenv/ws_echo_server.py
    • tests/negtelnetserver.py
    • tests/smbserver.py
  3. Change #210464

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Fri 04 Oct 2024 23:02:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 223fb00a789c4b2b5ab9e31a3eddd59406fca12e

    Comments

    CI: run pytype and ruff on Python code
    These ensure a more consistent style and can find some errors statically
    that would otherwise only be seen at run-time. Also, bump the Ubuntu
    version of some other checks to get newer versions of some linters.
    
    Closes #15067

    Changed files

    • .github/workflows/checksrc.yml
  4. Change #210465

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Fri 04 Oct 2024 23:03:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 57cc5233788dd1ae0c6f125fa7adefad8eb7e46a

    Comments

    tests: enable additional ruff Python lint options
    These all seem reasonable to enable for this code.

    Changed files

    • .github/workflows/checksrc.yml
    • tests/dictserver.py
    • tests/http/scorecard.py
    • tests/http/test_08_caddy.py
    • tests/http/test_16_info.py
    • tests/http/test_17_ssl_use.py
    • tests/http/testenv/certs.py
    • tests/http/testenv/client.py
    • tests/http/testenv/curl.py
    • tests/http/testenv/env.py
    • tests/http/testenv/httpd.py
    • tests/http/testenv/nghttpx.py
    • tests/negtelnetserver.py
    • tests/smbserver.py
    • tests/util.py
  5. Change #210474

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 05 Oct 2024 00:28:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e9eda865dfedb9fa8019e916969242cd7d835154

    Comments

    warnless: remove curlx_sktosi and curlx_sitosk
    They were only used by test server code. Use plain old typecasts there.
    
    Closes #15153

    Changed files

    • lib/warnless.c
    • lib/warnless.h
    • tests/server/sockfilt.c
  6. Change #210488

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 05 Oct 2024 01:08:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b171ee6019d5639ab67a619234e39121491c7340

    Comments

    cmake: use OpenSSL for LDAP detection only if available
    Also unset `CMAKE_REQUIRED_LIBRARIES` in two error branches.
    
    Reported-by: Vollstrecker on github
    Fixes #15077
    Closes #15152

    Changed files

    • CMakeLists.txt