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 with 'Output is too big. Chunked at 2097152 bytes' during conda env creation. #5093

Closed
rainwoodman opened this issue Jan 11, 2019 · 5 comments
Labels
Support Support question

Comments

@rainwoodman
Copy link
Contributor

Details

Expected Result

Build used to work fine 4 weeks ago.

Actual Result

Build stopped working since 2 weeks ago. The output is truncated during conda environment creation:

corrfunc-2.2.0  62% |###################            | Time: 0:00:00  55.82 MB/s
corrfunc-2.2.0  62% |###################            | Time: 0:00:00  55.82 MB/s
corrfunc-2.2.0  62% |###################            | Time: 0:00:00  55.81 MB/s
corrfunc-2.2.0  62% |###################            | Time: 0:00:00  55.81 MB/s
corrfunc-2.2.0  62% |###################            | Time: 0:00:00  55.81 MB/s
corrfunc-2.2.0  62% |###################            | Time: 0:00:00  55.81 MB/s
corrfunc-2.2.0  62% |###################            | Time: 0:00:00  55.81 MB/s
corrfunc-2.2.0  62% |###################            | Time: 0:00:00  55.80 MB/s
corrfunc-2.2.0  62% |###################            | Time: 0:00:00  55.80 MB/s
corrfunc-2.2.0  62% |###################            | Time: 0:00:00  55.81 MB/s
corrfu


Output is too big. Chunked at 2097152 bytes

I am not sure if the error is due to the truncation, or if the real error is hidden by the truncation.
If it is necessary to truncate the output, then please consider adding '-q' to the call to conda, which supposed to suppress the progress bars. (Do I I have control to the conda command line? If so I may try this myself.)

@stsewd stsewd added the Support Support question label Jan 11, 2019
rainwoodman added a commit to rainwoodman/readthedocs.org that referenced this issue Jan 11, 2019
The progress bar generates too much output, may be the cause of failure in readthedocs#5093.
@humitos
Copy link
Member

humitos commented Jan 13, 2019

I am not sure if the error is due to the truncation, or if the real error is hidden by the truncation.

The error is not because of the truncation of the output. It's probably and out of memory (there are other issues about this).

If it is necessary to truncate the output, then please consider adding '-q' to the call to conda, which supposed to suppress the progress bars.

I like this idea because progress bar is completely useless for us.

(Do I I have control to the conda command line? If so I may try this myself.)

No.

@ericholscher
Copy link
Member

This (#5094) is now deployed, and I triggered a new build: https://readthedocs.org/projects/nbodykit/builds/8444005/

Closing this issue, since it is hopefully resolved!

@ericholscher
Copy link
Member

Hrm, it didn't seem to run with --quiet

@ericholscher
Copy link
Member

Ignore me, I looked at the wrong build sigh.

@rainwoodman
Copy link
Contributor Author

rainwoodman commented Jan 24, 2019

Yes It is resolved. I found the problem with the build after this fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Support Support question
Projects
None yet
Development

No branches or pull requests

4 participants