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

Build failure: Transformer library "package:observe/observe.dart" not found. #2

Open
cyrille-leclerc opened this issue Feb 24, 2014 · 2 comments

Comments

@cyrille-leclerc
Copy link

Hello Nicolas,

The dart-clickstart fails on a message Transformer library "package:observe/observe.dart" not found..

Do you know if it could be related to a change in dartsdk?

The SDK URL used in the ClickStart build is http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip

https://cyrille-leclerc.ci.cloudbees.com/job/dart/1/console

+ echo 'Build/Compile Polymer app...'
Build/Compile Polymer app...
+ pub deploy
Transformer library "package:observe/observe.dart" not found.
Build step 'Execute shell' marked build as failure
Finished: FAILURE
@nfrancois
Copy link
Owner

Hi Cyrille,

Thanks to report.

After some tests, I don't think it could be related to Dart SDK:
Local, the builds step are ok on my computer and I have tested it on other platform build and it's ok.

I did some checking on Jenkins build. The dependencies are well downloaded and permissions are ok.

The problem looks like:
https://code.google.com/p/dart/issues/detail?id=15161

So, could be related to use of http proxy in cloudbees infrastructure.
Do you know something about that ?

I will try with previous SDK version and try if a "offline build" exists.

@cyrille-leclerc
Copy link
Author

Thanks nicolas,

I am not aware of any proxy setting on CloudBees platform. I'll investigate more.

Cyrille

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

No branches or pull requests

2 participants