Skip to content

update tucanos version & set thread affinity #154

update tucanos version & set thread affinity

update tucanos version & set thread affinity #154

Triggered via pull request January 23, 2025 15:36
@xgarnaudxgarnaud
synchronize #41
xg/dev2
Status Failure
Total duration 4m 36s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 12 warnings
pub(crate) struct inside private module: src/lib.rs#L22
error: pub(crate) struct inside private module --> src/lib.rs:22:1 | 22 | #[pyfunction] | ^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pub_crate = note: `-D clippy::redundant-pub-crate` implied by `-D clippy::nursery` = help: to override `-D clippy::nursery` add `#[allow(clippy::redundant_pub_crate)]` = note: this error originates in the attribute macro `pyfunction` (in Nightly builds, run with -Z macro-backtrace for more info)
stable
Clippy has exited with exit code 101
borrow as raw pointer: src/mesh.rs#L89
error: borrow as raw pointer --> src/mesh.rs:89:32 | 89 | pub fn empty(_cls: &Bound<'_, PyType>) -> Self { | ^^^^^^^^^^^^^^^^^^ help: try: `&raw const #[pymethods]` ... 635 | create_mesh!(Mesh33, 3, Tetrahedron); | ------------------------------------ in this macro invocation | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrow_as_ptr = note: `-D clippy::borrow-as-ptr` implied by `-D clippy::pedantic` = help: to override `-D clippy::pedantic` add `#[allow(clippy::borrow_as_ptr)]` = note: this error originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
borrow as raw pointer: src/mesh.rs#L107
error: borrow as raw pointer --> src/mesh.rs:107:37 | 107 | pub fn from_meshb(_cls: &Bound<'_, PyType>, fname: &str) -> PyResult<Self> { | ^^^^^^^^^^^^^^^^^^ help: try: `&raw const #[pymethods]` ... 635 | create_mesh!(Mesh33, 3, Tetrahedron); | ------------------------------------ in this macro invocation | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrow_as_ptr = note: this error originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
borrow as raw pointer: src/mesh.rs#L130
error: borrow as raw pointer --> src/mesh.rs:130:23 | 130 | _cls: &Bound<'_, PyType>, | ^^^^^^^^^^^^^^^^^^ help: try: `&raw const #[pymethods]` ... 635 | create_mesh!(Mesh33, 3, Tetrahedron); | ------------------------------------ in this macro invocation | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrow_as_ptr = note: this error originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
borrow as raw pointer: src/mesh.rs#L89
error: borrow as raw pointer --> src/mesh.rs:89:32 | 89 | pub fn empty(_cls: &Bound<'_, PyType>) -> Self { | ^^^^^^^^^^^^^^^^^^ help: try: `&raw const #[pymethods]` ... 636 | create_mesh!(Mesh32, 3, Triangle); | --------------------------------- in this macro invocation | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrow_as_ptr = note: this error originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
borrow as raw pointer: src/mesh.rs#L107
error: borrow as raw pointer --> src/mesh.rs:107:37 | 107 | pub fn from_meshb(_cls: &Bound<'_, PyType>, fname: &str) -> PyResult<Self> { | ^^^^^^^^^^^^^^^^^^ help: try: `&raw const #[pymethods]` ... 636 | create_mesh!(Mesh32, 3, Triangle); | --------------------------------- in this macro invocation | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrow_as_ptr = note: this error originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
borrow as raw pointer: src/mesh.rs#L130
error: borrow as raw pointer --> src/mesh.rs:130:23 | 130 | _cls: &Bound<'_, PyType>, | ^^^^^^^^^^^^^^^^^^ help: try: `&raw const #[pymethods]` ... 636 | create_mesh!(Mesh32, 3, Triangle); | --------------------------------- in this macro invocation | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrow_as_ptr = note: this error originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
borrow as raw pointer: src/mesh.rs#L89
error: borrow as raw pointer --> src/mesh.rs:89:32 | 89 | pub fn empty(_cls: &Bound<'_, PyType>) -> Self { | ^^^^^^^^^^^^^^^^^^ help: try: `&raw const #[pymethods]` ... 637 | create_mesh!(Mesh31, 3, Edge); | ----------------------------- in this macro invocation | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrow_as_ptr = note: this error originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
borrow as raw pointer: src/mesh.rs#L107
error: borrow as raw pointer --> src/mesh.rs:107:37 | 107 | pub fn from_meshb(_cls: &Bound<'_, PyType>, fname: &str) -> PyResult<Self> { | ^^^^^^^^^^^^^^^^^^ help: try: `&raw const #[pymethods]` ... 637 | create_mesh!(Mesh31, 3, Edge); | ----------------------------- in this macro invocation | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrow_as_ptr = note: this error originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
borrow as raw pointer: src/mesh.rs#L130
error: borrow as raw pointer --> src/mesh.rs:130:23 | 130 | _cls: &Bound<'_, PyType>, | ^^^^^^^^^^^^^^^^^^ help: try: `&raw const #[pymethods]` ... 637 | create_mesh!(Mesh31, 3, Edge); | ----------------------------- in this macro invocation | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrow_as_ptr = note: this error originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
borrow as raw pointer: src/mesh.rs#L89
error: borrow as raw pointer --> src/mesh.rs:89:32 | 89 | pub fn empty(_cls: &Bound<'_, PyType>) -> Self { | ^^^^^^^^^^^^^^^^^^ help: try: `&raw const #[pymethods]` ... 638 | create_mesh!(Mesh22, 2, Triangle); | --------------------------------- in this macro invocation | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrow_as_ptr = note: this error originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
libmeshb
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
libol
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
stable
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
nightly
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/