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
if one terminal client blocks/doesn't read quickly enough, all other clients are blocked, too. This is behaviour needs to be fixed in the multiWriter that distributes the logs.
all new terminals are started with a (configurable) login shell, by default /bin/bash -i. With Gitpod's workspace-full rust setup that causes errors:
Hmm. Still getting this even in the log window shown during the prebuild:
{
gp sync-await bundle
}; exit
bash: rustc: command not found
bash: /etc/bash_completion.d/cargo: No such file or directory
gitpod /workspace/spectral-workbench $ {
> gp sync-await bundle
> }; exit
Hmm. I'm also seeing this message in plots2, although i'm not sure it's causing any problems? But if it is breaking prebuilds, we will have to roll this back.
{
gp sync-await bundle
}; exit
bash: rustc: command not found
bash: /etc/bash_completion.d/cargo: No such file or directory
RVM used your Gemfile for selecting Ruby, it is all fine - Heroku does that too,
you can ignore these warnings with 'rvm rvmrc warning ignore /workspace/plots2/Gemfile'.
To ignore the warning for all files run 'rvm rvmrc warning ignore allGemfiles'.
mysqld will log errors to /var/log/mysql/error.log
mysqld is running as pid 1904
gitpod /workspace/plots2 $ {
> gp sync-await bundle
> }; exit
also i saw that in a prebuild on plots2, this - maybe a clue?
Connecting to workspace logs...
{
gp sync-await bundle
}; exit
bash: rustc: command not found
bash: /etc/bash_completion.d/cargo: No such file or directory
RVM used your Gemfile for selecting Ruby, it is all fine - Heroku does that too,
you can ignore these warnings with 'rvm rvmrc warning ignore /workspace/plots2/Gemfile'.
To ignore the warning for all files run 'rvm rvmrc warning ignore allGemfiles'.
ruby-2.6.6 - #gemset created /workspace/.rvm/ruby-2.6.6
ruby-2.6.6 - #importing gemsetfile /home/gitpod/.rvm/gemsets/default.gems evaluated to empty gem list
ruby-2.6.6 - #generating default wrappers................
gitpod /workspace/plots2 $ {
> gp sync-await bundle
> }; exit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Testing split terminal in gitpod