dependabot-core icon indicating copy to clipboard operation
dependabot-core copied to clipboard

Failing to parse manifest because it can't find custom build script (it exists)

Open briancorbin opened this issue 2 years ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Package ecosystem

cargo

Package manager version

1.62.0-nightly (f63f23ff1 2022-04-28)

Language version

No response

Manifest location and content before the Dependabot update

https://github.com/mobilecoinofficial/full-service/blob/develop/Cargo.toml

dependabot.yml content

https://github.com/mobilecoinofficial/full-service/blob/develop/.github/dependabot.yml

Updated dependency

No response

What you expected to see, versus what you actually saw

Expected it to work?

What I got:

...
updater | <job_466809058> error: failed to get `mc-consensus-enclave-measurement` as a dependency of package `mc-full-service v1.9.0 (/home/dependabot/dependabot-updater/dependabot_tmp_dir/full-service)`
updater | <job_466809058> 
updater | <job_466809058> Caused by:
updater | <job_466809058>   failed to load source for dependency `mc-consensus-enclave-measurement`
updater | <job_466809058> 
updater | <job_466809058> Caused by:
updater | <job_466809058>   Unable to update /home/dependabot/dependabot-updater/dependabot_tmp_dir/mobilecoin/consensus/enclave/measurement
updater | <job_466809058> 
updater | <job_466809058> Caused by:
updater | <job_466809058>   failed to parse manifest at `/home/dependabot/dependabot-updater/dependabot_tmp_dir/mobilecoin/consensus/enclave/measurement/Cargo.toml`
updater | <job_466809058> 
updater | <job_466809058> Caused by:
updater | <job_466809058>   package `mc-consensus-enclave-measurement v2.0.0 (/home/dependabot/dependabot-updater/dependabot_tmp_dir/mobilecoin/consensus/enclave/measurement)` specifies that it links to `consensus_enclave_measurement` but does not have a custom build script
...

Native package manager behavior

No response

Images of the diff or a link to the PR, issue, or logs

No response

Smallest manifest that reproduces the issue

No response

briancorbin avatar Sep 21 '22 19:09 briancorbin