Page MenuHomePhabricator
Paste P1391

arc land hanging
ActivePublic

Authored by bougyman on Oct 7 2014, 4:15 PM.
Tags
None
Referenced Files
F214853: arc_land_hanging
Oct 7 2014, 4:15 PM
Subscribers
None
% strace -o /tmp/wtf -f arc land --onto production (git)-[staging] [] 11:11:47
Landing current branch 'staging'.
You have untracked files in this working copy.
Working copy: /home/bougyclear/g/ops/
Untracked files in working copy:
.arcconfig
Since you don't have '.gitignore' rules for these files and have not listed
them in '.git/info/exclude', you may have forgotten to 'git add' them to your
commit.
Do you want to add this file to the commit? [y/N] n
Switched to branch production. Updating branch...
The following commit(s) will be landed:
b809133 Merge branch 'hotfix_20141006' into staging
b31ebe0 Cole is in the Management team now; add to the 'execs' group here such that he can see all reports.
64b2ed5 Merge branch 'hotfix_20141006' into staging
18b259a https://*.airbrake.io/projects/39/groups/126096986...4814137918 Another airbrake related to our "account_id NOT NULL" DB constraint.
fd241a8 Merge branch 'production' into staging
Switched to branch staging. Identifying and merging...
Landing revision 'D13: Prod HOTFIX release'...
Merging staging into production
Already up-to-date.

Event Timeline

bougyman changed the title of this paste from untitled to arc land hanging.
bougyman updated the paste's language from autodetect to autodetect.

In the strace, I just see ->

9685 select(9, [6 8], [], [], {1, 0}) = 0 (Timeout)
9685 wait4(9782, 0x7fff03345844, WNOHANG|WSTOPPED, NULL) = 0
9685 read(6, 0x2da0ff0, 8192) = -1 EAGAIN (Resource temporarily unavailable)
9685 read(8, 0x2da3060, 8192) = -1 EAGAIN (Resource temporarily unavailable)
9685 select(9, [6 8], [], [], {1, 0}) = 0 (Timeout)
9685 wait4(9782, 0x7fff03345844, WNOHANG|WSTOPPED, NULL) = 0
9685 read(6, 0x2da0ff0, 8192) = -1 EAGAIN (Resource temporarily unavailable)
9685 read(8, 0x2da3060, 8192) = -1 EAGAIN (Resource temporarily unavailable)
9685 select(9, [6 8], [], [], {1, 0}^C
bold text