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
Freshly installed Linux MX system here, rust version 1.83.0. When I try to use cargo binstall I see the following errors (verbose version):
~ cargo binstall -v --dry-run bat
DEBUG using (/home/<myusername>/.cargo) as cargo home
DEBUG Using install path: /home/<myusername>/.cargo/bin
INFO resolve: Resolving package: 'bat'
DEBUG resolve:fetch_crate_matched{crate_name="bat" registry_url=https://index.crates.io/ version_req=*}: Downloading from: 'https://index.crates.io/config.json'
DEBUG resolve:fetch_crate_matched{crate_name="bat" registry_url=https://index.crates.io/ version_req=*}:do_send_request{request=Request { method: GET, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("index.crates.io")), port: None, path: "/config.json", query: None, fragment: None }, headers: {} } url=https://index.crates.io/config.json}:new_resolver: Using system DNS resolver configuration
DEBUG resolve:fetch_crate_matched{crate_name="bat" registry_url=https://index.crates.io/ version_req=*}:do_send_request{request=Request { method: GET, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("index.crates.io")), port: None, path: "/config.json", query: None, fragment: None }, headers: {} } url=https://index.crates.io/config.json}:new_resolver: Resolver configuration complete
DEBUG Failed to retrieve token from `gh auth token` err=Os { code: 2, kind: NotFound, message: "No such file or directory" }
DEBUG Failed to read git credential file
DEBUG get_target_from_rustc()=Some("x86_64-unknown-linux-gnu")
DEBUG Running `/usr/lib64/x86_64-linux-gnu/ld-linux-x86-64.so.2 --version`: err=Os { code: 2, kind: NotFound, message: "No such file or directory" }
DEBUG Running `/lib/ld-linux-x86-64.so.2 --version`: err=Os { code: 2, kind: NotFound, message: "No such file or directory" }
DEBUG `/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 --version`: status=exit status: 0, stdout='ld.so (Debian GLIBC 2.36-9+deb12u9) stable release version 2.36.
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
', stderr=''
DEBUG Running `/lib64/x86_64-linux-gnu/ld-linux-x86-64.so.2 --version`: err=Os { code: 2, kind: NotFound, message: "No such file or directory" }
DEBUG `/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 --version`: status=exit status: 0, stdout='ld.so (Debian GLIBC 2.36-9+deb12u9) stable release version 2.36.
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
', stderr=''
DEBUG `/lib64/ld-linux-x86-64.so.2 --version`: status=exit status: 0, stdout='ld.so (Debian GLIBC 2.36-9+deb12u9) stable release version 2.36.
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
', stderr=''
DEBUG resolve:fetch_crate_matched{crate_name="bat" registry_url=https://index.crates.io/ version_req=*}: Downloading from: 'https://index.crates.io/3/b/bat'
DEBUG run time: 162.854928ms
ERROR Fatal error:
× For crate bat: Reqwest error: error decoding response body
├─▶ Reqwest error: error decoding response body
├─▶ error decoding response body
╰─▶ there are extra bytes after body has been decompressed
What might be going wrong, or might I be doing wrong?
The text was updated successfully, but these errors were encountered:
Hi,
Freshly installed Linux MX system here, rust version 1.83.0. When I try to use
cargo binstall
I see the following errors (verbose version):What might be going wrong, or might I be doing wrong?
The text was updated successfully, but these errors were encountered: