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

Builder curl-pr-unthreaded-solaris10-sparc Build #2399

Results:

Failed

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/hex-cleanup
Revision14a0a9fcc0b2f5ba8b0b881cd2c62e74d8366cbf
Changes11 changes

BuildSlave:

unstable10s

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git updating ( 2 secs )
    1. stdio
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -

Build Properties:

NameValueSource
branch bagder/hex-cleanup Build
builddir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave
buildername curl-pr-unthreaded-solaris10-sparc Builder
buildnumber 2399 Build
codebase Build
project curl/curl Build
repository https://github.com/curl/curl Build
revision 14a0a9fcc0b2f5ba8b0b881cd2c62e74d8366cbf Build
scheduler schedule-curl-pr Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartSat Apr 5 12:16:20 2025
EndSat Apr 5 15:05:14 2025
Elapsed2 hrs, 48 mins, 53 secs

All Changes:

:

  1. Change #226215

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 31 Mar 2025 23:17:17
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/hex-cleanup
    Revision d1de91dd58c5c06a31576ff6e7f5475fa7863fc7

    Comments

    lib: unify conversions to/from hex
    
    Curl_hexbyte - output a byte as a two-digit ASCII hex number
    
    Curl_hexval - convert an ASCII hex digit to its binary value
    
    ... instead of duplicating similar code and hexdigit strings in numerous
    places.

    Changed files

    • lib/escape.c
    • lib/escape.h
    • lib/http_aws_sigv4.c
    • lib/inet_pton.c
    • lib/strparse.c
    • lib/strparse.h
    • lib/urlapi.c
    • lib/vtls/keylog.c
  2. Change #226217

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 31 Mar 2025 23:22:31
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/hex-cleanup
    Revision 0fa2c7b272dc49f1abf8e190ab303eb82715c519

    Comments

    fixup include in inet_pton.c

    Changed files

    • lib/inet_pton.c
  3. Change #226219

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 31 Mar 2025 23:25:26
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/hex-cleanup
    Revision 312981173dd9826ebd1f873d9a0caa5f98889194

    Comments

    fixup more typecasts?

    Changed files

    • lib/escape.c
  4. Change #226221

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 31 Mar 2025 23:28:22
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/hex-cleanup
    Revision ea9e2b5d4e9992d6076cc0fc60b1fa826e010f34

    Comments

    fixup try different typecast

    Changed files

    • lib/escape.c
    • lib/strparse.h
  5. Change #226223

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 31 Mar 2025 23:30:17
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/hex-cleanup
    Revision 22e1f678c35cba74bc2908e927d30d17f4678d35

    Comments

    fixup spelling

    Changed files

    • lib/escape.c
  6. Change #226224

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 31 Mar 2025 23:30:59
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/hex-cleanup
    Revision 90023e7505c6f4dfd89a3102da8b66fd6ca3dfa3

    Comments

    fixup inet_pton mistake

    Changed files

    • lib/inet_pton.c
  7. Change #226227

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 31 Mar 2025 23:34:20
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/hex-cleanup
    Revision c17e7df3b8cca72dc9e5da6afad7042476f9fb00

    Comments

    fixup inet_pton include more

    Changed files

    • lib/inet_pton.c
  8. Change #226229

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 31 Mar 2025 23:47:23
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/hex-cleanup
    Revision d154cd853012781e472f01f4d4cb87b955048a50

    Comments

    lib1960: revert the use of libcurl's inet_pton
    
    Since it now uses hex conversion code from strparse as well.

    Changed files

    • tests/libtest/Makefile.inc
    • tests/libtest/lib1960.c
  9. Change #226231

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 31 Mar 2025 23:54:03
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/hex-cleanup
    Revision f1c7e8da68dcddae03e2173d9342d965adfd29be

    Comments

    fixup lib1960 for silly Amiga

    Changed files

    • tests/libtest/lib1960.c
  10. Change #226239

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 01 Apr 2025 07:54:26
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/hex-cleanup
    Revision 4d8830b562f6bffa75a40be3f380c45af045d101

    Comments

    lib: unify conversions to/from hex
    
    Curl_hexbyte - output a byte as a two-digit ASCII hex number
    
    Curl_hexval - convert an ASCII hex digit to its binary value
    
    ... instead of duplicating similar code and hexdigit strings in numerous
    places.
    
    Closes #16888

    Changed files

    • lib/escape.c
    • lib/escape.h
    • lib/http_aws_sigv4.c
    • lib/inet_pton.c
    • lib/strparse.c
    • lib/strparse.h
    • lib/urlapi.c
    • lib/vtls/keylog.c
  11. Change #226240

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 01 Apr 2025 07:54:33
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/hex-cleanup
    Revision 14a0a9fcc0b2f5ba8b0b881cd2c62e74d8366cbf

    Comments

    lib1960: revert the use of libcurl's inet_pton
    
    Since it now uses hex conversion code from strparse as well.
    
    Closes #16888

    Changed files

    • tests/libtest/Makefile.inc
    • tests/libtest/lib1960.c