Stream: general

Topic: CI


view this post on Zulip Benjamin Bouvier (Jun 12 2020 at 11:10):

Are we running in CI issues again? Two failures in https://github.com/bytecodealliance/wasmtime/pull/1869 seem related to not being able to download completely dependencies, or issues in dependencies, not sure.

This is useful to have to allow resumable_trap to happen in loop headers, for instance. This is the correct way to implement interrupt checks in Spidermonkey, which are effectively resumable traps....

view this post on Zulip Alex Crichton (Jun 12 2020 at 15:20):

I believe this is an upstream rust-lang/rust issue, the quick fix is to pin nightlies to last night

view this post on Zulip Alex Crichton (Jun 12 2020 at 15:20):

er, the previous night

view this post on Zulip Alex Crichton (Jun 12 2020 at 15:23):

I've opened https://github.com/bytecodealliance/wasmtime/pull/1873 to hopefully handle this

Fixes some upstream breakage in rust-lang/rust which should get fixed tomorrow.

view this post on Zulip Joey Gouly (Jun 12 2020 at 15:56):

@Chris Fallin ^

view this post on Zulip Anton Kirilov (Jun 12 2020 at 15:58):

Same failure here:
https://github.com/bytecodealliance/wasmtime/pull/1871

This test was previously enabled by PR #1802, which was failing in CI for unclear reasons and was subsequently merged without enabling any tests to unblock further work. However, the same PR enable...

view this post on Zulip Yury Delendik (Jun 12 2020 at 16:46):

Also, there is that LLDB-9 issue on CI, fix in https://github.com/bytecodealliance/wasmtime/pull/1875

fails due to lldb-9 issue, see #1850

view this post on Zulip Yury Delendik (Jun 12 2020 at 16:47):

Ah, Alex already testing update

view this post on Zulip Alex Crichton (Jun 12 2020 at 16:47):

oh dear :(

@Dan Gohman for releases mind going through PRs to get a green CI?

view this post on Zulip Alex Crichton (Jun 12 2020 at 16:47):

The cargo update is updating deps and the deps update is breaking builds :(

view this post on Zulip Dan Gohman (Jun 12 2020 at 16:49):

I approved #1875

view this post on Zulip Dan Gohman (Jun 12 2020 at 16:53):

and #1873

view this post on Zulip Joey Gouly (Sep 02 2020 at 14:22):

Looks like there's another CI failure with staticvec: https://github.com/bytecodealliance/wasmtime/pull/2181

Copyright (c) 2020, Arm Limited.

view this post on Zulip Benjamin Bouvier (Sep 02 2020 at 14:24):

Indeed! We should probably pin the version of Rustc nightly to yesterday's.

view this post on Zulip Pat Hickey (Sep 02 2020 at 18:03):

thanks i was just trying to figure this out myself

view this post on Zulip Pat Hickey (Sep 02 2020 at 18:03):

ill make a PR

view this post on Zulip Pat Hickey (Sep 02 2020 at 18:07):

https://github.com/bytecodealliance/wasmtime/pull/2182

with nightly-2020-09-01, staticvec fails to build, which breaks CI. We can revert this in a few days whenever it gets fixed in nightly.

Last updated: Nov 22 2024 at 16:03 UTC