You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In some cases, we're getting a failure running the global environment hook, as /dev/pts/0 is not (yet?) evailable.
We see an error like the following in the buildkite web interface:
Running global environment hook
$ /nix/store/q296piq39zqzrvka23wpvdqdj8pns2nq-buildkite-agent-hooks/environment
🚨 Error: Error setting up job executor: error running "/tmp/buildkite-agent-bootstrap-hook-runner-31860448": open /dev/pts/0: permission denied
This is buildkite-agent-3.59.0.
It might be happening only on high load, so smells like some race condition inside buildkite-agent, before any of our actual code for this step is run.
Hold on, my buildkite-agent version still uses pty v1.1.20. I'll try with 3.76.1, your latest release tomorrow, which does use pty 1.1.19 and report back.
Is your feature request related to a problem? Please describe.
In some cases, we're getting a failure running the global environment hook, as
/dev/pts/0
is not (yet?) evailable.We see an error like the following in the buildkite web interface:
This is buildkite-agent-3.59.0.
It might be happening only on high load, so smells like some race condition inside buildkite-agent, before any of our actual code for this step is run.
The hook itself is fairly unsuspicious:
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: