Stream: git-wasmtime

Topic: wasmtime / issue #5081 Release Wasmtime 2.0.0


view this post on Zulip Wasmtime GitHub notifications bot (Oct 20 2022 at 18:41):

bjorn3 commented on issue #5081:

"Push tagged release" has finished, but "Publish on crates.io" hasn't even started yet. Did something go wrong?

view this post on Zulip Wasmtime GitHub notifications bot (Oct 20 2022 at 18:47):

alexcrichton commented on issue #5081:

Thanks for the heads up, looks like CI issues. I pushed the tag manually and will fix the CI issues.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 20 2022 at 19:25):

bjorn3 commented on issue #5081:

Publishing cranelift-jit failed:

    Updating crates.io index
   Packaging cranelift-jit v0.89.0 (/home/runner/work/wasmtime/wasmtime/cranelift/jit)
error: failed to prepare local package for uploading
Caused by:
  failed to select a version for the requirement `cranelift-codegen = "^0.89.0"`
  candidate versions found which didn't match: 0.88.1, 0.88.0, 0.87.1, ...
  location searched: crates.io index
  required by package `cranelift-jit v0.89.0 (/home/runner/work/wasmtime/wasmtime/cranelift/jit)`
FAIL: failed to publish `cranelift-jit`: exit status: 101

and so did a couple of other crates like wasmtime-wasi-crypt:

Updating crates.io index
   Packaging wasmtime-wasi-crypto v2.0.0 (/home/runner/work/wasmtime/wasmtime/crates/wasi-crypto)
   Uploading wasmtime-wasi-crypto v2.0.0 (/home/runner/work/wasmtime/wasmtime/crates/wasi-crypto)
error: failed to publish to registry at https://crates.io/

Caused by:
  failed to get a 200 OK response, got 500
  headers:
    HTTP/2 500
    content-length: 21
    server: nginx
    date: Thu, 20 Oct 2022 19:23:00 GMT
    strict-transport-security: max-age=31536000
    via: 1.1 vegur, 1.1 61bbe72b71f7b857c695c31fdeb7b3a6.cloudfront.net (CloudFront)
    x-cache: Error from cloudfront
    x-amz-cf-pop: IAD12-P1
    x-amz-cf-id: 6Fthgy-zFtAbTgb4rbN6JeMrC_wIfphMXuF5TPhc9Iuy7d_3FzExNw==

  body:
  Internal Server Error
FAIL: failed to publish `wasmtime-wasi-crypto`: exit status: 101

view this post on Zulip Wasmtime GitHub notifications bot (Oct 20 2022 at 19:30):

alexcrichton commented on issue #5081:

Indeed, it actually kept going and it's expected to fail a lot. It failed to publish everything but wasmtime-cli, though. I posted https://github.com/bytecodealliance/wasmtime/pull/5084 to have the script wait longer.


Last updated: Nov 22 2024 at 17:03 UTC