Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(211)

Side by Side Diff: milo/appengine/job_source/swarming/testdata/build-patch-failure

Issue 2944983003: [milo] {buildbucket,buildbot,swarming,logdog} -> backends/*. (Closed)
Patch Set: fix the tests Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 @@@CURRENT_TIMESTAMP@1457949601@@@ 1 @@@CURRENT_TIMESTAMP@1457949601@@@
2 Running: gclient root 2 Running: gclient root
3 Running: gclient config --spec 'solutions = [ 3 Running: gclient config --spec 'solutions = [
4 { 4 {
5 "url": "https://chromium.googlesource.com/infra/infra.git", 5 "url": "https://chromium.googlesource.com/infra/infra.git",
6 "managed": False, 6 "managed": False,
7 "name": "infra", 7 "name": "infra",
8 "deps_file": ".DEPS.git", 8 "deps_file": ".DEPS.git",
9 }, 9 },
10 ] 10 ]
(...skipping 5868 matching lines...) Expand 10 before | Expand all | Expand 10 after
5879 Traceback (most recent call last): 5879 Traceback (most recent call last):
5880 File "luci_recipe_run.py", line 81, in <module> 5880 File "luci_recipe_run.py", line 81, in <module>
5881 sys.exit(main(sys.argv[1:])) 5881 sys.exit(main(sys.argv[1:]))
5882 File "luci_recipe_run.py", line 78, in main 5882 File "luci_recipe_run.py", line 78, in main
5883 subprocess.check_call(cmd, cwd=work_dir) 5883 subprocess.check_call(cmd, cwd=work_dir)
5884 File "/usr/lib/python2.7/subprocess.py", line 540, in check_call 5884 File "/usr/lib/python2.7/subprocess.py", line 540, in check_call
5885 raise CalledProcessError(retcode, cmd) 5885 raise CalledProcessError(retcode, cmd)
5886 subprocess.CalledProcessError: Command '['/home/chrome-bot/infra-python/ENV/bin/ python', '-u', '../../../scripts/slave/annotated_run.py', '--factory-properties- gz=eJyrVipKTc4sSFWyUlDKzEsrStQHk/FFqQX58SVFlUn5JUq1APnTDbo=', '--build-propertie s-gz=eJw9zsEKwjAMBuBXKT2LbmwM2U1QmOBx99HNDKtbW5J0OMR3d63OSw4/X/7kJVuvhyugUSPIUsi z6VGJizb+KWr0xLMoclEDMaDcCInQaRelDnIXZ4PgbMM4t5YDGlXga+WSE+AEuI04gHjU+LFdSkuRLgk NaoJ1o1cPiEGwTnF3I+Af1EQ+oDTP0mKfJUm2msahvUPH/+e+/06atDUhrE6Ho3x/AAlJTyU=']' ret urned non-zero exit status 1 5886 subprocess.CalledProcessError: Command '['/home/chrome-bot/infra-python/ENV/bin/ python', '-u', '../../../scripts/slave/annotated_run.py', '--factory-properties- gz=eJyrVipKTc4sSFWyUlDKzEsrStQHk/FFqQX58SVFlUn5JUq1APnTDbo=', '--build-propertie s-gz=eJw9zsEKwjAMBuBXKT2LbmwM2U1QmOBx99HNDKtbW5J0OMR3d63OSw4/X/7kJVuvhyugUSPIUsi z6VGJizb+KWr0xLMoclEDMaDcCInQaRelDnIXZ4PgbMM4t5YDGlXga+WSE+AEuI04gHjU+LFdSkuRLgk NaoJ1o1cPiEGwTnF3I+Af1EQ+oDTP0mKfJUm2msahvUPH/+e+/06atDUhrE6Ho3x/AAlJTyU=']' ret urned non-zero exit status 1
5887 5887
5888 @@@CURRENT_TIMESTAMP@1457949612@@@ 5888 @@@CURRENT_TIMESTAMP@1457949612@@@
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698