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

pkg-bot tests are failing due to pub tar error #55994

Closed
dcharkes opened this issue Jun 13, 2024 · 3 comments
Closed

pkg-bot tests are failing due to pub tar error #55994

dcharkes opened this issue Jun 13, 2024 · 3 comments
Labels
area-test Cross-cutting test issues (use area- labels for specific failures; not used for package:test). gardening 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)

Comments

@dcharkes
Copy link
Contributor

There are new test failures on [test] Fix isolate concurrency test to not pass in sound-null-safety flag.

The tests

pkg/dartdev/test/commands/create_integration_test RuntimeError (expected Pass)

are failing on configurations

unittest-asserts-debug-linux-x64
unittest-asserts-release-mac-x64
unittest-asserts-release-win-arm64

Log:

Failed to extract `/Volumes/Work/s/w/ir/x/t/pub_YcbOxK/devtools_shared-10.0.0.tar.gz`: Invalid tar entry: ..

https://dart-ci.appspot.com/log/pkg-linux-debug/unittest-asserts-debug-linux-x64/20704/pkg/dartdev/test/commands/create_integration_test

Caused by:

Copy link

area-build, type-bug

The pkg-bot tests are failing due to a pub tar error when extracting a tarball. This is caused by an invalid tar entry, likely related to a known issue in the pub package.

@github-actions github-actions 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 Jun 13, 2024
@gmpassos
Copy link
Contributor

See:

flutter/devtools#7925

@athomas athomas added area-test Cross-cutting test issues (use area- labels for specific failures; not used for package:test). and removed area-build Use area-build for SDK build issues. labels Jun 13, 2024
@parlough
Copy link
Member

This seems to be passing now (https://dart-current-results.web.app/#/filter=pkg/dartdev/test/commands/create_integration_test&showAll), closing in favor of dart-lang/pub#4305 which was fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-test Cross-cutting test issues (use area- labels for specific failures; not used for package:test). gardening 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)
Projects
None yet
Development

No branches or pull requests

4 participants