-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
A-filesystemArea: issues with filesystemsArea: issues with filesystemsC-bugCategory: bugCategory: bugO-windowsOS: WindowsOS: Windows
Description
Problem
cargo publish yields error: No such file or directory (os error 2) without any further diagnostics.
Steps
Unclear. On my machine:
chillup $ cargo clean
chillup $ cargo build && cargo build --release
(snip)
chillup $ cargo publish -vvv --no-verify
Updating crates.io index
Packaging chillup v0.3.0 (/mnt/c/Users/Cokem/workspace/chillup)
Archiving .cargo_vcs_info.json
Archiving .gitignore
Archiving Cargo.lock
Archiving Cargo.toml
Archiving Cargo.toml.orig
Archiving README.md
Archiving src/main.rs
Uploading chillup v0.3.0 (/mnt/c/Users/Cokem/workspace/chillup)
error: No such file or directory (os error 2)Possible Solution(s)
n/a - need better diags
Notes
Output of cargo version:
cargo 1.44.1 (88ba85757 2020-06-11)
rustc 1.44.1 (c7087fe00 2020-06-17)
wsl -l -v
NAME STATE VERSION
* Ubuntu Running 2$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionicNote: This package already exists - I expect publish to update it.
Note: I have successfully published on WSL with this machine already, but this is my first time trying since upgrading to WSL 2.
Note: I generated a new crates.io auth key as a guess for the issue, which did not solve the problem
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-filesystemArea: issues with filesystemsArea: issues with filesystemsC-bugCategory: bugCategory: bugO-windowsOS: WindowsOS: Windows