@@ -2743,10 +2743,10 @@ fn sparse_retry_single() {
2743
2743
. with_stderr (
2744
2744
"\
2745
2745
[UPDATING] `dummy-registry` index
2746
- warning: spurious network error (3 tries remaining): failed to get successful HTTP response from `[..]`, got 500
2746
+ warning: spurious network error (3 tries remaining): failed to get successful HTTP response from `[..]` (127.0.0.1) , got 500
2747
2747
body:
2748
2748
internal server error
2749
- warning: spurious network error (2 tries remaining): failed to get successful HTTP response from `[..]`, got 500
2749
+ warning: spurious network error (2 tries remaining): failed to get successful HTTP response from `[..]` (127.0.0.1) , got 500
2750
2750
body:
2751
2751
internal server error
2752
2752
[DOWNLOADING] crates ...
@@ -2816,7 +2816,7 @@ fn sparse_retry_multiple() {
2816
2816
& mut expected,
2817
2817
"warning: spurious network error ({remain} tries remaining): \
2818
2818
failed to get successful HTTP response from \
2819
- `http://127.0.0.1:[..]/{ab}/{cd}/{name}`, got 500\n \
2819
+ `http://127.0.0.1:[..]/{ab}/{cd}/{name}` (127.0.0.1) , got 500\n \
2820
2820
body:\n \
2821
2821
internal server error\n "
2822
2822
)
@@ -2876,10 +2876,12 @@ fn dl_retry_single() {
2876
2876
. with_stderr ( "\
2877
2877
[UPDATING] `dummy-registry` index
2878
2878
[DOWNLOADING] crates ...
2879
- warning: spurious network error (3 tries remaining): failed to get successful HTTP response from `http://127.0.0.1:[..]/dl/bar/1.0.0/download`, got 500
2879
+ warning: spurious network error (3 tries remaining): \
2880
+ failed to get successful HTTP response from `http://127.0.0.1:[..]/dl/bar/1.0.0/download` (127.0.0.1), got 500
2880
2881
body:
2881
2882
internal server error
2882
- warning: spurious network error (2 tries remaining): failed to get successful HTTP response from `http://127.0.0.1:[..]/dl/bar/1.0.0/download`, got 500
2883
+ warning: spurious network error (2 tries remaining): \
2884
+ failed to get successful HTTP response from `http://127.0.0.1:[..]/dl/bar/1.0.0/download` (127.0.0.1), got 500
2883
2885
body:
2884
2886
internal server error
2885
2887
[DOWNLOADED] bar v1.0.0 (registry `dummy-registry`)
@@ -2954,7 +2956,7 @@ fn dl_retry_multiple() {
2954
2956
& mut expected,
2955
2957
"warning: spurious network error ({remain} tries remaining): \
2956
2958
failed to get successful HTTP response from \
2957
- `http://127.0.0.1:[..]/dl/{name}/1.0.0/download`, got 500\n \
2959
+ `http://127.0.0.1:[..]/dl/{name}/1.0.0/download` (127.0.0.1) , got 500\n \
2958
2960
body:\n \
2959
2961
internal server error\n "
2960
2962
)
@@ -3315,21 +3317,24 @@ fn debug_header_message_index() {
3315
3317
. build ( ) ;
3316
3318
p. cargo ( "fetch" ) . with_status ( 101 ) . with_stderr ( "\
3317
3319
[UPDATING] `dummy-registry` index
3318
- warning: spurious network error (3 tries remaining): failed to get successful HTTP response from `http://127.0.0.1:[..]/index/3/b/bar`, got 503
3320
+ warning: spurious network error (3 tries remaining): \
3321
+ failed to get successful HTTP response from `http://127.0.0.1:[..]/index/3/b/bar` (127.0.0.1), got 503
3319
3322
debug headers:
3320
3323
x-amz-cf-pop: SFO53-P2
3321
3324
x-amz-cf-id: vEc3osJrCAXVaciNnF4Vev-hZFgnYwmNZtxMKRJ5bF6h9FTOtbTMnA==
3322
3325
x-cache: Hit from cloudfront
3323
3326
body:
3324
3327
Please slow down
3325
- warning: spurious network error (2 tries remaining): failed to get successful HTTP response from `http://127.0.0.1:[..]/index/3/b/bar`, got 503
3328
+ warning: spurious network error (2 tries remaining): \
3329
+ failed to get successful HTTP response from `http://127.0.0.1:[..]/index/3/b/bar` (127.0.0.1), got 503
3326
3330
debug headers:
3327
3331
x-amz-cf-pop: SFO53-P2
3328
3332
x-amz-cf-id: vEc3osJrCAXVaciNnF4Vev-hZFgnYwmNZtxMKRJ5bF6h9FTOtbTMnA==
3329
3333
x-cache: Hit from cloudfront
3330
3334
body:
3331
3335
Please slow down
3332
- warning: spurious network error (1 tries remaining): failed to get successful HTTP response from `http://127.0.0.1:[..]/index/3/b/bar`, got 503
3336
+ warning: spurious network error (1 tries remaining): \
3337
+ failed to get successful HTTP response from `http://127.0.0.1:[..]/index/3/b/bar` (127.0.0.1), got 503
3333
3338
debug headers:
3334
3339
x-amz-cf-pop: SFO53-P2
3335
3340
x-amz-cf-id: vEc3osJrCAXVaciNnF4Vev-hZFgnYwmNZtxMKRJ5bF6h9FTOtbTMnA==
@@ -3345,7 +3350,7 @@ Caused by:
3345
3350
download of 3/b/bar failed
3346
3351
3347
3352
Caused by:
3348
- failed to get successful HTTP response from `http://127.0.0.1:[..]/index/3/b/bar`, got 503
3353
+ failed to get successful HTTP response from `http://127.0.0.1:[..]/index/3/b/bar` (127.0.0.1) , got 503
3349
3354
debug headers:
3350
3355
x-amz-cf-pop: SFO53-P2
3351
3356
x-amz-cf-id: vEc3osJrCAXVaciNnF4Vev-hZFgnYwmNZtxMKRJ5bF6h9FTOtbTMnA==
@@ -3386,21 +3391,24 @@ fn debug_header_message_dl() {
3386
3391
p. cargo ( "fetch" ) . with_status ( 101 ) . with_stderr ( "\
3387
3392
[UPDATING] `dummy-registry` index
3388
3393
[DOWNLOADING] crates ...
3389
- warning: spurious network error (3 tries remaining): failed to get successful HTTP response from `http://127.0.0.1:[..]/dl/bar/1.0.0/download`, got 503
3394
+ warning: spurious network error (3 tries remaining): \
3395
+ failed to get successful HTTP response from `http://127.0.0.1:[..]/dl/bar/1.0.0/download` (127.0.0.1), got 503
3390
3396
debug headers:
3391
3397
x-amz-cf-pop: SFO53-P2
3392
3398
x-amz-cf-id: vEc3osJrCAXVaciNnF4Vev-hZFgnYwmNZtxMKRJ5bF6h9FTOtbTMnA==
3393
3399
x-cache: Hit from cloudfront
3394
3400
body:
3395
3401
Please slow down
3396
- warning: spurious network error (2 tries remaining): failed to get successful HTTP response from `http://127.0.0.1:[..]/dl/bar/1.0.0/download`, got 503
3402
+ warning: spurious network error (2 tries remaining): \
3403
+ failed to get successful HTTP response from `http://127.0.0.1:[..]/dl/bar/1.0.0/download` (127.0.0.1), got 503
3397
3404
debug headers:
3398
3405
x-amz-cf-pop: SFO53-P2
3399
3406
x-amz-cf-id: vEc3osJrCAXVaciNnF4Vev-hZFgnYwmNZtxMKRJ5bF6h9FTOtbTMnA==
3400
3407
x-cache: Hit from cloudfront
3401
3408
body:
3402
3409
Please slow down
3403
- warning: spurious network error (1 tries remaining): failed to get successful HTTP response from `http://127.0.0.1:[..]/dl/bar/1.0.0/download`, got 503
3410
+ warning: spurious network error (1 tries remaining): \
3411
+ failed to get successful HTTP response from `http://127.0.0.1:[..]/dl/bar/1.0.0/download` (127.0.0.1), got 503
3404
3412
debug headers:
3405
3413
x-amz-cf-pop: SFO53-P2
3406
3414
x-amz-cf-id: vEc3osJrCAXVaciNnF4Vev-hZFgnYwmNZtxMKRJ5bF6h9FTOtbTMnA==
@@ -3410,7 +3418,7 @@ Please slow down
3410
3418
error: failed to download from `http://127.0.0.1:[..]/dl/bar/1.0.0/download`
3411
3419
3412
3420
Caused by:
3413
- failed to get successful HTTP response from `http://127.0.0.1:[..]/dl/bar/1.0.0/download`, got 503
3421
+ failed to get successful HTTP response from `http://127.0.0.1:[..]/dl/bar/1.0.0/download` (127.0.0.1) , got 503
3414
3422
debug headers:
3415
3423
x-amz-cf-pop: SFO53-P2
3416
3424
x-amz-cf-id: vEc3osJrCAXVaciNnF4Vev-hZFgnYwmNZtxMKRJ5bF6h9FTOtbTMnA==
0 commit comments