@@ -3388,7 +3388,7 @@ See https://doc.rust-lang.org/cargo/reference/manifest.html#package-metadata for
3388
3388
[UPLOADING] dep v0.0.1 ([ROOT]/foo/dep)
3389
3389
[UPLOADED] dep v0.0.1 to registry `crates-io`
3390
3390
[NOTE] waiting for dep v0.0.1 to be available at registry `crates-io`.
3391
- You may press ctrl-c to skip waiting; the crate should be available shortly.
3391
+ 2 remaining crates to be published
3392
3392
[WARNING] timed out waiting for dep v0.0.1 to be available in registry `crates-io`
3393
3393
[NOTE] the registry may have a backlog that is delaying making the crate available. The crate should be available soon.
3394
3394
[ERROR] unable to publish main v0.0.1 and other v0.0.1 due to time out while waiting for published dependencies to be available.
@@ -3785,12 +3785,12 @@ fn workspace_with_local_deps_nightly() {
3785
3785
[UPLOADING] level3 v0.0.1 ([ROOT]/foo/level3)
3786
3786
[UPLOADED] level3 v0.0.1 to registry `crates-io`
3787
3787
[NOTE] waiting for level3 v0.0.1 to be available at registry `crates-io`.
3788
- You may press ctrl-c to skip waiting; the crate should be available shortly.
3788
+ 2 remaining crates to be published
3789
3789
[PUBLISHED] level3 v0.0.1 at registry `crates-io`
3790
3790
[UPLOADING] level2 v0.0.1 ([ROOT]/foo/level2)
3791
3791
[UPLOADED] level2 v0.0.1 to registry `crates-io`
3792
3792
[NOTE] waiting for level2 v0.0.1 to be available at registry `crates-io`.
3793
- You may press ctrl-c to skip waiting; the crate should be available shortly.
3793
+ 1 remaining crate to be published
3794
3794
[PUBLISHED] level2 v0.0.1 at registry `crates-io`
3795
3795
[UPLOADING] level1 v0.0.1 ([ROOT]/foo/level1)
3796
3796
[UPLOADED] level1 v0.0.1 to registry `crates-io`
@@ -3890,7 +3890,7 @@ fn workspace_parallel() {
3890
3890
[UPLOADED] b v0.0.1 to registry `crates-io`
3891
3891
[UPLOADED] a v0.0.1 to registry `crates-io`
3892
3892
[NOTE] waiting for a v0.0.1 or b v0.0.1 to be available at registry `crates-io`.
3893
- You may press ctrl-c to skip waiting; the crates should be available shortly.
3893
+ 1 remaining crate to be published
3894
3894
[PUBLISHED] a v0.0.1 and b v0.0.1 at registry `crates-io`
3895
3895
[UPLOADING] c v0.0.1 ([ROOT]/foo/c)
3896
3896
[UPLOADED] c v0.0.1 to registry `crates-io`
0 commit comments