Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cargo feature resolver is required error #17046

Closed
mihaiplesa opened this issue Jul 20, 2021 · 0 comments · Fixed by brave/brave-core#9497
Closed

Cargo feature resolver is required error #17046

mihaiplesa opened this issue Jul 20, 2021 · 0 comments · Fixed by brave/brave-core#9497
Assignees
Labels
OS/Android Fixes related to Android browser functionality OS/Desktop QA/No release-notes/exclude

Comments

@mihaiplesa
Copy link
Collaborator

18:22:20    Downloaded zeroize v1.4.0
18:22:20  error: failed to compile `cargo-audit v0.15.0`, intermediate artifacts can be found at `/tmp/cargo-install1tXlH5`
18:22:20  
18:22:20  Caused by:
18:22:20    failed to parse manifest at `/home/ubuntu/workspace/test-brave-browser-build-linux-beta/src/brave/build/rustup/0.1.6/registry/src/github.com-1ecc6299db9ec823/zeroize-1.4.0/Cargo.toml`
18:22:20  
18:22:20  Caused by:
18:22:20    feature `resolver` is required
18:22:20  
18:22:20    this Cargo does not support nightly features, but if you
18:22:20    switch to nightly channel you can add
18:22:20    `cargo-features = ["resolver"]` to enable this feature
18:22:20  None
18:22:20  Traceback (most recent call last):
18:22:20    File "script/download_rust_deps.py", line 192, in <module>
18:22:20      sys.exit(main())
18:22:20    File "script/download_rust_deps.py", line 186, in main
18:22:20      cargo_install(tool)
18:22:20    File "script/download_rust_deps.py", line 161, in cargo_install
18:22:20      raise e
18:22:20    File "script/download_rust_deps.py", line 158, in cargo_install
18:22:20      subprocess.check_call(cargo_args, env=env)
18:22:20    File "/home/ubuntu/workspace/test-brave-browser-build-linux-beta/src/brave/vendor/depot_tools/bootstrap-2@3.8.10.chromium.19_bin/python3/lib/python3.8/subprocess.py", line 364, in check_call
18:22:20      raise CalledProcessError(retcode, cmd)
18:22:20  subprocess.CalledProcessError: Command '['/home/ubuntu/workspace/test-brave-browser-build-linux-beta/src/brave/build/rustup/0.1.6/bin/cargo', 'install', 'cargo-audit', '--features', 'vendored-openssl']' returned non-zero exit status 101.
18:22:20  
18:22:20  Hook 'vpython3 script/download_rust_deps.py' took 50.08 secs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS/Android Fixes related to Android browser functionality OS/Desktop QA/No release-notes/exclude
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants