@@ -3388,7 +3388,7 @@ See https://doc.rust-lang.org/cargo/reference/manifest.html#package-metadata for
33883388[UPLOADING] dep v0.0.1 ([ROOT]/foo/dep)
33893389[UPLOADED] dep v0.0.1 to registry `crates-io`
33903390[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
33923392[WARNING] timed out waiting for dep v0.0.1 to be available in registry `crates-io`
33933393[NOTE] the registry may have a backlog that is delaying making the crate available. The crate should be available soon.
33943394[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() {
37853785[UPLOADING] level3 v0.0.1 ([ROOT]/foo/level3)
37863786[UPLOADED] level3 v0.0.1 to registry `crates-io`
37873787[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
37893789[PUBLISHED] level3 v0.0.1 at registry `crates-io`
37903790[UPLOADING] level2 v0.0.1 ([ROOT]/foo/level2)
37913791[UPLOADED] level2 v0.0.1 to registry `crates-io`
37923792[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
37943794[PUBLISHED] level2 v0.0.1 at registry `crates-io`
37953795[UPLOADING] level1 v0.0.1 ([ROOT]/foo/level1)
37963796[UPLOADED] level1 v0.0.1 to registry `crates-io`
@@ -3890,7 +3890,7 @@ fn workspace_parallel() {
38903890[UPLOADED] b v0.0.1 to registry `crates-io`
38913891[UPLOADED] a v0.0.1 to registry `crates-io`
38923892[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
38943894[PUBLISHED] a v0.0.1 and b v0.0.1 at registry `crates-io`
38953895[UPLOADING] c v0.0.1 ([ROOT]/foo/c)
38963896[UPLOADED] c v0.0.1 to registry `crates-io`
0 commit comments