[GH-ISSUE #193] has errors when build release #95

Closed
opened 2026-04-08 16:50:18 +03:00 by zhus · 5 comments
Owner

Originally created by @high726 on GitHub (Mar 11, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/193

Problem
has errors when build release。

Log
error: failed to run custom build command for quote v1.0.23

Caused by:
process didn't exit successfully: /Users/xxx/Downloads/dufs/target/release/build/quote-9253156aff15e4c7/build-script-build (signal: 9, SIGKILL: kill)
warning: build failed, waiting for other jobs to finish...
error: failed to run custom build command for proc-macro2 v1.0.51
Caused by:
process didn't exit successfully: /Users/xxx/Downloads/dufs/target/release/build/proc-macro2-4f145f136714f2f1/build-script-build (signal: 9, SIGKILL: kill)

Environment:

  • Dufs version:v0.32.0
  • Browser/Webdav Info:
  • OS Info: Darwin xxx 21.3.0 Darwin Kernel Version 21.3.0: Wed Jan 5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_ARM64_T8101 arm64
Originally created by @high726 on GitHub (Mar 11, 2023). Original GitHub issue: https://github.com/sigoden/dufs/issues/193 **Problem** has errors when build release。 **Log** error: failed to run custom build command for `quote v1.0.23` Caused by: process didn't exit successfully: `/Users/xxx/Downloads/dufs/target/release/build/quote-9253156aff15e4c7/build-script-build` (signal: 9, SIGKILL: kill) warning: build failed, waiting for other jobs to finish... error: failed to run custom build command for `proc-macro2 v1.0.51` Caused by: process didn't exit successfully: `/Users/xxx/Downloads/dufs/target/release/build/proc-macro2-4f145f136714f2f1/build-script-build` (signal: 9, SIGKILL: kill) **Environment:** - Dufs version:v0.32.0 - Browser/Webdav Info: - OS Info: Darwin xxx 21.3.0 Darwin Kernel Version 21.3.0: Wed Jan 5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_ARM64_T8101 arm64
zhus closed this issue 2026-04-08 16:50:18 +03:00
Author
Owner

@high726 commented on GitHub (Mar 11, 2023):

when i remove strip = true in Cargo.toml , above has resolved.

<!-- gh-comment-id:1464962086 --> @high726 commented on GitHub (Mar 11, 2023): when i remove `strip = true` in Cargo.toml , above has resolved.
Author
Owner

@sigoden commented on GitHub (Mar 12, 2023):

I haven't found any issues on macos.

Try the following steps and see if they work:

  • rustup update to upgrade rust to latest version
  • cargo clean the old build/ache
  • cargo build -r again
<!-- gh-comment-id:1465050026 --> @sigoden commented on GitHub (Mar 12, 2023): I haven't found any issues on macos. Try the following steps and see if they work: - `rustup update` to upgrade rust to latest version - `cargo clean` the old build/ache - `cargo build -r` again
Author
Owner

@high726 commented on GitHub (Mar 12, 2023):

it doesn't work

I haven't found any issues on macos.

Try the following steps and see if they work:

  • rustup update to upgrade rust to latest version
  • cargo clean the old build/ache
  • cargo build -r again
<!-- gh-comment-id:1465069475 --> @high726 commented on GitHub (Mar 12, 2023): it doesn't work > I haven't found any issues on macos. > > Try the following steps and see if they work: > > * `rustup update` to upgrade rust to latest version > * `cargo clean` the old build/ache > * `cargo build -r` again
Author
Owner

@sigoden commented on GitHub (Mar 12, 2023):

I didn't find the problem on my own macOS, nor did I find it on CI's macOS.

Sorry, I can't solve your problem.

<!-- gh-comment-id:1465072195 --> @sigoden commented on GitHub (Mar 12, 2023): I didn't find the problem on my own macOS, nor did I find it on CI's macOS. Sorry, I can't solve your problem.
Author
Owner

@sigoden commented on GitHub (Mar 17, 2023):

dufs v0.33.0 upgraded dependencies. proc-macro2 was updated to v1.0.52. You may try again.

I never reproduced the problem. so I close this issue.

<!-- gh-comment-id:1472984756 --> @sigoden commented on GitHub (Mar 17, 2023): dufs v0.33.0 upgraded dependencies. proc-macro2 was updated to v1.0.52. You may try again. I never reproduced the problem. so I close this issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#95