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

Error when running the tools/rev_sdk_deps.dart script #57050

Open
kenzieschmoll opened this issue Nov 7, 2024 · 3 comments
Open

Error when running the tools/rev_sdk_deps.dart script #57050

kenzieschmoll opened this issue Nov 7, 2024 · 3 comments
Labels
area-infrastructure Use area-infrastructure for SDK infrastructure issues, like continuous integration bot changes. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@kenzieschmoll
Copy link
Contributor

 ~/develop/dart-lang/sdk/ [remotes/origin/HEAD] dart tools/rev_sdk_deps.dart
41 package dependencies found.
Not attempting to move forward the revisions for: dart_style, leak_tracker, native, pub.

Unhandled exception:
ProcessException: No such file or directory
  Command: git fetch
#0      _ProcessImpl._start (dart:io-patch/process_patch.dart:402:33)
#1      Process.start (dart:io-patch/process_patch.dart:38:20)
#2      _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579:18)
#3      Process.run (dart:io-patch/process_patch.dart:49:12)
#4      exec (file:///Users/kenzieschmoll/develop/dart-lang/sdk/tools/rev_sdk_deps.dart:333:30)
#5      GitHelper.fetch (file:///Users/kenzieschmoll/develop/dart-lang/sdk/tools/rev_sdk_deps.dart:170:12)
#6      main.<anonymous closure>.<anonymous closure> (file:///Users/kenzieschmoll/develop/dart-lang/sdk/tools/rev_sdk_deps.dart:53:21)
#7      Pool.withResource (package:pool/pool.dart:127:28)
<asynchronous suspension>
#8      Future.wait.<anonymous closure> (dart:async/future.dart:520:21)
<asynchronous suspension>
#9      main (file:///Users/kenzieschmoll/develop/dart-lang/sdk/tools/rev_sdk_deps.dart:49:6)
<asynchronous suspension>
@dart-github-bot
Copy link
Collaborator

Summary: The rev_sdk_deps.dart script fails to run due to a ProcessException when attempting to execute git fetch. This suggests an issue with the Git environment or configuration.

@dart-github-bot dart-github-bot added area-build Use area-build for SDK build issues. triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) labels Nov 7, 2024
@devoncarew devoncarew removed the triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. label Nov 7, 2024
@devoncarew
Copy link
Member

Hmm, for some reason the script is not able to shell out to git.

@devoncarew
Copy link
Member

For bumping an individual dep, you can also run dart tools/manage_deps.dart bump third_party/pkg/tools.

@devoncarew devoncarew removed the area-build Use area-build for SDK build issues. label Nov 7, 2024
copybara-service bot pushed a commit that referenced this issue Nov 11, 2024
This was bumped manually instead of from the rev_sdk_deps.dart script due to #57050.

Change-Id: I2bdd3fc6ab13d8a637d8c138e6ee2709a28f3010
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/394006
Reviewed-by: Ben Konyi <[email protected]>
Commit-Queue: Kenzie Davisson <[email protected]>
Reviewed-by: Devon Carew <[email protected]>
@lrhn lrhn added the area-infrastructure Use area-infrastructure for SDK infrastructure issues, like continuous integration bot changes. label Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Use area-infrastructure for SDK infrastructure issues, like continuous integration bot changes. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

4 participants