peterhuene commented on Issue #2736:
I'm marking this as a draft PR as I'd like feedback on this approach before I create a formal RFC for the API changes (I find it useful to discuss code rather than markdown).
github-actions[bot] commented on Issue #2736:
Subscribe to Label Action
cc @peterhuene
<details>
This issue or pull request has been labeled: "wasmtime:api"Thus the following users have been cc'd because of the following labels:
- peterhuene: wasmtime:api
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
peterhuene commented on Issue #2736:
So I've seen this CI failure and I think it's a GitHub actions things. As far as I can tell, we're using
ubuntu-latest
for all of the Linux CI, but for some reason we're occasionally getting Ubuntu 20.04 instead of what should be the current latest, which is 18.04 (according to this).Although the GitHub actions virtual environment for Ubuntu 20.04 says Clang 9 is installed, perhaps lldb-9 is not and thus the expected
LLDB
path set for the tests (/usr/bin/lldb-9
) doesn't work.
peterhuene edited a comment on Issue #2736:
So I've seen this CI failure and I think it's a GitHub actions thing. As far as I can tell, we're using
ubuntu-latest
for all of the Linux CI, but for some reason we're occasionally getting Ubuntu 20.04 instead of what should be the current latest, which is 18.04 (according to this).Although the GitHub actions virtual environment for Ubuntu 20.04 says Clang 9 is installed, perhaps lldb-9 is not and thus the expected
LLDB
path set for the tests (/usr/bin/lldb-9
) doesn't work.
peterhuene edited a comment on Issue #2736:
So I've seen this CI failure and I think it's a GitHub actions thing. As far as I can tell, we're using
ubuntu-latest
for all of the Linux CI, but for some reason we're occasionally getting Ubuntu 20.04 instead of what should be the current latest, which is 18.04 (according to this):---- debug::lldb::test_debug_dwarf_ptr stdout ---- thread 'main' panicked at 'success: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/all/debug/lldb.rs:32:31 stack backtrace: <snip> 4: all::debug::lldb::lldb_with_script at ./tests/all/debug/lldb.rs:32:18
Although the GitHub actions virtual environment for Ubuntu 20.04 says Clang 9 is installed, perhaps lldb-9 is not and thus the expected
LLDB
path set for the tests (/usr/bin/lldb-9
) doesn't work.
peterhuene edited a comment on Issue #2736:
So I've seen this CI failure and I think it's a GitHub actions thing. As far as I can tell, we're using
ubuntu-latest
for all of the Linux CI, but for some reason we're occasionally getting Ubuntu 20.04 instead of what should be the current latest, which is 18.04 (according to this):---- debug::lldb::test_debug_dwarf_ptr stdout ---- thread 'main' panicked at 'success: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/all/debug/lldb.rs:32:31 stack backtrace: <snip> 4: all::debug::lldb::lldb_with_script at ./tests/all/debug/lldb.rs:32:18
Operating System Ubuntu 20.04.2 LTS
Although the GitHub actions virtual environment for Ubuntu 20.04 says Clang 9 is installed, perhaps lldb-9 is not and thus the expected
LLDB
path set for the tests (/usr/bin/lldb-9
) doesn't work.
peterhuene edited a comment on Issue #2736:
So I've seen this CI failure and I think it's a GitHub actions weirdness. As far as I can tell, we're using
ubuntu-latest
for all of the Linux CI, but for some reason we're occasionally getting Ubuntu 20.04 instead of what should be the current latest, which is 18.04 (according to this):---- debug::lldb::test_debug_dwarf_ptr stdout ---- thread 'main' panicked at 'success: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/all/debug/lldb.rs:32:31 stack backtrace: <snip> 4: all::debug::lldb::lldb_with_script at ./tests/all/debug/lldb.rs:32:18
Operating System Ubuntu 20.04.2 LTS
Although the GitHub actions virtual environment for Ubuntu 20.04 says Clang 9 is installed, perhaps lldb-9 is not and thus the expected
LLDB
path set for the tests (/usr/bin/lldb-9
) doesn't work.
peterhuene commented on Issue #2736:
So it appears that 20.04 is now
ubuntu-latest
by design, so we were caught in an upgrade to GitHub actions.
peterhuene edited a comment on Issue #2736:
So it appears that 20.04 is now
ubuntu-latest
by design, so we were caught in an upgrade to GitHub actions.
github-actions[bot] commented on Issue #2736:
Subscribe to Label Action
cc @fitzgen, @peterhuene
<details>
This issue or pull request has been labeled: "fuzzing", "wasmtime:c-api"Thus the following users have been cc'd because of the following labels:
- fitzgen: fuzzing
- peterhuene: wasmtime:c-api
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
peterhuene deleted a comment on Issue #2736:
I'm marking this as a draft PR as I'd like feedback on this approach before I create a formal RFC for the API changes (I find it useful to discuss code rather than markdown).
peterhuene commented on Issue #2736:
Only the last commit is new; the rest were from your last review prior to my rebasing this branch on main.
Last updated: Nov 22 2024 at 16:03 UTC