Xiaoliang Yang
Xiaoliang Yang
[root@nydus nydus]# go version go version go1.17.12 linux/amd64 [root@nydus nydus]# [root@nydus nydus]# curl -XGET http://localhost:5000/v2/ubuntu-nydus/tags/list {"name":"ubuntu-nydus","tags":["latest"]} [root@nydus nydus]# [root@nydus nydus]# ctr-remote image rpull --plain-http localhost:5000/ubuntu-nydus:latest fatal error: unexpected signal during...
error: use of `unwrap_or` followed by a function call --> src/bin/nydusd/fs_cache.rs:426:14 | 426 | .unwrap_or(msg.volume_key.as_str()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try this: `unwrap_or_else(|| msg.volume_key.as_str())` | note: the lint level is defined here...