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

added while_inside_goto test #97

Merged
merged 1 commit into from
Nov 29, 2022
Merged

Conversation

MikhailLipanin
Copy link
Member

@MikhailLipanin MikhailLipanin commented Nov 28, 2022

#66

@MikhailLipanin
Copy link
Member Author

@rultor merge

@rultor
Copy link
Contributor

rultor commented Nov 28, 2022

@rultor merge

@MikhailLipanin OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Contributor

rultor commented Nov 28, 2022

@rultor merge

@MikhailLipanin Oops, I failed. You can see the full log here (spent 2min)

+ sensitive=()
+ rm -rf .gnupg
+ cd repo
+ git remote add fork git@github.com:MikhailLipanin/dejump.git
+ git remote update
Fetching origin
Fetching fork
From github.com:MikhailLipanin/dejump
 * [new branch]      95             -> fork/95
 * [new branch]      add_while_test -> fork/add_while_test
 * [new branch]      main           -> fork/main
 * [new branch]      new_test       -> fork/new_test
+ args=
+ '[' default == default ']'
+ args=' --ff'
+ '[' default == no ']'
+ '[' default == only ']'
+ export BRANCH=__rultor
+ BRANCH=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean
+ git checkout -B __rultor fork/new_test
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'new_test' from 'fork'.
+ git checkout -B master origin/master
Switched to and reset branch 'master'
Branch 'master' set up to track remote branch 'master' from 'origin'.
Your branch is up to date with 'origin/master'.
+ '[' false == true ']'
+ '[' false == true ']'
+ git merge --ff __rultor
Updating f13d802..9782960
Fast-forward
 src/test/eo/org/eolang/dejump/while_inside_goto.eo | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 src/test/eo/org/eolang/dejump/while_inside_goto.eo
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=0.12
++ echo 0.12 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.12, low enough to run a new Docker container'
load average is 0.12, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image:1.9.1
+ docker pull yegor256/rultor-image:1.9.1
Error response from daemon: Head "https://registry-1.docker.io/v2/yegor256/rultor-image/manifests/1.9.1": received unexpected HTTP status: 503 Service Unavailable
'cid' file is absent, most probably the Docker container wasn't started correctly

@MikhailLipanin
Copy link
Member Author

@rultor merge

@rultor
Copy link
Contributor

rultor commented Nov 29, 2022

@rultor merge

@MikhailLipanin OK, I'll try to merge now. You can check the progress of the merge here

@rultor rultor merged commit 3b39979 into objectionary:master Nov 29, 2022
@rultor
Copy link
Contributor

rultor commented Nov 29, 2022

@rultor merge

@MikhailLipanin Done! FYI, the full log is here (took me 3min)

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

Successfully merging this pull request may close these issues.

2 participants