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

"Run" doesn't run the program, no build result or output appears #955

Open
RalfJung opened this issue Jul 30, 2023 · 11 comments
Open

"Run" doesn't run the program, no build result or output appears #955

RalfJung opened this issue Jul 30, 2023 · 11 comments

Comments

@RalfJung
Copy link
Member

Just opening the playground in a blank profile and hitting "Run" leads to... basically nothing: the output pane appears on the right-hand side of the screen, but it just says "Execution" and "Standard error", without actually showing the output of the compiler or running the program.

@Jules-Bertholet
Copy link

I can occasionally get an error message:

docker: Error response from daemon: mkdir /var/lib/docker/overlay2/6e37d4663a1c93dced3accc4830032c7b94591072c4a9a083d327c05efc2c267-init: no space left on device.
See 'docker run --help'.

@shepmaster
Copy link
Member

Disk space appears to have gone to zero which isn't good. Restarted the server and got some back. Root cause not clear.

@teenjuna
Copy link

@shepmaster it seems like it happened again

@SimSmith
Copy link

SimSmith commented Dec 9, 2023

It's still happening.

@Jules-Bertholet
Copy link

New error this time:

The server reported an error: Unable to process the execute request: Could not start the container: Unable to load original Cargo.toml: Could not read the file: Did not receive a response from the demultiplexer: channel closed

@shepmaster
Copy link
Member

Sadly...

Disk space appears to have gone to zero which isn't good. Restarted the docker service and got some back. Root cause not clear.

@shepmaster
Copy link
Member

Happened again.

@LikeLakers2
Copy link

LikeLakers2 commented Mar 7, 2024

Hi, this appears to be happening for me on https://play.rust-lang.org/. When I hit "Run", nothing shows up. I even checked the Developer Tools, and there's simply no response through the websocket.

Normally, I'd use https://play.integer32.com/ while waiting for the rust-lang one to be fixed, but it's also having issues - when I hit "Run", I'm greeted with this message in the output:

Unable to perform a streaming execute: Could not begin the execution session: Could not start the container: Unable to load original Cargo.toml: Could not read the file: Did not receive a response from the demultiplexer: channel closed

If something could be done about this, it'd be appreciated.

@xmo-odoo
Copy link

xmo-odoo commented Mar 7, 2024

Hi, this appears to be happening for me on https://play.rust-lang.org/. When I hit "Run", nothing shows up. I even checked the Developer Tools, and there's simply no response through the websocket.

An interesting mitigation would be to at least show a client-side timeout / error message when nothing happens. As-is there's just no output so people who just want to "Build" the code and are not careful (so don't notice that the progress / stderr / stdout are missing) might think their program compiled fine. Pretty sure there's been one of those today on /r/rust as they gave a snippet they claimed compiles, even though it does not, and that was around the time the playground was down.

Normally, I'd use https://play.integer32.com/ while waiting for the rust-lang one to be fixed, but it's also having issues - when I hit "Run", I'm greeted with this message in the output:

You can use godbolt as an alternative fallback, though it's a bit less convenient (it might not default to rust, generally defaults to compilation rather than running, and community libraries are generally missing from the latest few compiler revisions).

@thecaralice
Copy link

Disk space appears to have gone to zero

What lack of garbage collection does to an individual

@maia-s
Copy link

maia-s commented Jul 17, 2024

This is happening again now

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

9 participants