Update esp-println requirement from 0.16 to 0.17 in /tests/xtensa#60
Open
dependabot[bot] wants to merge 5 commits intomainfrom
Open
Update esp-println requirement from 0.16 to 0.17 in /tests/xtensa#60dependabot[bot] wants to merge 5 commits intomainfrom
dependabot[bot] wants to merge 5 commits intomainfrom
Conversation
Updates the requirements on [esp-println](https://github.com/esp-rs/esp-hal) to permit the latest version. - [Release notes](https://github.com/esp-rs/esp-hal/releases) - [Commits](esp-rs/esp-hal@esp-println-v0.16.0...esp-println-v0.17.0) --- updated-dependencies: - dependency-name: esp-println dependency-version: 0.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
```
thread 'rustc' (2647) panicked at /rustc-dev/ad3a598ca4bc7c68bcbbce3e0d3be9a7618df190/compiler/rustc_codegen_gcc/src/builder.rs:365:66:
function ptr
stack backtrace:
libgccjit.so: error: : gcc_jit_context_new_cast: cannot cast _RINvNvNtCs1OMrxd8Wa6Z_3std9panicking12catch_unwind7do_callINtNtNtCsanpdEcSfypT_4core5panic11unwind_safe16AssertUnwindSafeNCINvNtNtCsdNZgdUPYkLl_10proc_macro6bridge6client10run_clientNtB20_11TokenStreamINtNtB11_6option6OptionB2U_ENCNCINvMsg_B20_INtB20_6ClientNtB24_11TokenStreamB48_E7expand1NvCsbTCd6HoQWjq_5paste4exprE00E0EuEB4G_ from type: void (*) (__int8_t *) to type: void
thread 'rustc' (2624) panicked at /rustc-dev/ad3a598ca4bc7c68bcbbce3e0d3be9a7618df190/compiler/rustc_codegen_gcc/src/builder.rs:365:66:
function ptr
stack backtrace:
0: __rustc::rust_begin_unwind
0: __rustc::rust_begin_unwind
1: core::panicking::panic_fmt
2: core::option::expect_failed
1: core::panicking::panic_fmt
2: core::option::expect_failed
3: <rustc_codegen_gcc::builder::Builder>::function_ptr_call
4: rustc_codegen_gcc::intrinsic::try_intrinsic
5: <rustc_codegen_gcc::builder::Builder as rustc_codegen_ssa::traits::intrinsic::IntrinsicCallBuilderMethods>::codegen_intrinsic_call
6: <rustc_codegen_ssa::mir::FunctionCx<rustc_codegen_gcc::builder::Builder>>::codegen_intrinsic_call
7: <rustc_codegen_ssa::mir::FunctionCx<rustc_codegen_gcc::builder::Builder>>::codegen_call_terminator
8: <rustc_codegen_ssa::mir::FunctionCx<rustc_codegen_gcc::builder::Builder>>::codegen_terminator
9: rustc_codegen_ssa::mir::codegen_mir::<rustc_codegen_gcc::builder::Builder>
10: rustc_codegen_gcc::base::compile_codegen_unit::module_codegen
11: <rustc_codegen_gcc::GccCodegenBackend as rustc_codegen_ssa::traits::backend::ExtraBackendMethods>::compile_codegen_unit
12: rustc_codegen_ssa::base::codegen_crate::<rustc_codegen_gcc::GccCodegenBackend>
3: <rustc_codegen_gcc::builder::Builder>::function_ptr_call
4: rustc_codegen_gcc::intrinsic::try_intrinsic
5: <rustc_codegen_gcc::builder::Builder as rustc_codegen_ssa::traits::intrinsic::IntrinsicCallBuilderMethods>::codegen_intrinsic_call
6: <rustc_codegen_ssa::mir::FunctionCx<rustc_codegen_gcc::builder::Builder>>::codegen_intrinsic_call
7: <rustc_codegen_ssa::mir::FunctionCx<rustc_codegen_gcc::builder::Builder>>::codegen_call_terminator
8: <rustc_codegen_ssa::mir::FunctionCx<rustc_codegen_gcc::builder::Builder>>::codegen_terminator
9: rustc_codegen_ssa::mir::codegen_mir::<rustc_codegen_gcc::builder::Builder>
10: rustc_codegen_gcc::base::compile_codegen_unit::module_codegen
11: <rustc_codegen_gcc::GccCodegenBackend as rustc_codegen_ssa::traits::backend::ExtraBackendMethods>::compile_codegen_unit
12: rustc_codegen_ssa::base::codegen_crate::<rustc_codegen_gcc::GccCodegenBackend>
13: <rustc_codegen_gcc::GccCodegenBackend as rustc_codegen_ssa::traits::backend::CodegenBackend>::codegen_crate
14: <rustc_interface::queries::Linker>::codegen_and_build_linker
15: rustc_interface::interface::run_compiler::<(), rustc_driver_impl::run_compiler::{closure#0}>::{closure#1}
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
```
49e18d9 to
4059f08
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on esp-println to permit the latest version.
Release notes
Sourced from esp-println's releases.
Commits
347003dupdate deps as cargo won't jump to 0.2.1 as 0.20 is yanked... sigh (#5386)0cdb14bbump e-sync to 0.2.1, as we have a yanked 0.2 release (#5384)2ce5ce1Release 18 packages, including esp-hal@1.1.0-rc.0 (#5382)df7e89badd syslog qa test (#5381)471703dmake MSRV consistent (#5383)689793bProcess build-deps in relcheck (#5379)c8a2a60misc improvements for the release tooling (#5377)9c56205Align ESP toolchain version (#5378)1990c12Don't offer CSI feature for C2 (#5370)8b1995cClean up tx_token (#5372)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)