You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following information is very important in order to help us to help you. Omission of the following details may delay your support request or receive no attention at all.
error[E0308]: mismatched types
--> rafs/src/builder/stargz.rs:[24](https://github.com/dragonflyoss/image-service/actions/runs/5062514078/jobs/9088121838#step:4:25)9:21
|
249 | self.mode & !libc::S_IFMT | mode as u32
| ^^^^^^^^^^^^^ expected `u32`, found `u16`
error[E0277]: no implementation for `u32 & u16`
--> rafs/src/builder/stargz.rs:249:19
|
249 | self.mode & !libc::S_IFMT | mode as u32
| ^ no implementation for `u32 & u16`
|
= help: the trait `BitAnd<u16>` is not implemented for `u[32](https://github.com/dragonflyoss/image-service/actions/runs/5062514078/jobs/9088121838#step:4:33)`
= help: the following other types implement trait `BitAnd<Rhs>`:
<&'a u32 as BitAnd<u32>>
<&u32 as BitAnd<&u32>>
<u32 as BitAnd<&u32>>
<u32 as BitAnd>
It may be necessary to do some processing for compilation on macos.
The text was updated successfully, but these errors were encountered:
The `nid` is not actually used yet, but we should still generate it
with correct value.
Fixes: dragonflyoss#1301
Signed-off-by: Jiang Liu <[email protected]>
Additional Information
The following information is very important in order to help us to help you. Omission of the following details may delay your support request or receive no attention at all.
Details about issue
1. Action: Convert & Check Images
Convert & Check Images fails since May 23, 2023, bug probably introduced by #1257.
Nydusify check reported this error: https://github.com/dragonflyoss/image-service/actions/runs/5063307750/jobs/9089815587
It may be necessary to make changes in nydusify or nydus-image, and maintain compatibility with older versions.
2. Action: Release
Release fails since May 23, 2023, bug probably introduced by #1257.
Cargo build reported this error: https://github.com/dragonflyoss/image-service/actions/runs/5062514078/jobs/9088121838
It may be necessary to do some processing for compilation on macos.
The text was updated successfully, but these errors were encountered: