imeoer
imeoer
> @yangxiaolaing Nydus is using a fixed rust tool chain version 1.61.0, can you please check if the warning occurs with rust 1.61.0? As said in this, you can reopen...
Couldn't agree more. cc @bergwolf
Could you share the containerd version connected by `ctr-remote`? And does `ctr-remote pull ` work fine?
@yangxiaolaing Thanks for sharing the key point, will take a look.
Typically nydusd is called by the control component (snapshotter/crio storage plugin), my suggestion is that nydusd should only support directing logs to stdout/stderr to allow the control component more flexibility...
In scenarios where nydusd is used separately, it can use its own log file, but when integrated into snapshotter, we should let use the snapshotter logger directly.
Created a [issue](https://github.com/dragonflyoss/image-service/issues/672) so that we can track it.
cc @loheagn can help to do this, thanks!
@Zhuchengyu04 Could you share the nydud config.json file?
``` ERROR [error/src/error.rs:21] Error: Registry(Request(ErrorWithMsg("\n\n\n\n\n\n\n\n"))) at storage/src/cache/mod.rs:202 note: enable `RUST_BACKTRACE=1` env to display a backtrace ``` Looks like some problem was encountered when requesting this `http://localhost:5000/v2/ubuntu-nydus/blobs/sha256:af6d37f391f92eff5d182127d8507fa15e05ba1f600975f84cab325dc8c428c3`. What happens when try...