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

Errors when trying to publish: "No space left on device" #209

Open
christophgysin opened this issue Mar 4, 2021 · 12 comments
Open

Errors when trying to publish: "No space left on device" #209

christophgysin opened this issue Mar 4, 2021 · 12 comments

Comments

@christophgysin
Copy link
Contributor

I just tried to publish aws_sdk v3.7.0.0, and got:

https://deno.land/status/6040bc900015b3d40011fae8

Status: Error: No space left on device (os error 28)
@lucacasonato
Copy link
Member

How big is the module you are trying to publish?

@christophgysin
Copy link
Contributor Author

christophgysin commented Mar 4, 2021

$ du -sh deno
159M	deno

@lucacasonato
Copy link
Member

lucacasonato commented Mar 4, 2021

Can you try to redeliver the webhook?

@christophgysin
Copy link
Contributor Author

Sure: https://deno.land/status/6040c0d3000e775d008ff687 (still ongoing)

@christophgysin
Copy link
Contributor Author

I have published v3.6.1.0 shortly before, could it be that both runs were competing for my 200Mb quota?

@christophgysin
Copy link
Contributor Author

The webhook status reports:

Status: Error: Failed to clone git repository https://github.com/christophgysin/aws-sdk-js-v3 at tag v3.7.0.0

But the module seems to have been published: https://deno.land/x/aws_sdk@v3.7.0.0

@lucacasonato
Copy link
Member

@christophgysin Can you try publish 3.7.0.1 ? I think due to the OOM error 3.7.0.0 was not published in its entirety.

@christophgysin
Copy link
Contributor Author

Sure, I will publish 3.7.0.1 later today.

@christophgysin
Copy link
Contributor Author

Published 3.7.0.1, same result:

https://deno.land/status/6040dad90060a69400416472

Status: Error: Failed to clone git repository https://github.com/christophgysin/aws-sdk-js-v3 at tag v3.7.0.1

@christophgysin
Copy link
Contributor Author

Are these two separate issues? Should I open a new issue for "Failed to clone git repository"?

@christophgysin
Copy link
Contributor Author

christophgysin commented Mar 7, 2021

FYI: I just pushed 3.8.0.0, and got:

https://deno.land/status/6044d72800add12b00d5f15f

Status: Success: Published module. Failed to run dependency analysis v2.

@UrielCh
Copy link

UrielCh commented Nov 27, 2022

My module react_icons also suffers from Failed to run dependency analysis v2.

That should be fixed By #304

In my case, the project size is 21M, and I had to drop some icon-set and use some tips to reduce the module size.

And now I need to find a place to add documentation or to split the project to allow single atomic import.
,
so instead of writing

import { FaBeer } from 'react-icons/fa';

That will import all Font Awesome icons to get the Beer SVG.

I will be able to write

import FaBeer from 'react-icons/fa/FaBeer';

To only cache the Beer SVG.

Please lucacasonato give me your point.
That the way we should use SVG icon with fresh ?
I found the module tabler_icons_tsx but now I also have react_icons

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

3 participants