Skip to content

Conversation

@peakschris
Copy link

Various windows fixes:

  • rattler_installs_packages fails to pull with rules_rust on windows due to path too long; patch in a fork instead

@aspect-workflows
Copy link

aspect-workflows bot commented Nov 13, 2025

test-os:linux-bzl:8 (Test)

⚠️ Buildkite build #1105 failed.

//py/tools/venv_bin:venv failed to build

process_wrapper failed: error executing Rustc command (from target //py/tools/venv_bin:venv) bazel-out/k8-opt-exec-ST-bc032a9f65cb/bin/external/rules_rust+/util/process_wrapper/process_wrapper --env-file bazel-out/k8-opt-exec-ST-bc032a9f65cb/bin/py/tools/venv_bin/venv_rustc_env_file --arg-file ... (remaining 56 arguments skipped)
 
Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
 
error[E0599]: no method named `clone` found for struct `VenvArgs` in the current scope
   --> py/tools/venv_bin/src/main.rs:183:27
    |
36  | struct VenvArgs {
    | --------------- method `clone` not found for this struct
...
183 |     venv_cmd_handler(args.clone()).wrap_err_with(|| format!("Unable to run command (venv): {:?}", args))
    |                           ^^^^^ method not found in `VenvArgs`
    |
    = help: items from traits can only be used if the trait is implemented and in scope
    = note: the following trait defines an item `clone`, perhaps you need to implement it:
            candidate #1: `Clone`
 
error: aborting due to 1 previous error
 
For more information about this error, try `rustc --explain E0599`.
process_wrapper failed: error executing Rustc command (from target //py/tools/venv_bin:venv) bazel-out/k8-opt-exec-ST-a413289ca0c5/bin/external/rules_rust+/util/process_wrapper/process_wrapper --env-file bazel-out/k8-opt-exec-ST-a413289ca0c5/bin/py/tools/venv_bin/venv_rustc_env_file --arg-file ... (remaining 56 arguments skipped)
 
Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
 
error[E0599]: no method named `clone` found for struct `VenvArgs` in the current scope
   --> py/tools/venv_bin/src/main.rs:183:27
    |
36  | struct VenvArgs {
    | --------------- method `clone` not found for this struct
...
183 |     venv_cmd_handler(args.clone()).wrap_err_with(|| format!("Unable to run command (venv): {:?}", args))
    |                           ^^^^^ method not found in `VenvArgs`
    |
    = help: items from traits can only be used if the trait is implemented and in scope
    = note: the following trait defines an item `clone`, perhaps you need to implement it:
            candidate #1: `Clone`
 
error: aborting due to 1 previous error
 
For more information about this error, try `rustc --explain E0599`.
process_wrapper failed: error executing Rustc command (from target //py/tools/venv_bin:venv) bazel-out/k8-opt-exec-ST-a2b2cf5b3f92/bin/external/rules_rust+/util/process_wrapper/process_wrapper --env-file bazel-out/k8-opt-ST-de04674010c3/bin/py/tools/venv_bin/venv_rustc_env_file --arg-file ... (remaining 56 arguments skipped)
 
Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
 
error[E0599]: no method named `clone` found for struct `VenvArgs` in the current scope
   --> py/tools/venv_bin/src/main.rs:183:27
    |
36  | struct VenvArgs {
    | --------------- method `clone` not found for this struct
...
183 |     venv_cmd_handler(args.clone()).wrap_err_with(|| format!("Unable to run command (venv): {:?}", args))
    |                           ^^^^^ method not found in `VenvArgs`
    |
    = help: items from traits can only be used if the trait is implemented and in scope
    = note: the following trait defines an item `clone`, perhaps you need to implement it:
            candidate #1: `Clone`
 
error: aborting due to 1 previous error
 
For more information about this error, try `rustc --explain E0599`.
process_wrapper failed: error executing Rustc command (from target //py/tools/venv_bin:venv) bazel-out/k8-opt-exec-ST-a2b2cf5b3f92/bin/external/rules_rust+/util/process_wrapper/process_wrapper --env-file bazel-out/k8-opt-ST-8a8ac4143a97/bin/py/tools/venv_bin/venv_rustc_env_file --arg-file ... (remaining 56 arguments skipped)
 
Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
 
error[E0599]: no method named `clone` found for struct `VenvArgs` in the current scope
   --> py/tools/venv_bin/src/main.rs:183:27
    |
36  | struct VenvArgs {
    | --------------- method `clone` not found for this struct
...
183 |     venv_cmd_handler(args.clone()).wrap_err_with(|| format!("Unable to run command (venv): {:?}", args))
    |                           ^^^^^ method not found in `VenvArgs`
    |
    = help: items from traits can only be used if the trait is implemented and in scope
    = note: the following trait defines an item `clone`, perhaps you need to implement it:
            candidate #1: `Clone`
 
error: aborting due to 1 previous error
 
For more information about this error, try `rustc --explain E0599`.
process_wrapper failed: error executing Rustc command (from target //py/tools/venv_bin:venv) bazel-out/k8-opt-exec-ST-87c63ad2f77e/bin/external/rules_rust+/util/process_wrapper/process_wrapper --env-file bazel-out/k8-opt-exec-ST-87c63ad2f77e/bin/py/tools/venv_bin/venv_rustc_env_file --arg-file ... (remaining 56 arguments skipped)
 
Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
 
error[E0599]: no method named `clone` found for struct `VenvArgs` in the current scope
   --> py/tools/venv_bin/src/main.rs:183:27
    |
36  | struct VenvArgs {
    | --------------- method `clone` not found for this struct
...
183 |     venv_cmd_handler(args.clone()).wrap_err_with(|| format!("Unable to run command (venv): {:?}", args))
    |                           ^^^^^ method not found in `VenvArgs`
    |
    = help: items from traits can only be used if the trait is implemented and in scope
    = note: the following trait defines an item `clone`, perhaps you need to implement it:
            candidate #1: `Clone`
 
error: aborting due to 1 previous error
 
For more information about this error, try `rustc --explain E0599`.

5 other actions failed to build.

Failed tests (2)
//:requirements_test [k8-fastbuild]                                        🔗
//py/tests/virtual/django:requirements_test [k8-fastbuild]                 🔗

💡 To reproduce the build failures, run

bazel build //py/tools/venv_bin:venv //py/tools/venv_bin:venv //py/tools/venv_bin:venv //py/tools/venv_bin:venv //py/tools/venv_bin:venv

💡 To reproduce the test failures, run

bazel test //:requirements_test //py/tests/virtual/django:requirements_test

test-os:linux-bzl:latest (Test)

⚠️ Buildkite build #1105 failed.

//py/tools/venv_bin:venv failed to build

process_wrapper failed: error executing Rustc command (from target //py/tools/venv_bin:venv) bazel-out/k8-opt-exec-ST-a2b2cf5b3f92/bin/external/rules_rust+/util/process_wrapper/process_wrapper --env-file bazel-out/k8-opt-exec-ST-a2b2cf5b3f92/bin/py/tools/venv_bin/venv_rustc_env_file --arg-file ... (remaining 56 arguments skipped)
 
Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
 
error[E0599]: no method named `clone` found for struct `VenvArgs` in the current scope
   --> py/tools/venv_bin/src/main.rs:183:27
    |
36  | struct VenvArgs {
    | --------------- method `clone` not found for this struct
...
183 |     venv_cmd_handler(args.clone()).wrap_err_with(|| format!("Unable to run command (venv): {:?}", args))
    |                           ^^^^^ method not found in `VenvArgs`
    |
    = help: items from traits can only be used if the trait is implemented and in scope
    = note: the following trait defines an item `clone`, perhaps you need to implement it:
            candidate #1: `Clone`
 
error: aborting due to 1 previous error
 
For more information about this error, try `rustc --explain E0599`.
process_wrapper failed: error executing Rustc command (from target //py/tools/venv_bin:venv) bazel-out/k8-opt-exec-ST-a2b2cf5b3f92/bin/external/rules_rust+/util/process_wrapper/process_wrapper --env-file bazel-out/k8-opt-ST-c4563459e1f9/bin/py/tools/venv_bin/venv_rustc_env_file --arg-file ... (remaining 56 arguments skipped)
 
Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
 
error[E0599]: no method named `clone` found for struct `VenvArgs` in the current scope
   --> py/tools/venv_bin/src/main.rs:183:27
    |
36  | struct VenvArgs {
    | --------------- method `clone` not found for this struct
...
183 |     venv_cmd_handler(args.clone()).wrap_err_with(|| format!("Unable to run command (venv): {:?}", args))
    |                           ^^^^^ method not found in `VenvArgs`
    |
    = help: items from traits can only be used if the trait is implemented and in scope
    = note: the following trait defines an item `clone`, perhaps you need to implement it:
            candidate #1: `Clone`
 
error: aborting due to 1 previous error
 
For more information about this error, try `rustc --explain E0599`.
process_wrapper failed: error executing Rustc command (from target //py/tools/venv_bin:venv) bazel-out/k8-opt-exec-ST-bc032a9f65cb/bin/external/rules_rust+/util/process_wrapper/process_wrapper --env-file bazel-out/k8-opt-exec-ST-bc032a9f65cb/bin/py/tools/venv_bin/venv_rustc_env_file --arg-file ... (remaining 56 arguments skipped)
 
Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
 
error[E0599]: no method named `clone` found for struct `VenvArgs` in the current scope
   --> py/tools/venv_bin/src/main.rs:183:27
    |
36  | struct VenvArgs {
    | --------------- method `clone` not found for this struct
...
183 |     venv_cmd_handler(args.clone()).wrap_err_with(|| format!("Unable to run command (venv): {:?}", args))
    |                           ^^^^^ method not found in `VenvArgs`
    |
    = help: items from traits can only be used if the trait is implemented and in scope
    = note: the following trait defines an item `clone`, perhaps you need to implement it:
            candidate #1: `Clone`
 
error: aborting due to 1 previous error
 
For more information about this error, try `rustc --explain E0599`.
process_wrapper failed: error executing Rustc command (from target //py/tools/venv_bin:venv) bazel-out/k8-opt-exec-ST-a2b2cf5b3f92/bin/external/rules_rust+/util/process_wrapper/process_wrapper --env-file bazel-out/k8-opt-ST-6abd7f29ae6f/bin/py/tools/venv_bin/venv_rustc_env_file --arg-file ... (remaining 56 arguments skipped)
 
Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
 
error[E0599]: no method named `clone` found for struct `VenvArgs` in the current scope
   --> py/tools/venv_bin/src/main.rs:183:27
    |
36  | struct VenvArgs {
    | --------------- method `clone` not found for this struct
...
183 |     venv_cmd_handler(args.clone()).wrap_err_with(|| format!("Unable to run command (venv): {:?}", args))
    |                           ^^^^^ method not found in `VenvArgs`
    |
    = help: items from traits can only be used if the trait is implemented and in scope
    = note: the following trait defines an item `clone`, perhaps you need to implement it:
            candidate #1: `Clone`
 
error: aborting due to 1 previous error
 
For more information about this error, try `rustc --explain E0599`.
process_wrapper failed: error executing Rustc command (from target //py/tools/venv_bin:venv) bazel-out/k8-opt-exec-ST-a2b2cf5b3f92/bin/external/rules_rust+/util/process_wrapper/process_wrapper --env-file bazel-out/k8-opt-ST-840044166b20/bin/py/tools/venv_bin/venv_rustc_env_file --arg-file ... (remaining 56 arguments skipped)
 
Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
 
error[E0599]: no method named `clone` found for struct `VenvArgs` in the current scope
   --> py/tools/venv_bin/src/main.rs:183:27
    |
36  | struct VenvArgs {
    | --------------- method `clone` not found for this struct
...
183 |     venv_cmd_handler(args.clone()).wrap_err_with(|| format!("Unable to run command (venv): {:?}", args))
    |                           ^^^^^ method not found in `VenvArgs`
    |
    = help: items from traits can only be used if the trait is implemented and in scope
    = note: the following trait defines an item `clone`, perhaps you need to implement it:
            candidate #1: `Clone`
 
error: aborting due to 1 previous error
 
For more information about this error, try `rustc --explain E0599`.

5 other actions failed to build.

Failed tests (2)
//:requirements_test [k8-fastbuild]                                        🔗
//py/tests/virtual/django:requirements_test [k8-fastbuild]                 🔗

💡 To reproduce the build failures, run

bazel build //py/tools/venv_bin:venv //py/tools/venv_bin:venv //py/tools/venv_bin:venv //py/tools/venv_bin:venv //py/tools/venv_bin:venv

💡 To reproduce the test failures, run

bazel test //py/tests/virtual/django:requirements_test //:requirements_test

test-os:linux-bzl:8 (Test)

e2e

⚠️ Buildkite build #1105 failed.

@@aspect_rules_py+//py/tools/venv_bin:venv failed to build

process_wrapper failed: error executing Rustc command (from target @@aspect_rules_py+//py/tools/venv_bin:venv) bazel-out/k8-opt-exec-ST-54f632f5c9a8/bin/external/rules_rust+/util/process_wrapper/process_wrapper --env-file ... (remaining 58 arguments skipped)
 
Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
 
error[E0599]: no method named `clone` found for struct `VenvArgs` in the current scope
   --> external/aspect_rules_py+/py/tools/venv_bin/src/main.rs:183:27
    |
36  | struct VenvArgs {
    | --------------- method `clone` not found for this struct
...
183 |     venv_cmd_handler(args.clone()).wrap_err_with(|| format!("Unable to run command (venv): {:?}", args))
    |                           ^^^^^ method not found in `VenvArgs`
    |
    = help: items from traits can only be used if the trait is implemented and in scope
    = note: the following trait defines an item `clone`, perhaps you need to implement it:
            candidate #1: `Clone`
 
error: aborting due to 1 previous error
 
For more information about this error, try `rustc --explain E0599`.
process_wrapper failed: error executing Rustc command (from target @@aspect_rules_py+//py/tools/venv_bin:venv) bazel-out/k8-opt-exec-ST-e9837c2a431b/bin/external/rules_rust+/util/process_wrapper/process_wrapper --env-file ... (remaining 58 arguments skipped)
 
Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
 
error[E0599]: no method named `clone` found for struct `VenvArgs` in the current scope
   --> external/aspect_rules_py+/py/tools/venv_bin/src/main.rs:183:27
    |
36  | struct VenvArgs {
    | --------------- method `clone` not found for this struct
...
183 |     venv_cmd_handler(args.clone()).wrap_err_with(|| format!("Unable to run command (venv): {:?}", args))
    |                           ^^^^^ method not found in `VenvArgs`
    |
    = help: items from traits can only be used if the trait is implemented and in scope
    = note: the following trait defines an item `clone`, perhaps you need to implement it:
            candidate #1: `Clone`
 
error: aborting due to 1 previous error
 
For more information about this error, try `rustc --explain E0599`.
process_wrapper failed: error executing Rustc command (from target @@aspect_rules_py+//py/tools/venv_bin:venv) bazel-out/k8-opt-exec-ST-cad72e4b2ae9/bin/external/rules_rust+/util/process_wrapper/process_wrapper --env-file ... (remaining 58 arguments skipped)
 
Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
 
error[E0599]: no method named `clone` found for struct `VenvArgs` in the current scope
   --> external/aspect_rules_py+/py/tools/venv_bin/src/main.rs:183:27
    |
36  | struct VenvArgs {
    | --------------- method `clone` not found for this struct
...
183 |     venv_cmd_handler(args.clone()).wrap_err_with(|| format!("Unable to run command (venv): {:?}", args))
    |                           ^^^^^ method not found in `VenvArgs`
    |
    = help: items from traits can only be used if the trait is implemented and in scope
    = note: the following trait defines an item `clone`, perhaps you need to implement it:
            candidate #1: `Clone`
 
error: aborting due to 1 previous error
 
For more information about this error, try `rustc --explain E0599`.
process_wrapper failed: error executing Rustc command (from target @@aspect_rules_py+//py/tools/venv_bin:venv) bazel-out/k8-opt-exec-ST-6c2bb2883776/bin/external/rules_rust+/util/process_wrapper/process_wrapper --env-file ... (remaining 58 arguments skipped)
 
Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
 
error[E0599]: no method named `clone` found for struct `VenvArgs` in the current scope
   --> external/aspect_rules_py+/py/tools/venv_bin/src/main.rs:183:27
    |
36  | struct VenvArgs {
    | --------------- method `clone` not found for this struct
...
183 |     venv_cmd_handler(args.clone()).wrap_err_with(|| format!("Unable to run command (venv): {:?}", args))
    |                           ^^^^^ method not found in `VenvArgs`
    |
    = help: items from traits can only be used if the trait is implemented and in scope
    = note: the following trait defines an item `clone`, perhaps you need to implement it:
            candidate #1: `Clone`
 
error: aborting due to 1 previous error
 
For more information about this error, try `rustc --explain E0599`.
process_wrapper failed: error executing Rustc command (from target @@aspect_rules_py+//py/tools/venv_bin:venv) bazel-out/k8-opt-exec-ST-e9837c2a431b/bin/external/rules_rust+/util/process_wrapper/process_wrapper --env-file ... (remaining 58 arguments skipped)
 
Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
 
error[E0599]: no method named `clone` found for struct `VenvArgs` in the current scope
   --> external/aspect_rules_py+/py/tools/venv_bin/src/main.rs:183:27
    |
36  | struct VenvArgs {
    | --------------- method `clone` not found for this struct
...
183 |     venv_cmd_handler(args.clone()).wrap_err_with(|| format!("Unable to run command (venv): {:?}", args))
    |                           ^^^^^ method not found in `VenvArgs`
    |
    = help: items from traits can only be used if the trait is implemented and in scope
    = note: the following trait defines an item `clone`, perhaps you need to implement it:
            candidate #1: `Clone`
 
error: aborting due to 1 previous error
 
For more information about this error, try `rustc --explain E0599`.

5 other actions failed to build.

💡 To reproduce the build failures, run

bazel build @@aspect_rules_py+//py/tools/venv_bin:venv @@aspect_rules_py+//py/tools/venv_bin:venv @@aspect_rules_py+//py/tools/venv_bin:venv @@aspect_rules_py+//py/tools/venv_bin:venv @@aspect_rules_py+//py/tools/venv_bin:venv

test-os:linux-bzl:latest (Test)

e2e

⚠️ Buildkite build #1105 failed.

@@aspect_rules_py+//py/tools/venv_bin:venv failed to build

process_wrapper failed: error executing Rustc command (from target @@aspect_rules_py+//py/tools/venv_bin:venv) bazel-out/k8-opt-exec-ST-ca83faa4d31c/bin/external/rules_rust+/util/process_wrapper/process_wrapper --env-file ... (remaining 58 arguments skipped)
 
Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
 
error[E0599]: no method named `clone` found for struct `VenvArgs` in the current scope
   --> external/aspect_rules_py+/py/tools/venv_bin/src/main.rs:183:27
    |
36  | struct VenvArgs {
    | --------------- method `clone` not found for this struct
...
183 |     venv_cmd_handler(args.clone()).wrap_err_with(|| format!("Unable to run command (venv): {:?}", args))
    |                           ^^^^^ method not found in `VenvArgs`
    |
    = help: items from traits can only be used if the trait is implemented and in scope
    = note: the following trait defines an item `clone`, perhaps you need to implement it:
            candidate #1: `Clone`
 
error: aborting due to 1 previous error
 
For more information about this error, try `rustc --explain E0599`.
process_wrapper failed: error executing Rustc command (from target @@aspect_rules_py+//py/tools/venv_bin:venv) bazel-out/k8-opt-exec-ST-45975c74429a/bin/external/rules_rust+/util/process_wrapper/process_wrapper --env-file ... (remaining 58 arguments skipped)
 
Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
 
error[E0599]: no method named `clone` found for struct `VenvArgs` in the current scope
   --> external/aspect_rules_py+/py/tools/venv_bin/src/main.rs:183:27
    |
36  | struct VenvArgs {
    | --------------- method `clone` not found for this struct
...
183 |     venv_cmd_handler(args.clone()).wrap_err_with(|| format!("Unable to run command (venv): {:?}", args))
    |                           ^^^^^ method not found in `VenvArgs`
    |
    = help: items from traits can only be used if the trait is implemented and in scope
    = note: the following trait defines an item `clone`, perhaps you need to implement it:
            candidate #1: `Clone`
 
error: aborting due to 1 previous error
 
For more information about this error, try `rustc --explain E0599`.
process_wrapper failed: error executing Rustc command (from target @@aspect_rules_py+//py/tools/venv_bin:venv) bazel-out/k8-opt-exec-ST-a2b2cf5b3f92/bin/external/rules_rust+/util/process_wrapper/process_wrapper --env-file ... (remaining 58 arguments skipped)
 
Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
 
error[E0599]: no method named `clone` found for struct `VenvArgs` in the current scope
   --> external/aspect_rules_py+/py/tools/venv_bin/src/main.rs:183:27
    |
36  | struct VenvArgs {
    | --------------- method `clone` not found for this struct
...
183 |     venv_cmd_handler(args.clone()).wrap_err_with(|| format!("Unable to run command (venv): {:?}", args))
    |                           ^^^^^ method not found in `VenvArgs`
    |
    = help: items from traits can only be used if the trait is implemented and in scope
    = note: the following trait defines an item `clone`, perhaps you need to implement it:
            candidate #1: `Clone`
 
error: aborting due to 1 previous error
 
For more information about this error, try `rustc --explain E0599`.
process_wrapper failed: error executing Rustc command (from target @@aspect_rules_py+//py/tools/venv_bin:venv) bazel-out/k8-opt-exec-ST-e9837c2a431b/bin/external/rules_rust+/util/process_wrapper/process_wrapper --env-file ... (remaining 58 arguments skipped)
 
Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
 
error[E0599]: no method named `clone` found for struct `VenvArgs` in the current scope
   --> external/aspect_rules_py+/py/tools/venv_bin/src/main.rs:183:27
    |
36  | struct VenvArgs {
    | --------------- method `clone` not found for this struct
...
183 |     venv_cmd_handler(args.clone()).wrap_err_with(|| format!("Unable to run command (venv): {:?}", args))
    |                           ^^^^^ method not found in `VenvArgs`
    |
    = help: items from traits can only be used if the trait is implemented and in scope
    = note: the following trait defines an item `clone`, perhaps you need to implement it:
            candidate #1: `Clone`
 
error: aborting due to 1 previous error
 
For more information about this error, try `rustc --explain E0599`.
process_wrapper failed: error executing Rustc command (from target @@aspect_rules_py+//py/tools/venv_bin:venv) bazel-out/k8-opt-exec-ST-6c2bb2883776/bin/external/rules_rust+/util/process_wrapper/process_wrapper --env-file ... (remaining 58 arguments skipped)
 
Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
 
error[E0599]: no method named `clone` found for struct `VenvArgs` in the current scope
   --> external/aspect_rules_py+/py/tools/venv_bin/src/main.rs:183:27
    |
36  | struct VenvArgs {
    | --------------- method `clone` not found for this struct
...
183 |     venv_cmd_handler(args.clone()).wrap_err_with(|| format!("Unable to run command (venv): {:?}", args))
    |                           ^^^^^ method not found in `VenvArgs`
    |
    = help: items from traits can only be used if the trait is implemented and in scope
    = note: the following trait defines an item `clone`, perhaps you need to implement it:
            candidate #1: `Clone`
 
error: aborting due to 1 previous error
 
For more information about this error, try `rustc --explain E0599`.

5 other actions failed to build.

💡 To reproduce the build failures, run

bazel build @@aspect_rules_py+//py/tools/venv_bin:venv @@aspect_rules_py+//py/tools/venv_bin:venv @@aspect_rules_py+//py/tools/venv_bin:venv @@aspect_rules_py+//py/tools/venv_bin:venv @@aspect_rules_py+//py/tools/venv_bin:venv

test-os:linux-bzl:8 (Test)

examples/uv_pip_compile

All tests were cache hits

1 test (100.0%) was fully cached saving 335ms.


test-os:linux-bzl:latest (Test)

examples/uv_pip_compile

All tests were cache hits

1 test (100.0%) was fully cached saving 335ms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant