Linux customer_testing: "Flutter users should use `flutter pub` instead of `dart pub`."
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 66/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Quiet
- Tech stack
- dart, flutter
- Domain
- ci-cd, testing-qa
Research direction
Start with dev/customer_testing/ci.sh and reproduce the Linux customer_testing shard from the linked build output. Trace the dependency-resolution command that produces the dart pub error, then rerun the shard to confirm the customer-testing dependency setup succeeds and the intermittent failure is resolved.
Written by the indexing model from the issue text.
Description
example: https://ci.chromium.org/ui/p/flutter/builders/try/Linux%20customer_testing/101590/overview
▌11:04:37▐ STARTING ANALYSIS
▌11:04:37▐ SHARD=customer_testing
▌11:04:37▐ Running customer testing
RUNNING: cd .; git fetch origin master
workingDirectory: /b/s/w/ir/x/w/flutter, executable: git, arguments: [fetch, origin, master]
From https://github.com/flutter/flutter
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
ELAPSED TIME: 0.347s for git fetch origin master in /b/s/w/ir/x/w/flutter
RUNNING: cd .; git branch -f master origin/master
workingDirectory: /b/s/w/ir/x/w/flutter, executable: git, arguments: [branch, -f, master, origin/master]
branch 'master' set up to track 'origin/master'.
ELAPSED TIME: 0.043s for git branch -f master origin/master in /b/s/w/ir/x/w/flutter
RUNNING: cd .; git checkout 2b6a349952afbd20535325a4bd029786b365ae0c
workingDirectory: /b/s/w/ir/x/w/flutter, executable: git, arguments: [checkout, 2b6a349952afbd20535325a4bd029786b365ae0c]
HEAD is now at 2b6a349952a Merge branch 'master' into flakey-web-tool
ELAPSED TIME: 0.587s for git checkout 2b6a349952afbd20535325a4bd029786b365ae0c in /b/s/w/ir/x/w/flutter
RUNNING: cd dev/customer_testing; ../../ci.sh
workingDirectory: /b/s/w/ir/x/w/flutter/dev/customer_testing, executable: ./ci.sh, arguments: []
Resolving dependencies in `/b/s/w/ir/x/w/flutter`...
Because flutter_api_samples requires the Flutter SDK, version solving failed.
Flutter users should use `flutter pub` instead of `dart pub`.
╔═╡ERROR #1╞════════════════════════════════════════════════════════════════════
║ Command: ../../ci.sh
║ Command exited with exit code 1 but expected zero exit code.
║ Working directory: /b/s/w/ir/x/w/flutter/dev/customer_testing
║ stdout and stderr output:
║ Resolving dependencies in `/b/s/w/ir/x/w/flutter`...
║ Because flutter_api_samples requires the Flutter SDK, version solving failed.
║
║ Flutter users should use `flutter pub` instead of `dart pub`.
╚═══════════════════════════════════════════════════════════════════════════════
▌11:04:39▐ Test failed.
10/25 of the last runs have failed
- Dominant language
- Dart
- Stars
- 179k
- Forks
- 31.7k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 413
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from flutter/flutter
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
c: tech-debt package team-ecosystem
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
waiting for response
Difficulty 1/5 1-3 hours Newbie friendliness 88/100
-
waiting for response
Difficulty 1/5 Under an hour Newbie friendliness 88/100
-
material_ui 1.3.0 & cupertino_ui 1.1.0 on Flutter 3.44 Error: Undefined name 'awaitNotRequired'. Openp: cupertino_ui p: material_ui package team-design
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
code quality good first issue
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Suwayomi/Suwayomi-Tsumiru#479 ·
-
Build Failure: agora_rtc_engine compiled against android-31 while dependencies require android-34+ Open
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 92/100
conceptadev/noir#95 ·