Skip to content

Instantly share code, notes, and snippets.

@ccapndave
Created April 18, 2016 15:08
Show Gist options
  • Save ccapndave/5522abeb9b0b070b0d855465fe50379b to your computer and use it in GitHub Desktop.
Save ccapndave/5522abeb9b0b070b0d855465fe50379b to your computer and use it in GitHub Desktop.
Running depot tools as root is sad.
________ running '/usr/bin/python src/xwalk/tools/generate_gclient-xwalk.py' in '/vagrant/crosswalk-src'
________ running '/usr/bin/python src/xwalk/tools/fetch_deps.py -v' in '/vagrant/crosswalk-src'
________ running 'gclient sync --verbose --reset --force --with_branch_heads --ignore_locks --delete_unversioned_trees --gclientfile=.gclient-xwalk' in '/vagrant/crosswalk-src'
Running depot tools as root is sad.
Looking for .gclient-xwalk starting from /vagrant/crosswalk-src
Loaded .gclient config in /vagrant/crosswalk-src:
# Source code dependencies required for building Crosswalk.
#
# This file is used as a template to generate .gclient-xwalk, which is a
# regular .gclient file pointing to additional source code repositories that
# need to be checked out in order to build Crosswalk.
#
# These dependencies are not specified in DEPS for historical compatibility
# reasons and also to allow us to perform some additional manipulation on some
# entries (such as setting a custom value for "deps_file" in certain
# solutions).
#
# If you are doing a DEPS roll, you should only need to worry about the *_rev
# variables below.
# -----------------------------------
# Crosswalk dependencies.
# Edit these when rolling DEPS.xwalk.
# -----------------------------------
chromium_crosswalk_rev = '9fad95a238d310502a82a0f1d2f107de98fda9a7'
v8_crosswalk_rev = 'd18f5fddd42ce37e0938cf5d875c90132794c1e0'
crosswalk_git = 'https://github.com/crosswalk-project'
# ------------------------------------------------------
# gclient solutions.
# You do not need to worry about these most of the time.
# ------------------------------------------------------
solutions = [
{ 'name': 'src',
'url': crosswalk_git + '/chromium-crosswalk.git@' + chromium_crosswalk_rev,
'deps_file': '.DEPS.git',
'custom_deps': {
'src':
crosswalk_git + '/chromium-crosswalk.git@' + chromium_crosswalk_rev,
'src/v8':
crosswalk_git + '/v8-crosswalk.git@' + v8_crosswalk_rev,
# Include Intel RSSDK headers and library loader for RealSense camera
# support.
'src/third_party/libpxc':
crosswalk_git + '/libpxc.git@568e4ecc969b4663e82034e71d08efdd5fa77e1a',
# These directories are not relevant to Crosswalk and can be safely ignored
# in a checkout. It avoids creating additional directories outside src/ that
# are not used and also saves some bandwidth.
'build': None,
'build/scripts/command_wrapper/bin': None,
'build/scripts/gsd_generate_index': None,
'build/scripts/private/data/reliability': None,
'build/scripts/tools/deps2git': None,
'build/third_party/cbuildbot_chromite': None,
'build/third_party/gsutil': None,
'build/third_party/lighttpd': None,
'build/third_party/swarm_client': None,
'build/third_party/xvfb': None,
'build/xvfb': None,
'commit-queue': None,
'depot_tools': None,
'src/chrome/tools/test/reference_build/chrome_linux': None,
'src/chrome/tools/test/reference_build/chrome_mac': None,
'src/chrome/tools/test/reference_build/chrome_win': None,
},
'custom_hooks': [
# Disable the hook that downloads the Google Play services library and
# asks the user to accept its EULA if necessary. The prompt is not show
# correctly, and we call it ourselves in DEPS.xwalk.
{
'name': 'sdkextras',
},
# Disable Chromium's "gyp" hooks, which runs the gyp_chromium script. We
# are not interested in running it as we use gyp_xwalk instead (and it is
# run at a later stage as a hook in Crosswalk's own DEPS).
{
'name': 'gyp',
},
],
},
]
hooks = [
{
'action': [
'python',
'src/build/util/lastchange.py',
'--git-hash-only',
'--source-dir',
'src/third_party/WebKit',
'--output',
'src/xwalk/build/UPSTREAM.blink'
],
'pattern': '.',
'name': 'upstream_revision'
},
]
# -------------------------------------------------
# This area is edited by generate_gclient-xwalk.py.
# -------------------------------------------------
target_os = ['android']
cache_dir = None
[0:01:00] Still working on:
[0:01:00] src
[0:01:10] Still working on:
[0:01:10] src
[0:01:20] Still working on:
[0:01:20] src
[0:01:30] Still working on:
[0:01:30] src
[0:01:40] Still working on:
[0:01:40] src
[0:01:50] Still working on:
[0:01:50] src
[0:02:00] Still working on:
[0:02:00] src
[0:02:10] Still working on:
[0:02:10] src
[0:02:20] Still working on:
[0:02:20] src
[0:02:30] Still working on:
[0:02:30] src
[0:02:40] Still working on:
[0:02:40] src
[0:02:50] Still working on:
[0:02:50] src
[0:03:00] Still working on:
[0:03:00] src
[0:03:10] Still working on:
[0:03:10] src
[0:03:20] Still working on:
[0:03:20] src
[0:03:30] Still working on:
[0:03:30] src
[0:03:40] Still working on:
[0:03:40] src
[0:03:50] Still working on:
[0:03:50] src
[0:04:00] Still working on:
[0:04:00] src
[0:04:10] Still working on:
[0:04:10] src
[0:04:20] Still working on:
[0:04:20] src
[0:04:30] Still working on:
[0:04:30] src
[0:04:40] Still working on:
[0:04:40] src
[0:04:50] Still working on:
[0:04:50] src
[0:05:00] Still working on:
[0:05:00] src
[0:05:10] Still working on:
[0:05:10] src
[0:05:20] Still working on:
[0:05:20] src
[0:05:30] Still working on:
[0:05:30] src
[0:05:40] Still working on:
[0:05:40] src
[0:05:50] Still working on:
[0:05:50] src
[0:06:00] Still working on:
[0:06:00] src
[0:06:10] Still working on:
[0:06:10] src
[0:06:20] Still working on:
[0:06:20] src
[0:06:30] Still working on:
[0:06:30] src
[0:06:40] Still working on:
[0:06:40] src
[0:06:50] Still working on:
[0:06:50] src
[0:07:00] Still working on:
[0:07:00] src
[0:07:10] Still working on:
[0:07:10] src
[0:07:20] Still working on:
[0:07:20] src
[0:07:30] Still working on:
[0:07:30] src
[0:07:40] Still working on:
[0:07:40] src
[0:07:50] Still working on:
[0:07:50] src
[0:08:00] Still working on:
[0:08:00] src
[0:08:10] Still working on:
[0:08:10] src
[0:08:20] Still working on:
[0:08:20] src
[0:08:30] Still working on:
[0:08:30] src
[0:08:40] Still working on:
[0:08:40] src
[0:08:50] Still working on:
[0:08:50] src
[0:09:00] Still working on:
[0:09:00] src
[0:09:10] Still working on:
[0:09:10] src
[0:09:20] Still working on:
[0:09:20] src
[0:09:30] Still working on:
[0:09:30] src
[0:09:40] Still working on:
[0:09:40] src
[0:09:50] Still working on:
[0:09:50] src
[0:10:00] Still working on:
[0:10:00] src
[0:10:10] Still working on:
[0:10:10] src
[0:10:20] Still working on:
[0:10:20] src
[0:10:30] Still working on:
[0:10:30] src
[0:10:40] Still working on:
[0:10:40] src
[0:10:50] Still working on:
[0:10:50] src
[0:11:00] Still working on:
[0:11:00] src
[0:11:10] Still working on:
[0:11:10] src
[0:11:20] Still working on:
[0:11:20] src
[0:11:30] Still working on:
[0:11:30] src
[0:11:40] Still working on:
[0:11:40] src
gclient(469) verify_validity:Won't process duplicate dependency name: src
url: https://github.com/crosswalk-project/chromium-crosswalk.git@9fad95a238d310502a82a0f1d2f107de98fda9a7
custom_deps: {'commit-queue': None, 'src': 'https://github.com/crosswalk-project/chromium-crosswalk.git@9fad95a238d310502a82a0f1d2f107de98fda9a7', 'build/scripts/gsd_generate_index': None, 'depot_tools': None, 'build/scripts/tools/deps2git': None, 'build/third_party/gsutil': None, 'src/chrome/tools/test/reference_build/chrome_win': None, 'src/third_party/libpxc': 'https://github.com/crosswalk-project/libpxc.git@568e4ecc969b4663e82034e71d08efdd5fa77e1a', 'build/scripts/private/data/reliability': None, 'build/third_party/lighttpd': None, 'build/third_party/xvfb': None, 'build': None, 'build/third_party/cbuildbot_chromite': None, 'build/third_party/swarm_client': None, 'src/v8': 'https://github.com/crosswalk-project/v8-crosswalk.git@d18f5fddd42ce37e0938cf5d875c90132794c1e0', 'build/xvfb': None, 'build/scripts/command_wrapper/bin': None, 'src/chrome/tools/test/reference_build/chrome_mac': None, 'src/chrome/tools/test/reference_build/chrome_linux': None}
should_process: True
allowed_hosts: frozenset(['chromium.googlesource.com', 'android.googlesource.com', 'boringssl.googlesource.com', 'pdfium.googlesource.com'])
name: build
should_process: True
requirements: ('src',)
name: build/scripts/command_wrapper/bin
should_process: True
requirements: ('build', 'src')
name: build/scripts/gsd_generate_index
should_process: True
requirements: ('build', 'src')
name: build/scripts/private/data/reliability
should_process: True
requirements: ('build', 'src')
name: build/scripts/tools/deps2git
should_process: True
requirements: ('build', 'src')
name: build/third_party/cbuildbot_chromite
should_process: True
requirements: ('build', 'src')
name: build/third_party/gsutil
should_process: True
requirements: ('build', 'src')
name: build/third_party/lighttpd
should_process: True
requirements: ('build', 'src')
name: build/third_party/swarm_client
should_process: True
requirements: ('build', 'src')
name: build/third_party/xvfb
should_process: True
requirements: ('build', 'src')
name: build/xvfb
should_process: True
requirements: ('build', 'src')
name: commit-queue
should_process: True
requirements: ('src',)
name: depot_tools
should_process: True
requirements: ('src',)
[0:11:45] Still working on:
[0:11:45] src
src (Elapsed: 0:11:45)
----------------------------------------
[0:00:00] Started.
_____ src at 9fad95a238d310502a82a0f1d2f107de98fda9a7
[0:00:20] Fetching origin
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src'
[0:00:22] From https://github.com/crosswalk-project/chromium-crosswalk
[0:00:22] = [up to date] crosswalk-1/28.0.1490.0 -> origin/crosswalk-1/28.0.1490.0
[0:00:22] = [up to date] crosswalk-1/28.0.1500.36 -> origin/crosswalk-1/28.0.1500.36
[0:00:22] = [up to date] crosswalk-1/29.0.1547.57 -> origin/crosswalk-1/29.0.1547.57
[0:00:22] = [up to date] crosswalk-10/38.0.2125.101 -> origin/crosswalk-10/38.0.2125.101
[0:00:22] = [up to date] crosswalk-10/38.0.2125.66 -> origin/crosswalk-10/38.0.2125.66
[0:00:22] = [up to date] crosswalk-10/39.0.2171.19 -> origin/crosswalk-10/39.0.2171.19
[0:00:22] = [up to date] crosswalk-10/39.0.2171.62 -> origin/crosswalk-10/39.0.2171.62
[0:00:22] = [up to date] crosswalk-10/39.0.2171.71 -> origin/crosswalk-10/39.0.2171.71
[0:00:22] = [up to date] crosswalk-11/39.0.2171.19 -> origin/crosswalk-11/39.0.2171.19
[0:00:22] = [up to date] crosswalk-11/39.0.2171.62 -> origin/crosswalk-11/39.0.2171.62
[0:00:22] = [up to date] crosswalk-11/39.0.2171.71 -> origin/crosswalk-11/39.0.2171.71
[0:00:22] = [up to date] crosswalk-11/40.0.2214.28 -> origin/crosswalk-11/40.0.2214.28
[0:00:22] = [up to date] crosswalk-11/40.0.2214.91 -> origin/crosswalk-11/40.0.2214.91
[0:00:22] = [up to date] crosswalk-12/40.0.2214.28 -> origin/crosswalk-12/40.0.2214.28
[0:00:22] = [up to date] crosswalk-12/41.0.2272.101 -> origin/crosswalk-12/41.0.2272.101
[0:00:22] = [up to date] crosswalk-12/41.0.2272.118 -> origin/crosswalk-12/41.0.2272.118
[0:00:22] = [up to date] crosswalk-12/41.0.2272.16 -> origin/crosswalk-12/41.0.2272.16
[0:00:22] = [up to date] crosswalk-12/41.0.2272.74 -> origin/crosswalk-12/41.0.2272.74
[0:00:22] = [up to date] crosswalk-13/41.0.2272.16 -> origin/crosswalk-13/41.0.2272.16
[0:00:22] = [up to date] crosswalk-13/41.0.2272.35 -> origin/crosswalk-13/41.0.2272.35
[0:00:22] = [up to date] crosswalk-13/41.0.2272.74 -> origin/crosswalk-13/41.0.2272.74
[0:00:22] = [up to date] crosswalk-13/42.0.2311.135 -> origin/crosswalk-13/42.0.2311.135
[0:00:22] = [up to date] crosswalk-13/42.0.2311.39 -> origin/crosswalk-13/42.0.2311.39
[0:00:22] = [up to date] crosswalk-13/42.0.2311.68 -> origin/crosswalk-13/42.0.2311.68
[0:00:22] = [up to date] crosswalk-13/42.0.2311.90 -> origin/crosswalk-13/42.0.2311.90
[0:00:22] = [up to date] crosswalk-14/42.0.2311.39 -> origin/crosswalk-14/42.0.2311.39
[0:00:22] = [up to date] crosswalk-14/42.0.2311.68 -> origin/crosswalk-14/42.0.2311.68
[0:00:22] = [up to date] crosswalk-14/42.0.2311.90 -> origin/crosswalk-14/42.0.2311.90
[0:00:22] = [up to date] crosswalk-14/43.0.2357.124 -> origin/crosswalk-14/43.0.2357.124
[0:00:22] = [up to date] crosswalk-14/43.0.2357.125 -> origin/crosswalk-14/43.0.2357.125
[0:00:22] = [up to date] crosswalk-14/43.0.2357.130 -> origin/crosswalk-14/43.0.2357.130
[0:00:22] = [up to date] crosswalk-14/43.0.2357.18 -> origin/crosswalk-14/43.0.2357.18
[0:00:22] = [up to date] crosswalk-14/43.0.2357.45 -> origin/crosswalk-14/43.0.2357.45
[0:00:22] = [up to date] crosswalk-14/43.0.2357.65 -> origin/crosswalk-14/43.0.2357.65
[0:00:22] = [up to date] crosswalk-15/43.0.2357.45 -> origin/crosswalk-15/43.0.2357.45
[0:00:22] = [up to date] crosswalk-15/43.0.2357.52 -> origin/crosswalk-15/43.0.2357.52
[0:00:22] = [up to date] crosswalk-15/43.0.2357.65 -> origin/crosswalk-15/43.0.2357.65
[0:00:22] = [up to date] crosswalk-15/44.0.2403.107 -> origin/crosswalk-15/44.0.2403.107
[0:00:22] = [up to date] crosswalk-15/44.0.2403.130 -> origin/crosswalk-15/44.0.2403.130
[0:00:22] = [up to date] crosswalk-15/44.0.2403.157 -> origin/crosswalk-15/44.0.2403.157
[0:00:22] = [up to date] crosswalk-15/44.0.2403.30 -> origin/crosswalk-15/44.0.2403.30
[0:00:22] = [up to date] crosswalk-15/44.0.2403.52 -> origin/crosswalk-15/44.0.2403.52
[0:00:22] = [up to date] crosswalk-15/44.0.2403.81 -> origin/crosswalk-15/44.0.2403.81
[0:00:22] = [up to date] crosswalk-16/44.0.2403.107 -> origin/crosswalk-16/44.0.2403.107
[0:00:22] = [up to date] crosswalk-16/44.0.2403.130 -> origin/crosswalk-16/44.0.2403.130
[0:00:22] = [up to date] crosswalk-16/44.0.2403.157 -> origin/crosswalk-16/44.0.2403.157
[0:00:22] = [up to date] crosswalk-16/45.0.2454.101 -> origin/crosswalk-16/45.0.2454.101
[0:00:22] = [up to date] crosswalk-16/45.0.2454.101-with-wrong-cr-commit-position-markers -> origin/crosswalk-16/45.0.2454.101-with-wrong-cr-commit-position-markers
[0:00:22] = [up to date] crosswalk-16/45.0.2454.85 -> origin/crosswalk-16/45.0.2454.85
[0:00:22] = [up to date] crosswalk-16/45.0.2454.93 -> origin/crosswalk-16/45.0.2454.93
[0:00:22] = [up to date] crosswalk-17/45.0.2454.101 -> origin/crosswalk-17/45.0.2454.101
[0:00:22] = [up to date] crosswalk-17/45.0.2454.93 -> origin/crosswalk-17/45.0.2454.93
[0:00:22] = [up to date] crosswalk-17/46.0.2490.86 -> origin/crosswalk-17/46.0.2490.86
[0:00:22] = [up to date] crosswalk-18/46.0.2490.86 -> origin/crosswalk-18/46.0.2490.86
[0:00:22] = [up to date] crosswalk-18/48.0.2564.103 -> origin/crosswalk-18/48.0.2564.103
[0:00:22] = [up to date] crosswalk-18/48.0.2564.109 -> origin/crosswalk-18/48.0.2564.109
[0:00:22] = [up to date] crosswalk-18/48.0.2564.116 -> origin/crosswalk-18/48.0.2564.116
[0:00:22] = [up to date] crosswalk-18/48.0.2564.79 -> origin/crosswalk-18/48.0.2564.79
[0:00:22] = [up to date] crosswalk-18/48.0.2564.82 -> origin/crosswalk-18/48.0.2564.82
[0:00:22] = [up to date] crosswalk-18/48.0.2564.97 -> origin/crosswalk-18/48.0.2564.97
[0:00:22] = [up to date] crosswalk-19/48.0.2564.103 -> origin/crosswalk-19/48.0.2564.103
[0:00:22] = [up to date] crosswalk-19/48.0.2564.109 -> origin/crosswalk-19/48.0.2564.109
[0:00:22] = [up to date] crosswalk-19/48.0.2564.116 -> origin/crosswalk-19/48.0.2564.116
[0:00:22] = [up to date] crosswalk-19/48.0.2564.97 -> origin/crosswalk-19/48.0.2564.97
[0:00:22] = [up to date] crosswalk-19/49.0.2623.110 -> origin/crosswalk-19/49.0.2623.110
[0:00:22] = [up to date] crosswalk-19/49.0.2623.112 -> origin/crosswalk-19/49.0.2623.112
[0:00:22] = [up to date] crosswalk-2/31.0.1650.12 -> origin/crosswalk-2/31.0.1650.12
[0:00:22] = [up to date] crosswalk-2/31.0.1650.57 -> origin/crosswalk-2/31.0.1650.57
[0:00:22] = [up to date] crosswalk-3/32.0.1700.68 -> origin/crosswalk-3/32.0.1700.68
[0:00:22] = [up to date] crosswalk-4/32.0.1700.14 -> origin/crosswalk-4/32.0.1700.14
[0:00:22] = [up to date] crosswalk-5/32.0.1700.102 -> origin/crosswalk-5/32.0.1700.102
[0:00:22] = [up to date] crosswalk-5/32.0.1700.14 -> origin/crosswalk-5/32.0.1700.14
[0:00:22] = [up to date] crosswalk-5/34.0.1809.2 -> origin/crosswalk-5/34.0.1809.2
[0:00:22] = [up to date] crosswalk-5/34.0.1847.116 -> origin/crosswalk-5/34.0.1847.116
[0:00:22] = [up to date] crosswalk-5/34.0.1847.45 -> origin/crosswalk-5/34.0.1847.45
[0:00:22] = [up to date] crosswalk-6/34.0.1847.45 -> origin/crosswalk-6/34.0.1847.45
[0:00:22] = [up to date] crosswalk-6/35.0.1916.114 -> origin/crosswalk-6/35.0.1916.114
[0:00:22] = [up to date] crosswalk-6/35.0.1916.153 -> origin/crosswalk-6/35.0.1916.153
[0:00:22] = [up to date] crosswalk-6/35.0.1916.17 -> origin/crosswalk-6/35.0.1916.17
[0:00:22] = [up to date] crosswalk-7/35.0.1916.114 -> origin/crosswalk-7/35.0.1916.114
[0:00:22] = [up to date] crosswalk-7/36.0.1985.125 -> origin/crosswalk-7/36.0.1985.125
[0:00:22] = [up to date] crosswalk-7/36.0.1985.143 -> origin/crosswalk-7/36.0.1985.143
[0:00:22] = [up to date] crosswalk-7/36.0.1985.144 -> origin/crosswalk-7/36.0.1985.144
[0:00:22] = [up to date] crosswalk-7/36.0.1985.18 -> origin/crosswalk-7/36.0.1985.18
[0:00:22] = [up to date] crosswalk-8/36.0.1985.18 -> origin/crosswalk-8/36.0.1985.18
[0:00:22] = [up to date] crosswalk-8/37.0.2062.120 -> origin/crosswalk-8/37.0.2062.120
[0:00:22] = [up to date] crosswalk-8/37.0.2062.20 -> origin/crosswalk-8/37.0.2062.20
[0:00:22] = [up to date] crosswalk-8/37.0.2062.76 -> origin/crosswalk-8/37.0.2062.76
[0:00:22] = [up to date] crosswalk-8/37.0.2062.94 -> origin/crosswalk-8/37.0.2062.94
[0:00:22] = [up to date] crosswalk-9/37.0.2062.20 -> origin/crosswalk-9/37.0.2062.20
[0:00:22] = [up to date] crosswalk-9/37.0.2062.76 -> origin/crosswalk-9/37.0.2062.76
[0:00:22] = [up to date] crosswalk-9/37.0.2062.94 -> origin/crosswalk-9/37.0.2062.94
[0:00:22] = [up to date] crosswalk-9/38.0.2125.101 -> origin/crosswalk-9/38.0.2125.101
[0:00:22] = [up to date] crosswalk-9/38.0.2125.122 -> origin/crosswalk-9/38.0.2125.122
[0:00:22] = [up to date] crosswalk-9/38.0.2125.23 -> origin/crosswalk-9/38.0.2125.23
[0:00:22] = [up to date] crosswalk-9/38.0.2125.66 -> origin/crosswalk-9/38.0.2125.66
[0:00:22] = [up to date] crosswalk-lite -> origin/crosswalk-lite
[0:00:22] = [up to date] crosswalk-lite-10 -> origin/crosswalk-lite-10
[0:00:22] = [up to date] crosswalk-lite-15 -> origin/crosswalk-lite-15
[0:00:22] = [up to date] crosswalk-lite-next -> origin/crosswalk-lite-next
[0:00:22] = [up to date] master -> origin/master
[0:00:22] = [up to date] next -> origin/next
[0:00:22] = [up to date] next_m49_backup -> origin/next_m49_backup
[0:00:22] = [up to date] pre-cleanup-backup/crosswalk-16/45.0.2454.93 -> origin/pre-cleanup-backup/crosswalk-16/45.0.2454.93
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src'
[0:01:48] Checking out files: 0% (867/235484)
[0:01:49] Checking out files: 0% (1685/235484)
[0:01:51] Checking out files: 1% (3634/235484)
[0:01:52] Checking out files: 1% (4493/235484)
[0:01:54] Checking out files: 2% (6362/235484)
[0:01:56] Checking out files: 3% (7668/235484)
[0:01:57] Checking out files: 3% (8095/235484)
[0:01:58] Checking out files: 3% (8504/235484)
[0:02:00] Checking out files: 4% (9420/235484)
[0:02:01] Checking out files: 4% (10488/235484)
[0:02:02] Checking out files: 5% (11775/235484)
[0:02:04] Checking out files: 5% (13042/235484)
[0:02:06] Checking out files: 6% (14130/235484)
[0:02:07] Checking out files: 6% (15446/235484)
[0:02:08] Checking out files: 7% (16484/235484)
[0:02:10] Checking out files: 7% (17597/235484)
[0:02:11] Checking out files: 7% (18285/235484)
[0:02:13] Checking out files: 8% (19785/235484)
[0:02:14] Checking out files: 8% (20587/235484)
[0:02:15] Checking out files: 9% (21367/235484)
[0:02:17] Checking out files: 9% (22923/235484)
[0:02:18] Checking out files: 10% (23549/235484)
[0:02:19] Checking out files: 10% (24225/235484)
[0:02:21] Checking out files: 10% (25115/235484)
[0:02:22] Checking out files: 11% (25944/235484)
[0:02:24] Checking out files: 11% (27511/235484)
[0:02:25] Checking out files: 12% (28259/235484)
[0:02:27] Checking out files: 12% (29209/235484)
[0:02:28] Checking out files: 12% (29772/235484)
[0:02:29] Checking out files: 13% (30613/235484)
[0:02:31] Checking out files: 13% (31471/235484)
[0:02:32] Checking out files: 13% (32003/235484)
[0:02:33] Checking out files: 13% (32375/235484)
[0:02:35] Checking out files: 13% (32807/235484)
[0:02:37] Checking out files: 14% (33880/235484)
[0:02:38] Checking out files: 14% (34637/235484)
[0:02:40] Checking out files: 15% (36282/235484)
[0:02:41] Checking out files: 15% (37071/235484)
[0:02:43] Checking out files: 16% (38770/235484)
[0:02:44] Checking out files: 16% (39534/235484)
[0:02:45] Checking out files: 17% (40146/235484)
[0:02:47] Checking out files: 17% (41664/235484)
[0:02:48] Checking out files: 18% (42458/235484)
[0:02:49] Checking out files: 18% (43339/235484)
[0:02:50] Checking out files: 18% (44261/235484)
[0:02:52] Checking out files: 19% (46171/235484)
[0:02:53] Checking out files: 19% (47038/235484)
[0:02:54] Checking out files: 20% (48005/235484)
[0:02:55] Checking out files: 20% (48796/235484)
[0:02:56] Checking out files: 21% (49452/235484)
[0:02:58] Checking out files: 21% (51188/235484)
[0:03:00] Checking out files: 22% (52989/235484)
[0:03:01] Checking out files: 23% (54162/235484)
[0:03:03] Checking out files: 23% (55815/235484)
[0:03:05] Checking out files: 24% (57325/235484)
[0:03:06] Checking out files: 24% (57998/235484)
[0:03:07] Checking out files: 25% (58871/235484)
[0:03:09] Checking out files: 25% (60469/235484)
[0:03:10] Checking out files: 26% (61232/235484)
[0:03:12] Checking out files: 26% (63088/235484)
[0:03:14] Checking out files: 27% (64976/235484)
[0:03:16] Checking out files: 28% (67017/235484)
[0:03:17] Checking out files: 29% (68291/235484)
[0:03:19] Checking out files: 29% (70063/235484)
[0:03:20] Checking out files: 30% (71028/235484)
[0:03:22] Checking out files: 30% (72723/235484)
[0:03:23] Checking out files: 31% (73529/235484)
[0:03:24] Checking out files: 31% (74394/235484)
[0:03:25] Checking out files: 31% (75246/235484)
[0:03:27] Checking out files: 32% (77017/235484)
[0:03:28] Checking out files: 33% (77868/235484)
[0:03:29] Checking out files: 33% (78678/235484)
[0:03:31] Checking out files: 34% (80065/235484)
[0:03:32] Checking out files: 34% (80933/235484)
[0:03:34] Checking out files: 34% (82316/235484)
[0:03:35] Checking out files: 35% (83057/235484)
[0:03:37] Checking out files: 35% (84540/235484)
[0:03:38] Checking out files: 36% (85219/235484)
[0:03:40] Checking out files: 36% (86783/235484)
[0:03:42] Checking out files: 37% (88449/235484)
[0:03:43] Checking out files: 37% (89196/235484)
[0:03:45] Checking out files: 38% (90582/235484)
[0:03:46] Checking out files: 38% (91360/235484)
[0:03:47] Checking out files: 39% (91987/235484)
[0:03:49] Checking out files: 39% (93494/235484)
[0:03:50] Checking out files: 40% (94194/235484)
[0:03:52] Checking out files: 40% (95655/235484)
[0:03:53] Checking out files: 41% (96549/235484)
[0:03:55] Checking out files: 41% (97662/235484)
[0:03:57] Checking out files: 42% (98904/235484)
[0:03:58] Checking out files: 42% (99791/235484)
[0:03:59] Checking out files: 42% (100594/235484)
[0:04:00] Checking out files: 43% (101351/235484)
[0:04:02] Checking out files: 43% (102778/235484)
[0:04:03] Checking out files: 44% (103613/235484)
[0:04:05] Checking out files: 44% (104915/235484)
[0:04:06] Checking out files: 44% (105576/235484)
[0:04:08] Checking out files: 45% (106977/235484)
[0:04:09] Checking out files: 45% (107622/235484)
[0:04:11] Checking out files: 46% (109197/235484)
[0:04:13] Checking out files: 47% (110678/235484)
[0:04:14] Checking out files: 47% (111472/235484)
[0:04:15] Checking out files: 47% (112192/235484)
[0:04:16] Checking out files: 47% (112955/235484)
[0:04:18] Checking out files: 48% (114345/235484)
[0:04:19] Checking out files: 49% (115388/235484)
[0:04:21] Checking out files: 49% (116469/235484)
[0:04:23] Checking out files: 50% (117742/235484)
[0:04:24] Checking out files: 50% (118467/235484)
[0:04:25] Checking out files: 50% (119245/235484)
[0:04:27] Checking out files: 51% (120097/235484)
[0:04:28] Checking out files: 51% (121074/235484)
[0:04:30] Checking out files: 51% (122318/235484)
[0:04:32] Checking out files: 52% (123603/235484)
[0:04:34] Checking out files: 53% (124807/235484)
[0:04:35] Checking out files: 53% (125417/235484)
[0:04:36] Checking out files: 53% (126014/235484)
[0:04:38] Checking out files: 54% (127162/235484)
[0:04:39] Checking out files: 54% (128182/235484)
[0:04:41] Checking out files: 54% (129167/235484)
[0:04:43] Checking out files: 55% (130330/235484)
[0:04:45] Checking out files: 55% (131682/235484)
[0:04:46] Checking out files: 56% (132342/235484)
[0:04:48] Checking out files: 56% (133431/235484)
[0:04:49] Checking out files: 57% (134325/235484)
[0:04:51] Checking out files: 57% (135492/235484)
[0:04:52] Checking out files: 57% (136021/235484)
[0:04:54] Checking out files: 58% (137434/235484)
[0:04:56] Checking out files: 58% (138752/235484)
[0:04:58] Checking out files: 59% (140089/235484)
[0:05:00] Checking out files: 60% (141291/235484)
[0:05:01] Checking out files: 60% (141978/235484)
[0:05:02] Checking out files: 60% (142589/235484)
[0:05:03] Checking out files: 60% (143253/235484)
[0:05:05] Checking out files: 61% (144533/235484)
[0:05:06] Checking out files: 61% (145129/235484)
[0:05:07] Checking out files: 62% (146001/235484)
[0:05:09] Checking out files: 62% (146943/235484)
[0:05:10] Checking out files: 62% (147551/235484)
[0:05:11] Checking out files: 62% (148056/235484)
[0:05:13] Checking out files: 63% (149119/235484)
[0:05:15] Checking out files: 63% (150125/235484)
[0:05:17] Checking out files: 64% (151232/235484)
[0:05:19] Checking out files: 64% (152299/235484)
[0:05:20] Checking out files: 64% (152887/235484)
[0:05:21] Checking out files: 65% (153622/235484)
[0:05:22] Checking out files: 65% (154365/235484)
[0:05:24] Checking out files: 66% (155420/235484)
[0:05:25] Checking out files: 66% (156258/235484)
[0:05:26] Checking out files: 66% (156959/235484)
[0:05:27] Checking out files: 66% (157616/235484)
[0:05:28] Checking out files: 67% (158279/235484)
[0:05:29] Checking out files: 67% (158945/235484)
[0:05:30] Checking out files: 67% (159593/235484)
[0:05:32] Checking out files: 68% (160803/235484)
[0:05:33] Checking out files: 68% (161282/235484)
[0:05:35] Checking out files: 68% (162318/235484)
[0:05:37] Checking out files: 69% (163507/235484)
[0:05:38] Checking out files: 69% (163985/235484)
[0:05:40] Checking out files: 70% (164839/235484)
[0:05:41] Checking out files: 70% (165557/235484)
[0:05:42] Checking out files: 70% (166171/235484)
[0:05:43] Checking out files: 70% (166907/235484)
[0:05:45] Checking out files: 71% (168293/235484)
[0:05:46] Checking out files: 71% (168894/235484)
[0:05:47] Checking out files: 72% (169549/235484)
[0:05:49] Checking out files: 72% (170636/235484)
[0:05:50] Checking out files: 72% (171189/235484)
[0:05:51] Checking out files: 73% (171904/235484)
[0:05:53] Checking out files: 73% (172946/235484)
[0:05:54] Checking out files: 73% (173620/235484)
[0:05:55] Checking out files: 73% (174188/235484)
[0:05:57] Checking out files: 74% (175399/235484)
[0:05:58] Checking out files: 74% (176013/235484)
[0:05:59] Checking out files: 74% (176447/235484)
[0:06:01] Checking out files: 75% (177592/235484)
[0:06:02] Checking out files: 75% (178065/235484)
[0:06:03] Checking out files: 76% (178968/235484)
[0:06:05] Checking out files: 76% (179828/235484)
[0:06:06] Checking out files: 76% (180350/235484)
[0:06:08] Checking out files: 77% (181323/235484)
[0:06:09] Checking out files: 77% (182080/235484)
[0:06:11] Checking out files: 77% (183288/235484)
[0:06:12] Checking out files: 78% (183832/235484)
[0:06:13] Checking out files: 78% (184419/235484)
[0:06:14] Checking out files: 78% (185035/235484)
[0:06:16] Checking out files: 79% (186033/235484)
[0:06:17] Checking out files: 79% (186728/235484)
[0:06:19] Checking out files: 79% (187703/235484)
[0:06:20] Checking out files: 79% (188290/235484)
[0:06:21] Checking out files: 80% (188797/235484)
[0:06:22] Checking out files: 80% (189328/235484)
[0:06:24] Checking out files: 80% (190340/235484)
[0:06:25] Checking out files: 81% (190859/235484)
[0:06:26] Checking out files: 81% (191322/235484)
[0:06:28] Checking out files: 81% (192510/235484)
[0:06:30] Checking out files: 82% (193758/235484)
[0:06:31] Checking out files: 82% (194431/235484)
[0:06:33] Checking out files: 83% (195452/235484)
[0:06:34] Checking out files: 83% (196503/235484)
[0:06:35] Checking out files: 83% (197289/235484)
[0:06:36] Checking out files: 84% (198056/235484)
[0:06:38] Checking out files: 84% (199584/235484)
[0:06:39] Checking out files: 85% (200195/235484)
[0:06:41] Checking out files: 85% (201388/235484)
[0:06:43] Checking out files: 86% (202517/235484)
[0:06:44] Checking out files: 86% (203459/235484)
[0:06:46] Checking out files: 86% (204569/235484)
[0:06:47] Checking out files: 87% (205288/235484)
[0:06:49] Checking out files: 87% (206640/235484)
[0:06:51] Checking out files: 88% (208156/235484)
[0:06:53] Checking out files: 88% (209371/235484)
[0:06:55] Checking out files: 89% (210645/235484)
[0:06:57] Checking out files: 90% (211936/235484)
[0:06:58] Checking out files: 90% (212677/235484)
[0:06:59] Checking out files: 90% (213415/235484)
[0:07:00] Checking out files: 90% (213986/235484)
[0:07:02] Checking out files: 91% (215086/235484)
[0:07:04] Checking out files: 91% (215954/235484)
[0:07:05] Checking out files: 92% (216646/235484)
[0:07:07] Checking out files: 92% (217668/235484)
[0:07:08] Checking out files: 92% (218500/235484)
[0:07:09] Checking out files: 93% (219199/235484)
[0:07:11] Checking out files: 93% (220580/235484)
[0:07:12] Checking out files: 93% (221131/235484)
[0:07:14] Checking out files: 94% (222390/235484)
[0:07:16] Checking out files: 95% (223710/235484)
[0:07:17] Checking out files: 95% (224774/235484)
[0:07:18] Checking out files: 96% (226065/235484)
[0:07:20] Checking out files: 96% (227220/235484)
[0:07:22] Checking out files: 97% (228420/235484)
[0:07:23] Checking out files: 97% (229514/235484)
[0:07:24] Checking out files: 97% (230488/235484)
[0:07:26] Checking out files: 98% (231997/235484)
[0:07:27] Checking out files: 98% (233033/235484)
[0:07:28] Checking out files: 99% (234012/235484)
[0:07:30] Checking out files: 100% (235484/235484)
[0:07:30] HEAD is now at 58a9a9f [WebCL] Let WebCLEvent.prototype.getProfilingInfo() return 64-bit profiling info.
Checked out revision 9fad95a238d310502a82a0f1d2f107de98fda9a7
[0:11:45] _____ removing unversioned directory third_party/_gclient_ffmpeg_bgsd0_/
[0:11:45] Finished.
----------------------------------------
build (Elapsed: 0:00:00)
----------------------------------------
[0:11:45] Started.
[0:11:45] Finished.
----------------------------------------
commit-queue (Elapsed: 0:00:00)
----------------------------------------
[0:11:45] Started.
[0:11:45] Finished.
----------------------------------------
depot_tools (Elapsed: 0:00:00)
----------------------------------------
[0:11:45] Started.
[0:11:45] Finished.
----------------------------------------
src/chrome/tools/test/reference_build/chrome_linux (Elapsed: 0:00:00)
----------------------------------------
[0:11:45] Started.
[0:11:46] Finished.
----------------------------------------
build/scripts/command_wrapper/bin (Elapsed: 0:00:00)
----------------------------------------
[0:11:45] Started.
[0:11:46] Finished.
----------------------------------------
build/scripts/gsd_generate_index (Elapsed: 0:00:00)
----------------------------------------
[0:11:45] Started.
[0:11:46] Finished.
----------------------------------------
build/scripts/private/data/reliability (Elapsed: 0:00:00)
----------------------------------------
[0:11:46] Started.
[0:11:46] Finished.
----------------------------------------
build/scripts/tools/deps2git (Elapsed: 0:00:00)
----------------------------------------
[0:11:46] Started.
[0:11:46] Finished.
----------------------------------------
build/third_party/cbuildbot_chromite (Elapsed: 0:00:00)
----------------------------------------
[0:11:46] Started.
[0:11:46] Finished.
----------------------------------------
build/third_party/gsutil (Elapsed: 0:00:00)
----------------------------------------
[0:11:46] Started.
[0:11:46] Finished.
----------------------------------------
build/third_party/swarm_client (Elapsed: 0:00:00)
----------------------------------------
[0:11:46] Started.
[0:11:46] Finished.
----------------------------------------
build/third_party/xvfb (Elapsed: 0:00:00)
----------------------------------------
[0:11:46] Started.
[0:11:46] Finished.
----------------------------------------
build/third_party/lighttpd (Elapsed: 0:00:00)
----------------------------------------
[0:11:46] Started.
[0:11:46] Finished.
----------------------------------------
build/xvfb (Elapsed: 0:00:00)
----------------------------------------
[0:11:46] Started.
[0:11:46] Finished.
----------------------------------------
src/chrome/tools/test/reference_build/chrome_mac (Elapsed: 0:00:00)
----------------------------------------
[0:11:46] Started.
[0:11:46] Finished.
----------------------------------------
src/chrome/tools/test/reference_build/chrome_win (Elapsed: 0:00:00)
----------------------------------------
[0:11:46] Started.
[0:11:46] Finished.
----------------------------------------
gclient(652) ParseDepsFile:Setting src/buildtools recursion to 1.
gclient(678) ParseDepsFile:use_relative_paths enabled.
gclient(684) ParseDepsFile:Updating deps by prepending src/buildtools.
src/media/cdm/api (Elapsed: 0:00:02)
----------------------------------------
[0:11:46] Started.
_____ src/media/cdm/api at 1dea7088184dec2ebe4a8b3800aabb0afbb4b88a
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/media/cdm/api'
[0:11:47] From https://chromium.googlesource.com/chromium/cdm
[0:11:47] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/media/cdm/api'
[0:11:47] HEAD is now at 1dea708 Switch to nullptr, eliminating a dependency on base/basictypes.h and base/macros.h.
[0:11:47] Up-to-date; skipping checkout.
Checked out revision 1dea7088184dec2ebe4a8b3800aabb0afbb4b88a
[0:11:48] Finished.
----------------------------------------
src/buildtools (Elapsed: 0:00:03)
----------------------------------------
[0:11:45] Started.
_____ src/buildtools at 0f8e6e4b126ee88137930a0ae4776c4741808740
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/buildtools'
[0:11:47] POST git-upload-pack (959 bytes)
[0:11:47] From https://chromium.googlesource.com/chromium/buildtools
[0:11:47] ce27be6..5378d73 master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/buildtools'
[0:11:48] HEAD is now at 0f8e6e4 Roll gn b00bf0a353..4e73e43290 (r367624:r367870)
[0:11:49] Up-to-date; skipping checkout.
Checked out revision 0f8e6e4b126ee88137930a0ae4776c4741808740
[0:11:49] Finished.
----------------------------------------
src/testing/gmock (Elapsed: 0:00:03)
----------------------------------------
[0:11:46] Started.
_____ src/testing/gmock at 0421b6f358139f02e102c9c332ce19a33faf75be
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/testing/gmock'
[0:11:47] From https://chromium.googlesource.com/external/googlemock
[0:11:47] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/testing/gmock'
[0:11:48] HEAD is now at 0421b6f Rename custom/callback-actions.h[.pump] =>
[0:11:49] Up-to-date; skipping checkout.
Checked out revision 0421b6f358139f02e102c9c332ce19a33faf75be
[0:11:49] Finished.
----------------------------------------
src/sdch/open-vcdiff (Elapsed: 0:00:04)
----------------------------------------
[0:11:46] Started.
_____ src/sdch/open-vcdiff at 21d7d0b9c3d0c3ccbdb221c85ae889373f0a2a58
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/sdch/open-vcdiff'
[0:11:47] From https://chromium.googlesource.com/external/github.com/google/open-vcdiff
[0:11:47] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/sdch/open-vcdiff'
[0:11:49] HEAD is now at 21d7d0b Merge pull request #50 from elly/sync
[0:11:49] Up-to-date; skipping checkout.
Checked out revision 21d7d0b9c3d0c3ccbdb221c85ae889373f0a2a58
[0:11:50] Finished.
----------------------------------------
src/chrome/test/data/perf/frame_rate/content (Elapsed: 0:00:05)
----------------------------------------
[0:11:45] Started.
_____ src/chrome/test/data/perf/frame_rate/content at c10272c88463efeef6bb19c9ec07c42bc8fe22b9
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/chrome/test/data/perf/frame_rate/content'
[0:11:47] From https://chromium.googlesource.com/chromium/frame_rate/content
[0:11:47] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/chrome/test/data/perf/frame_rate/content'
[0:11:48] Checking out files: 50% (49/98)
[0:11:49] Checking out files: 100% (98/98)
[0:11:49] HEAD is now at c10272c Added content folder to frame rate deps.
[0:11:50] Up-to-date; skipping checkout.
Checked out revision c10272c88463efeef6bb19c9ec07c42bc8fe22b9
[0:11:51] Finished.
----------------------------------------
src/testing/gtest (Elapsed: 0:00:04)
----------------------------------------
[0:11:48] Started.
_____ src/testing/gtest at 6f8a66431cb592dad629028a50b3dd418a408c87
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/testing/gtest'
[0:11:49] From https://chromium.googlesource.com/external/github.com/google/googletest
[0:11:49] = [up to date] BillyDonahue-patch-1 -> origin/BillyDonahue-patch-1
[0:11:49] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/testing/gtest'
[0:11:51] HEAD is now at 6f8a664 Introduce FormatForComparison to format values that are operands of comparison assertions (e.g. ASSERT_EQ).
[0:11:52] Up-to-date; skipping checkout.
Checked out revision 6f8a66431cb592dad629028a50b3dd418a408c87
[0:11:52] Finished.
----------------------------------------
src/third_party/apache-mime4j (Elapsed: 0:00:03)
----------------------------------------
[0:11:51] Started.
_____ src/third_party/apache-mime4j at 28cb1108bff4b6cf0a2e86ff58b3d025934ebe3a
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/apache-mime4j'
[0:11:52] From https://chromium.googlesource.com/chromium/deps/apache-mime4j
[0:11:52] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/apache-mime4j'
[0:11:53] HEAD is now at 28cb110 Add Apache libraries for multipart in Java
[0:11:54] Up-to-date; skipping checkout.
Checked out revision 28cb1108bff4b6cf0a2e86ff58b3d025934ebe3a
[0:11:54] Finished.
----------------------------------------
src/chrome/test/data/perf/canvas_bench (Elapsed: 0:00:09)
----------------------------------------
[0:11:45] Started.
_____ src/chrome/test/data/perf/canvas_bench at a7b40ea5ae0239517d78845a5fc9b12976bfc732
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/chrome/test/data/perf/canvas_bench'
[0:11:47] From https://chromium.googlesource.com/chromium/canvas_bench
[0:11:47] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/chrome/test/data/perf/canvas_bench'
[0:11:49] Checking out files: 18% (74/405)
[0:11:50] Checking out files: 35% (144/405)
[0:11:51] Checking out files: 55% (223/405)
[0:11:52] Checking out files: 74% (300/405)
[0:11:53] Checking out files: 90% (365/405)
[0:11:53] Checking out files: 100% (405/405)
[0:11:53] HEAD is now at a7b40ea Added framework for canvas benchmark and two examples that stress drawImage. One example draws multiple instances of a single image while the other draws multiple images.
[0:11:54] Up-to-date; skipping checkout.
Checked out revision a7b40ea5ae0239517d78845a5fc9b12976bfc732
[0:11:55] Finished.
----------------------------------------
src/third_party/appurify-python/src (Elapsed: 0:00:03)
----------------------------------------
[0:11:52] Started.
_____ src/third_party/appurify-python/src at ee7abd5c5ae3106f72b2a0b9d2cb55094688e867
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/appurify-python/src'
[0:11:54] From https://chromium.googlesource.com/external/github.com/appurify/appurify-python
[0:11:54] = [up to date] 0.3.4 -> origin/0.3.4
[0:11:54] = [up to date] 0.4.9 -> origin/0.4.9
[0:11:54] = [up to date] abhi/separate-tunnel -> origin/abhi/separate-tunnel
[0:11:54] = [up to date] android_spoon -> origin/android_spoon
[0:11:54] = [up to date] bug_multiple_devices -> origin/bug_multiple_devices
[0:11:54] = [up to date] fix_staticmethod -> origin/fix_staticmethod
[0:11:54] = [up to date] fixcomments -> origin/fixcomments
[0:11:54] = [up to date] interrupt_signal -> origin/interrupt_signal
[0:11:54] = [up to date] iqt_comments -> origin/iqt_comments
[0:11:54] = [up to date] klm/direct_control -> origin/klm/direct_control
[0:11:54] = [up to date] licence -> origin/licence
[0:11:54] = [up to date] master -> origin/master
[0:11:54] = [up to date] pratyusdev -> origin/pratyusdev
[0:11:54] = [up to date] update-requirements -> origin/update-requirements
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/appurify-python/src'
[0:11:55] HEAD is now at ee7abd5 Merge pull request #44 from appurify/licence
[0:11:55] Up-to-date; skipping checkout.
Checked out revision ee7abd5c5ae3106f72b2a0b9d2cb55094688e867
[0:11:56] Finished.
----------------------------------------
src/third_party/bidichecker (Elapsed: 0:00:02)
----------------------------------------
[0:11:54] Started.
_____ src/third_party/bidichecker at 97f2aa645b74c28c57eca56992235c79850fa9e0
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/bidichecker'
[0:11:56] From https://chromium.googlesource.com/external/bidichecker/lib
[0:11:56] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/bidichecker'
[0:11:56] HEAD is now at 97f2aa6
[0:11:56] Up-to-date; skipping checkout.
Checked out revision 97f2aa645b74c28c57eca56992235c79850fa9e0
[0:11:56] Finished.
----------------------------------------
src/third_party/cardboard-java/src (Elapsed: 0:00:03)
----------------------------------------
[0:11:56] Started.
_____ src/third_party/cardboard-java/src at e36ee57e72bbd057ddb53b127954177b50e18df7
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/cardboard-java/src'
[0:11:57] From https://chromium.googlesource.com/external/github.com/googlesamples/cardboard-java
[0:11:57] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/cardboard-java/src'
[0:11:58] HEAD is now at e36ee57 Update SDK and sample app (v0.5.5)
[0:11:59] Up-to-date; skipping checkout.
Checked out revision e36ee57e72bbd057ddb53b127954177b50e18df7
[0:11:59] Finished.
----------------------------------------
src/breakpad/src (Elapsed: 0:00:19)
----------------------------------------
[0:11:45] Started.
_____ src/breakpad/src at ba0a8cb51c79845955cd0f262fe1a2a5f1ead9b9
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/breakpad/src'
[0:11:47] POST git-upload-pack (959 bytes)
[0:11:48] From https://chromium.googlesource.com/breakpad/breakpad/src
[0:11:48] = [up to date] chrome_15 -> origin/chrome_15
[0:11:48] = [up to date] chrome_23 -> origin/chrome_23
[0:11:48] = [up to date] chrome_37 -> origin/chrome_37
[0:11:48] = [up to date] chrome_38 -> origin/chrome_38
[0:11:48] = [up to date] chrome_42 -> origin/chrome_42
[0:11:48] = [up to date] chrome_43 -> origin/chrome_43
[0:11:48] = [up to date] chrome_49 -> origin/chrome_49
[0:11:48] = [up to date] linux-dwarf -> origin/linux-dwarf
[0:11:48] = [up to date] linux-rewrite -> origin/linux-rewrite
[0:11:48] b3a654d..c30f89a master -> origin/master
[0:11:48] = [up to date] master-large-syms -> origin/master-large-syms
[0:11:48] = [up to date] processor-symbol-cache -> origin/processor-symbol-cache
[0:11:48] = [up to date] travis -> origin/travis
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/breakpad/src'
[0:11:51] Checking out files: 15% (117/760)
[0:11:52] Checking out files: 27% (209/760)
[0:11:53] Checking out files: 43% (330/760)
[0:11:54] Checking out files: 60% (456/760)
[0:11:55] Checking out files: 76% (578/760)
[0:11:56] Checking out files: 82% (624/760)
[0:11:57] Checking out files: 94% (715/760)
[0:11:58] Checking out files: 100% (760/760)
[0:11:58] HEAD is now at ba0a8cb Remove use of deprecated CFURLCreateDataAndPropertiesFromResource function.
[0:12:01] Up-to-date; skipping checkout.
Checked out revision ba0a8cb51c79845955cd0f262fe1a2a5f1ead9b9
[0:12:05] Finished.
----------------------------------------
src/third_party/android_protobuf/src (Elapsed: 0:00:24)
----------------------------------------
[0:11:49] Started.
_____ src/third_party/android_protobuf/src at 999188d0dc72e97f7fe08bb756958a2cf090f4e7
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/android_protobuf/src'
[0:11:52] POST git-upload-pack (959 bytes)
[0:11:55] From https://chromium.googlesource.com/external/android_protobuf
[0:11:55] = [up to date] android-live-tv -> origin/android-live-tv
[0:11:55] = [up to date] brillo-m10-dev -> origin/brillo-m10-dev
[0:11:55] = [up to date] brillo-m10-release -> origin/brillo-m10-release
[0:11:55] = [up to date] brillo-m7-dev -> origin/brillo-m7-dev
[0:11:55] = [up to date] brillo-m7-mr-dev -> origin/brillo-m7-mr-dev
[0:11:55] = [up to date] brillo-m7-release -> origin/brillo-m7-release
[0:11:55] = [up to date] brillo-m8-dev -> origin/brillo-m8-dev
[0:11:55] = [up to date] brillo-m8-release -> origin/brillo-m8-release
[0:11:55] = [up to date] brillo-m9-dev -> origin/brillo-m9-dev
[0:11:55] = [up to date] brillo-m9-release -> origin/brillo-m9-release
[0:11:55] = [up to date] donut-release -> origin/donut-release
[0:11:55] = [up to date] donut-release2 -> origin/donut-release2
[0:11:55] = [up to date] eclair-passion-release -> origin/eclair-passion-release
[0:11:55] = [up to date] eclair-release -> origin/eclair-release
[0:11:55] = [up to date] eclair-sholes-release -> origin/eclair-sholes-release
[0:11:55] = [up to date] eclair-sholes-release2 -> origin/eclair-sholes-release2
[0:11:55] = [up to date] emu-1.4-release -> origin/emu-1.4-release
[0:11:55] = [up to date] emu-1.5-release -> origin/emu-1.5-release
[0:11:55] = [up to date] emu-2.0-release -> origin/emu-2.0-release
[0:11:55] = [up to date] emu-master-dev -> origin/emu-master-dev
[0:11:55] = [up to date] gingerbread -> origin/gingerbread
[0:11:55] = [up to date] gingerbread-mr4-release -> origin/gingerbread-mr4-release
[0:11:55] = [up to date] gingerbread-release -> origin/gingerbread-release
[0:11:55] = [up to date] ics-factoryrom-2-release -> origin/ics-factoryrom-2-release
[0:11:55] = [up to date] ics-mr0 -> origin/ics-mr0
[0:11:55] = [up to date] ics-mr0-release -> origin/ics-mr0-release
[0:11:55] = [up to date] ics-mr1 -> origin/ics-mr1
[0:11:55] = [up to date] ics-mr1-release -> origin/ics-mr1-release
[0:11:55] = [up to date] ics-plus-aosp -> origin/ics-plus-aosp
[0:11:55] = [up to date] idea133 -> origin/idea133
[0:11:55] = [up to date] idea133-weekly-release -> origin/idea133-weekly-release
[0:11:55] = [up to date] jb-dev -> origin/jb-dev
[0:11:55] = [up to date] jb-mr0-release -> origin/jb-mr0-release
[0:11:55] = [up to date] jb-mr1-dev -> origin/jb-mr1-dev
[0:11:55] = [up to date] jb-mr1-dev-plus-aosp -> origin/jb-mr1-dev-plus-aosp
[0:11:55] = [up to date] jb-mr1-release -> origin/jb-mr1-release
[0:11:55] = [up to date] jb-mr1.1-dev -> origin/jb-mr1.1-dev
[0:11:55] = [up to date] jb-mr1.1-dev-plus-aosp -> origin/jb-mr1.1-dev-plus-aosp
[0:11:55] = [up to date] jb-mr1.1-release -> origin/jb-mr1.1-release
[0:11:55] = [up to date] jb-mr2-dev -> origin/jb-mr2-dev
[0:11:55] = [up to date] jb-mr2-release -> origin/jb-mr2-release
[0:11:55] = [up to date] jb-mr2.0-release -> origin/jb-mr2.0-release
[0:11:55] = [up to date] jb-mr2.0.0-release -> origin/jb-mr2.0.0-release
[0:11:55] = [up to date] jb-release -> origin/jb-release
[0:11:55] = [up to date] jumper-stable -> origin/jumper-stable
[0:11:55] = [up to date] jumper-stable-alt -> origin/jumper-stable-alt
[0:11:55] = [up to date] kitkat-cts-dev -> origin/kitkat-cts-dev
[0:11:55] = [up to date] kitkat-cts-release -> origin/kitkat-cts-release
[0:11:55] = [up to date] kitkat-dev -> origin/kitkat-dev
[0:11:55] = [up to date] kitkat-mr1-release -> origin/kitkat-mr1-release
[0:11:55] = [up to date] kitkat-mr1.1-release -> origin/kitkat-mr1.1-release
[0:11:55] = [up to date] kitkat-mr2-release -> origin/kitkat-mr2-release
[0:11:55] = [up to date] kitkat-mr2.1-release -> origin/kitkat-mr2.1-release
[0:11:55] = [up to date] kitkat-mr2.2-release -> origin/kitkat-mr2.2-release
[0:11:55] = [up to date] kitkat-release -> origin/kitkat-release
[0:11:55] = [up to date] kitkat-wear -> origin/kitkat-wear
[0:11:55] = [up to date] l-preview -> origin/l-preview
[0:11:55] = [up to date] lollipop-cts-release -> origin/lollipop-cts-release
[0:11:55] = [up to date] lollipop-dev -> origin/lollipop-dev
[0:11:55] = [up to date] lollipop-mr1-cts-release -> origin/lollipop-mr1-cts-release
[0:11:55] = [up to date] lollipop-mr1-dev -> origin/lollipop-mr1-dev
[0:11:55] = [up to date] lollipop-mr1-fi-release -> origin/lollipop-mr1-fi-release
[0:11:55] = [up to date] lollipop-mr1-release -> origin/lollipop-mr1-release
[0:11:55] = [up to date] lollipop-mr1-wfc-release -> origin/lollipop-mr1-wfc-release
[0:11:55] = [up to date] lollipop-release -> origin/lollipop-release
[0:11:55] = [up to date] lollipop-wear-release -> origin/lollipop-wear-release
[0:11:55] = [up to date] marshmallow-cts-release -> origin/marshmallow-cts-release
[0:11:55] = [up to date] marshmallow-dev -> origin/marshmallow-dev
[0:11:55] = [up to date] marshmallow-dr-dev -> origin/marshmallow-dr-dev
[0:11:55] = [up to date] marshmallow-dr-dragon-release -> origin/marshmallow-dr-dragon-release
[0:11:55] = [up to date] marshmallow-dr-release -> origin/marshmallow-dr-release
[0:11:55] = [up to date] marshmallow-dr1.5-dev -> origin/marshmallow-dr1.5-dev
[0:11:55] = [up to date] marshmallow-dr1.5-release -> origin/marshmallow-dr1.5-release
[0:11:55] = [up to date] marshmallow-mr1-dev -> origin/marshmallow-mr1-dev
[0:11:55] = [up to date] marshmallow-mr1-release -> origin/marshmallow-mr1-release
[0:11:55] = [up to date] marshmallow-mr2-release -> origin/marshmallow-mr2-release
[0:11:55] = [up to date] marshmallow-release -> origin/marshmallow-release
[0:11:55] = [up to date] master -> origin/master
[0:11:55] = [up to date] master-soong -> origin/master-soong
[0:11:55] = [up to date] studio-1.1-dev -> origin/studio-1.1-dev
[0:11:55] = [up to date] studio-1.1-release -> origin/studio-1.1-release
[0:11:55] = [up to date] studio-1.2-release -> origin/studio-1.2-release
[0:11:55] = [up to date] studio-1.3-dev -> origin/studio-1.3-dev
[0:11:55] = [up to date] studio-1.3-release -> origin/studio-1.3-release
[0:11:55] = [up to date] studio-1.4-dev -> origin/studio-1.4-dev
[0:11:55] = [up to date] studio-1.4-release -> origin/studio-1.4-release
[0:11:55] = [up to date] studio-master-dev -> origin/studio-master-dev
[0:11:55] = [up to date] studio-master-release -> origin/studio-master-release
[0:11:55] = [up to date] tools_r20 -> origin/tools_r20
[0:11:55] = [up to date] tools_r21 -> origin/tools_r21
[0:11:55] = [up to date] tools_r22 -> origin/tools_r22
[0:11:55] = [up to date] tools_r22.2 -> origin/tools_r22.2
[0:11:55] * [new tag] android-n-preview-2 -> android-n-preview-2
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/android_protobuf/src'
[0:11:58] Checking out files: 13% (101/769)
[0:11:59] Checking out files: 25% (198/769)
[0:12:00] Checking out files: 32% (249/769)
[0:12:01] Checking out files: 40% (308/769)
[0:12:03] Checking out files: 50% (385/769)
[0:12:04] Checking out files: 60% (462/769)
[0:12:05] Checking out files: 70% (539/769)
[0:12:06] Checking out files: 80% (616/769)
[0:12:07] Checking out files: 91% (700/769)
[0:12:07] Checking out files: 100% (769/769)
[0:12:07] HEAD is now at 999188d Add MODULE_LICENSE and NOTICE
[0:12:10] Up-to-date; skipping checkout.
Checked out revision 999188d0dc72e97f7fe08bb756958a2cf090f4e7
[0:12:14] Finished.
----------------------------------------
src/third_party/colorama/src (Elapsed: 0:00:02)
----------------------------------------
[0:12:14] Started.
_____ src/third_party/colorama/src at 799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/colorama/src'
[0:12:15] From https://chromium.googlesource.com/external/colorama
[0:12:15] = [up to date] issue71-readme-tidy -> origin/issue71-readme-tidy
[0:12:15] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/colorama/src'
[0:12:16] HEAD is now at 799604a setup.py no longer imports anything from colorama
[0:12:16] Up-to-date; skipping checkout.
Checked out revision 799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8
[0:12:17] Finished.
----------------------------------------
src/third_party/cld_2/src (Elapsed: 0:00:25)
----------------------------------------
[0:12:05] Started.
_____ src/third_party/cld_2/src at 84b58a5d7690ebf05a91406f371ce00c3daf31c0
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/cld_2/src'
[0:12:06] From https://chromium.googlesource.com/external/github.com/CLD2Owners/cld2
[0:12:06] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/cld_2/src'
[0:12:07] Checking out files: 25% (25/98)
[0:12:10] Checking out files: 32% (32/98)
[0:12:13] Checking out files: 33% (33/98)
[0:12:14] Checking out files: 35% (35/98)
[0:12:23] Checking out files: 89% (88/98)
[0:12:23] Checking out files: 100% (98/98)
[0:12:23] HEAD is now at 84b58a5 Fixed #37: Removes unused variable ScriptScanner::next_byte_limit_
[0:12:29] Up-to-date; skipping checkout.
Checked out revision 84b58a5d7690ebf05a91406f371ce00c3daf31c0
[0:12:30] Finished.
----------------------------------------
src/third_party/cros_system_api (Elapsed: 0:00:20)
----------------------------------------
[0:12:17] Started.
_____ src/third_party/cros_system_api at d9ecb3bd87504815d4c58a6a8b9031deb2498d19
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/cros_system_api'
[0:12:27] POST git-upload-pack (959 bytes)
[0:12:35] From https://chromium.googlesource.com/chromiumos/platform/system_api
[0:12:35] = [up to date] factory-1020.B -> origin/factory-1020.B
[0:12:35] = [up to date] factory-1235.B -> origin/factory-1235.B
[0:12:35] = [up to date] factory-1284.B -> origin/factory-1284.B
[0:12:35] = [up to date] factory-1412.B -> origin/factory-1412.B
[0:12:35] = [up to date] factory-1987.B -> origin/factory-1987.B
[0:12:35] = [up to date] factory-2268.16.B -> origin/factory-2268.16.B
[0:12:35] = [up to date] factory-2305.B -> origin/factory-2305.B
[0:12:35] = [up to date] factory-2338.B -> origin/factory-2338.B
[0:12:35] = [up to date] factory-2368.B -> origin/factory-2368.B
[0:12:35] = [up to date] factory-2394.B -> origin/factory-2394.B
[0:12:35] = [up to date] factory-2460.B -> origin/factory-2460.B
[0:12:35] = [up to date] factory-2475.B -> origin/factory-2475.B
[0:12:35] = [up to date] factory-2569.B -> origin/factory-2569.B
[0:12:35] = [up to date] factory-2717.B -> origin/factory-2717.B
[0:12:35] = [up to date] factory-2723.14.B -> origin/factory-2723.14.B
[0:12:35] = [up to date] factory-2723.14.orig.B -> origin/factory-2723.14.orig.B
[0:12:35] = [up to date] factory-2846.B -> origin/factory-2846.B
[0:12:35] = [up to date] factory-2848.B -> origin/factory-2848.B
[0:12:35] = [up to date] factory-2914.B -> origin/factory-2914.B
[0:12:35] = [up to date] factory-2985.B -> origin/factory-2985.B
[0:12:35] = [up to date] factory-2993.B -> origin/factory-2993.B
[0:12:35] = [up to date] factory-3004.B -> origin/factory-3004.B
[0:12:35] = [up to date] factory-3536.B -> origin/factory-3536.B
[0:12:35] = [up to date] factory-4128.B -> origin/factory-4128.B
[0:12:35] = [up to date] factory-4290.B -> origin/factory-4290.B
[0:12:35] = [up to date] factory-4455.228.B -> origin/factory-4455.228.B
[0:12:35] = [up to date] factory-4455.B -> origin/factory-4455.B
[0:12:35] = [up to date] factory-980.B -> origin/factory-980.B
[0:12:35] = [up to date] factory-arkham-7077.113.B -> origin/factory-arkham-7077.113.B
[0:12:35] = [up to date] factory-auron-6459.B -> origin/factory-auron-6459.B
[0:12:35] = [up to date] factory-auron-6772.B -> origin/factory-auron-6772.B
[0:12:35] = [up to date] factory-beltino-5140.14.B -> origin/factory-beltino-5140.14.B
[0:12:35] = [up to date] factory-daisy-4731.81.B -> origin/factory-daisy-4731.81.B
[0:12:35] = [up to date] factory-glados-7657.B -> origin/factory-glados-7657.B
[0:12:35] = [up to date] factory-glados-7828.B -> origin/factory-glados-7828.B
[0:12:35] = [up to date] factory-monroe-5140.B -> origin/factory-monroe-5140.B
[0:12:35] = [up to date] factory-nyan-5772.B -> origin/factory-nyan-5772.B
[0:12:35] = [up to date] factory-oak-8141.B -> origin/factory-oak-8141.B
[0:12:35] = [up to date] factory-oak-8182.B -> origin/factory-oak-8182.B
[0:12:35] = [up to date] factory-panther-4920.23.B -> origin/factory-panther-4920.23.B
[0:12:35] = [up to date] factory-pit-4280.B -> origin/factory-pit-4280.B
[0:12:35] = [up to date] factory-pit-4390.B -> origin/factory-pit-4390.B
[0:12:35] = [up to date] factory-pit-4471.B -> origin/factory-pit-4471.B
[0:12:35] = [up to date] factory-pit-5499.B -> origin/factory-pit-5499.B
[0:12:35] = [up to date] factory-rambi-5517.B -> origin/factory-rambi-5517.B
[0:12:35] = [up to date] factory-rambi-6420.B -> origin/factory-rambi-6420.B
[0:12:35] = [up to date] factory-ryu-6212.B -> origin/factory-ryu-6212.B
[0:12:35] = [up to date] factory-ryu-6486.1.B -> origin/factory-ryu-6486.1.B
[0:12:35] = [up to date] factory-ryu-6486.14.B -> origin/factory-ryu-6486.14.B
[0:12:35] = [up to date] factory-ryu-6486.B -> origin/factory-ryu-6486.B
[0:12:35] = [up to date] factory-samus-4788.B -> origin/factory-samus-4788.B
[0:12:35] = [up to date] factory-samus-5939.B -> origin/factory-samus-5939.B
[0:12:35] = [up to date] factory-samus-6207.B -> origin/factory-samus-6207.B
[0:12:35] = [up to date] factory-samus-6375.B -> origin/factory-samus-6375.B
[0:12:35] = [up to date] factory-samus-6658.B -> origin/factory-samus-6658.B
[0:12:35] = [up to date] factory-skate-4262.459.B -> origin/factory-skate-4262.459.B
[0:12:35] = [up to date] factory-smaug-7265.B -> origin/factory-smaug-7265.B
[0:12:35] = [up to date] factory-spring-3842.B -> origin/factory-spring-3842.B
[0:12:35] = [up to date] factory-spring-4131.B -> origin/factory-spring-4131.B
[0:12:35] = [up to date] factory-spring-4262.B -> origin/factory-spring-4262.B
[0:12:35] = [up to date] factory-storm-6269.B -> origin/factory-storm-6269.B
[0:12:35] = [up to date] factory-strago-7458.B -> origin/factory-strago-7458.B
[0:12:35] = [up to date] factory-test-7077.114.B -> origin/factory-test-7077.114.B
[0:12:35] = [up to date] factory-veyron-6591.B -> origin/factory-veyron-6591.B
[0:12:35] = [up to date] factory-veyron-7505.B -> origin/factory-veyron-7505.B
[0:12:35] = [up to date] factory-whirlwind-6509.B -> origin/factory-whirlwind-6509.B
[0:12:35] = [up to date] factory-whirlwind-6812.41.B -> origin/factory-whirlwind-6812.41.B
[0:12:35] = [up to date] factory-zako-5220.B -> origin/factory-zako-5220.B
[0:12:35] = [up to date] firmware-4389.71.B -> origin/firmware-4389.71.B
[0:12:35] = [up to date] firmware-auron-6301.B -> origin/firmware-auron-6301.B
[0:12:35] = [up to date] firmware-banjo-5216.334.B -> origin/firmware-banjo-5216.334.B
[0:12:35] = [up to date] firmware-bolt_kirby-4979.B -> origin/firmware-bolt_kirby-4979.B
[0:12:35] = [up to date] firmware-buddy-6301.202.B -> origin/firmware-buddy-6301.202.B
[0:12:35] = [up to date] firmware-butterfly-2788.B -> origin/firmware-butterfly-2788.B
[0:12:35] = [up to date] firmware-candy-5216.310.B -> origin/firmware-candy-5216.310.B
[0:12:35] = [up to date] firmware-celes-7287.92.B -> origin/firmware-celes-7287.92.B
[0:12:35] = [up to date] firmware-clapper-5216.199.B -> origin/firmware-clapper-5216.199.B
[0:12:35] = [up to date] firmware-clapper-5218.B -> origin/firmware-clapper-5218.B
[0:12:35] = [up to date] firmware-cyan-7287.57.B -> origin/firmware-cyan-7287.57.B
[0:12:35] = [up to date] firmware-edgar-7287.167.B -> origin/firmware-edgar-7287.167.B
[0:12:35] = [up to date] firmware-enguarde-5216.201.B -> origin/firmware-enguarde-5216.201.B
[0:12:35] = [up to date] firmware-expresso-5216.223.B -> origin/firmware-expresso-5216.223.B
[0:12:35] = [up to date] firmware-falco_peppy-4389.81.B -> origin/firmware-falco_peppy-4389.81.B
[0:12:35] = [up to date] firmware-falco_peppy-4389.B -> origin/firmware-falco_peppy-4389.B
[0:12:35] = [up to date] firmware-gandof-6301.155.B -> origin/firmware-gandof-6301.155.B
[0:12:35] = [up to date] firmware-glados-7820.B -> origin/firmware-glados-7820.B
[0:12:35] = [up to date] firmware-glimmer-5216.198.B -> origin/firmware-glimmer-5216.198.B
[0:12:35] = [up to date] firmware-glimmer-5217.B -> origin/firmware-glimmer-5217.B
[0:12:35] = [up to date] firmware-gnawty-5216.239.B -> origin/firmware-gnawty-5216.239.B
[0:12:35] = [up to date] firmware-guado-6301.108.B -> origin/firmware-guado-6301.108.B
[0:12:35] = [up to date] firmware-heli-5216.392.B -> origin/firmware-heli-5216.392.B
[0:12:35] = [up to date] firmware-kiev-2.112.B -> origin/firmware-kiev-2.112.B
[0:12:35] = [up to date] firmware-kip-5216.227.B -> origin/firmware-kip-5216.227.B
[0:12:35] = [up to date] firmware-kitty-5771.61.B -> origin/firmware-kitty-5771.61.B
[0:12:35] = [up to date] firmware-leon-4389.26.B -> origin/firmware-leon-4389.26.B
[0:12:35] = [up to date] firmware-leon-4389.61.B -> origin/firmware-leon-4389.61.B
[0:12:35] = [up to date] firmware-link-2348.B -> origin/firmware-link-2348.B
[0:12:35] = [up to date] firmware-link-2695.2.B -> origin/firmware-link-2695.2.B
[0:12:35] = [up to date] firmware-link-2695.B -> origin/firmware-link-2695.B
[0:12:35] = [up to date] firmware-lulu-6301.136.B -> origin/firmware-lulu-6301.136.B
[0:12:35] = [up to date] firmware-mccloud-5827.B -> origin/firmware-mccloud-5827.B
[0:12:35] = [up to date] firmware-monroe-4921.B -> origin/firmware-monroe-4921.B
[0:12:35] = [up to date] firmware-ninja-5216.383.B -> origin/firmware-ninja-5216.383.B
[0:12:35] = [up to date] firmware-nyan-5771.B -> origin/firmware-nyan-5771.B
[0:12:35] = [up to date] firmware-orco-5216.362.B -> origin/firmware-orco-5216.362.B
[0:12:35] = [up to date] firmware-paine-6301.58.B -> origin/firmware-paine-6301.58.B
[0:12:35] = [up to date] firmware-panther-4920.24.B -> origin/firmware-panther-4920.24.B
[0:12:35] = [up to date] firmware-parrot-2685.B -> origin/firmware-parrot-2685.B
[0:12:35] = [up to date] firmware-pit-4482.B -> origin/firmware-pit-4482.B
[0:12:35] = [up to date] firmware-quawks-5216.204.B -> origin/firmware-quawks-5216.204.B
[0:12:35] = [up to date] firmware-rambi-5216.B -> origin/firmware-rambi-5216.B
[0:12:35] = [up to date] firmware-reks-7287.133.B -> origin/firmware-reks-7287.133.B
[0:12:35] = [up to date] firmware-rikku-6301.110.B -> origin/firmware-rikku-6301.110.B
[0:12:35] = [up to date] firmware-samus-6300.B -> origin/firmware-samus-6300.B
[0:12:35] = [up to date] firmware-skate-3824.129.B -> origin/firmware-skate-3824.129.B
[0:12:35] = [up to date] firmware-smaug-7132.B -> origin/firmware-smaug-7132.B
[0:12:35] = [up to date] firmware-smaug-7900.B -> origin/firmware-smaug-7900.B
[0:12:35] = [up to date] firmware-snow-2695.90.B -> origin/firmware-snow-2695.90.B
[0:12:35] = [up to date] firmware-snow-2695.B -> origin/firmware-snow-2695.B
[0:12:35] = [up to date] firmware-spring-3824.4.B -> origin/firmware-spring-3824.4.B
[0:12:35] = [up to date] firmware-spring-3824.55.B -> origin/firmware-spring-3824.55.B
[0:12:35] = [up to date] firmware-spring-3824.84.B -> origin/firmware-spring-3824.84.B
[0:12:35] = [up to date] firmware-spring-3824.B -> origin/firmware-spring-3824.B
[0:12:35] = [up to date] firmware-spring-3833.B -> origin/firmware-spring-3833.B
[0:12:35] = [up to date] firmware-squawks-5216.152.B -> origin/firmware-squawks-5216.152.B
[0:12:35] = [up to date] firmware-storm-6315.B -> origin/firmware-storm-6315.B
[0:12:35] = [up to date] firmware-stout-2817.B -> origin/firmware-stout-2817.B
[0:12:35] = [up to date] firmware-strago-7287.B -> origin/firmware-strago-7287.B
[0:12:35] = [up to date] firmware-sumo-5216.382.B -> origin/firmware-sumo-5216.382.B
[0:12:35] = [up to date] firmware-swanky-5216.238.B -> origin/firmware-swanky-5216.238.B
[0:12:35] = [up to date] firmware-terra-7287.154.B -> origin/firmware-terra-7287.154.B
[0:12:35] = [up to date] firmware-tidus-6301.109.B -> origin/firmware-tidus-6301.109.B
[0:12:35] = [up to date] firmware-tricky-5829.B -> origin/firmware-tricky-5829.B
[0:12:35] = [up to date] firmware-uboot_v2-1299.B -> origin/firmware-uboot_v2-1299.B
[0:12:35] = [up to date] firmware-ultima-7287.131.B -> origin/firmware-ultima-7287.131.B
[0:12:35] = [up to date] firmware-veyron-6588.B -> origin/firmware-veyron-6588.B
[0:12:35] = [up to date] firmware-winky-5216.1.B -> origin/firmware-winky-5216.1.B
[0:12:35] = [up to date] firmware-winky-5216.265.B -> origin/firmware-winky-5216.265.B
[0:12:35] = [up to date] firmware-wolf-4389.24.B -> origin/firmware-wolf-4389.24.B
[0:12:35] = [up to date] firmware-yuna-6301.59.B -> origin/firmware-yuna-6301.59.B
[0:12:35] = [up to date] firmware-zako-5219.17.B -> origin/firmware-zako-5219.17.B
[0:12:35] = [up to date] firmware-zako-5219.B -> origin/firmware-zako-5219.B
[0:12:35] = [up to date] foo-test -> origin/foo-test
[0:12:35] a887ad7..fb5145f master -> origin/master
[0:12:35] = [up to date] release-1011.B -> origin/release-1011.B
[0:12:35] = [up to date] release-R16-1193.B -> origin/release-R16-1193.B
[0:12:35] = [up to date] release-R17-1412.B -> origin/release-R17-1412.B
[0:12:35] = [up to date] release-R18-1660.B -> origin/release-R18-1660.B
[0:12:35] = [up to date] release-R19-2046.B -> origin/release-R19-2046.B
[0:12:35] = [up to date] release-R20-2268.B -> origin/release-R20-2268.B
[0:12:35] = [up to date] release-R21-2465.B -> origin/release-R21-2465.B
[0:12:35] = [up to date] release-R22-2723.B -> origin/release-R22-2723.B
[0:12:35] = [up to date] release-R23-2913.B -> origin/release-R23-2913.B
[0:12:35] = [up to date] release-R25-3428.B -> origin/release-R25-3428.B
[0:12:35] = [up to date] release-R26-3701.B -> origin/release-R26-3701.B
[0:12:35] = [up to date] release-R27-3912.B -> origin/release-R27-3912.B
[0:12:35] = [up to date] release-R28-4100.B -> origin/release-R28-4100.B
[0:12:35] = [up to date] release-R29-4319.B -> origin/release-R29-4319.B
[0:12:35] = [up to date] release-R30-4537.B -> origin/release-R30-4537.B
[0:12:35] = [up to date] release-R31-4731.B -> origin/release-R31-4731.B
[0:12:35] = [up to date] release-R32-4920.B -> origin/release-R32-4920.B
[0:12:35] = [up to date] release-R33-5116.B -> origin/release-R33-5116.B
[0:12:35] = [up to date] release-R34-5500.B -> origin/release-R34-5500.B
[0:12:35] = [up to date] release-R35-5712.B -> origin/release-R35-5712.B
[0:12:35] = [up to date] release-R36-5841.B -> origin/release-R36-5841.B
[0:12:35] = [up to date] release-R37-5978.B -> origin/release-R37-5978.B
[0:12:35] = [up to date] release-R38-6158.B -> origin/release-R38-6158.B
[0:12:35] = [up to date] release-R39-6310.B -> origin/release-R39-6310.B
[0:12:35] = [up to date] release-R40-6457.B -> origin/release-R40-6457.B
[0:12:35] = [up to date] release-R41-6680.B -> origin/release-R41-6680.B
[0:12:35] = [up to date] release-R42-6812.B -> origin/release-R42-6812.B
[0:12:35] = [up to date] release-R43-6946.B -> origin/release-R43-6946.B
[0:12:35] = [up to date] release-R44-7077.B -> origin/release-R44-7077.B
[0:12:35] = [up to date] release-R45-7262.B -> origin/release-R45-7262.B
[0:12:35] = [up to date] release-R46-7390.B -> origin/release-R46-7390.B
[0:12:35] = [up to date] release-R47-7520.B -> origin/release-R47-7520.B
[0:12:35] = [up to date] release-R48-7647.B -> origin/release-R48-7647.B
[0:12:35] = [up to date] release-R49-7834.B -> origin/release-R49-7834.B
[0:12:35] = [up to date] release-R50-7978.B -> origin/release-R50-7978.B
[0:12:35] = [up to date] release-R51-8172.B -> origin/release-R51-8172.B
[0:12:35] = [up to date] stabilize -> origin/stabilize
[0:12:35] = [up to date] stabilize-3428.110.0 -> origin/stabilize-3428.110.0
[0:12:35] = [up to date] stabilize-3428.149 -> origin/stabilize-3428.149
[0:12:35] = [up to date] stabilize-3428.149.B -> origin/stabilize-3428.149.B
[0:12:35] = [up to date] stabilize-3428.193 -> origin/stabilize-3428.193
[0:12:35] = [up to date] stabilize-3658.0.0 -> origin/stabilize-3658.0.0
[0:12:35] = [up to date] stabilize-3701.30.0 -> origin/stabilize-3701.30.0
[0:12:35] = [up to date] stabilize-3701.30.0b -> origin/stabilize-3701.30.0b
[0:12:35] = [up to date] stabilize-3701.46.B -> origin/stabilize-3701.46.B
[0:12:35] = [up to date] stabilize-3701.81.B -> origin/stabilize-3701.81.B
[0:12:35] = [up to date] stabilize-3881.0.B -> origin/stabilize-3881.0.B
[0:12:35] = [up to date] stabilize-3912.79.B -> origin/stabilize-3912.79.B
[0:12:35] = [up to date] stabilize-4008.0.B -> origin/stabilize-4008.0.B
[0:12:35] = [up to date] stabilize-4035.0.B -> origin/stabilize-4035.0.B
[0:12:35] = [up to date] stabilize-4068.0.B -> origin/stabilize-4068.0.B
[0:12:35] = [up to date] stabilize-4100.38.B -> origin/stabilize-4100.38.B
[0:12:35] = [up to date] stabilize-4255.B -> origin/stabilize-4255.B
[0:12:35] = [up to date] stabilize-4287.B -> origin/stabilize-4287.B
[0:12:35] = [up to date] stabilize-4443.B -> origin/stabilize-4443.B
[0:12:35] = [up to date] stabilize-4512.B -> origin/stabilize-4512.B
[0:12:35] = [up to date] stabilize-4537.118.B -> origin/stabilize-4537.118.B
[0:12:35] = [up to date] stabilize-4537.147.B -> origin/stabilize-4537.147.B
[0:12:35] = [up to date] stabilize-4636.B -> origin/stabilize-4636.B
[0:12:35] = [up to date] stabilize-4701.B -> origin/stabilize-4701.B
[0:12:35] = [up to date] stabilize-4731.31.B -> origin/stabilize-4731.31.B
[0:12:35] = [up to date] stabilize-4731.62.B -> origin/stabilize-4731.62.B
[0:12:35] = [up to date] stabilize-4731.85.B -> origin/stabilize-4731.85.B
[0:12:35] = [up to date] stabilize-4825.B -> origin/stabilize-4825.B
[0:12:35] = [up to date] stabilize-4856.B -> origin/stabilize-4856.B
[0:12:35] = [up to date] stabilize-4886.B -> origin/stabilize-4886.B
[0:12:35] = [up to date] stabilize-4920.6.B -> origin/stabilize-4920.6.B
[0:12:35] = [up to date] stabilize-4982.B -> origin/stabilize-4982.B
[0:12:35] = [up to date] stabilize-5062.B -> origin/stabilize-5062.B
[0:12:35] = [up to date] stabilize-5085.B -> origin/stabilize-5085.B
[0:12:35] = [up to date] stabilize-5116.113.B -> origin/stabilize-5116.113.B
[0:12:35] = [up to date] stabilize-5116.115.B -> origin/stabilize-5116.115.B
[0:12:35] = [up to date] stabilize-5116.53.B -> origin/stabilize-5116.53.B
[0:12:35] = [up to date] stabilize-5116.88.B -> origin/stabilize-5116.88.B
[0:12:35] = [up to date] stabilize-5254.B -> origin/stabilize-5254.B
[0:12:35] = [up to date] stabilize-5339.B -> origin/stabilize-5339.B
[0:12:35] = [up to date] stabilize-5412.B -> origin/stabilize-5412.B
[0:12:35] = [up to date] stabilize-5414.B -> origin/stabilize-5414.B
[0:12:35] = [up to date] stabilize-5463.B -> origin/stabilize-5463.B
[0:12:35] = [up to date] stabilize-5500.100.B -> origin/stabilize-5500.100.B
[0:12:35] = [up to date] stabilize-5500.130.B -> origin/stabilize-5500.130.B
[0:12:35] = [up to date] stabilize-5500.26.B -> origin/stabilize-5500.26.B
[0:12:35] = [up to date] stabilize-5500.71.B -> origin/stabilize-5500.71.B
[0:12:35] = [up to date] stabilize-5511.B -> origin/stabilize-5511.B
[0:12:35] = [up to date] stabilize-5579.B -> origin/stabilize-5579.B
[0:12:35] = [up to date] stabilize-5656.B -> origin/stabilize-5656.B
[0:12:35] = [up to date] stabilize-5680.B -> origin/stabilize-5680.B
[0:12:35] = [up to date] stabilize-5696.B -> origin/stabilize-5696.B
[0:12:35] = [up to date] stabilize-5712.49.B -> origin/stabilize-5712.49.B
[0:12:35] = [up to date] stabilize-5712.61.B -> origin/stabilize-5712.61.B
[0:12:35] = [up to date] stabilize-5712.8.B -> origin/stabilize-5712.8.B
[0:12:35] = [up to date] stabilize-5712.89.B -> origin/stabilize-5712.89.B
[0:12:35] = [up to date] stabilize-5784.0.B -> origin/stabilize-5784.0.B
[0:12:35] = [up to date] stabilize-5791.0.B -> origin/stabilize-5791.0.B
[0:12:35] = [up to date] stabilize-5807.0.B -> origin/stabilize-5807.0.B
[0:12:35] = [up to date] stabilize-5828.0.B -> origin/stabilize-5828.0.B
[0:12:35] = [up to date] stabilize-5841.76.B -> origin/stabilize-5841.76.B
[0:12:35] = [up to date] stabilize-5841.83.B -> origin/stabilize-5841.83.B
[0:12:35] = [up to date] stabilize-5875.B -> origin/stabilize-5875.B
[0:12:35] = [up to date] stabilize-5899.B -> origin/stabilize-5899.B
[0:12:35] = [up to date] stabilize-5942.B -> origin/stabilize-5942.B
[0:12:35] = [up to date] stabilize-5943.B -> origin/stabilize-5943.B
[0:12:35] = [up to date] stabilize-5944.B -> origin/stabilize-5944.B
[0:12:35] = [up to date] stabilize-6082.B -> origin/stabilize-6082.B
[0:12:35] = [up to date] stabilize-6092.B -> origin/stabilize-6092.B
[0:12:35] = [up to date] stabilize-6146.B -> origin/stabilize-6146.B
[0:12:35] = [up to date] stabilize-6297.B -> origin/stabilize-6297.B
[0:12:35] = [up to date] stabilize-6310.69.B -> origin/stabilize-6310.69.B
[0:12:35] = [up to date] stabilize-6412.B -> origin/stabilize-6412.B
[0:12:35] = [up to date] stabilize-6415.B -> origin/stabilize-6415.B
[0:12:35] = [up to date] stabilize-6436.B -> origin/stabilize-6436.B
[0:12:35] = [up to date] stabilize-6480.B -> origin/stabilize-6480.B
[0:12:35] = [up to date] stabilize-6592.B -> origin/stabilize-6592.B
[0:12:35] = [up to date] stabilize-6662.B -> origin/stabilize-6662.B
[0:12:35] = [up to date] stabilize-6670.B -> origin/stabilize-6670.B
[0:12:35] = [up to date] stabilize-6680.78.B -> origin/stabilize-6680.78.B
[0:12:35] = [up to date] stabilize-6680.79.B -> origin/stabilize-6680.79.B
[0:12:35] = [up to date] stabilize-6736.B -> origin/stabilize-6736.B
[0:12:35] = [up to date] stabilize-6752.B -> origin/stabilize-6752.B
[0:12:35] = [up to date] stabilize-6771.B -> origin/stabilize-6771.B
[0:12:35] = [up to date] stabilize-6783.B -> origin/stabilize-6783.B
[0:12:35] = [up to date] stabilize-6812.13.B -> origin/stabilize-6812.13.B
[0:12:35] = [up to date] stabilize-6812.14.B -> origin/stabilize-6812.14.B
[0:12:35] = [up to date] stabilize-6812.15.B -> origin/stabilize-6812.15.B
[0:12:35] = [up to date] stabilize-6812.29.B -> origin/stabilize-6812.29.B
[0:12:35] = [up to date] stabilize-6812.34.B -> origin/stabilize-6812.34.B
[0:12:35] = [up to date] stabilize-6812.41.B -> origin/stabilize-6812.41.B
[0:12:35] = [up to date] stabilize-6812.75.B -> origin/stabilize-6812.75.B
[0:12:35] = [up to date] stabilize-6812.83.B -> origin/stabilize-6812.83.B
[0:12:35] = [up to date] stabilize-6812.85.B -> origin/stabilize-6812.85.B
[0:12:35] = [up to date] stabilize-6835.B -> origin/stabilize-6835.B
[0:12:35] = [up to date] stabilize-6842.B -> origin/stabilize-6842.B
[0:12:35] = [up to date] stabilize-6909.B -> origin/stabilize-6909.B
[0:12:35] = [up to date] stabilize-6912.B -> origin/stabilize-6912.B
[0:12:35] = [up to date] stabilize-6915.B -> origin/stabilize-6915.B
[0:12:35] = [up to date] stabilize-6919.B -> origin/stabilize-6919.B
[0:12:35] = [up to date] stabilize-6937.B -> origin/stabilize-6937.B
[0:12:35] = [up to date] stabilize-6946.55.B -> origin/stabilize-6946.55.B
[0:12:35] = [up to date] stabilize-6996.B -> origin/stabilize-6996.B
[0:12:35] = [up to date] stabilize-7018.B -> origin/stabilize-7018.B
[0:12:35] = [up to date] stabilize-7019.B -> origin/stabilize-7019.B
[0:12:35] = [up to date] stabilize-7039.B -> origin/stabilize-7039.B
[0:12:35] = [up to date] stabilize-7059.B -> origin/stabilize-7059.B
[0:12:35] = [up to date] stabilize-7060.B -> origin/stabilize-7060.B
[0:12:35] = [up to date] stabilize-7077.111.B -> origin/stabilize-7077.111.B
[0:12:35] = [up to date] stabilize-7077.122.B -> origin/stabilize-7077.122.B
[0:12:35] = [up to date] stabilize-7077.123.B -> origin/stabilize-7077.123.B
[0:12:35] = [up to date] stabilize-7077.134.B -> origin/stabilize-7077.134.B
[0:12:35] = [up to date] stabilize-7131.B -> origin/stabilize-7131.B
[0:12:35] = [up to date] stabilize-7134.B -> origin/stabilize-7134.B
[0:12:35] = [up to date] stabilize-7155.B -> origin/stabilize-7155.B
[0:12:35] = [up to date] stabilize-7173.B -> origin/stabilize-7173.B
[0:12:35] = [up to date] stabilize-7199.B -> origin/stabilize-7199.B
[0:12:35] = [up to date] stabilize-7202.B -> origin/stabilize-7202.B
[0:12:35] = [up to date] stabilize-7204.B -> origin/stabilize-7204.B
[0:12:35] = [up to date] stabilize-7356.B -> origin/stabilize-7356.B
[0:12:35] = [up to date] stabilize-7374.B -> origin/stabilize-7374.B
[0:12:35] = [up to date] stabilize-7390.59.B -> origin/stabilize-7390.59.B
[0:12:35] = [up to date] stabilize-7390.68.B -> origin/stabilize-7390.68.B
[0:12:35] = [up to date] stabilize-7442.B -> origin/stabilize-7442.B
[0:12:35] = [up to date] stabilize-7520.49.B -> origin/stabilize-7520.49.B
[0:12:35] = [up to date] stabilize-7520.63.B -> origin/stabilize-7520.63.B
[0:12:35] = [up to date] stabilize-7520.67.B -> origin/stabilize-7520.67.B
[0:12:35] = [up to date] stabilize-7628.B -> origin/stabilize-7628.B
[0:12:35] = [up to date] stabilize-7647.32.B -> origin/stabilize-7647.32.B
[0:12:35] = [up to date] stabilize-7647.72.B -> origin/stabilize-7647.72.B
[0:12:35] = [up to date] stabilize-7647.74.B -> origin/stabilize-7647.74.B
[0:12:35] = [up to date] stabilize-7729.B -> origin/stabilize-7729.B
[0:12:35] = [up to date] stabilize-7797.B -> origin/stabilize-7797.B
[0:12:35] = [up to date] stabilize-7821.B -> origin/stabilize-7821.B
[0:12:35] = [up to date] stabilize-7834.66.B -> origin/stabilize-7834.66.B
[0:12:35] = [up to date] stabilize-7907.B -> origin/stabilize-7907.B
[0:12:35] = [up to date] stabilize-7912.B -> origin/stabilize-7912.B
[0:12:35] = [up to date] stabilize-7956.B -> origin/stabilize-7956.B
[0:12:35] = [up to date] stabilize-7978.18.B -> origin/stabilize-7978.18.B
[0:12:35] = [up to date] stabilize-7978.B -> origin/stabilize-7978.B
[0:12:35] = [up to date] stabilize-8104.B -> origin/stabilize-8104.B
[0:12:35] = [up to date] stabilize-R33-4982.B -> origin/stabilize-R33-4982.B
[0:12:35] = [up to date] stabilize-bluetooth-smart -> origin/stabilize-bluetooth-smart
[0:12:35] = [up to date] stabilize-daisy -> origin/stabilize-daisy
[0:12:35] = [up to date] stabilize-daisy-4319.96.B -> origin/stabilize-daisy-4319.96.B
[0:12:35] = [up to date] stabilize-falco-4537.91.B -> origin/stabilize-falco-4537.91.B
[0:12:35] = [up to date] stabilize-gnawty-5841.84.B -> origin/stabilize-gnawty-5841.84.B
[0:12:35] = [up to date] stabilize-jetstream-7390.54.B -> origin/stabilize-jetstream-7390.54.B
[0:12:35] = [up to date] stabilize-jetstream-7390.62.B -> origin/stabilize-jetstream-7390.62.B
[0:12:35] = [up to date] stabilize-js-6812.21.B -> origin/stabilize-js-6812.21.B
[0:12:35] = [up to date] stabilize-js-6812.25.B -> origin/stabilize-js-6812.25.B
[0:12:35] = [up to date] stabilize-js-6812.26.B -> origin/stabilize-js-6812.26.B
[0:12:35] = [up to date] stabilize-link -> origin/stabilize-link
[0:12:35] = [up to date] stabilize-link-2913.278 -> origin/stabilize-link-2913.278
[0:12:35] = [up to date] stabilize-smaug-7547.B -> origin/stabilize-smaug-7547.B
[0:12:35] = [up to date] stabilize-smaug-7566.B -> origin/stabilize-smaug-7566.B
[0:12:35] = [up to date] stabilize-smaug-7731.B -> origin/stabilize-smaug-7731.B
[0:12:35] = [up to date] stabilize-smaug-7800.B -> origin/stabilize-smaug-7800.B
[0:12:35] = [up to date] stabilize-smaug-7897.B -> origin/stabilize-smaug-7897.B
[0:12:35] = [up to date] stabilize-spring-4100.53.B -> origin/stabilize-spring-4100.53.B
[0:12:35] = [up to date] stabilize-springlte-5116.46.B -> origin/stabilize-springlte-5116.46.B
[0:12:35] = [up to date] stabilize-storm-6683.B -> origin/stabilize-storm-6683.B
[0:12:35] = [up to date] stabilize-swanky-5841.55.B -> origin/stabilize-swanky-5841.55.B
[0:12:35] = [up to date] stabilize-zako-5712.88.B -> origin/stabilize-zako-5712.88.B
[0:12:35] = [up to date] stabilize.5978.51.B -> origin/stabilize.5978.51.B
[0:12:35] = [up to date] stabilize.5978.98.B -> origin/stabilize.5978.98.B
[0:12:35] = [up to date] stabilize.59781.98.B -> origin/stabilize.59781.98.B
[0:12:35] = [up to date] stabilize2 -> origin/stabilize2
[0:12:35] = [up to date] stabilze-7441.B -> origin/stabilze-7441.B
[0:12:35] = [up to date] test-4980.B -> origin/test-4980.B
[0:12:35] = [up to date] test-5394.B -> origin/test-5394.B
[0:12:35] = [up to date] test-5619.B -> origin/test-5619.B
[0:12:35] = [up to date] test-982.B -> origin/test-982.B
[0:12:35] = [up to date] toolchain-3428.65.B -> origin/toolchain-3428.65.B
[0:12:35] = [up to date] toolchain-3701.42.B -> origin/toolchain-3701.42.B
[0:12:35] = [up to date] toolchainA -> origin/toolchainA
[0:12:35] = [up to date] toolchainB -> origin/toolchainB
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/cros_system_api'
[0:12:36] HEAD is now at d9ecb3b Switch to standard integer types in cryptohome.h.
[0:12:36] Up-to-date; skipping checkout.
Checked out revision d9ecb3bd87504815d4c58a6a8b9031deb2498d19
[0:12:37] Finished.
----------------------------------------
src/third_party/custom_tabs_client/src (Elapsed: 0:00:09)
----------------------------------------
[0:12:30] Started.
_____ src/third_party/custom_tabs_client/src at 592e63122055d37e58cd37bd89a973eed98340ef
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/custom_tabs_client/src'
[0:12:31] POST git-upload-pack (959 bytes)
[0:12:35] From https://chromium.googlesource.com/external/github.com/GoogleChrome/custom-tabs-client
[0:12:35] = [up to date] infra/config -> origin/infra/config
[0:12:35] 28c93ed..960ff23 master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/custom_tabs_client/src'
[0:12:37] HEAD is now at 592e631 Fix dependency errors in Android Studio
[0:12:38] Up-to-date; skipping checkout.
Checked out revision 592e63122055d37e58cd37bd89a973eed98340ef
[0:12:39] Finished.
----------------------------------------
src/third_party/dom_distiller_js/dist (Elapsed: 0:00:04)
----------------------------------------
[0:12:39] Started.
_____ src/third_party/dom_distiller_js/dist at e21fe06cb71327ec62431f823e783d7b02f97b26
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/dom_distiller_js/dist'
[0:12:40] From https://chromium.googlesource.com/external/github.com/chromium/dom-distiller-dist
[0:12:40] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/dom_distiller_js/dist'
[0:12:41] HEAD is now at e21fe06 Package for 349b932fc2
[0:12:43] Up-to-date; skipping checkout.
Checked out revision e21fe06cb71327ec62431f823e783d7b02f97b26
[0:12:43] Finished.
----------------------------------------
src/native_client (Elapsed: 0:00:59)
----------------------------------------
[0:11:46] Started.
_____ src/native_client at 26c7e6ae1327a43c948f4666fef9e84fe351ab7c
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/native_client'
[0:11:48] From https://chromium.googlesource.com/native_client/src/native_client
[0:11:48] = [up to date] bradnelson/pnacl-in-pnacl -> origin/bradnelson/pnacl-in-pnacl
[0:11:48] = [up to date] branch_heads/2311 -> origin/branch_heads/2311
[0:11:48] = [up to date] chromium/2661 -> origin/chromium/2661
[0:11:48] = [up to date] infra/config -> origin/infra/config
[0:11:48] = [up to date] master -> origin/master
[0:11:48] = [up to date] refs/branch-heads/1025 -> branch-heads/1025
[0:11:48] = [up to date] refs/branch-heads/1271 -> branch-heads/1271
[0:11:48] = [up to date] refs/branch-heads/1271_60 -> branch-heads/1271_60
[0:11:48] = [up to date] refs/branch-heads/1312 -> branch-heads/1312
[0:11:48] = [up to date] refs/branch-heads/1364 -> branch-heads/1364
[0:11:48] = [up to date] refs/branch-heads/1750 -> branch-heads/1750
[0:11:48] = [up to date] refs/branch-heads/1985 -> branch-heads/1985
[0:11:48] = [up to date] refs/branch-heads/2009-08-14 -> branch-heads/2009-08-14
[0:11:48] = [up to date] refs/branch-heads/2009-08-14a -> branch-heads/2009-08-14a
[0:11:48] = [up to date] refs/branch-heads/2009-09-22 -> branch-heads/2009-09-22
[0:11:48] = [up to date] refs/branch-heads/2062 -> branch-heads/2062
[0:11:48] = [up to date] refs/branch-heads/2125 -> branch-heads/2125
[0:11:48] = [up to date] refs/branch-heads/2171 -> branch-heads/2171
[0:11:48] = [up to date] refs/branch-heads/2661 -> branch-heads/2661
[0:11:48] = [up to date] refs/branch-heads/648 -> branch-heads/648
[0:11:48] = [up to date] refs/branch-heads/742 -> branch-heads/742
[0:11:48] = [up to date] refs/branch-heads/782_2009_09_25 -> branch-heads/782_2009_09_25
[0:11:48] = [up to date] refs/branch-heads/835 -> branch-heads/835
[0:11:48] = [up to date] refs/branch-heads/912 -> branch-heads/912
[0:11:48] = [up to date] refs/branch-heads/963 -> branch-heads/963
[0:11:48] = [up to date] refs/branch-heads/9768 -> branch-heads/9768
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/native_client'
[0:11:57] Checking out files: 4% (140/2830)
[0:11:58] Checking out files: 8% (235/2830)
[0:11:58] Checking out files: 10% (283/2830)
[0:11:59] Checking out files: 14% (397/2830)
[0:12:00] Checking out files: 17% (482/2830)
[0:12:01] Checking out files: 21% (595/2830)
[0:12:03] Checking out files: 24% (705/2830)
[0:12:04] Checking out files: 28% (793/2830)
[0:12:05] Checking out files: 31% (878/2830)
[0:12:06] Checking out files: 34% (963/2830)
[0:12:08] Checking out files: 37% (1074/2830)
[0:12:09] Checking out files: 40% (1132/2830)
[0:12:10] Checking out files: 43% (1217/2830)
[0:12:11] Checking out files: 46% (1302/2830)
[0:12:13] Checking out files: 48% (1383/2830)
[0:12:14] Checking out files: 52% (1472/2830)
[0:12:15] Checking out files: 55% (1557/2830)
[0:12:16] Checking out files: 58% (1642/2830)
[0:12:17] Checking out files: 62% (1755/2830)
[0:12:18] Checking out files: 66% (1868/2830)
[0:12:19] Checking out files: 70% (1981/2830)
[0:12:20] Checking out files: 75% (2123/2830)
[0:12:21] Checking out files: 80% (2264/2830)
[0:12:22] Checking out files: 84% (2378/2830)
[0:12:24] Checking out files: 88% (2491/2830)
[0:12:25] Checking out files: 92% (2604/2830)
[0:12:26] Checking out files: 96% (2717/2830)
[0:12:27] Checking out files: 99% (2813/2830)
[0:12:27] Checking out files: 100% (2830/2830)
[0:12:27] HEAD is now at 26c7e6a [MIPS] Make validator allow only two load patterns via $t8
[0:12:35] Up-to-date; skipping checkout.
Checked out revision 26c7e6ae1327a43c948f4666fef9e84fe351ab7c
[0:12:45] Finished.
----------------------------------------
src/third_party/errorprone/lib (Elapsed: 0:00:05)
----------------------------------------
[0:12:45] Started.
_____ src/third_party/errorprone/lib at 0eea83b66343133b9c76b7d3288c30321818ebcf
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/errorprone/lib'
[0:12:47] From https://chromium.googlesource.com/chromium/third_party/errorprone
[0:12:47] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/errorprone/lib'
[0:12:49] HEAD is now at 0eea83b Update the README.chromium with info about 2.0.5.
[0:12:50] Up-to-date; skipping checkout.
Checked out revision 0eea83b66343133b9c76b7d3288c30321818ebcf
[0:12:50] Finished.
----------------------------------------
src/third_party/boringssl/src (Elapsed: 0:01:01)
----------------------------------------
[0:11:55] Started.
_____ src/third_party/boringssl/src at 907ae62b9d81121cb86b604f83e6b811a43f7a87
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/boringssl/src'
[0:12:31] POST git-upload-pack (714 bytes)
[0:12:34] From https://boringssl.googlesource.com/boringssl
[0:12:34] = [up to date] 2214 -> origin/2214
[0:12:34] = [up to date] 2272 -> origin/2272
[0:12:34] = [up to date] 2311 -> origin/2311
[0:12:34] = [up to date] 2357 -> origin/2357
[0:12:34] = [up to date] 2490 -> origin/2490
[0:12:34] = [up to date] 2564 -> origin/2564
[0:12:34] = [up to date] 2623 -> origin/2623
[0:12:34] = [up to date] 2661 -> origin/2661
[0:12:34] + 907ae62...c880e42 chromium-stable -> origin/chromium-stable (forced update)
[0:12:34] aaccbfe..26993ad master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/boringssl/src'
[0:12:38] Checking out files: 8% (108/1294)
[0:12:38] Checking out files: 10% (130/1294)
[0:12:39] Checking out files: 16% (208/1294)
[0:12:40] Checking out files: 25% (324/1294)
[0:12:41] Checking out files: 33% (428/1294)
[0:12:43] Checking out files: 42% (544/1294)
[0:12:44] Checking out files: 52% (673/1294)
[0:12:45] Checking out files: 62% (803/1294)
[0:12:46] Checking out files: 72% (932/1294)
[0:12:47] Checking out files: 81% (1049/1294)
[0:12:48] Checking out files: 89% (1152/1294)
[0:12:49] Checking out files: 96% (1243/1294)
[0:12:49] Checking out files: 100% (1294/1294)
[0:12:50] HEAD is now at 907ae62 ASN1_get_object should not accept large universal tags.
[0:12:53] Up-to-date; skipping checkout.
Checked out revision 907ae62b9d81121cb86b604f83e6b811a43f7a87
[0:12:57] Finished.
----------------------------------------
src/third_party/elfutils/src (Elapsed: 0:00:19)
----------------------------------------
[0:12:43] Started.
_____ src/third_party/elfutils/src at 249673729a7e5dbd5de4f3760bdcaa3d23d154d7
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/elfutils/src'
[0:12:46] POST git-upload-pack (959 bytes)
[0:12:48] From https://chromium.googlesource.com/external/elfutils
[0:12:48] = [up to date] clang/elfutils-0.158 -> origin/clang/elfutils-0.158
[0:12:48] = [up to date] dwarf -> origin/dwarf
[0:12:48] = [up to date] fche/portable-complete-ro-src -> origin/fche/portable-complete-ro-src
[0:12:48] = [up to date] jankratochvil/NT_FILE -> origin/jankratochvil/NT_FILE
[0:12:48] = [up to date] jankratochvil/addralignzero -> origin/jankratochvil/addralignzero
[0:12:48] = [up to date] jankratochvil/cfaloop -> origin/jankratochvil/cfaloop
[0:12:48] = [up to date] jankratochvil/corepattern -> origin/jankratochvil/corepattern
[0:12:48] = [up to date] jankratochvil/corepatternorig -> origin/jankratochvil/corepatternorig
[0:12:48] = [up to date] jankratochvil/deleted -> origin/jankratochvil/deleted
[0:12:48] = [up to date] jankratochvil/deletedfix -> origin/jankratochvil/deletedfix
[0:12:48] = [up to date] jankratochvil/deletedmapfiles -> origin/jankratochvil/deletedmapfiles
[0:12:48] = [up to date] jankratochvil/deletedrevert -> origin/jankratochvil/deletedrevert
[0:12:48] = [up to date] jankratochvil/deletedtest -> origin/jankratochvil/deletedtest
[0:12:48] = [up to date] jankratochvil/devmem -> origin/jankratochvil/devmem
[0:12:48] = [up to date] jankratochvil/forunwind-baseaddr-hookvars-corereport -> origin/jankratochvil/forunwind-baseaddr-hookvars-corereport
[0:12:48] = [up to date] jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86 -> origin/jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86
[0:12:48] = [up to date] jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86-nonx86 -> origin/jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86-nonx86
[0:12:48] = [up to date] jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86-nonx86-fddebuginfo -> origin/jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86-nonx86-fddebuginfo
[0:12:48] = [up to date] jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86-nonx86-fddebuginfo-ports -> origin/jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86-nonx86-fddebuginfo-ports
[0:12:48] = [up to date] jankratochvil/gdbserver -> origin/jankratochvil/gdbserver
[0:12:48] = [up to date] jankratochvil/is_executable -> origin/jankratochvil/is_executable
[0:12:48] = [up to date] jankratochvil/is_executable-NT_FILE -> origin/jankratochvil/is_executable-NT_FILE
[0:12:48] = [up to date] jankratochvil/l_addr -> origin/jankratochvil/l_addr
[0:12:48] = [up to date] jankratochvil/ppc64bidir -> origin/jankratochvil/ppc64bidir
[0:12:48] = [up to date] jankratochvil/ppc64bidir-unwindppc -> origin/jankratochvil/ppc64bidir-unwindppc
[0:12:48] = [up to date] master -> origin/master
[0:12:49] 0cbb42e..e54140c mjw/RH-DTS -> origin/mjw/RH-DTS
[0:12:49] = [up to date] mjw/aarch64-unwind -> origin/mjw/aarch64-unwind
[0:12:49] = [up to date] mjw/addr2line -> origin/mjw/addr2line
[0:12:49] = [up to date] mjw/call_site -> origin/mjw/call_site
[0:12:49] = [up to date] mjw/check_self_referential_die -> origin/mjw/check_self_referential_die
[0:12:49] = [up to date] mjw/compress -> origin/mjw/compress
[0:12:49] = [up to date] mjw/compress2 -> origin/mjw/compress2
[0:12:49] = [up to date] mjw/compress3 -> origin/mjw/compress3
[0:12:49] = [up to date] mjw/compress4 -> origin/mjw/compress4
[0:12:49] = [up to date] mjw/dwarf_output -> origin/mjw/dwarf_output
[0:12:49] = [up to date] mjw/dwarfstrings -> origin/mjw/dwarfstrings
[0:12:49] = [up to date] mjw/dwelf -> origin/mjw/dwelf
[0:12:49] = [up to date] mjw/elfstrmerge -> origin/mjw/elfstrmerge
[0:12:49] = [up to date] mjw/leaks -> origin/mjw/leaks
[0:12:49] = [up to date] mjw/location-range -> origin/mjw/location-range
[0:12:49] = [up to date] mjw/pending -> origin/mjw/pending
[0:12:49] = [up to date] mpolacek/autotest -> origin/mpolacek/autotest
[0:12:49] = [up to date] pmachata/RH-DTS -> origin/pmachata/RH-DTS
[0:12:49] = [up to date] pmachata/aarch64-review -> origin/pmachata/aarch64-review
[0:12:49] = [up to date] pmachata/dwarf -> origin/pmachata/dwarf
[0:12:49] = [up to date] pmachata/dwarf-writer -> origin/pmachata/dwarf-writer
[0:12:49] = [up to date] pmachata/dwarf_output -> origin/pmachata/dwarf_output
[0:12:49] = [up to date] pmachata/dwarflint -> origin/pmachata/dwarflint
[0:12:49] = [up to date] pmachata/dwfl_core_file_report -> origin/pmachata/dwfl_core_file_report
[0:12:49] = [up to date] pmachata/iterators -> origin/pmachata/iterators
[0:12:49] = [up to date] pmachata/macro -> origin/pmachata/macro
[0:12:49] = [up to date] pmachata/range_list_iterator_formptr -> origin/pmachata/range_list_iterator_formptr
[0:12:49] = [up to date] pmachata/reader_hooks -> origin/pmachata/reader_hooks
[0:12:49] = [up to date] pmachata/sharing -> origin/pmachata/sharing
[0:12:49] = [up to date] pmachata/threads -> origin/pmachata/threads
[0:12:49] = [up to date] portable -> origin/portable
[0:12:49] = [up to date] relocate -> origin/relocate
[0:12:49] = [up to date] robustify -> origin/robustify
[0:12:49] = [up to date] roland/addrsym_tls -> origin/roland/addrsym_tls
[0:12:49] = [up to date] roland/arm_corenote -> origin/roland/arm_corenote
[0:12:49] = [up to date] roland/cfi -> origin/roland/cfi
[0:12:49] = [up to date] roland/dwarf-collector -> origin/roland/dwarf-collector
[0:12:49] = [up to date] roland/dwarf-hacking -> origin/roland/dwarf-hacking
[0:12:49] = [up to date] roland/dwarf-macinfo -> origin/roland/dwarf-macinfo
[0:12:49] = [up to date] roland/dwarf_edit -> origin/roland/dwarf_edit
[0:12:49] = [up to date] roland/dwarf_output-shape -> origin/roland/dwarf_output-shape
[0:12:49] = [up to date] roland/dwarf_output-tracker -> origin/roland/dwarf_output-tracker
[0:12:49] = [up to date] roland/elf_clone -> origin/roland/elf_clone
[0:12:49] = [up to date] roland/is_stmt -> origin/roland/is_stmt
[0:12:49] = [up to date] roland/notes -> origin/roland/notes
[0:12:49] = [up to date] roland/parisc -> origin/roland/parisc
[0:12:49] = [up to date] roland/parisc_corenote -> origin/roland/parisc_corenote
[0:12:49] = [up to date] roland/relocate-cfi-tmp -> origin/roland/relocate-cfi-tmp
[0:12:49] = [up to date] roland/tracker -> origin/roland/tracker
[0:12:49] = [up to date] roland/unstrip-buildid-relative -> origin/roland/unstrip-buildid-relative
[0:12:49] = [up to date] roland/unwind -> origin/roland/unwind
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/elfutils/src'
[0:12:52] Checking out files: 12% (121/1003)
[0:12:53] Checking out files: 25% (253/1003)
[0:12:54] Checking out files: 40% (402/1003)
[0:12:55] Checking out files: 56% (562/1003)
[0:12:56] Checking out files: 67% (673/1003)
[0:12:57] Checking out files: 78% (783/1003)
[0:12:58] Checking out files: 92% (923/1003)
[0:12:59] Checking out files: 100% (1003/1003)
[0:12:59] HEAD is now at 2496737 Fix clang compilation errors in libelf.
[0:13:01] Up-to-date; skipping checkout.
Checked out revision 249673729a7e5dbd5de4f3760bdcaa3d23d154d7
[0:13:03] Finished.
----------------------------------------
src/third_party/findbugs (Elapsed: 0:00:06)
----------------------------------------
[0:12:57] Started.
_____ src/third_party/findbugs at 57f05238d3ac77ea0a194813d3065dd780c6e566
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/findbugs'
[0:12:58] From https://chromium.googlesource.com/chromium/deps/findbugs
[0:12:58] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/findbugs'
[0:13:02] HEAD is now at 57f0523 Add gyp and gn targets for jFormatString.jar needed by errorprone.
[0:13:03] Up-to-date; skipping checkout.
Checked out revision 57f05238d3ac77ea0a194813d3065dd780c6e566
[0:13:04] Finished.
----------------------------------------
src/third_party/flac (Elapsed: 0:00:04)
----------------------------------------
[0:13:03] Started.
_____ src/third_party/flac at 2c4b86af352b23498315c016dc207e3fb2733fc0
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/flac'
[0:13:06] From https://chromium.googlesource.com/chromium/deps/flac
[0:13:06] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/flac'
[0:13:07] HEAD is now at 2c4b86a Move configs out of targets in GN build files.
[0:13:07] Up-to-date; skipping checkout.
Checked out revision 2c4b86af352b23498315c016dc207e3fb2733fc0
[0:13:08] Finished.
----------------------------------------
src/third_party/fontconfig/src (Elapsed: 0:00:08)
----------------------------------------
[0:13:04] Started.
_____ src/third_party/fontconfig/src at f16c3118e25546c1b749f9823c51827a60aeb5c1
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/fontconfig/src'
[0:13:05] From https://chromium.googlesource.com/external/fontconfig
[0:13:05] = [up to date] 2.3-branch -> origin/2.3-branch
[0:13:05] = [up to date] fc-2_2_branch -> origin/fc-2_2_branch
[0:13:05] = [up to date] fc-2_4-keithp -> origin/fc-2_4-keithp
[0:13:05] = [up to date] fc-2_4_branch -> origin/fc-2_4_branch
[0:13:05] = [up to date] fc_2-3 -> origin/fc_2-3
[0:13:05] = [up to date] master -> origin/master
[0:13:05] = [up to date] ultra-weight -> origin/ultra-weight
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/fontconfig/src'
[0:13:07] Checking out files: 33% (141/422)
[0:13:08] Checking out files: 70% (299/422)
[0:13:09] Checking out files: 100% (422/422)
[0:13:09] HEAD is now at f16c311 Bump version to 2.11.0
[0:13:11] Up-to-date; skipping checkout.
Checked out revision f16c3118e25546c1b749f9823c51827a60aeb5c1
[0:13:12] Finished.
----------------------------------------
src/third_party/freetype-android/src (Elapsed: 0:00:16)
----------------------------------------
[0:13:08] Started.
_____ src/third_party/freetype-android/src at a512b0fe7a8d9db0e5aa9c0a4db1e92cb861722d
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/freetype-android/src'
[0:13:09] POST git-upload-pack (959 bytes)
[0:13:11] From https://chromium.googlesource.com/chromium/src/third_party/freetype2
[0:13:11] = [up to date] BRANCH-2-1-5 -> origin/BRANCH-2-1-5
[0:13:11] = [up to date] CACHE -> origin/CACHE
[0:13:11] = [up to date] LAYOUT -> origin/LAYOUT
[0:13:11] = [up to date] RGB -> origin/RGB
[0:13:11] = [up to date] STABLE -> origin/STABLE
[0:13:11] = [up to date] STABLE-2-1-0 -> origin/STABLE-2-1-0
[0:13:11] = [up to date] VER-2-0-4-PATCH -> origin/VER-2-0-4-PATCH
[0:13:11] = [up to date] VER-2-1-0 -> origin/VER-2-1-0
[0:13:11] = [up to date] autohinter-properties -> origin/autohinter-properties
[0:13:11] = [up to date] chromium/ubuntu/precise -> origin/chromium/ubuntu/precise
[0:13:11] = [up to date] david-pic-changes -> origin/david-pic-changes
[0:13:11] = [up to date] dbgmem-more-limiters -> origin/dbgmem-more-limiters
[0:13:11] = [up to date] int-not32-changes -> origin/int-not32-changes
[0:13:11] 213f0ca..9224f05 master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/freetype-android/src'
[0:13:14] Checking out files: 13% (95/718)
[0:13:15] Checking out files: 28% (202/718)
[0:13:16] Checking out files: 40% (288/718)
[0:13:17] Checking out files: 55% (395/718)
[0:13:18] Checking out files: 72% (517/718)
[0:13:19] Checking out files: 87% (625/718)
[0:13:20] Checking out files: 100% (718/718)
[0:13:20] HEAD is now at a512b0f [bdf] Remove dead code (#46625).
[0:13:22] Up-to-date; skipping checkout.
Checked out revision a512b0fe7a8d9db0e5aa9c0a4db1e92cb861722d
[0:13:24] Finished.
----------------------------------------
src/third_party/deqp/src (Elapsed: 0:00:49)
----------------------------------------
[0:12:37] Started.
_____ src/third_party/deqp/src at cc0ded6c77267bbb14d21aac358fc5d9690c07f8
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/deqp/src'
[0:12:39] POST git-upload-pack (959 bytes)
[0:12:40] From https://android.googlesource.com/platform/external/deqp
[0:12:40] = [up to date] deqp-dev -> origin/deqp-dev
[0:12:40] = [up to date] gles32-dev -> origin/gles32-dev
[0:12:40] = [up to date] lollipop-cts-dev -> origin/lollipop-cts-dev
[0:12:40] = [up to date] lollipop-cts-release -> origin/lollipop-cts-release
[0:12:40] = [up to date] lollipop-dev -> origin/lollipop-dev
[0:12:40] = [up to date] lollipop-mr1-cts-dev -> origin/lollipop-mr1-cts-dev
[0:12:40] = [up to date] lollipop-mr1-cts-release -> origin/lollipop-mr1-cts-release
[0:12:40] = [up to date] lollipop-mr1-dev -> origin/lollipop-mr1-dev
[0:12:40] = [up to date] lollipop-mr1-fi-release -> origin/lollipop-mr1-fi-release
[0:12:40] = [up to date] lollipop-mr1-release -> origin/lollipop-mr1-release
[0:12:40] = [up to date] lollipop-mr1-wfc-release -> origin/lollipop-mr1-wfc-release
[0:12:40] = [up to date] lollipop-release -> origin/lollipop-release
[0:12:40] = [up to date] lollipop-wear-release -> origin/lollipop-wear-release
[0:12:40] = [up to date] marshmallow-cts-dev -> origin/marshmallow-cts-dev
[0:12:41] 0678398..be0cde5 marshmallow-cts-release -> origin/marshmallow-cts-release
[0:12:41] = [up to date] marshmallow-dev -> origin/marshmallow-dev
[0:12:41] = [up to date] marshmallow-dr-dev -> origin/marshmallow-dr-dev
[0:12:41] = [up to date] marshmallow-dr-dragon-release -> origin/marshmallow-dr-dragon-release
[0:12:41] = [up to date] marshmallow-dr-release -> origin/marshmallow-dr-release
[0:12:41] = [up to date] marshmallow-dr1.5-dev -> origin/marshmallow-dr1.5-dev
[0:12:41] = [up to date] marshmallow-dr1.5-release -> origin/marshmallow-dr1.5-release
[0:12:41] = [up to date] marshmallow-mr1-dev -> origin/marshmallow-mr1-dev
[0:12:41] = [up to date] marshmallow-mr1-release -> origin/marshmallow-mr1-release
[0:12:41] = [up to date] marshmallow-mr2-release -> origin/marshmallow-mr2-release
[0:12:41] = [up to date] marshmallow-release -> origin/marshmallow-release
[0:12:41] = [up to date] master -> origin/master
[0:12:41] = [up to date] master-soong -> origin/master-soong
[0:12:41] * [new tag] android-n-preview-2 -> android-n-preview-2
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/deqp/src'
[0:12:48] Checking out files: 0% (19/2126)
[0:12:49] Checking out files: 1% (35/2126)
[0:12:51] Checking out files: 3% (73/2126)
[0:12:52] Checking out files: 5% (107/2126)
[0:12:53] Checking out files: 8% (171/2126)
[0:12:53] Checking out files: 10% (213/2126)
[0:12:54] Checking out files: 14% (307/2126)
[0:12:56] Checking out files: 18% (383/2126)
[0:12:57] Checking out files: 22% (468/2126)
[0:12:58] Checking out files: 28% (596/2126)
[0:12:59] Checking out files: 33% (702/2126)
[0:13:00] Checking out files: 38% (808/2126)
[0:13:01] Checking out files: 43% (915/2126)
[0:13:02] Checking out files: 48% (1021/2126)
[0:13:03] Checking out files: 53% (1127/2126)
[0:13:04] Checking out files: 59% (1255/2126)
[0:13:05] Checking out files: 63% (1358/2126)
[0:13:07] Checking out files: 69% (1467/2126)
[0:13:08] Checking out files: 74% (1574/2126)
[0:13:09] Checking out files: 79% (1680/2126)
[0:13:10] Checking out files: 84% (1786/2126)
[0:13:11] Checking out files: 89% (1893/2126)
[0:13:12] Checking out files: 94% (1999/2126)
[0:13:13] Checking out files: 100% (2126/2126)
[0:13:13] HEAD is now at cc0ded6 Merge in latest changes
[0:13:20] Up-to-date; skipping checkout.
Checked out revision cc0ded6c77267bbb14d21aac358fc5d9690c07f8
[0:13:26] Finished.
----------------------------------------
src/third_party/freetype2/src (Elapsed: 0:00:17)
----------------------------------------
[0:13:12] Started.
_____ src/third_party/freetype2/src at fc1532a7c4c592f24a4c1a0261d2845524ca5cff
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/freetype2/src'
[0:13:14] POST git-upload-pack (959 bytes)
[0:13:16] From https://chromium.googlesource.com/chromium/src/third_party/freetype2
[0:13:16] = [up to date] BRANCH-2-1-5 -> origin/BRANCH-2-1-5
[0:13:16] = [up to date] CACHE -> origin/CACHE
[0:13:16] = [up to date] LAYOUT -> origin/LAYOUT
[0:13:16] = [up to date] RGB -> origin/RGB
[0:13:16] = [up to date] STABLE -> origin/STABLE
[0:13:16] = [up to date] STABLE-2-1-0 -> origin/STABLE-2-1-0
[0:13:16] = [up to date] VER-2-0-4-PATCH -> origin/VER-2-0-4-PATCH
[0:13:16] = [up to date] VER-2-1-0 -> origin/VER-2-1-0
[0:13:16] = [up to date] autohinter-properties -> origin/autohinter-properties
[0:13:16] = [up to date] chromium/ubuntu/precise -> origin/chromium/ubuntu/precise
[0:13:16] = [up to date] david-pic-changes -> origin/david-pic-changes
[0:13:16] = [up to date] dbgmem-more-limiters -> origin/dbgmem-more-limiters
[0:13:16] = [up to date] int-not32-changes -> origin/int-not32-changes
[0:13:16] 213f0ca..9224f05 master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/freetype2/src'
[0:13:19] Checking out files: 13% (86/657)
[0:13:20] Checking out files: 26% (171/657)
[0:13:21] Checking out files: 40% (263/657)
[0:13:22] Checking out files: 55% (362/657)
[0:13:23] Checking out files: 71% (467/657)
[0:13:24] Checking out files: 87% (572/657)
[0:13:25] Checking out files: 100% (657/657)
[0:13:25] HEAD is now at fc1532a Fix Savannah bug #41309.
[0:13:27] Up-to-date; skipping checkout.
Checked out revision fc1532a7c4c592f24a4c1a0261d2845524ca5cff
[0:13:30] Finished.
----------------------------------------
src/third_party/hunspell_dictionaries (Elapsed: 0:00:21)
----------------------------------------
[0:13:30] Started.
_____ src/third_party/hunspell_dictionaries at c106afdcec5d3de2622e19f1b3294c47bbd8bd72
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/hunspell_dictionaries'
[0:13:31] From https://chromium.googlesource.com/chromium/deps/hunspell_dictionaries
[0:13:31] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/hunspell_dictionaries'
[0:13:33] Checking out files: 26% (56/214)
[0:13:34] Checking out files: 32% (69/214)
[0:13:36] Checking out files: 35% (75/214)
[0:13:37] Checking out files: 41% (88/214)
[0:13:38] Checking out files: 51% (110/214)
[0:13:39] Checking out files: 58% (125/214)
[0:13:40] Checking out files: 64% (137/214)
[0:13:41] Checking out files: 68% (146/214)
[0:13:43] Checking out files: 71% (154/214)
[0:13:44] Checking out files: 75% (161/214)
[0:13:45] Checking out files: 82% (176/214)
[0:13:46] Checking out files: 88% (189/214)
[0:13:47] Checking out files: 93% (200/214)
[0:13:48] Checking out files: 95% (204/214)
[0:13:49] Checking out files: 99% (212/214)
[0:13:49] Checking out files: 100% (214/214)
[0:13:50] HEAD is now at c106afd Add in script to update SCOWL dictionaries
[0:13:51] Up-to-date; skipping checkout.
Checked out revision c106afdcec5d3de2622e19f1b3294c47bbd8bd72
[0:13:51] Finished.
----------------------------------------
src/third_party/httpcomponents-client (Elapsed: 0:00:31)
----------------------------------------
[0:13:24] Started.
_____ src/third_party/httpcomponents-client at 285c4dafc5de0e853fa845dce5773e223219601c
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/httpcomponents-client'
[0:13:26] From https://chromium.googlesource.com/chromium/deps/httpcomponents-client
[0:13:26] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/httpcomponents-client'
[0:13:31] Checking out files: 7% (60/836)
[0:13:32] Checking out files: 10% (84/836)
[0:13:33] Checking out files: 17% (143/836)
[0:13:34] Checking out files: 24% (201/836)
[0:13:35] Checking out files: 31% (260/836)
[0:13:36] Checking out files: 39% (327/836)
[0:13:37] Checking out files: 46% (385/836)
[0:13:38] Checking out files: 53% (444/836)
[0:13:39] Checking out files: 60% (502/836)
[0:13:40] Checking out files: 67% (561/836)
[0:13:41] Checking out files: 73% (611/836)
[0:13:42] Checking out files: 79% (667/836)
[0:13:43] Checking out files: 86% (722/836)
[0:13:44] Checking out files: 93% (778/836)
[0:13:45] Checking out files: 100% (836/836)
[0:13:45] HEAD is now at 285c4da Add Apache libraries for multipart in Java
[0:13:51] Up-to-date; skipping checkout.
Checked out revision 285c4dafc5de0e853fa845dce5773e223219601c
[0:13:56] Finished.
----------------------------------------
src/third_party/httpcomponents-core (Elapsed: 0:00:30)
----------------------------------------
[0:13:26] Started.
_____ src/third_party/httpcomponents-core at 9f7180a96f8fa5cab23f793c14b413356d419e62
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/httpcomponents-core'
[0:13:28] From https://chromium.googlesource.com/chromium/deps/httpcomponents-core
[0:13:28] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/httpcomponents-core'
[0:13:33] Checking out files: 7% (69/868)
[0:13:33] Checking out files: 10% (87/868)
[0:13:34] Checking out files: 17% (148/868)
[0:13:35] Checking out files: 24% (209/868)
[0:13:36] Checking out files: 30% (261/868)
[0:13:38] Checking out files: 36% (313/868)
[0:13:39] Checking out files: 43% (374/868)
[0:13:40] Checking out files: 50% (434/868)
[0:13:41] Checking out files: 58% (504/868)
[0:13:42] Checking out files: 65% (565/868)
[0:13:43] Checking out files: 71% (624/868)
[0:13:44] Checking out files: 78% (678/868)
[0:13:45] Checking out files: 85% (738/868)
[0:13:46] Checking out files: 92% (799/868)
[0:13:47] Checking out files: 99% (860/868)
[0:13:48] Checking out files: 100% (868/868)
[0:13:48] HEAD is now at 9f7180a Add Apache libraries for multipart in Java
[0:13:52] Up-to-date; skipping checkout.
Checked out revision 9f7180a96f8fa5cab23f793c14b413356d419e62
[0:13:57] Finished.
----------------------------------------
src/third_party/angle (Elapsed: 0:02:09)
----------------------------------------
[0:11:50] Started.
_____ src/third_party/angle at 4e9536d0f612dab15dd6722975155b78b92ca0ae
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/angle'
[0:13:17] POST git-upload-pack (gzip 1109 to 584 bytes)
[0:13:34] From https://chromium.googlesource.com/angle/angle
[0:13:34] = [up to date] chrome_m27 -> origin/chrome_m27
[0:13:34] = [up to date] chrome_m29 -> origin/chrome_m29
[0:13:34] = [up to date] chrome_m32 -> origin/chrome_m32
[0:13:34] = [up to date] chrome_m34 -> origin/chrome_m34
[0:13:34] = [up to date] chrome_m35 -> origin/chrome_m35
[0:13:34] = [up to date] chrome_m36 -> origin/chrome_m36
[0:13:34] = [up to date] chromium/2013 -> origin/chromium/2013
[0:13:34] = [up to date] chromium/2014 -> origin/chromium/2014
[0:13:34] = [up to date] chromium/2015 -> origin/chromium/2015
[0:13:34] = [up to date] chromium/2016 -> origin/chromium/2016
[0:13:34] = [up to date] chromium/2017 -> origin/chromium/2017
[0:13:34] = [up to date] chromium/2018 -> origin/chromium/2018
[0:13:34] = [up to date] chromium/2019 -> origin/chromium/2019
[0:13:34] = [up to date] chromium/2020 -> origin/chromium/2020
[0:13:34] = [up to date] chromium/2021 -> origin/chromium/2021
[0:13:34] = [up to date] chromium/2022 -> origin/chromium/2022
[0:13:34] = [up to date] chromium/2023 -> origin/chromium/2023
[0:13:34] = [up to date] chromium/2024 -> origin/chromium/2024
[0:13:34] = [up to date] chromium/2025 -> origin/chromium/2025
[0:13:34] = [up to date] chromium/2026 -> origin/chromium/2026
[0:13:34] = [up to date] chromium/2027 -> origin/chromium/2027
[0:13:34] = [up to date] chromium/2028 -> origin/chromium/2028
[0:13:34] = [up to date] chromium/2029 -> origin/chromium/2029
[0:13:34] = [up to date] chromium/2030 -> origin/chromium/2030
[0:13:34] = [up to date] chromium/2031 -> origin/chromium/2031
[0:13:34] = [up to date] chromium/2032 -> origin/chromium/2032
[0:13:34] = [up to date] chromium/2033 -> origin/chromium/2033
[0:13:34] = [up to date] chromium/2034 -> origin/chromium/2034
[0:13:34] = [up to date] chromium/2035 -> origin/chromium/2035
[0:13:34] = [up to date] chromium/2036 -> origin/chromium/2036
[0:13:34] = [up to date] chromium/2037 -> origin/chromium/2037
[0:13:34] = [up to date] chromium/2038 -> origin/chromium/2038
[0:13:34] = [up to date] chromium/2039 -> origin/chromium/2039
[0:13:34] = [up to date] chromium/2040 -> origin/chromium/2040
[0:13:34] = [up to date] chromium/2041 -> origin/chromium/2041
[0:13:34] = [up to date] chromium/2042 -> origin/chromium/2042
[0:13:34] = [up to date] chromium/2043 -> origin/chromium/2043
[0:13:34] = [up to date] chromium/2044 -> origin/chromium/2044
[0:13:34] = [up to date] chromium/2045 -> origin/chromium/2045
[0:13:34] = [up to date] chromium/2046 -> origin/chromium/2046
[0:13:34] = [up to date] chromium/2047 -> origin/chromium/2047
[0:13:34] = [up to date] chromium/2048 -> origin/chromium/2048
[0:13:34] = [up to date] chromium/2049 -> origin/chromium/2049
[0:13:34] = [up to date] chromium/2050 -> origin/chromium/2050
[0:13:34] = [up to date] chromium/2051 -> origin/chromium/2051
[0:13:34] = [up to date] chromium/2052 -> origin/chromium/2052
[0:13:34] = [up to date] chromium/2053 -> origin/chromium/2053
[0:13:34] = [up to date] chromium/2054 -> origin/chromium/2054
[0:13:34] = [up to date] chromium/2055 -> origin/chromium/2055
[0:13:34] = [up to date] chromium/2056 -> origin/chromium/2056
[0:13:34] = [up to date] chromium/2057 -> origin/chromium/2057
[0:13:34] = [up to date] chromium/2058 -> origin/chromium/2058
[0:13:34] = [up to date] chromium/2059 -> origin/chromium/2059
[0:13:34] = [up to date] chromium/2060 -> origin/chromium/2060
[0:13:34] = [up to date] chromium/2061 -> origin/chromium/2061
[0:13:34] = [up to date] chromium/2062 -> origin/chromium/2062
[0:13:34] = [up to date] chromium/2063 -> origin/chromium/2063
[0:13:34] = [up to date] chromium/2064 -> origin/chromium/2064
[0:13:34] = [up to date] chromium/2065 -> origin/chromium/2065
[0:13:34] = [up to date] chromium/2066 -> origin/chromium/2066
[0:13:34] = [up to date] chromium/2067 -> origin/chromium/2067
[0:13:34] = [up to date] chromium/2068 -> origin/chromium/2068
[0:13:34] = [up to date] chromium/2069 -> origin/chromium/2069
[0:13:34] = [up to date] chromium/2070 -> origin/chromium/2070
[0:13:34] = [up to date] chromium/2071 -> origin/chromium/2071
[0:13:34] = [up to date] chromium/2072 -> origin/chromium/2072
[0:13:34] = [up to date] chromium/2073 -> origin/chromium/2073
[0:13:34] = [up to date] chromium/2074 -> origin/chromium/2074
[0:13:34] = [up to date] chromium/2075 -> origin/chromium/2075
[0:13:34] = [up to date] chromium/2076 -> origin/chromium/2076
[0:13:34] = [up to date] chromium/2077 -> origin/chromium/2077
[0:13:34] = [up to date] chromium/2078 -> origin/chromium/2078
[0:13:34] = [up to date] chromium/2079 -> origin/chromium/2079
[0:13:34] = [up to date] chromium/2080 -> origin/chromium/2080
[0:13:34] = [up to date] chromium/2081 -> origin/chromium/2081
[0:13:34] = [up to date] chromium/2082 -> origin/chromium/2082
[0:13:34] = [up to date] chromium/2083 -> origin/chromium/2083
[0:13:34] = [up to date] chromium/2084 -> origin/chromium/2084
[0:13:34] = [up to date] chromium/2085 -> origin/chromium/2085
[0:13:34] = [up to date] chromium/2086 -> origin/chromium/2086
[0:13:34] = [up to date] chromium/2087 -> origin/chromium/2087
[0:13:34] = [up to date] chromium/2088 -> origin/chromium/2088
[0:13:34] = [up to date] chromium/2089 -> origin/chromium/2089
[0:13:34] = [up to date] chromium/2090 -> origin/chromium/2090
[0:13:34] = [up to date] chromium/2091 -> origin/chromium/2091
[0:13:34] = [up to date] chromium/2092 -> origin/chromium/2092
[0:13:34] = [up to date] chromium/2093 -> origin/chromium/2093
[0:13:34] = [up to date] chromium/2094 -> origin/chromium/2094
[0:13:34] = [up to date] chromium/2095 -> origin/chromium/2095
[0:13:34] = [up to date] chromium/2096 -> origin/chromium/2096
[0:13:34] = [up to date] chromium/2097 -> origin/chromium/2097
[0:13:34] = [up to date] chromium/2098 -> origin/chromium/2098
[0:13:34] = [up to date] chromium/2099 -> origin/chromium/2099
[0:13:34] = [up to date] chromium/2100 -> origin/chromium/2100
[0:13:34] = [up to date] chromium/2101 -> origin/chromium/2101
[0:13:34] = [up to date] chromium/2102 -> origin/chromium/2102
[0:13:34] = [up to date] chromium/2103 -> origin/chromium/2103
[0:13:34] = [up to date] chromium/2104 -> origin/chromium/2104
[0:13:34] = [up to date] chromium/2105 -> origin/chromium/2105
[0:13:34] = [up to date] chromium/2106 -> origin/chromium/2106
[0:13:34] = [up to date] chromium/2107 -> origin/chromium/2107
[0:13:34] = [up to date] chromium/2108 -> origin/chromium/2108
[0:13:34] = [up to date] chromium/2109 -> origin/chromium/2109
[0:13:34] = [up to date] chromium/2110 -> origin/chromium/2110
[0:13:34] = [up to date] chromium/2111 -> origin/chromium/2111
[0:13:34] = [up to date] chromium/2112 -> origin/chromium/2112
[0:13:34] = [up to date] chromium/2113 -> origin/chromium/2113
[0:13:34] = [up to date] chromium/2114 -> origin/chromium/2114
[0:13:34] = [up to date] chromium/2115 -> origin/chromium/2115
[0:13:34] = [up to date] chromium/2116 -> origin/chromium/2116
[0:13:34] = [up to date] chromium/2117 -> origin/chromium/2117
[0:13:34] = [up to date] chromium/2118 -> origin/chromium/2118
[0:13:34] = [up to date] chromium/2119 -> origin/chromium/2119
[0:13:34] = [up to date] chromium/2120 -> origin/chromium/2120
[0:13:34] = [up to date] chromium/2121 -> origin/chromium/2121
[0:13:34] = [up to date] chromium/2122 -> origin/chromium/2122
[0:13:34] = [up to date] chromium/2123 -> origin/chromium/2123
[0:13:34] = [up to date] chromium/2124 -> origin/chromium/2124
[0:13:34] = [up to date] chromium/2125 -> origin/chromium/2125
[0:13:34] = [up to date] chromium/2126 -> origin/chromium/2126
[0:13:34] = [up to date] chromium/2127 -> origin/chromium/2127
[0:13:34] = [up to date] chromium/2128 -> origin/chromium/2128
[0:13:34] = [up to date] chromium/2129 -> origin/chromium/2129
[0:13:34] = [up to date] chromium/2130 -> origin/chromium/2130
[0:13:34] = [up to date] chromium/2131 -> origin/chromium/2131
[0:13:34] = [up to date] chromium/2132 -> origin/chromium/2132
[0:13:34] = [up to date] chromium/2133 -> origin/chromium/2133
[0:13:34] = [up to date] chromium/2135 -> origin/chromium/2135
[0:13:34] = [up to date] chromium/2136 -> origin/chromium/2136
[0:13:34] = [up to date] chromium/2137 -> origin/chromium/2137
[0:13:34] = [up to date] chromium/2138 -> origin/chromium/2138
[0:13:34] = [up to date] chromium/2139 -> origin/chromium/2139
[0:13:34] = [up to date] chromium/2140 -> origin/chromium/2140
[0:13:34] = [up to date] chromium/2141 -> origin/chromium/2141
[0:13:34] = [up to date] chromium/2142 -> origin/chromium/2142
[0:13:34] = [up to date] chromium/2143 -> origin/chromium/2143
[0:13:34] = [up to date] chromium/2144 -> origin/chromium/2144
[0:13:34] = [up to date] chromium/2145 -> origin/chromium/2145
[0:13:34] = [up to date] chromium/2146 -> origin/chromium/2146
[0:13:34] = [up to date] chromium/2147 -> origin/chromium/2147
[0:13:34] = [up to date] chromium/2148 -> origin/chromium/2148
[0:13:34] = [up to date] chromium/2149 -> origin/chromium/2149
[0:13:34] = [up to date] chromium/2150 -> origin/chromium/2150
[0:13:34] = [up to date] chromium/2151 -> origin/chromium/2151
[0:13:34] = [up to date] chromium/2152 -> origin/chromium/2152
[0:13:34] = [up to date] chromium/2154 -> origin/chromium/2154
[0:13:34] = [up to date] chromium/2155 -> origin/chromium/2155
[0:13:34] = [up to date] chromium/2156 -> origin/chromium/2156
[0:13:34] = [up to date] chromium/2157 -> origin/chromium/2157
[0:13:34] = [up to date] chromium/2158 -> origin/chromium/2158
[0:13:34] = [up to date] chromium/2159 -> origin/chromium/2159
[0:13:34] = [up to date] chromium/2160 -> origin/chromium/2160
[0:13:34] = [up to date] chromium/2161 -> origin/chromium/2161
[0:13:34] = [up to date] chromium/2162 -> origin/chromium/2162
[0:13:34] = [up to date] chromium/2163 -> origin/chromium/2163
[0:13:34] = [up to date] chromium/2164 -> origin/chromium/2164
[0:13:34] = [up to date] chromium/2165 -> origin/chromium/2165
[0:13:34] = [up to date] chromium/2166 -> origin/chromium/2166
[0:13:34] = [up to date] chromium/2167 -> origin/chromium/2167
[0:13:34] = [up to date] chromium/2168 -> origin/chromium/2168
[0:13:34] = [up to date] chromium/2169 -> origin/chromium/2169
[0:13:34] = [up to date] chromium/2170 -> origin/chromium/2170
[0:13:34] = [up to date] chromium/2171 -> origin/chromium/2171
[0:13:34] = [up to date] chromium/2172 -> origin/chromium/2172
[0:13:34] = [up to date] chromium/2173 -> origin/chromium/2173
[0:13:34] = [up to date] chromium/2174 -> origin/chromium/2174
[0:13:34] = [up to date] chromium/2175 -> origin/chromium/2175
[0:13:34] = [up to date] chromium/2176 -> origin/chromium/2176
[0:13:34] = [up to date] chromium/2177 -> origin/chromium/2177
[0:13:34] = [up to date] chromium/2178 -> origin/chromium/2178
[0:13:34] = [up to date] chromium/2179 -> origin/chromium/2179
[0:13:34] = [up to date] chromium/2180 -> origin/chromium/2180
[0:13:34] = [up to date] chromium/2181 -> origin/chromium/2181
[0:13:34] = [up to date] chromium/2182 -> origin/chromium/2182
[0:13:34] = [up to date] chromium/2183 -> origin/chromium/2183
[0:13:34] = [up to date] chromium/2184 -> origin/chromium/2184
[0:13:34] = [up to date] chromium/2185 -> origin/chromium/2185
[0:13:34] = [up to date] chromium/2186 -> origin/chromium/2186
[0:13:34] = [up to date] chromium/2187 -> origin/chromium/2187
[0:13:34] = [up to date] chromium/2188 -> origin/chromium/2188
[0:13:34] = [up to date] chromium/2189 -> origin/chromium/2189
[0:13:34] = [up to date] chromium/2190 -> origin/chromium/2190
[0:13:34] = [up to date] chromium/2191 -> origin/chromium/2191
[0:13:34] = [up to date] chromium/2192 -> origin/chromium/2192
[0:13:34] = [up to date] chromium/2193 -> origin/chromium/2193
[0:13:34] = [up to date] chromium/2194 -> origin/chromium/2194
[0:13:34] = [up to date] chromium/2195 -> origin/chromium/2195
[0:13:34] = [up to date] chromium/2196 -> origin/chromium/2196
[0:13:34] = [up to date] chromium/2197 -> origin/chromium/2197
[0:13:34] = [up to date] chromium/2198 -> origin/chromium/2198
[0:13:34] = [up to date] chromium/2199 -> origin/chromium/2199
[0:13:34] = [up to date] chromium/2200 -> origin/chromium/2200
[0:13:34] = [up to date] chromium/2201 -> origin/chromium/2201
[0:13:34] = [up to date] chromium/2202 -> origin/chromium/2202
[0:13:34] = [up to date] chromium/2214 -> origin/chromium/2214
[0:13:34] = [up to date] chromium/2237 -> origin/chromium/2237
[0:13:34] = [up to date] chromium/2238 -> origin/chromium/2238
[0:13:34] = [up to date] chromium/2239 -> origin/chromium/2239
[0:13:34] = [up to date] chromium/2240 -> origin/chromium/2240
[0:13:34] = [up to date] chromium/2241 -> origin/chromium/2241
[0:13:34] = [up to date] chromium/2242 -> origin/chromium/2242
[0:13:34] = [up to date] chromium/2243 -> origin/chromium/2243
[0:13:34] = [up to date] chromium/2244 -> origin/chromium/2244
[0:13:34] = [up to date] chromium/2245 -> origin/chromium/2245
[0:13:34] = [up to date] chromium/2246 -> origin/chromium/2246
[0:13:34] = [up to date] chromium/2247 -> origin/chromium/2247
[0:13:34] = [up to date] chromium/2248 -> origin/chromium/2248
[0:13:34] = [up to date] chromium/2249 -> origin/chromium/2249
[0:13:34] = [up to date] chromium/2250 -> origin/chromium/2250
[0:13:34] = [up to date] chromium/2251 -> origin/chromium/2251
[0:13:34] = [up to date] chromium/2252 -> origin/chromium/2252
[0:13:34] = [up to date] chromium/2253 -> origin/chromium/2253
[0:13:34] = [up to date] chromium/2254 -> origin/chromium/2254
[0:13:34] = [up to date] chromium/2255 -> origin/chromium/2255
[0:13:34] = [up to date] chromium/2256 -> origin/chromium/2256
[0:13:34] = [up to date] chromium/2257 -> origin/chromium/2257
[0:13:34] = [up to date] chromium/2258 -> origin/chromium/2258
[0:13:34] = [up to date] chromium/2259 -> origin/chromium/2259
[0:13:34] = [up to date] chromium/2260 -> origin/chromium/2260
[0:13:34] = [up to date] chromium/2261 -> origin/chromium/2261
[0:13:34] = [up to date] chromium/2262 -> origin/chromium/2262
[0:13:34] = [up to date] chromium/2263 -> origin/chromium/2263
[0:13:34] = [up to date] chromium/2264 -> origin/chromium/2264
[0:13:34] = [up to date] chromium/2265 -> origin/chromium/2265
[0:13:34] = [up to date] chromium/2266 -> origin/chromium/2266
[0:13:34] = [up to date] chromium/2267 -> origin/chromium/2267
[0:13:34] = [up to date] chromium/2268 -> origin/chromium/2268
[0:13:34] = [up to date] chromium/2269 -> origin/chromium/2269
[0:13:34] = [up to date] chromium/2270 -> origin/chromium/2270
[0:13:34] = [up to date] chromium/2271 -> origin/chromium/2271
[0:13:34] = [up to date] chromium/2272 -> origin/chromium/2272
[0:13:34] = [up to date] chromium/2273 -> origin/chromium/2273
[0:13:34] = [up to date] chromium/2274 -> origin/chromium/2274
[0:13:34] = [up to date] chromium/2275 -> origin/chromium/2275
[0:13:34] = [up to date] chromium/2276 -> origin/chromium/2276
[0:13:34] = [up to date] chromium/2277 -> origin/chromium/2277
[0:13:34] = [up to date] chromium/2278 -> origin/chromium/2278
[0:13:34] = [up to date] chromium/2279 -> origin/chromium/2279
[0:13:34] = [up to date] chromium/2280 -> origin/chromium/2280
[0:13:34] = [up to date] chromium/2281 -> origin/chromium/2281
[0:13:34] = [up to date] chromium/2282 -> origin/chromium/2282
[0:13:34] = [up to date] chromium/2283 -> origin/chromium/2283
[0:13:34] = [up to date] chromium/2284 -> origin/chromium/2284
[0:13:34] = [up to date] chromium/2285 -> origin/chromium/2285
[0:13:34] = [up to date] chromium/2286 -> origin/chromium/2286
[0:13:34] = [up to date] chromium/2287 -> origin/chromium/2287
[0:13:34] = [up to date] chromium/2288 -> origin/chromium/2288
[0:13:34] = [up to date] chromium/2289 -> origin/chromium/2289
[0:13:34] = [up to date] chromium/2290 -> origin/chromium/2290
[0:13:34] = [up to date] chromium/2291 -> origin/chromium/2291
[0:13:34] = [up to date] chromium/2292 -> origin/chromium/2292
[0:13:34] = [up to date] chromium/2293 -> origin/chromium/2293
[0:13:34] = [up to date] chromium/2294 -> origin/chromium/2294
[0:13:34] = [up to date] chromium/2295 -> origin/chromium/2295
[0:13:34] = [up to date] chromium/2296 -> origin/chromium/2296
[0:13:34] = [up to date] chromium/2297 -> origin/chromium/2297
[0:13:34] = [up to date] chromium/2298 -> origin/chromium/2298
[0:13:34] = [up to date] chromium/2299 -> origin/chromium/2299
[0:13:34] = [up to date] chromium/2300 -> origin/chromium/2300
[0:13:34] = [up to date] chromium/2301 -> origin/chromium/2301
[0:13:34] = [up to date] chromium/2302 -> origin/chromium/2302
[0:13:34] = [up to date] chromium/2303 -> origin/chromium/2303
[0:13:34] = [up to date] chromium/2304 -> origin/chromium/2304
[0:13:34] = [up to date] chromium/2305 -> origin/chromium/2305
[0:13:34] = [up to date] chromium/2306 -> origin/chromium/2306
[0:13:34] = [up to date] chromium/2307 -> origin/chromium/2307
[0:13:34] = [up to date] chromium/2308 -> origin/chromium/2308
[0:13:34] = [up to date] chromium/2309 -> origin/chromium/2309
[0:13:34] = [up to date] chromium/2310 -> origin/chromium/2310
[0:13:34] = [up to date] chromium/2311 -> origin/chromium/2311
[0:13:34] = [up to date] chromium/2312 -> origin/chromium/2312
[0:13:34] = [up to date] chromium/2313 -> origin/chromium/2313
[0:13:34] = [up to date] chromium/2314 -> origin/chromium/2314
[0:13:34] = [up to date] chromium/2315 -> origin/chromium/2315
[0:13:34] = [up to date] chromium/2316 -> origin/chromium/2316
[0:13:34] = [up to date] chromium/2317 -> origin/chromium/2317
[0:13:34] = [up to date] chromium/2318 -> origin/chromium/2318
[0:13:34] = [up to date] chromium/2319 -> origin/chromium/2319
[0:13:34] = [up to date] chromium/2320 -> origin/chromium/2320
[0:13:34] = [up to date] chromium/2321 -> origin/chromium/2321
[0:13:34] = [up to date] chromium/2322 -> origin/chromium/2322
[0:13:34] = [up to date] chromium/2323 -> origin/chromium/2323
[0:13:34] = [up to date] chromium/2324 -> origin/chromium/2324
[0:13:34] = [up to date] chromium/2325 -> origin/chromium/2325
[0:13:34] = [up to date] chromium/2326 -> origin/chromium/2326
[0:13:34] = [up to date] chromium/2327 -> origin/chromium/2327
[0:13:34] = [up to date] chromium/2328 -> origin/chromium/2328
[0:13:34] = [up to date] chromium/2329 -> origin/chromium/2329
[0:13:34] = [up to date] chromium/2330 -> origin/chromium/2330
[0:13:34] = [up to date] chromium/2331 -> origin/chromium/2331
[0:13:34] = [up to date] chromium/2332 -> origin/chromium/2332
[0:13:34] = [up to date] chromium/2333 -> origin/chromium/2333
[0:13:34] = [up to date] chromium/2334 -> origin/chromium/2334
[0:13:34] = [up to date] chromium/2335 -> origin/chromium/2335
[0:13:34] = [up to date] chromium/2336 -> origin/chromium/2336
[0:13:34] = [up to date] chromium/2337 -> origin/chromium/2337
[0:13:34] = [up to date] chromium/2338 -> origin/chromium/2338
[0:13:34] = [up to date] chromium/2339 -> origin/chromium/2339
[0:13:34] = [up to date] chromium/2340 -> origin/chromium/2340
[0:13:34] = [up to date] chromium/2341 -> origin/chromium/2341
[0:13:34] = [up to date] chromium/2342 -> origin/chromium/2342
[0:13:34] = [up to date] chromium/2343 -> origin/chromium/2343
[0:13:34] = [up to date] chromium/2344 -> origin/chromium/2344
[0:13:34] = [up to date] chromium/2345 -> origin/chromium/2345
[0:13:34] = [up to date] chromium/2346 -> origin/chromium/2346
[0:13:34] = [up to date] chromium/2347 -> origin/chromium/2347
[0:13:34] = [up to date] chromium/2348 -> origin/chromium/2348
[0:13:34] = [up to date] chromium/2349 -> origin/chromium/2349
[0:13:34] = [up to date] chromium/2350 -> origin/chromium/2350
[0:13:34] = [up to date] chromium/2351 -> origin/chromium/2351
[0:13:34] = [up to date] chromium/2352 -> origin/chromium/2352
[0:13:34] = [up to date] chromium/2353 -> origin/chromium/2353
[0:13:34] = [up to date] chromium/2354 -> origin/chromium/2354
[0:13:34] = [up to date] chromium/2355 -> origin/chromium/2355
[0:13:34] = [up to date] chromium/2356 -> origin/chromium/2356
[0:13:34] = [up to date] chromium/2357 -> origin/chromium/2357
[0:13:34] = [up to date] chromium/2358 -> origin/chromium/2358
[0:13:34] = [up to date] chromium/2359 -> origin/chromium/2359
[0:13:34] = [up to date] chromium/2360 -> origin/chromium/2360
[0:13:34] = [up to date] chromium/2361 -> origin/chromium/2361
[0:13:34] = [up to date] chromium/2362 -> origin/chromium/2362
[0:13:34] = [up to date] chromium/2363 -> origin/chromium/2363
[0:13:34] = [up to date] chromium/2364 -> origin/chromium/2364
[0:13:34] = [up to date] chromium/2365 -> origin/chromium/2365
[0:13:34] = [up to date] chromium/2366 -> origin/chromium/2366
[0:13:34] = [up to date] chromium/2367 -> origin/chromium/2367
[0:13:34] = [up to date] chromium/2368 -> origin/chromium/2368
[0:13:34] = [up to date] chromium/2369 -> origin/chromium/2369
[0:13:34] = [up to date] chromium/2370 -> origin/chromium/2370
[0:13:34] = [up to date] chromium/2371 -> origin/chromium/2371
[0:13:34] = [up to date] chromium/2372 -> origin/chromium/2372
[0:13:34] = [up to date] chromium/2373 -> origin/chromium/2373
[0:13:34] = [up to date] chromium/2374 -> origin/chromium/2374
[0:13:34] = [up to date] chromium/2375 -> origin/chromium/2375
[0:13:34] = [up to date] chromium/2376 -> origin/chromium/2376
[0:13:34] = [up to date] chromium/2377 -> origin/chromium/2377
[0:13:34] = [up to date] chromium/2378 -> origin/chromium/2378
[0:13:34] = [up to date] chromium/2379 -> origin/chromium/2379
[0:13:34] = [up to date] chromium/2380 -> origin/chromium/2380
[0:13:34] = [up to date] chromium/2381 -> origin/chromium/2381
[0:13:34] = [up to date] chromium/2382 -> origin/chromium/2382
[0:13:34] = [up to date] chromium/2383 -> origin/chromium/2383
[0:13:34] = [up to date] chromium/2384 -> origin/chromium/2384
[0:13:34] = [up to date] chromium/2385 -> origin/chromium/2385
[0:13:34] = [up to date] chromium/2386 -> origin/chromium/2386
[0:13:34] = [up to date] chromium/2387 -> origin/chromium/2387
[0:13:34] = [up to date] chromium/2388 -> origin/chromium/2388
[0:13:34] = [up to date] chromium/2389 -> origin/chromium/2389
[0:13:34] = [up to date] chromium/2390 -> origin/chromium/2390
[0:13:34] = [up to date] chromium/2391 -> origin/chromium/2391
[0:13:34] = [up to date] chromium/2392 -> origin/chromium/2392
[0:13:34] = [up to date] chromium/2393 -> origin/chromium/2393
[0:13:34] = [up to date] chromium/2394 -> origin/chromium/2394
[0:13:34] = [up to date] chromium/2395 -> origin/chromium/2395
[0:13:34] = [up to date] chromium/2396 -> origin/chromium/2396
[0:13:34] = [up to date] chromium/2397 -> origin/chromium/2397
[0:13:34] = [up to date] chromium/2398 -> origin/chromium/2398
[0:13:34] = [up to date] chromium/2399 -> origin/chromium/2399
[0:13:34] = [up to date] chromium/2400 -> origin/chromium/2400
[0:13:34] = [up to date] chromium/2401 -> origin/chromium/2401
[0:13:34] = [up to date] chromium/2402 -> origin/chromium/2402
[0:13:34] = [up to date] chromium/2403 -> origin/chromium/2403
[0:13:34] = [up to date] chromium/2404 -> origin/chromium/2404
[0:13:34] = [up to date] chromium/2405 -> origin/chromium/2405
[0:13:34] = [up to date] chromium/2406 -> origin/chromium/2406
[0:13:34] = [up to date] chromium/2407 -> origin/chromium/2407
[0:13:34] = [up to date] chromium/2408 -> origin/chromium/2408
[0:13:34] = [up to date] chromium/2409 -> origin/chromium/2409
[0:13:34] = [up to date] chromium/2410 -> origin/chromium/2410
[0:13:34] = [up to date] chromium/2411 -> origin/chromium/2411
[0:13:34] = [up to date] chromium/2412 -> origin/chromium/2412
[0:13:34] = [up to date] chromium/2413 -> origin/chromium/2413
[0:13:34] = [up to date] chromium/2414 -> origin/chromium/2414
[0:13:34] = [up to date] chromium/2415 -> origin/chromium/2415
[0:13:34] = [up to date] chromium/2416 -> origin/chromium/2416
[0:13:34] = [up to date] chromium/2417 -> origin/chromium/2417
[0:13:34] = [up to date] chromium/2418 -> origin/chromium/2418
[0:13:34] = [up to date] chromium/2419 -> origin/chromium/2419
[0:13:34] = [up to date] chromium/2420 -> origin/chromium/2420
[0:13:34] = [up to date] chromium/2421 -> origin/chromium/2421
[0:13:34] = [up to date] chromium/2422 -> origin/chromium/2422
[0:13:34] = [up to date] chromium/2423 -> origin/chromium/2423
[0:13:34] = [up to date] chromium/2424 -> origin/chromium/2424
[0:13:34] = [up to date] chromium/2425 -> origin/chromium/2425
[0:13:34] = [up to date] chromium/2426 -> origin/chromium/2426
[0:13:34] = [up to date] chromium/2427 -> origin/chromium/2427
[0:13:34] = [up to date] chromium/2428 -> origin/chromium/2428
[0:13:34] = [up to date] chromium/2429 -> origin/chromium/2429
[0:13:34] = [up to date] chromium/2430 -> origin/chromium/2430
[0:13:34] = [up to date] chromium/2431 -> origin/chromium/2431
[0:13:34] = [up to date] chromium/2432 -> origin/chromium/2432
[0:13:34] = [up to date] chromium/2433 -> origin/chromium/2433
[0:13:34] = [up to date] chromium/2434 -> origin/chromium/2434
[0:13:34] = [up to date] chromium/2435 -> origin/chromium/2435
[0:13:34] = [up to date] chromium/2436 -> origin/chromium/2436
[0:13:34] = [up to date] chromium/2437 -> origin/chromium/2437
[0:13:34] = [up to date] chromium/2438 -> origin/chromium/2438
[0:13:34] = [up to date] chromium/2439 -> origin/chromium/2439
[0:13:34] = [up to date] chromium/2440 -> origin/chromium/2440
[0:13:34] = [up to date] chromium/2441 -> origin/chromium/2441
[0:13:34] = [up to date] chromium/2442 -> origin/chromium/2442
[0:13:34] = [up to date] chromium/2443 -> origin/chromium/2443
[0:13:34] = [up to date] chromium/2444 -> origin/chromium/2444
[0:13:34] = [up to date] chromium/2445 -> origin/chromium/2445
[0:13:34] = [up to date] chromium/2446 -> origin/chromium/2446
[0:13:34] = [up to date] chromium/2447 -> origin/chromium/2447
[0:13:34] = [up to date] chromium/2448 -> origin/chromium/2448
[0:13:34] = [up to date] chromium/2449 -> origin/chromium/2449
[0:13:34] = [up to date] chromium/2450 -> origin/chromium/2450
[0:13:34] = [up to date] chromium/2451 -> origin/chromium/2451
[0:13:34] = [up to date] chromium/2452 -> origin/chromium/2452
[0:13:34] = [up to date] chromium/2453 -> origin/chromium/2453
[0:13:34] = [up to date] chromium/2454 -> origin/chromium/2454
[0:13:34] = [up to date] chromium/2455 -> origin/chromium/2455
[0:13:34] = [up to date] chromium/2456 -> origin/chromium/2456
[0:13:34] = [up to date] chromium/2457 -> origin/chromium/2457
[0:13:34] = [up to date] chromium/2458 -> origin/chromium/2458
[0:13:34] = [up to date] chromium/2459 -> origin/chromium/2459
[0:13:34] = [up to date] chromium/2460 -> origin/chromium/2460
[0:13:34] = [up to date] chromium/2461 -> origin/chromium/2461
[0:13:34] = [up to date] chromium/2462 -> origin/chromium/2462
[0:13:34] = [up to date] chromium/2463 -> origin/chromium/2463
[0:13:34] = [up to date] chromium/2464 -> origin/chromium/2464
[0:13:34] = [up to date] chromium/2465 -> origin/chromium/2465
[0:13:34] = [up to date] chromium/2466 -> origin/chromium/2466
[0:13:34] = [up to date] chromium/2467 -> origin/chromium/2467
[0:13:34] = [up to date] chromium/2468 -> origin/chromium/2468
[0:13:34] = [up to date] chromium/2469 -> origin/chromium/2469
[0:13:34] = [up to date] chromium/2470 -> origin/chromium/2470
[0:13:34] = [up to date] chromium/2471 -> origin/chromium/2471
[0:13:34] = [up to date] chromium/2472 -> origin/chromium/2472
[0:13:34] = [up to date] chromium/2473 -> origin/chromium/2473
[0:13:34] = [up to date] chromium/2474 -> origin/chromium/2474
[0:13:34] = [up to date] chromium/2475 -> origin/chromium/2475
[0:13:34] = [up to date] chromium/2476 -> origin/chromium/2476
[0:13:34] = [up to date] chromium/2477 -> origin/chromium/2477
[0:13:34] = [up to date] chromium/2478 -> origin/chromium/2478
[0:13:34] = [up to date] chromium/2479 -> origin/chromium/2479
[0:13:34] = [up to date] chromium/2480 -> origin/chromium/2480
[0:13:34] = [up to date] chromium/2481 -> origin/chromium/2481
[0:13:34] = [up to date] chromium/2482 -> origin/chromium/2482
[0:13:34] = [up to date] chromium/2483 -> origin/chromium/2483
[0:13:34] = [up to date] chromium/2484 -> origin/chromium/2484
[0:13:34] = [up to date] chromium/2485 -> origin/chromium/2485
[0:13:34] = [up to date] chromium/2486 -> origin/chromium/2486
[0:13:34] = [up to date] chromium/2487 -> origin/chromium/2487
[0:13:34] = [up to date] chromium/2488 -> origin/chromium/2488
[0:13:34] = [up to date] chromium/2489 -> origin/chromium/2489
[0:13:34] = [up to date] chromium/2490 -> origin/chromium/2490
[0:13:34] = [up to date] chromium/2491 -> origin/chromium/2491
[0:13:34] = [up to date] chromium/2492 -> origin/chromium/2492
[0:13:34] = [up to date] chromium/2493 -> origin/chromium/2493
[0:13:34] = [up to date] chromium/2494 -> origin/chromium/2494
[0:13:34] = [up to date] chromium/2495 -> origin/chromium/2495
[0:13:34] = [up to date] chromium/2496 -> origin/chromium/2496
[0:13:34] = [up to date] chromium/2497 -> origin/chromium/2497
[0:13:34] = [up to date] chromium/2498 -> origin/chromium/2498
[0:13:34] = [up to date] chromium/2499 -> origin/chromium/2499
[0:13:34] = [up to date] chromium/2500 -> origin/chromium/2500
[0:13:34] = [up to date] chromium/2501 -> origin/chromium/2501
[0:13:34] = [up to date] chromium/2502 -> origin/chromium/2502
[0:13:34] = [up to date] chromium/2503 -> origin/chromium/2503
[0:13:34] = [up to date] chromium/2504 -> origin/chromium/2504
[0:13:34] = [up to date] chromium/2505 -> origin/chromium/2505
[0:13:34] = [up to date] chromium/2506 -> origin/chromium/2506
[0:13:34] = [up to date] chromium/2507 -> origin/chromium/2507
[0:13:34] = [up to date] chromium/2508 -> origin/chromium/2508
[0:13:34] = [up to date] chromium/2509 -> origin/chromium/2509
[0:13:34] = [up to date] chromium/2510 -> origin/chromium/2510
[0:13:34] = [up to date] chromium/2511 -> origin/chromium/2511
[0:13:34] = [up to date] chromium/2512 -> origin/chromium/2512
[0:13:34] = [up to date] chromium/2513 -> origin/chromium/2513
[0:13:34] = [up to date] chromium/2514 -> origin/chromium/2514
[0:13:34] = [up to date] chromium/2515 -> origin/chromium/2515
[0:13:34] = [up to date] chromium/2516 -> origin/chromium/2516
[0:13:34] = [up to date] chromium/2517 -> origin/chromium/2517
[0:13:34] = [up to date] chromium/2518 -> origin/chromium/2518
[0:13:34] = [up to date] chromium/2519 -> origin/chromium/2519
[0:13:34] = [up to date] chromium/2520 -> origin/chromium/2520
[0:13:34] = [up to date] chromium/2521 -> origin/chromium/2521
[0:13:34] = [up to date] chromium/2522 -> origin/chromium/2522
[0:13:34] = [up to date] chromium/2523 -> origin/chromium/2523
[0:13:34] = [up to date] chromium/2524 -> origin/chromium/2524
[0:13:34] = [up to date] chromium/2525 -> origin/chromium/2525
[0:13:34] = [up to date] chromium/2526 -> origin/chromium/2526
[0:13:34] = [up to date] chromium/2527 -> origin/chromium/2527
[0:13:34] = [up to date] chromium/2528 -> origin/chromium/2528
[0:13:34] = [up to date] chromium/2529 -> origin/chromium/2529
[0:13:34] = [up to date] chromium/2530 -> origin/chromium/2530
[0:13:34] = [up to date] chromium/2531 -> origin/chromium/2531
[0:13:34] = [up to date] chromium/2532 -> origin/chromium/2532
[0:13:34] = [up to date] chromium/2533 -> origin/chromium/2533
[0:13:34] = [up to date] chromium/2534 -> origin/chromium/2534
[0:13:34] = [up to date] chromium/2535 -> origin/chromium/2535
[0:13:34] = [up to date] chromium/2536 -> origin/chromium/2536
[0:13:34] = [up to date] chromium/2537 -> origin/chromium/2537
[0:13:34] = [up to date] chromium/2538 -> origin/chromium/2538
[0:13:34] = [up to date] chromium/2539 -> origin/chromium/2539
[0:13:34] = [up to date] chromium/2540 -> origin/chromium/2540
[0:13:34] = [up to date] chromium/2541 -> origin/chromium/2541
[0:13:34] = [up to date] chromium/2542 -> origin/chromium/2542
[0:13:34] = [up to date] chromium/2543 -> origin/chromium/2543
[0:13:34] = [up to date] chromium/2544 -> origin/chromium/2544
[0:13:34] = [up to date] chromium/2545 -> origin/chromium/2545
[0:13:34] = [up to date] chromium/2546 -> origin/chromium/2546
[0:13:34] = [up to date] chromium/2547 -> origin/chromium/2547
[0:13:34] = [up to date] chromium/2548 -> origin/chromium/2548
[0:13:34] = [up to date] chromium/2549 -> origin/chromium/2549
[0:13:34] = [up to date] chromium/2550 -> origin/chromium/2550
[0:13:34] = [up to date] chromium/2551 -> origin/chromium/2551
[0:13:34] = [up to date] chromium/2552 -> origin/chromium/2552
[0:13:34] = [up to date] chromium/2553 -> origin/chromium/2553
[0:13:34] = [up to date] chromium/2554 -> origin/chromium/2554
[0:13:34] = [up to date] chromium/2555 -> origin/chromium/2555
[0:13:34] = [up to date] chromium/2556 -> origin/chromium/2556
[0:13:34] = [up to date] chromium/2557 -> origin/chromium/2557
[0:13:34] = [up to date] chromium/2558 -> origin/chromium/2558
[0:13:34] = [up to date] chromium/2559 -> origin/chromium/2559
[0:13:34] = [up to date] chromium/2560 -> origin/chromium/2560
[0:13:34] = [up to date] chromium/2561 -> origin/chromium/2561
[0:13:34] = [up to date] chromium/2562 -> origin/chromium/2562
[0:13:34] = [up to date] chromium/2563 -> origin/chromium/2563
[0:13:34] = [up to date] chromium/2564 -> origin/chromium/2564
[0:13:34] = [up to date] chromium/2565 -> origin/chromium/2565
[0:13:34] = [up to date] chromium/2566 -> origin/chromium/2566
[0:13:34] = [up to date] chromium/2567 -> origin/chromium/2567
[0:13:34] = [up to date] chromium/2568 -> origin/chromium/2568
[0:13:34] = [up to date] chromium/2569 -> origin/chromium/2569
[0:13:34] = [up to date] chromium/2570 -> origin/chromium/2570
[0:13:34] = [up to date] chromium/2571 -> origin/chromium/2571
[0:13:34] = [up to date] chromium/2572 -> origin/chromium/2572
[0:13:34] = [up to date] chromium/2573 -> origin/chromium/2573
[0:13:34] = [up to date] chromium/2574 -> origin/chromium/2574
[0:13:34] = [up to date] chromium/2575 -> origin/chromium/2575
[0:13:34] = [up to date] chromium/2576 -> origin/chromium/2576
[0:13:34] = [up to date] chromium/2577 -> origin/chromium/2577
[0:13:34] = [up to date] chromium/2578 -> origin/chromium/2578
[0:13:34] = [up to date] chromium/2579 -> origin/chromium/2579
[0:13:34] = [up to date] chromium/2580 -> origin/chromium/2580
[0:13:34] = [up to date] chromium/2581 -> origin/chromium/2581
[0:13:34] = [up to date] chromium/2582 -> origin/chromium/2582
[0:13:34] = [up to date] chromium/2583 -> origin/chromium/2583
[0:13:34] = [up to date] chromium/2584 -> origin/chromium/2584
[0:13:34] = [up to date] chromium/2585 -> origin/chromium/2585
[0:13:34] = [up to date] chromium/2586 -> origin/chromium/2586
[0:13:34] = [up to date] chromium/2587 -> origin/chromium/2587
[0:13:34] = [up to date] chromium/2588 -> origin/chromium/2588
[0:13:34] = [up to date] chromium/2589 -> origin/chromium/2589
[0:13:34] = [up to date] chromium/2590 -> origin/chromium/2590
[0:13:34] = [up to date] chromium/2591 -> origin/chromium/2591
[0:13:34] = [up to date] chromium/2592 -> origin/chromium/2592
[0:13:34] = [up to date] chromium/2593 -> origin/chromium/2593
[0:13:34] = [up to date] chromium/2594 -> origin/chromium/2594
[0:13:34] = [up to date] chromium/2595 -> origin/chromium/2595
[0:13:34] = [up to date] chromium/2596 -> origin/chromium/2596
[0:13:34] = [up to date] chromium/2597 -> origin/chromium/2597
[0:13:34] = [up to date] chromium/2598 -> origin/chromium/2598
[0:13:34] = [up to date] chromium/2599 -> origin/chromium/2599
[0:13:34] = [up to date] chromium/2600 -> origin/chromium/2600
[0:13:34] = [up to date] chromium/2601 -> origin/chromium/2601
[0:13:34] = [up to date] chromium/2602 -> origin/chromium/2602
[0:13:34] = [up to date] chromium/2603 -> origin/chromium/2603
[0:13:34] = [up to date] chromium/2604 -> origin/chromium/2604
[0:13:34] = [up to date] chromium/2605 -> origin/chromium/2605
[0:13:34] = [up to date] chromium/2606 -> origin/chromium/2606
[0:13:34] = [up to date] chromium/2607 -> origin/chromium/2607
[0:13:34] = [up to date] chromium/2608 -> origin/chromium/2608
[0:13:34] = [up to date] chromium/2609 -> origin/chromium/2609
[0:13:34] = [up to date] chromium/2610 -> origin/chromium/2610
[0:13:34] = [up to date] chromium/2611 -> origin/chromium/2611
[0:13:34] = [up to date] chromium/2612 -> origin/chromium/2612
[0:13:34] = [up to date] chromium/2613 -> origin/chromium/2613
[0:13:34] = [up to date] chromium/2614 -> origin/chromium/2614
[0:13:34] = [up to date] chromium/2615 -> origin/chromium/2615
[0:13:34] = [up to date] chromium/2616 -> origin/chromium/2616
[0:13:34] = [up to date] chromium/2617 -> origin/chromium/2617
[0:13:34] = [up to date] chromium/2618 -> origin/chromium/2618
[0:13:34] = [up to date] chromium/2619 -> origin/chromium/2619
[0:13:34] = [up to date] chromium/2620 -> origin/chromium/2620
[0:13:34] = [up to date] chromium/2621 -> origin/chromium/2621
[0:13:34] = [up to date] chromium/2622 -> origin/chromium/2622
[0:13:34] = [up to date] chromium/2623 -> origin/chromium/2623
[0:13:34] = [up to date] chromium/2624 -> origin/chromium/2624
[0:13:34] = [up to date] chromium/2625 -> origin/chromium/2625
[0:13:34] = [up to date] chromium/2626 -> origin/chromium/2626
[0:13:34] = [up to date] chromium/2627 -> origin/chromium/2627
[0:13:34] = [up to date] chromium/2628 -> origin/chromium/2628
[0:13:34] = [up to date] chromium/2629 -> origin/chromium/2629
[0:13:34] = [up to date] chromium/2630 -> origin/chromium/2630
[0:13:34] = [up to date] chromium/2631 -> origin/chromium/2631
[0:13:34] = [up to date] chromium/2632 -> origin/chromium/2632
[0:13:34] = [up to date] chromium/2633 -> origin/chromium/2633
[0:13:34] = [up to date] chromium/2634 -> origin/chromium/2634
[0:13:34] = [up to date] chromium/2635 -> origin/chromium/2635
[0:13:34] = [up to date] chromium/2636 -> origin/chromium/2636
[0:13:34] = [up to date] chromium/2637 -> origin/chromium/2637
[0:13:34] = [up to date] chromium/2638 -> origin/chromium/2638
[0:13:34] = [up to date] chromium/2639 -> origin/chromium/2639
[0:13:34] = [up to date] chromium/2640 -> origin/chromium/2640
[0:13:34] = [up to date] chromium/2641 -> origin/chromium/2641
[0:13:34] = [up to date] chromium/2642 -> origin/chromium/2642
[0:13:34] = [up to date] chromium/2643 -> origin/chromium/2643
[0:13:34] = [up to date] chromium/2644 -> origin/chromium/2644
[0:13:34] = [up to date] chromium/2645 -> origin/chromium/2645
[0:13:34] = [up to date] chromium/2646 -> origin/chromium/2646
[0:13:34] = [up to date] chromium/2647 -> origin/chromium/2647
[0:13:34] = [up to date] chromium/2648 -> origin/chromium/2648
[0:13:34] = [up to date] chromium/2649 -> origin/chromium/2649
[0:13:34] = [up to date] chromium/2650 -> origin/chromium/2650
[0:13:34] = [up to date] chromium/2651 -> origin/chromium/2651
[0:13:34] = [up to date] chromium/2652 -> origin/chromium/2652
[0:13:34] = [up to date] chromium/2653 -> origin/chromium/2653
[0:13:34] = [up to date] chromium/2654 -> origin/chromium/2654
[0:13:34] = [up to date] chromium/2655 -> origin/chromium/2655
[0:13:34] = [up to date] chromium/2656 -> origin/chromium/2656
[0:13:34] = [up to date] chromium/2657 -> origin/chromium/2657
[0:13:34] = [up to date] chromium/2658 -> origin/chromium/2658
[0:13:34] = [up to date] chromium/2659 -> origin/chromium/2659
[0:13:34] = [up to date] chromium/2660 -> origin/chromium/2660
[0:13:34] = [up to date] chromium/2661 -> origin/chromium/2661
[0:13:34] = [up to date] chromium/2662 -> origin/chromium/2662
[0:13:34] = [up to date] chromium/2663 -> origin/chromium/2663
[0:13:34] = [up to date] chromium/2664 -> origin/chromium/2664
[0:13:34] = [up to date] chromium/2665 -> origin/chromium/2665
[0:13:34] = [up to date] chromium/2666 -> origin/chromium/2666
[0:13:34] = [up to date] chromium/2667 -> origin/chromium/2667
[0:13:34] = [up to date] chromium/2668 -> origin/chromium/2668
[0:13:34] = [up to date] chromium/2669 -> origin/chromium/2669
[0:13:34] = [up to date] chromium/2670 -> origin/chromium/2670
[0:13:34] = [up to date] chromium/2671 -> origin/chromium/2671
[0:13:34] = [up to date] chromium/2672 -> origin/chromium/2672
[0:13:34] = [up to date] chromium/2673 -> origin/chromium/2673
[0:13:34] = [up to date] chromium/2674 -> origin/chromium/2674
[0:13:34] = [up to date] chromium/2675 -> origin/chromium/2675
[0:13:34] = [up to date] chromium/2676 -> origin/chromium/2676
[0:13:34] = [up to date] chromium/2677 -> origin/chromium/2677
[0:13:34] = [up to date] chromium/2678 -> origin/chromium/2678
[0:13:34] = [up to date] chromium/2679 -> origin/chromium/2679
[0:13:34] = [up to date] chromium/2680 -> origin/chromium/2680
[0:13:34] = [up to date] chromium/2681 -> origin/chromium/2681
[0:13:34] = [up to date] chromium/2682 -> origin/chromium/2682
[0:13:34] = [up to date] chromium/2683 -> origin/chromium/2683
[0:13:34] = [up to date] chromium/2684 -> origin/chromium/2684
[0:13:34] = [up to date] chromium/2685 -> origin/chromium/2685
[0:13:34] = [up to date] chromium/2686 -> origin/chromium/2686
[0:13:34] = [up to date] chromium/2687 -> origin/chromium/2687
[0:13:34] = [up to date] chromium/2688 -> origin/chromium/2688
[0:13:34] = [up to date] chromium/2689 -> origin/chromium/2689
[0:13:34] = [up to date] chromium/2690 -> origin/chromium/2690
[0:13:34] = [up to date] chromium/2691 -> origin/chromium/2691
[0:13:34] = [up to date] chromium/2692 -> origin/chromium/2692
[0:13:34] = [up to date] chromium/2693 -> origin/chromium/2693
[0:13:34] = [up to date] chromium/2694 -> origin/chromium/2694
[0:13:34] = [up to date] chromium/2695 -> origin/chromium/2695
[0:13:34] = [up to date] chromium/2696 -> origin/chromium/2696
[0:13:34] = [up to date] chromium/2697 -> origin/chromium/2697
[0:13:34] = [up to date] chromium/2698 -> origin/chromium/2698
[0:13:34] = [up to date] chromium/2699 -> origin/chromium/2699
[0:13:34] = [up to date] chromium/2700 -> origin/chromium/2700
[0:13:34] = [up to date] chromium/2701 -> origin/chromium/2701
[0:13:34] = [up to date] chromium/2702 -> origin/chromium/2702
[0:13:34] = [up to date] chromium/2703 -> origin/chromium/2703
[0:13:34] = [up to date] chromium/2704 -> origin/chromium/2704
[0:13:34] = [up to date] chromium/2705 -> origin/chromium/2705
[0:13:34] = [up to date] chromium/2706 -> origin/chromium/2706
[0:13:34] = [up to date] chromium/2707 -> origin/chromium/2707
[0:13:34] = [up to date] chromium/2708 -> origin/chromium/2708
[0:13:34] * [new branch] chromium/2709 -> origin/chromium/2709
[0:13:34] * [new branch] chromium/2710 -> origin/chromium/2710
[0:13:34] * [new branch] chromium/2711 -> origin/chromium/2711
[0:13:34] = [up to date] es2only-legacy -> origin/es2only-legacy
[0:13:34] = [up to date] es3proto -> origin/es3proto
[0:13:34] = [up to date] infra/config -> origin/infra/config
[0:13:34] = [up to date] legacy -> origin/legacy
[0:13:35] f4863a4..5858f7e master -> origin/master
[0:13:35] = [up to date] testbranch -> origin/testbranch
[0:13:35] = [up to date] testbranchthree -> origin/testbranchthree
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/angle'
[0:13:39] Checking out files: 9% (106/1077)
[0:13:39] Checking out files: 10% (108/1077)
[0:13:40] Checking out files: 19% (205/1077)
[0:13:41] Checking out files: 28% (302/1077)
[0:13:42] Checking out files: 38% (410/1077)
[0:13:44] Checking out files: 47% (507/1077)
[0:13:45] Checking out files: 54% (582/1077)
[0:13:46] Checking out files: 60% (647/1077)
[0:13:47] Checking out files: 66% (711/1077)
[0:13:48] Checking out files: 73% (787/1077)
[0:13:49] Checking out files: 82% (884/1077)
[0:13:50] Checking out files: 91% (981/1077)
[0:13:51] Checking out files: 99% (1067/1077)
[0:13:51] Checking out files: 100% (1077/1077)
[0:13:51] HEAD is now at 4e9536d Revert tests changes of 3e7ae4249217eb66dfad09419525066bcbdb560b
[0:13:55] Up-to-date; skipping checkout.
Checked out revision 4e9536d0f612dab15dd6722975155b78b92ca0ae
[0:13:59] Finished.
----------------------------------------
src/third_party/jarjar (Elapsed: 0:00:05)
----------------------------------------
[0:13:56] Started.
_____ src/third_party/jarjar at 2e1ead4c68c450e0b77fe49e3f9137842b8b6920
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/jarjar'
[0:13:58] From https://chromium.googlesource.com/chromium/deps/jarjar
[0:13:58] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/jarjar'
[0:14:00] HEAD is now at 2e1ead4 Fix paths for jarjar tool.
[0:14:01] Up-to-date; skipping checkout.
Checked out revision 2e1ead4c68c450e0b77fe49e3f9137842b8b6920
[0:14:02] Finished.
----------------------------------------
src/third_party/jsoncpp/source (Elapsed: 0:00:06)
----------------------------------------
[0:13:57] Started.
_____ src/third_party/jsoncpp/source at f572e8e42e22cfcf5ab0aea26574f408943edfa4
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/jsoncpp/source'
[0:14:00] From https://chromium.googlesource.com/external/github.com/open-source-parsers/jsoncpp
[0:14:00] = [up to date] 0.y.z -> origin/0.y.z
[0:14:00] = [up to date] accept_all_arithmetic_types -> origin/accept_all_arithmetic_types
[0:14:00] = [up to date] cma-master -> origin/cma-master
[0:14:00] = [up to date] cmake-adjustments -> origin/cmake-adjustments
[0:14:00] = [up to date] master -> origin/master
[0:14:00] = [up to date] moveSemantics -> origin/moveSemantics
[0:14:00] = [up to date] private-0.y.z -> origin/private-0.y.z
[0:14:00] = [up to date] private-null -> origin/private-null
[0:14:00] = [up to date] revert-280-pkg-config-fix -> origin/revert-280-pkg-config-fix
[0:14:00] = [up to date] template -> origin/template
[0:14:00] = [up to date] thing -> origin/thing
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/jsoncpp/source'
[0:14:02] HEAD is now at f572e8e Added an exit() to JSON_FAIL_MESSAGE to fix "no return" errors.
[0:14:03] Up-to-date; skipping checkout.
Checked out revision f572e8e42e22cfcf5ab0aea26574f408943edfa4
[0:14:04] Finished.
----------------------------------------
src/third_party/jsr-305/src (Elapsed: 0:00:06)
----------------------------------------
[0:13:59] Started.
_____ src/third_party/jsr-305/src at 642c508235471f7220af6d5df2d3210e3bfc0919
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/jsr-305/src'
[0:14:01] From https://chromium.googlesource.com/external/jsr-305
[0:14:01] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/jsr-305/src'
[0:14:03] HEAD is now at 642c508 produce jar file containing just the jsr305 classes without source files
[0:14:04] Up-to-date; skipping checkout.
Checked out revision 642c508235471f7220af6d5df2d3210e3bfc0919
[0:14:05] Finished.
----------------------------------------
src/third_party/leveldatabase/src (Elapsed: 0:00:06)
----------------------------------------
[0:14:04] Started.
_____ src/third_party/leveldatabase/src at 706b7f8d43b0aecdc75c5ee49d3e4ef5f27b9faf
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/leveldatabase/src'
[0:14:05] POST git-upload-pack (959 bytes)
[0:14:07] From https://chromium.googlesource.com/external/leveldb
[0:14:07] = [up to date] android -> origin/android
[0:14:07] ea992b4..a7bff69 master -> origin/master
[0:14:07] = [up to date] reuse-manifest -> origin/reuse-manifest
[0:14:07] = [up to date] windows -> origin/windows
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/leveldatabase/src'
[0:14:09] HEAD is now at 706b7f8 Resolve race when getting approximate-memory-usage property
[0:14:10] Up-to-date; skipping checkout.
Checked out revision 706b7f8d43b0aecdc75c5ee49d3e4ef5f27b9faf
[0:14:10] Finished.
----------------------------------------
src/third_party/libaddressinput/src (Elapsed: 0:00:07)
----------------------------------------
[0:14:05] Started.
_____ src/third_party/libaddressinput/src at 5eeeb797e79fa01503fcdcbebdc50036fac023ef
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/libaddressinput/src'
[0:14:06] From https://chromium.googlesource.com/external/libaddressinput
[0:14:06] = [up to date] master -> origin/master
[0:14:06] = [up to date] opensource_update_15416 -> origin/opensource_update_15416
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/libaddressinput/src'
[0:14:08] Checking out files: 23% (49/206)
[0:14:09] Checking out files: 49% (101/206)
[0:14:10] Checking out files: 100% (206/206)
[0:14:11] HEAD is now at 5eeeb79 Merge pull request #85 from googlei18n/opensource_update_10890
[0:14:12] Up-to-date; skipping checkout.
Checked out revision 5eeeb797e79fa01503fcdcbebdc50036fac023ef
[0:14:13] Finished.
----------------------------------------
src/third_party/libexif/sources (Elapsed: 0:00:03)
----------------------------------------
[0:14:10] Started.
_____ src/third_party/libexif/sources at 045b7fb9aa6d9b7f1954db248caf5eefe917476d
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/libexif/sources'
[0:14:11] From https://chromium.googlesource.com/chromium/deps/libexif/sources
[0:14:11] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/libexif/sources'
[0:14:12] HEAD is now at 045b7fb libexif: Fix out of bound reads in exif_mnote_data_olympus_load().
[0:14:13] Up-to-date; skipping checkout.
Checked out revision 045b7fb9aa6d9b7f1954db248caf5eefe917476d
[0:14:13] Finished.
----------------------------------------
src/third_party/junit/src (Elapsed: 0:00:15)
----------------------------------------
[0:14:02] Started.
_____ src/third_party/junit/src at 45a44647e7306262162e1346b750c3209019f2e1
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/junit/src'
[0:14:04] From https://chromium.googlesource.com/external/junit
[0:14:04] = [up to date] concurrent-run-listeners -> origin/concurrent-run-listeners
[0:14:04] = [up to date] gh-pages -> origin/gh-pages
[0:14:04] = [up to date] immutable-description -> origin/immutable-description
[0:14:04] = [up to date] junit-lambda-website -> origin/junit-lambda-website
[0:14:04] = [up to date] junit5 -> origin/junit5
[0:14:04] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/junit/src'
[0:14:06] Checking out files: 23% (91/394)
[0:14:07] Checking out files: 37% (146/394)
[0:14:08] Checking out files: 51% (201/394)
[0:14:09] Checking out files: 66% (261/394)
[0:14:11] Checking out files: 80% (316/394)
[0:14:12] Checking out files: 93% (367/394)
[0:14:12] Checking out files: 100% (394/394)
[0:14:12] HEAD is now at 45a4464 4.10 final
[0:14:15] Up-to-date; skipping checkout.
Checked out revision 45a44647e7306262162e1346b750c3209019f2e1
[0:14:17] Finished.
----------------------------------------
src/third_party/libjpeg_turbo (Elapsed: 0:00:04)
----------------------------------------
[0:14:13] Started.
_____ src/third_party/libjpeg_turbo at e4e75037f29745f1546b6ebf5cf532e841c04c2c
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/libjpeg_turbo'
[0:14:15] From https://chromium.googlesource.com/chromium/deps/libjpeg_turbo
[0:14:15] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/libjpeg_turbo'
[0:14:17] HEAD is now at e4e7503 Add missing change from 'Rewrite the JDIMENSION argument management for x86 64-bit assembly'
[0:14:17] Up-to-date; skipping checkout.
Checked out revision e4e75037f29745f1546b6ebf5cf532e841c04c2c
[0:14:18] Finished.
----------------------------------------
src/third_party/libphonenumber/src/phonenumbers (Elapsed: 0:00:04)
----------------------------------------
[0:14:18] Started.
_____ src/third_party/libphonenumber/src/phonenumbers at 0d6e3e50e17c94262ad1ca3b7d52b11223084bca
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/libphonenumber/src/phonenumbers'
[0:14:19] From https://chromium.googlesource.com/external/libphonenumber/cpp/src/phonenumbers
[0:14:19] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/libphonenumber/src/phonenumbers'
[0:14:21] Checking out files: 44% (34/76)
[0:14:21] Checking out files: 100% (76/76)
[0:14:21] HEAD is now at 0d6e3e5 Adding missing license information for the new matcher API files.
[0:14:22] Up-to-date; skipping checkout.
Checked out revision 0d6e3e50e17c94262ad1ca3b7d52b11223084bca
[0:14:22] Finished.
----------------------------------------
src/third_party/libphonenumber/src/resources (Elapsed: 0:00:09)
----------------------------------------
[0:14:23] Started.
_____ src/third_party/libphonenumber/src/resources at b6dfdc7952571ff7ee72643cd88c988cbe966396
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/libphonenumber/src/resources'
[0:14:24] From https://chromium.googlesource.com/external/libphonenumber/resources
[0:14:24] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/libphonenumber/src/resources'
[0:14:26] Checking out files: 31% (108/345)
[0:14:27] Checking out files: 61% (211/345)
[0:14:28] Checking out files: 84% (290/345)
[0:14:29] Checking out files: 100% (345/345)
[0:14:29] HEAD is now at b6dfdc7 JAVA/JS/CPP:libphonenumber v7.0 last changes
[0:14:31] Up-to-date; skipping checkout.
Checked out revision b6dfdc7952571ff7ee72643cd88c988cbe966396
[0:14:32] Finished.
----------------------------------------
src/third_party/libjingle/source/talk (Elapsed: 0:00:20)
----------------------------------------
[0:14:13] Started.
_____ src/third_party/libjingle/source/talk at 4ce7fef091e1d63a3bfc2ed225619893b0eb1782
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/libjingle/source/talk'
[0:14:16] POST git-upload-pack (959 bytes)
[0:14:19] From https://chromium.googlesource.com/external/webrtc/trunk/talk
[0:14:19] b6635d7..6a96747 master -> origin/master
[0:14:19] = [up to date] refs/branch-heads/3.36 -> branch-heads/3.36
[0:14:19] = [up to date] refs/branch-heads/3.37 -> branch-heads/3.37
[0:14:19] = [up to date] refs/branch-heads/3.38 -> branch-heads/3.38
[0:14:19] = [up to date] refs/branch-heads/3.38@4516 -> branch-heads/3.38@4516
[0:14:19] = [up to date] refs/branch-heads/3.39 -> branch-heads/3.39
[0:14:19] = [up to date] refs/branch-heads/3.40 -> branch-heads/3.40
[0:14:19] = [up to date] refs/branch-heads/3.41 -> branch-heads/3.41
[0:14:19] = [up to date] refs/branch-heads/3.42 -> branch-heads/3.42
[0:14:19] = [up to date] refs/branch-heads/3.43 -> branch-heads/3.43
[0:14:19] = [up to date] refs/branch-heads/3.43@4842 -> branch-heads/3.43@4842
[0:14:19] = [up to date] refs/branch-heads/3.44 -> branch-heads/3.44
[0:14:19] = [up to date] refs/branch-heads/3.45 -> branch-heads/3.45
[0:14:19] = [up to date] refs/branch-heads/3.46 -> branch-heads/3.46
[0:14:19] = [up to date] refs/branch-heads/3.46@5080 -> branch-heads/3.46@5080
[0:14:19] = [up to date] refs/branch-heads/3.47 -> branch-heads/3.47
[0:14:19] = [up to date] refs/branch-heads/3.48 -> branch-heads/3.48
[0:14:19] = [up to date] refs/branch-heads/3.48@5301 -> branch-heads/3.48@5301
[0:14:19] = [up to date] refs/branch-heads/3.49 -> branch-heads/3.49
[0:14:19] = [up to date] refs/branch-heads/3.50 -> branch-heads/3.50
[0:14:19] = [up to date] refs/branch-heads/3.51 -> branch-heads/3.51
[0:14:19] = [up to date] refs/branch-heads/3.52 -> branch-heads/3.52
[0:14:19] = [up to date] refs/branch-heads/3.53 -> branch-heads/3.53
[0:14:19] = [up to date] refs/branch-heads/3.54 -> branch-heads/3.54
[0:14:19] = [up to date] refs/branch-heads/3.55 -> branch-heads/3.55
[0:14:19] = [up to date] refs/branch-heads/38 -> branch-heads/38
[0:14:19] = [up to date] refs/branch-heads/38p -> branch-heads/38p
[0:14:19] = [up to date] refs/branch-heads/39 -> branch-heads/39
[0:14:19] = [up to date] refs/branch-heads/39p -> branch-heads/39p
[0:14:19] = [up to date] refs/branch-heads/40 -> branch-heads/40
[0:14:19] = [up to date] refs/branch-heads/40p -> branch-heads/40p
[0:14:19] = [up to date] refs/branch-heads/41 -> branch-heads/41
[0:14:19] = [up to date] refs/branch-heads/41p -> branch-heads/41p
[0:14:19] = [up to date] refs/branch-heads/42 -> branch-heads/42
[0:14:19] = [up to date] refs/branch-heads/42p -> branch-heads/42p
[0:14:19] = [up to date] refs/branch-heads/43 -> branch-heads/43
[0:14:19] = [up to date] refs/branch-heads/43-pre-test -> branch-heads/43-pre-test
[0:14:19] = [up to date] refs/branch-heads/44 -> branch-heads/44
[0:14:19] = [up to date] refs/branch-heads/45 -> branch-heads/45
[0:14:19] = [up to date] refs/branch-heads/46 -> branch-heads/46
[0:14:19] = [up to date] refs/branch-heads/47 -> branch-heads/47
[0:14:19] = [up to date] refs/branch-heads/48 -> branch-heads/48
[0:14:19] = [up to date] refs/branch-heads/49 -> branch-heads/49
[0:14:19] = [up to date] refs/branch-heads/50 -> branch-heads/50
[0:14:19] = [up to date] refs/branch-heads/51 -> branch-heads/51
[0:14:19] = [up to date] refs/branch-heads/kjellander-test -> branch-heads/kjellander-test
[0:14:19] = [up to date] refs/branch-heads/tedtest -> branch-heads/tedtest
[0:14:19] = [up to date] refs/branch-heads/tedtest2 -> branch-heads/tedtest2
[0:14:19] = [up to date] refs/branch-heads/tedtest48 -> branch-heads/tedtest48
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/libjingle/source/talk'
[0:14:22] Checking out files: 12% (63/500)
[0:14:23] Checking out files: 26% (130/500)
[0:14:24] Checking out files: 44% (220/500)
[0:14:25] Checking out files: 65% (325/500)
[0:14:27] Checking out files: 84% (422/500)
[0:14:28] Checking out files: 94% (470/500)
[0:14:29] Checking out files: 100% (500/500)
[0:14:29] HEAD is now at 4ce7fef Revert changes to default option setting in https://codereview.webrtc.org/1500633002/
[0:14:31] Up-to-date; skipping checkout.
Checked out revision 4ce7fef091e1d63a3bfc2ed225619893b0eb1782
[0:14:33] Finished.
----------------------------------------
src/third_party/catapult (Elapsed: 0:02:37)
----------------------------------------
[0:11:56] Started.
_____ src/third_party/catapult at dc74f19fa849b17180f09cfdf3c5757a26e9a379
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/catapult'
[0:11:58] POST git-upload-pack (959 bytes)
[0:12:00] From https://chromium.googlesource.com/external/github.com/catapult-project/catapult
[0:12:00] = [up to date] infra/config -> origin/infra/config
[0:12:00] = [up to date] mappersv2 -> origin/mappersv2
[0:12:00] = [up to date] mappersv2_merge -> origin/mappersv2_merge
[0:12:00] 7c87e38..69f4fce master -> origin/master
[0:12:00] = [up to date] md-pages -> origin/md-pages
[0:12:00] = [up to date] polymer10 -> origin/polymer10
[0:12:00] = [up to date] polymer10-dashboard -> origin/polymer10-dashboard
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/catapult'
[0:12:20] Checking out files: 2% (117/5232)
[0:12:21] Checking out files: 5% (262/5232)
[0:12:23] Checking out files: 7% (367/5232)
[0:12:24] Checking out files: 9% (471/5232)
[0:12:24] Checking out files: 10% (524/5232)
[0:12:26] Checking out files: 12% (628/5232)
[0:12:27] Checking out files: 13% (721/5232)
[0:12:29] Checking out files: 16% (838/5232)
[0:12:30] Checking out files: 18% (942/5232)
[0:12:31] Checking out files: 20% (1047/5232)
[0:12:32] Checking out files: 22% (1169/5232)
[0:12:33] Checking out files: 23% (1234/5232)
[0:12:34] Checking out files: 25% (1310/5232)
[0:12:36] Checking out files: 27% (1413/5232)
[0:12:37] Checking out files: 28% (1484/5232)
[0:12:39] Checking out files: 30% (1570/5232)
[0:12:40] Checking out files: 32% (1675/5232)
[0:12:42] Checking out files: 34% (1779/5232)
[0:12:43] Checking out files: 35% (1832/5232)
[0:12:44] Checking out files: 36% (1899/5232)
[0:12:45] Checking out files: 37% (1961/5232)
[0:12:47] Checking out files: 39% (2041/5232)
[0:12:48] Checking out files: 40% (2093/5232)
[0:12:49] Checking out files: 41% (2146/5232)
[0:12:50] Checking out files: 42% (2246/5232)
[0:12:51] Checking out files: 44% (2304/5232)
[0:12:52] Checking out files: 45% (2360/5232)
[0:12:54] Checking out files: 47% (2460/5232)
[0:12:55] Checking out files: 48% (2561/5232)
[0:12:57] Checking out files: 51% (2669/5232)
[0:12:58] Checking out files: 53% (2773/5232)
[0:12:59] Checking out files: 54% (2870/5232)
[0:13:00] Checking out files: 56% (2949/5232)
[0:13:01] Checking out files: 58% (3035/5232)
[0:13:03] Checking out files: 60% (3140/5232)
[0:13:04] Checking out files: 62% (3244/5232)
[0:13:05] Checking out files: 63% (3327/5232)
[0:13:06] Checking out files: 65% (3401/5232)
[0:13:08] Checking out files: 67% (3506/5232)
[0:13:09] Checking out files: 69% (3611/5232)
[0:13:10] Checking out files: 70% (3691/5232)
[0:13:11] Checking out files: 71% (3752/5232)
[0:13:12] Checking out files: 73% (3820/5232)
[0:13:13] Checking out files: 75% (3924/5232)
[0:13:15] Checking out files: 76% (4020/5232)
[0:13:18] Checking out files: 77% (4079/5232)
[0:13:21] Checking out files: 77% (4080/5232)
[0:13:23] Checking out files: 80% (4186/5232)
[0:13:24] Checking out files: 82% (4291/5232)
[0:13:26] Checking out files: 82% (4309/5232)
[0:13:27] Checking out files: 82% (4315/5232)
[0:13:29] Checking out files: 82% (4323/5232)
[0:13:30] Checking out files: 82% (4325/5232)
[0:13:33] Checking out files: 82% (4341/5232)
[0:13:38] Checking out files: 83% (4343/5232)
[0:13:39] Checking out files: 83% (4370/5232)
[0:13:40] Checking out files: 85% (4448/5232)
[0:13:42] Checking out files: 87% (4552/5232)
[0:13:43] Checking out files: 89% (4657/5232)
[0:13:44] Checking out files: 90% (4745/5232)
[0:13:45] Checking out files: 92% (4830/5232)
[0:13:46] Checking out files: 94% (4919/5232)
[0:13:48] Checking out files: 96% (5023/5232)
[0:13:49] Checking out files: 97% (5118/5232)
[0:13:50] Checking out files: 99% (5204/5232)
[0:13:50] Checking out files: 100% (5232/5232)
[0:13:51] HEAD is now at dc74f19 [Devil] Fix for crash if writing logcat to preexisting dir.
[0:14:09] Up-to-date; skipping checkout.
Checked out revision dc74f19fa849b17180f09cfdf3c5757a26e9a379
[0:14:34] Finished.
----------------------------------------
src/third_party/liblouis/src (Elapsed: 0:00:17)
----------------------------------------
[0:14:17] Started.
_____ src/third_party/liblouis/src at 5f9c03f2a3478561deb6ae4798175094be8a26c2
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/liblouis/src'
[0:14:22] From https://chromium.googlesource.com/external/liblouis-github
[0:14:22] = [up to date] bfrees_harness_xfail -> origin/bfrees_harness_xfail
[0:14:22] = [up to date] bfrees_hyphenation_patch_igor_poretsky -> origin/bfrees_hyphenation_patch_igor_poretsky
[0:14:22] = [up to date] bfrees_issue_105 -> origin/bfrees_issue_105
[0:14:22] = [up to date] bfrees_issue_106 -> origin/bfrees_issue_106
[0:14:22] = [up to date] bfrees_issue_78 -> origin/bfrees_issue_78
[0:14:22] = [up to date] bfrees_odt2braille -> origin/bfrees_odt2braille
[0:14:22] = [up to date] bfrees_pt -> origin/bfrees_pt
[0:14:22] = [up to date] bfrees_table_dev -> origin/bfrees_table_dev
[0:14:22] = [up to date] bfrees_table_dev_ready_dist -> origin/bfrees_table_dev_ready_dist
[0:14:22] = [up to date] bfrees_table_find -> origin/bfrees_table_find
[0:14:22] = [up to date] bfrees_test_hyphenation -> origin/bfrees_test_hyphenation
[0:14:22] = [up to date] bfrees_unicode -> origin/bfrees_unicode
[0:14:22] = [up to date] bfrees_website_contributing -> origin/bfrees_website_contributing
[0:14:22] = [up to date] braille_spec_croatian -> origin/braille_spec_croatian
[0:14:22] = [up to date] danish_tests -> origin/danish_tests
[0:14:22] = [up to date] emphclass_indirection -> origin/emphclass_indirection
[0:14:22] = [up to date] feature/add_license_headers -> origin/feature/add_license_headers
[0:14:22] = [up to date] feature/merge_mg_changes -> origin/feature/merge_mg_changes
[0:14:22] = [up to date] feature/ueb_update -> origin/feature/ueb_update
[0:14:22] = [up to date] ikiwiki_ctl -> origin/ikiwiki_ctl
[0:14:22] = [up to date] integration/ueb_merge -> origin/integration/ueb_merge
[0:14:22] = [up to date] issues/35 -> origin/issues/35
[0:14:22] = [up to date] jboyer-devel -> origin/jboyer-devel
[0:14:22] = [up to date] jboyer_refactor -> origin/jboyer_refactor
[0:14:22] = [up to date] master -> origin/master
[0:14:22] = [up to date] mhameed_brf2unicode -> origin/mhameed_brf2unicode
[0:14:22] = [up to date] mhameed_simplify_harness_tests -> origin/mhameed_simplify_harness_tests
[0:14:22] = [up to date] mhameed_travis_test -> origin/mhameed_travis_test
[0:14:22] = [up to date] mwhapples_emphasis-dev -> origin/mwhapples_emphasis-dev
[0:14:22] = [up to date] opcode-unification -> origin/opcode-unification
[0:14:22] = [up to date] regression_test_data -> origin/regression_test_data
[0:14:22] = [up to date] table_tagging -> origin/table_tagging
[0:14:22] = [up to date] tables/ueb -> origin/tables/ueb
[0:14:22] = [up to date] test_exhaustive -> origin/test_exhaustive
[0:14:22] = [up to date] torchtrust_master_rebased -> origin/torchtrust_master_rebased
[0:14:22] = [up to date] website -> origin/website
[0:14:22] = [up to date] windows/check_yaml -> origin/windows/check_yaml
[0:14:22] = [up to date] zh-cn -> origin/zh-cn
[0:14:22] = [up to date] zstanecic_tables -> origin/zstanecic_tables
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/liblouis/src'
[0:14:24] Checking out files: 25% (122/477)
[0:14:25] Checking out files: 50% (239/477)
[0:14:26] Checking out files: 73% (350/477)
[0:14:27] Checking out files: 77% (371/477)
[0:14:29] Checking out files: 78% (373/477)
[0:14:30] Checking out files: 79% (377/477)
[0:14:31] Checking out files: 92% (439/477)
[0:14:32] Checking out files: 100% (477/477)
[0:14:32] HEAD is now at 5f9c03f Update the release instructions
[0:14:33] Up-to-date; skipping checkout.
Checked out revision 5f9c03f2a3478561deb6ae4798175094be8a26c2
[0:14:34] Finished.
----------------------------------------
src/third_party/libphonenumber/src/test (Elapsed: 0:00:02)
----------------------------------------
[0:14:32] Started.
_____ src/third_party/libphonenumber/src/test at f351a7e007f9c9995494499120bbc361ca808a16
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/libphonenumber/src/test'
[0:14:33] From https://chromium.googlesource.com/external/libphonenumber/cpp/test
[0:14:33] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/libphonenumber/src/test'
[0:14:34] HEAD is now at f351a7e C++: Updated Geocoder documentation and tests
[0:14:34] Up-to-date; skipping checkout.
Checked out revision f351a7e007f9c9995494499120bbc361ca808a16
[0:14:35] Finished.
----------------------------------------
src/third_party/libpxc (Elapsed: 0:00:03)
----------------------------------------
[0:14:33] Started.
_____ src/third_party/libpxc at 568e4ecc969b4663e82034e71d08efdd5fa77e1a
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/libpxc'
[0:14:35] From https://github.com/crosswalk-project/libpxc
[0:14:35] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/libpxc'
[0:14:36] HEAD is now at 568e4ec Merge pull request #4 from huningxin/wm6
[0:14:36] Up-to-date; skipping checkout.
Checked out revision 568e4ecc969b4663e82034e71d08efdd5fa77e1a
[0:14:37] Finished.
----------------------------------------
src/third_party/libsrtp (Elapsed: 0:00:04)
----------------------------------------
[0:14:34] Started.
_____ src/third_party/libsrtp at ebfcc9ac562411e12487036820fb1cbcd4bbe670
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/libsrtp'
[0:14:35] From https://chromium.googlesource.com/chromium/deps/libsrtp
[0:14:35] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/libsrtp'
[0:14:37] HEAD is now at ebfcc9a Fix arm64 and mips missing -DCPU_CISC in BUILD.gn
[0:14:38] Up-to-date; skipping checkout.
Checked out revision ebfcc9ac562411e12487036820fb1cbcd4bbe670
[0:14:39] Finished.
----------------------------------------
src/third_party/libyuv (Elapsed: 0:00:05)
----------------------------------------
[0:14:37] Started.
_____ src/third_party/libyuv at fc52d8ded269e9cd40c7a763e36758a08f177da0
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/libyuv'
[0:14:38] From https://chromium.googlesource.com/libyuv/libyuv
[0:14:38] = [up to date] infra/config -> origin/infra/config
[0:14:38] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/libyuv'
[0:14:40] HEAD is now at fc52d8d Odd width variation of scale down by 2 for subsampling
[0:14:41] Up-to-date; skipping checkout.
Checked out revision fc52d8ded269e9cd40c7a763e36758a08f177da0
[0:14:42] Finished.
----------------------------------------
src/third_party/lss (Elapsed: 0:00:03)
----------------------------------------
[0:14:39] Started.
_____ src/third_party/lss at 4fc942258fe5509549333b9487ec018e3c8c5b10
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/lss'
[0:14:41] From https://chromium.googlesource.com/external/linux-syscall-support/lss
[0:14:41] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/lss'
[0:14:41] HEAD is now at 4fc9422 MIPS Android: use asm/sgidefs.h instead of sgidefs.h
[0:14:42] Up-to-date; skipping checkout.
Checked out revision 4fc942258fe5509549333b9487ec018e3c8c5b10
[0:14:42] Finished.
----------------------------------------
src/third_party/libwebm/source (Elapsed: 0:00:09)
----------------------------------------
[0:14:35] Started.
_____ src/third_party/libwebm/source at 75a6d2da8b63e0c446ec0ce1ac942c2962d959d7
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/libwebm/source'
[0:14:41] POST git-upload-pack (959 bytes)
[0:14:43] From https://chromium.googlesource.com/webm/libwebm
[0:14:43] 7d67446..87832d4 master -> origin/master
[0:14:43] = [up to date] sandbox/matthewjheaney/issue_399 -> origin/sandbox/matthewjheaney/issue_399
[0:14:43] = [up to date] sandbox/matthewjheaney/mkvstream -> origin/sandbox/matthewjheaney/mkvstream
[0:14:43] = [up to date] sandbox/matthewjheaney/webvtt_parser -> origin/sandbox/matthewjheaney/webvtt_parser
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/libwebm/source'
[0:14:43] HEAD is now at 75a6d2d sample_muxer: Don't write huge files.
[0:14:44] Up-to-date; skipping checkout.
Checked out revision 75a6d2da8b63e0c446ec0ce1ac942c2962d959d7
[0:14:44] Finished.
----------------------------------------
src/third_party/chromite (Elapsed: 0:02:47)
----------------------------------------
[0:11:59] Started.
_____ src/third_party/chromite at e19f83ba227bf1ec0077f5d3a816a415f1dd88d0
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/chromite'
[0:14:13] POST git-upload-pack (gzip 1059 to 609 bytes)
[0:14:22] From https://chromium.googlesource.com/chromiumos/chromite
[0:14:22] = [up to date] 0.11.241.B -> origin/0.11.241.B
[0:14:22] = [up to date] 0.11.257.B -> origin/0.11.257.B
[0:14:22] = [up to date] 0.11.257.B90 -> origin/0.11.257.B90
[0:14:22] = [up to date] 0.12.362.B -> origin/0.12.362.B
[0:14:22] = [up to date] 0.12.369.B -> origin/0.12.369.B
[0:14:22] = [up to date] 0.12.392.B -> origin/0.12.392.B
[0:14:22] = [up to date] 0.12.433.B -> origin/0.12.433.B
[0:14:22] = [up to date] 0.12.433.B109 -> origin/0.12.433.B109
[0:14:22] = [up to date] 0.12.433.B62 -> origin/0.12.433.B62
[0:14:22] = [up to date] 0.13.434.B -> origin/0.13.434.B
[0:14:22] = [up to date] 0.13.509.B -> origin/0.13.509.B
[0:14:22] = [up to date] 0.13.558.B -> origin/0.13.558.B
[0:14:22] = [up to date] 0.13.587.B -> origin/0.13.587.B
[0:14:22] = [up to date] 0.14.811.B -> origin/0.14.811.B
[0:14:22] = [up to date] 0.15.877.B -> origin/0.15.877.B
[0:14:22] = [up to date] 11.1.241.B -> origin/11.1.241.B
[0:14:22] = [up to date] 780.B -> origin/780.B
[0:14:22] = [up to date] addlkgmlogic -> origin/addlkgmlogic
[0:14:22] = [up to date] factory-1020.B -> origin/factory-1020.B
[0:14:22] = [up to date] factory-1235.B -> origin/factory-1235.B
[0:14:22] = [up to date] factory-1284.B -> origin/factory-1284.B
[0:14:22] = [up to date] factory-1412.B -> origin/factory-1412.B
[0:14:22] = [up to date] factory-1987.B -> origin/factory-1987.B
[0:14:22] = [up to date] factory-2268.16.B -> origin/factory-2268.16.B
[0:14:22] = [up to date] factory-2305.B -> origin/factory-2305.B
[0:14:22] = [up to date] factory-2338.B -> origin/factory-2338.B
[0:14:22] = [up to date] factory-2368.B -> origin/factory-2368.B
[0:14:22] = [up to date] factory-2394.B -> origin/factory-2394.B
[0:14:22] = [up to date] factory-2460.B -> origin/factory-2460.B
[0:14:22] = [up to date] factory-2475.B -> origin/factory-2475.B
[0:14:22] = [up to date] factory-2569.B -> origin/factory-2569.B
[0:14:22] = [up to date] factory-2717.B -> origin/factory-2717.B
[0:14:22] = [up to date] factory-2723.14.B -> origin/factory-2723.14.B
[0:14:22] = [up to date] factory-2846.B -> origin/factory-2846.B
[0:14:22] = [up to date] factory-2848.B -> origin/factory-2848.B
[0:14:22] = [up to date] factory-2914.B -> origin/factory-2914.B
[0:14:22] = [up to date] factory-2985.B -> origin/factory-2985.B
[0:14:22] = [up to date] factory-2993.B -> origin/factory-2993.B
[0:14:22] = [up to date] factory-3004.B -> origin/factory-3004.B
[0:14:22] = [up to date] factory-3536.B -> origin/factory-3536.B
[0:14:22] = [up to date] factory-4128.B -> origin/factory-4128.B
[0:14:22] = [up to date] factory-4290.B -> origin/factory-4290.B
[0:14:22] = [up to date] factory-4455.228.B -> origin/factory-4455.228.B
[0:14:22] = [up to date] factory-4455.B -> origin/factory-4455.B
[0:14:22] = [up to date] factory-980.B -> origin/factory-980.B
[0:14:22] = [up to date] factory-arkham-7077.113.B -> origin/factory-arkham-7077.113.B
[0:14:22] = [up to date] factory-auron-6459.B -> origin/factory-auron-6459.B
[0:14:22] = [up to date] factory-auron-6772.B -> origin/factory-auron-6772.B
[0:14:22] = [up to date] factory-beltino-5140.14.B -> origin/factory-beltino-5140.14.B
[0:14:22] = [up to date] factory-daisy-4731.81.B -> origin/factory-daisy-4731.81.B
[0:14:22] = [up to date] factory-glados-7657.B -> origin/factory-glados-7657.B
[0:14:22] = [up to date] factory-glados-7828.B -> origin/factory-glados-7828.B
[0:14:22] = [up to date] factory-monroe-5140.B -> origin/factory-monroe-5140.B
[0:14:22] = [up to date] factory-nyan-5772.B -> origin/factory-nyan-5772.B
[0:14:22] = [up to date] factory-oak-8141.B -> origin/factory-oak-8141.B
[0:14:22] e6e70fe..dd311b5 factory-oak-8182.B -> origin/factory-oak-8182.B
[0:14:22] = [up to date] factory-panther-4920.23.B -> origin/factory-panther-4920.23.B
[0:14:22] = [up to date] factory-pit-4280.B -> origin/factory-pit-4280.B
[0:14:22] = [up to date] factory-pit-4390.B -> origin/factory-pit-4390.B
[0:14:22] = [up to date] factory-pit-4471.B -> origin/factory-pit-4471.B
[0:14:22] = [up to date] factory-pit-5499.B -> origin/factory-pit-5499.B
[0:14:22] = [up to date] factory-rambi-5517.B -> origin/factory-rambi-5517.B
[0:14:22] = [up to date] factory-rambi-6420.B -> origin/factory-rambi-6420.B
[0:14:22] = [up to date] factory-ryu-6212.B -> origin/factory-ryu-6212.B
[0:14:22] = [up to date] factory-ryu-6486.1.B -> origin/factory-ryu-6486.1.B
[0:14:22] = [up to date] factory-ryu-6486.14.B -> origin/factory-ryu-6486.14.B
[0:14:22] = [up to date] factory-ryu-6486.B -> origin/factory-ryu-6486.B
[0:14:22] = [up to date] factory-samus-4788.B -> origin/factory-samus-4788.B
[0:14:22] = [up to date] factory-samus-5939.B -> origin/factory-samus-5939.B
[0:14:22] = [up to date] factory-samus-6207.B -> origin/factory-samus-6207.B
[0:14:22] = [up to date] factory-samus-6375.B -> origin/factory-samus-6375.B
[0:14:22] = [up to date] factory-samus-6658.B -> origin/factory-samus-6658.B
[0:14:22] = [up to date] factory-skate-4262.459.B -> origin/factory-skate-4262.459.B
[0:14:22] = [up to date] factory-smaug-7265.B -> origin/factory-smaug-7265.B
[0:14:22] = [up to date] factory-spring-3842.B -> origin/factory-spring-3842.B
[0:14:22] = [up to date] factory-spring-4131.B -> origin/factory-spring-4131.B
[0:14:22] = [up to date] factory-spring-4262.B -> origin/factory-spring-4262.B
[0:14:22] = [up to date] factory-storm-6269.B -> origin/factory-storm-6269.B
[0:14:22] = [up to date] factory-strago-7458.B -> origin/factory-strago-7458.B
[0:14:22] = [up to date] factory-test-7077.114.B -> origin/factory-test-7077.114.B
[0:14:22] = [up to date] factory-veyron-6591.B -> origin/factory-veyron-6591.B
[0:14:22] = [up to date] factory-veyron-7505.B -> origin/factory-veyron-7505.B
[0:14:22] = [up to date] factory-whirlwind-6509.B -> origin/factory-whirlwind-6509.B
[0:14:22] = [up to date] factory-whirlwind-6812.41.B -> origin/factory-whirlwind-6812.41.B
[0:14:22] = [up to date] factory-zako-5220.B -> origin/factory-zako-5220.B
[0:14:22] = [up to date] firmware-4389.71.B -> origin/firmware-4389.71.B
[0:14:22] = [up to date] firmware-881-u-boot-v1 -> origin/firmware-881-u-boot-v1
[0:14:22] = [up to date] firmware-auron-6301.B -> origin/firmware-auron-6301.B
[0:14:22] = [up to date] firmware-banjo-5216.334.B -> origin/firmware-banjo-5216.334.B
[0:14:22] = [up to date] firmware-bolt_kirby-4979.B -> origin/firmware-bolt_kirby-4979.B
[0:14:22] = [up to date] firmware-buddy-6301.202.B -> origin/firmware-buddy-6301.202.B
[0:14:22] = [up to date] firmware-butterfly-2788.B -> origin/firmware-butterfly-2788.B
[0:14:22] = [up to date] firmware-candy-5216.310.B -> origin/firmware-candy-5216.310.B
[0:14:22] = [up to date] firmware-celes-7287.92.B -> origin/firmware-celes-7287.92.B
[0:14:22] = [up to date] firmware-clapper-5216.199.B -> origin/firmware-clapper-5216.199.B
[0:14:22] = [up to date] firmware-clapper-5218.B -> origin/firmware-clapper-5218.B
[0:14:22] = [up to date] firmware-cyan-7287.57.B -> origin/firmware-cyan-7287.57.B
[0:14:22] = [up to date] firmware-edgar-7287.167.B -> origin/firmware-edgar-7287.167.B
[0:14:22] = [up to date] firmware-enguarde-5216.201.B -> origin/firmware-enguarde-5216.201.B
[0:14:22] = [up to date] firmware-expresso-5216.223.B -> origin/firmware-expresso-5216.223.B
[0:14:22] = [up to date] firmware-falco_peppy-4389.81.B -> origin/firmware-falco_peppy-4389.81.B
[0:14:22] = [up to date] firmware-falco_peppy-4389.B -> origin/firmware-falco_peppy-4389.B
[0:14:22] = [up to date] firmware-gandof-6301.155.B -> origin/firmware-gandof-6301.155.B
[0:14:22] = [up to date] firmware-glados-7820.B -> origin/firmware-glados-7820.B
[0:14:22] = [up to date] firmware-glimmer-5216.198.B -> origin/firmware-glimmer-5216.198.B
[0:14:22] = [up to date] firmware-glimmer-5217.B -> origin/firmware-glimmer-5217.B
[0:14:22] = [up to date] firmware-gnawty-5216.239.B -> origin/firmware-gnawty-5216.239.B
[0:14:22] = [up to date] firmware-guado-6301.108.B -> origin/firmware-guado-6301.108.B
[0:14:22] = [up to date] firmware-heli-5216.392.B -> origin/firmware-heli-5216.392.B
[0:14:22] = [up to date] firmware-kiev-2.112.B -> origin/firmware-kiev-2.112.B
[0:14:22] = [up to date] firmware-kip-5216.227.B -> origin/firmware-kip-5216.227.B
[0:14:22] = [up to date] firmware-kitty-5771.61.B -> origin/firmware-kitty-5771.61.B
[0:14:22] = [up to date] firmware-leon-4389.26.B -> origin/firmware-leon-4389.26.B
[0:14:22] = [up to date] firmware-leon-4389.61.B -> origin/firmware-leon-4389.61.B
[0:14:22] = [up to date] firmware-link-2348.B -> origin/firmware-link-2348.B
[0:14:22] = [up to date] firmware-link-2695.2.B -> origin/firmware-link-2695.2.B
[0:14:22] = [up to date] firmware-link-2695.B -> origin/firmware-link-2695.B
[0:14:22] = [up to date] firmware-lulu-6301.136.B -> origin/firmware-lulu-6301.136.B
[0:14:22] = [up to date] firmware-mccloud-5827.B -> origin/firmware-mccloud-5827.B
[0:14:22] = [up to date] firmware-monroe-4921.B -> origin/firmware-monroe-4921.B
[0:14:22] = [up to date] firmware-ninja-5216.383.B -> origin/firmware-ninja-5216.383.B
[0:14:22] = [up to date] firmware-nyan-5771.B -> origin/firmware-nyan-5771.B
[0:14:22] = [up to date] firmware-orco-5216.362.B -> origin/firmware-orco-5216.362.B
[0:14:22] = [up to date] firmware-paine-6301.58.B -> origin/firmware-paine-6301.58.B
[0:14:22] = [up to date] firmware-panther-4920.24.B -> origin/firmware-panther-4920.24.B
[0:14:22] = [up to date] firmware-parrot-2685.B -> origin/firmware-parrot-2685.B
[0:14:22] = [up to date] firmware-pit-4482.B -> origin/firmware-pit-4482.B
[0:14:22] = [up to date] firmware-quawks-5216.204.B -> origin/firmware-quawks-5216.204.B
[0:14:22] = [up to date] firmware-rambi-5216.B -> origin/firmware-rambi-5216.B
[0:14:22] = [up to date] firmware-reks-7287.133.B -> origin/firmware-reks-7287.133.B
[0:14:22] = [up to date] firmware-rikku-6301.110.B -> origin/firmware-rikku-6301.110.B
[0:14:22] = [up to date] firmware-samus-6300.B -> origin/firmware-samus-6300.B
[0:14:22] = [up to date] firmware-skate-3824.129.B -> origin/firmware-skate-3824.129.B
[0:14:22] = [up to date] firmware-smaug-7132.B -> origin/firmware-smaug-7132.B
[0:14:22] = [up to date] firmware-smaug-7900.B -> origin/firmware-smaug-7900.B
[0:14:22] = [up to date] firmware-snow-2695.90.B -> origin/firmware-snow-2695.90.B
[0:14:22] = [up to date] firmware-snow-2695.B -> origin/firmware-snow-2695.B
[0:14:22] = [up to date] firmware-spring-3824.4.B -> origin/firmware-spring-3824.4.B
[0:14:22] = [up to date] firmware-spring-3824.55.B -> origin/firmware-spring-3824.55.B
[0:14:22] = [up to date] firmware-spring-3824.84.B -> origin/firmware-spring-3824.84.B
[0:14:22] = [up to date] firmware-spring-3824.B -> origin/firmware-spring-3824.B
[0:14:22] = [up to date] firmware-spring-3833.B -> origin/firmware-spring-3833.B
[0:14:22] = [up to date] firmware-squawks-5216.152.B -> origin/firmware-squawks-5216.152.B
[0:14:22] = [up to date] firmware-storm-6315.B -> origin/firmware-storm-6315.B
[0:14:22] = [up to date] firmware-stout-2817.B -> origin/firmware-stout-2817.B
[0:14:22] = [up to date] firmware-strago-7287.B -> origin/firmware-strago-7287.B
[0:14:22] = [up to date] firmware-sumo-5216.382.B -> origin/firmware-sumo-5216.382.B
[0:14:22] = [up to date] firmware-swanky-5216.238.B -> origin/firmware-swanky-5216.238.B
[0:14:22] = [up to date] firmware-terra-7287.154.B -> origin/firmware-terra-7287.154.B
[0:14:22] = [up to date] firmware-tidus-6301.109.B -> origin/firmware-tidus-6301.109.B
[0:14:22] = [up to date] firmware-tricky-5829.B -> origin/firmware-tricky-5829.B
[0:14:22] = [up to date] firmware-u-boot-v1 -> origin/firmware-u-boot-v1
[0:14:22] = [up to date] firmware-uboot_v2-1299.B -> origin/firmware-uboot_v2-1299.B
[0:14:22] = [up to date] firmware-ultima-7287.131.B -> origin/firmware-ultima-7287.131.B
[0:14:22] = [up to date] firmware-veyron-6588.B -> origin/firmware-veyron-6588.B
[0:14:22] = [up to date] firmware-winky-5216.1.B -> origin/firmware-winky-5216.1.B
[0:14:22] = [up to date] firmware-winky-5216.265.B -> origin/firmware-winky-5216.265.B
[0:14:22] = [up to date] firmware-wolf-4389.24.B -> origin/firmware-wolf-4389.24.B
[0:14:22] = [up to date] firmware-yuna-6301.59.B -> origin/firmware-yuna-6301.59.B
[0:14:22] = [up to date] firmware-zako-5219.17.B -> origin/firmware-zako-5219.17.B
[0:14:22] = [up to date] firmware-zako-5219.B -> origin/firmware-zako-5219.B
[0:14:22] = [up to date] foo-test -> origin/foo-test
[0:14:22] = [up to date] infra/config -> origin/infra/config
[0:14:23] ba55a82..67f6799 master -> origin/master
[0:14:23] = [up to date] prod -> origin/prod
[0:14:23] = [up to date] release-1011.B -> origin/release-1011.B
[0:14:23] = [up to date] release-R16-1193.B -> origin/release-R16-1193.B
[0:14:23] = [up to date] release-R17-1412.B -> origin/release-R17-1412.B
[0:14:23] = [up to date] release-R18-1660.B -> origin/release-R18-1660.B
[0:14:23] = [up to date] release-R19-2046.B -> origin/release-R19-2046.B
[0:14:23] = [up to date] release-R20-2268.B -> origin/release-R20-2268.B
[0:14:23] = [up to date] release-R21-2465.B -> origin/release-R21-2465.B
[0:14:23] = [up to date] release-R22-2723.B -> origin/release-R22-2723.B
[0:14:23] = [up to date] release-R23-2913.B -> origin/release-R23-2913.B
[0:14:23] = [up to date] release-R25-3428.B -> origin/release-R25-3428.B
[0:14:23] = [up to date] release-R26-3701.B -> origin/release-R26-3701.B
[0:14:23] = [up to date] release-R27-3912.B -> origin/release-R27-3912.B
[0:14:23] = [up to date] release-R28-4100.B -> origin/release-R28-4100.B
[0:14:23] = [up to date] release-R29-4319.B -> origin/release-R29-4319.B
[0:14:23] = [up to date] release-R30-4537.B -> origin/release-R30-4537.B
[0:14:23] = [up to date] release-R31-4731.B -> origin/release-R31-4731.B
[0:14:23] = [up to date] release-R32-4920.B -> origin/release-R32-4920.B
[0:14:23] = [up to date] release-R33-5116.B -> origin/release-R33-5116.B
[0:14:23] = [up to date] release-R34-5500.B -> origin/release-R34-5500.B
[0:14:23] = [up to date] release-R35-5712.B -> origin/release-R35-5712.B
[0:14:23] = [up to date] release-R36-5841.B -> origin/release-R36-5841.B
[0:14:23] = [up to date] release-R37-5978.B -> origin/release-R37-5978.B
[0:14:23] = [up to date] release-R38-6158.B -> origin/release-R38-6158.B
[0:14:23] = [up to date] release-R39-6310.B -> origin/release-R39-6310.B
[0:14:23] = [up to date] release-R40-6457.B -> origin/release-R40-6457.B
[0:14:23] = [up to date] release-R41-6680.B -> origin/release-R41-6680.B
[0:14:23] = [up to date] release-R42-6812.B -> origin/release-R42-6812.B
[0:14:23] = [up to date] release-R43-6946.B -> origin/release-R43-6946.B
[0:14:23] = [up to date] release-R44-7077.B -> origin/release-R44-7077.B
[0:14:23] = [up to date] release-R45-7262.B -> origin/release-R45-7262.B
[0:14:23] = [up to date] release-R46-7390.B -> origin/release-R46-7390.B
[0:14:23] = [up to date] release-R47-7520.B -> origin/release-R47-7520.B
[0:14:23] = [up to date] release-R48-7647.B -> origin/release-R48-7647.B
[0:14:23] = [up to date] release-R49-7834.B -> origin/release-R49-7834.B
[0:14:23] = [up to date] release-R50-7978.B -> origin/release-R50-7978.B
[0:14:23] e4aa8af..3c5138e release-R51-8172.B -> origin/release-R51-8172.B
[0:14:23] = [up to date] stabilize -> origin/stabilize
[0:14:23] = [up to date] stabilize-3428.110.0 -> origin/stabilize-3428.110.0
[0:14:23] = [up to date] stabilize-3428.149 -> origin/stabilize-3428.149
[0:14:23] = [up to date] stabilize-3428.149.B -> origin/stabilize-3428.149.B
[0:14:23] = [up to date] stabilize-3428.193 -> origin/stabilize-3428.193
[0:14:23] = [up to date] stabilize-3658.0.0 -> origin/stabilize-3658.0.0
[0:14:23] = [up to date] stabilize-3701.30.0 -> origin/stabilize-3701.30.0
[0:14:23] = [up to date] stabilize-3701.30.0b -> origin/stabilize-3701.30.0b
[0:14:23] = [up to date] stabilize-3701.46.B -> origin/stabilize-3701.46.B
[0:14:23] = [up to date] stabilize-3701.81.B -> origin/stabilize-3701.81.B
[0:14:23] = [up to date] stabilize-3881.0.B -> origin/stabilize-3881.0.B
[0:14:23] = [up to date] stabilize-3912.79.B -> origin/stabilize-3912.79.B
[0:14:23] = [up to date] stabilize-4008.0.B -> origin/stabilize-4008.0.B
[0:14:23] = [up to date] stabilize-4035.0.B -> origin/stabilize-4035.0.B
[0:14:23] = [up to date] stabilize-4068.0.B -> origin/stabilize-4068.0.B
[0:14:23] = [up to date] stabilize-4100.38.B -> origin/stabilize-4100.38.B
[0:14:23] = [up to date] stabilize-4255.B -> origin/stabilize-4255.B
[0:14:23] = [up to date] stabilize-4287.B -> origin/stabilize-4287.B
[0:14:23] = [up to date] stabilize-4443.B -> origin/stabilize-4443.B
[0:14:23] = [up to date] stabilize-4512.B -> origin/stabilize-4512.B
[0:14:23] = [up to date] stabilize-4537.118.B -> origin/stabilize-4537.118.B
[0:14:23] = [up to date] stabilize-4537.147.B -> origin/stabilize-4537.147.B
[0:14:23] = [up to date] stabilize-4636.B -> origin/stabilize-4636.B
[0:14:23] = [up to date] stabilize-4701.B -> origin/stabilize-4701.B
[0:14:23] = [up to date] stabilize-4731.31.B -> origin/stabilize-4731.31.B
[0:14:23] = [up to date] stabilize-4731.62.B -> origin/stabilize-4731.62.B
[0:14:23] = [up to date] stabilize-4731.85.B -> origin/stabilize-4731.85.B
[0:14:23] = [up to date] stabilize-4825.B -> origin/stabilize-4825.B
[0:14:23] = [up to date] stabilize-4856.B -> origin/stabilize-4856.B
[0:14:23] = [up to date] stabilize-4886.B -> origin/stabilize-4886.B
[0:14:23] = [up to date] stabilize-4920.6.B -> origin/stabilize-4920.6.B
[0:14:23] = [up to date] stabilize-5062.B -> origin/stabilize-5062.B
[0:14:23] = [up to date] stabilize-5085.B -> origin/stabilize-5085.B
[0:14:23] = [up to date] stabilize-5116.113.B -> origin/stabilize-5116.113.B
[0:14:23] = [up to date] stabilize-5116.115.B -> origin/stabilize-5116.115.B
[0:14:23] = [up to date] stabilize-5116.53.B -> origin/stabilize-5116.53.B
[0:14:23] = [up to date] stabilize-5116.88.B -> origin/stabilize-5116.88.B
[0:14:23] = [up to date] stabilize-5254.B -> origin/stabilize-5254.B
[0:14:23] = [up to date] stabilize-5339.B -> origin/stabilize-5339.B
[0:14:23] = [up to date] stabilize-5412.B -> origin/stabilize-5412.B
[0:14:23] = [up to date] stabilize-5414.B -> origin/stabilize-5414.B
[0:14:23] = [up to date] stabilize-5463.B -> origin/stabilize-5463.B
[0:14:23] = [up to date] stabilize-5500.100.B -> origin/stabilize-5500.100.B
[0:14:23] = [up to date] stabilize-5500.130.B -> origin/stabilize-5500.130.B
[0:14:23] = [up to date] stabilize-5500.26.B -> origin/stabilize-5500.26.B
[0:14:23] = [up to date] stabilize-5500.71.B -> origin/stabilize-5500.71.B
[0:14:23] = [up to date] stabilize-5511.B -> origin/stabilize-5511.B
[0:14:23] = [up to date] stabilize-5579.B -> origin/stabilize-5579.B
[0:14:23] = [up to date] stabilize-5656.B -> origin/stabilize-5656.B
[0:14:23] = [up to date] stabilize-5680.B -> origin/stabilize-5680.B
[0:14:23] = [up to date] stabilize-5696.B -> origin/stabilize-5696.B
[0:14:23] = [up to date] stabilize-5712.49.B -> origin/stabilize-5712.49.B
[0:14:23] = [up to date] stabilize-5712.61.B -> origin/stabilize-5712.61.B
[0:14:23] = [up to date] stabilize-5712.8.B -> origin/stabilize-5712.8.B
[0:14:23] = [up to date] stabilize-5712.89.B -> origin/stabilize-5712.89.B
[0:14:23] = [up to date] stabilize-5784.0.B -> origin/stabilize-5784.0.B
[0:14:23] = [up to date] stabilize-5791.0.B -> origin/stabilize-5791.0.B
[0:14:23] = [up to date] stabilize-5807.0.B -> origin/stabilize-5807.0.B
[0:14:23] = [up to date] stabilize-5828.0.B -> origin/stabilize-5828.0.B
[0:14:23] = [up to date] stabilize-5841.76.B -> origin/stabilize-5841.76.B
[0:14:23] = [up to date] stabilize-5841.83.B -> origin/stabilize-5841.83.B
[0:14:23] = [up to date] stabilize-5875.B -> origin/stabilize-5875.B
[0:14:23] = [up to date] stabilize-5899.B -> origin/stabilize-5899.B
[0:14:23] = [up to date] stabilize-5942.B -> origin/stabilize-5942.B
[0:14:23] = [up to date] stabilize-5943.B -> origin/stabilize-5943.B
[0:14:23] = [up to date] stabilize-5944.B -> origin/stabilize-5944.B
[0:14:23] = [up to date] stabilize-6082.B -> origin/stabilize-6082.B
[0:14:23] = [up to date] stabilize-6092.B -> origin/stabilize-6092.B
[0:14:23] = [up to date] stabilize-6146.B -> origin/stabilize-6146.B
[0:14:23] = [up to date] stabilize-6297.B -> origin/stabilize-6297.B
[0:14:23] = [up to date] stabilize-6310.69.B -> origin/stabilize-6310.69.B
[0:14:23] = [up to date] stabilize-6412.B -> origin/stabilize-6412.B
[0:14:23] = [up to date] stabilize-6415.B -> origin/stabilize-6415.B
[0:14:23] = [up to date] stabilize-6436.B -> origin/stabilize-6436.B
[0:14:23] = [up to date] stabilize-6480.B -> origin/stabilize-6480.B
[0:14:23] = [up to date] stabilize-6592.B -> origin/stabilize-6592.B
[0:14:23] = [up to date] stabilize-6662.B -> origin/stabilize-6662.B
[0:14:23] = [up to date] stabilize-6670.B -> origin/stabilize-6670.B
[0:14:23] = [up to date] stabilize-6680.78.B -> origin/stabilize-6680.78.B
[0:14:23] = [up to date] stabilize-6680.79.B -> origin/stabilize-6680.79.B
[0:14:23] = [up to date] stabilize-6736.B -> origin/stabilize-6736.B
[0:14:23] = [up to date] stabilize-6752.B -> origin/stabilize-6752.B
[0:14:23] = [up to date] stabilize-6771.B -> origin/stabilize-6771.B
[0:14:23] = [up to date] stabilize-6783.B -> origin/stabilize-6783.B
[0:14:23] = [up to date] stabilize-6812.13.B -> origin/stabilize-6812.13.B
[0:14:23] = [up to date] stabilize-6812.14.B -> origin/stabilize-6812.14.B
[0:14:23] = [up to date] stabilize-6812.15.B -> origin/stabilize-6812.15.B
[0:14:23] = [up to date] stabilize-6812.29.B -> origin/stabilize-6812.29.B
[0:14:23] = [up to date] stabilize-6812.34.B -> origin/stabilize-6812.34.B
[0:14:23] = [up to date] stabilize-6812.41.B -> origin/stabilize-6812.41.B
[0:14:23] = [up to date] stabilize-6812.75.B -> origin/stabilize-6812.75.B
[0:14:23] = [up to date] stabilize-6812.83.B -> origin/stabilize-6812.83.B
[0:14:23] = [up to date] stabilize-6812.85.B -> origin/stabilize-6812.85.B
[0:14:23] = [up to date] stabilize-6835.B -> origin/stabilize-6835.B
[0:14:23] = [up to date] stabilize-6842.B -> origin/stabilize-6842.B
[0:14:23] = [up to date] stabilize-6909.B -> origin/stabilize-6909.B
[0:14:23] = [up to date] stabilize-6912.B -> origin/stabilize-6912.B
[0:14:23] = [up to date] stabilize-6915.B -> origin/stabilize-6915.B
[0:14:23] = [up to date] stabilize-6919.B -> origin/stabilize-6919.B
[0:14:23] = [up to date] stabilize-6937.B -> origin/stabilize-6937.B
[0:14:23] = [up to date] stabilize-6946.55.B -> origin/stabilize-6946.55.B
[0:14:23] = [up to date] stabilize-6996.B -> origin/stabilize-6996.B
[0:14:23] = [up to date] stabilize-7018.B -> origin/stabilize-7018.B
[0:14:23] = [up to date] stabilize-7019.B -> origin/stabilize-7019.B
[0:14:23] = [up to date] stabilize-7039.B -> origin/stabilize-7039.B
[0:14:23] = [up to date] stabilize-7059.B -> origin/stabilize-7059.B
[0:14:23] = [up to date] stabilize-7060.B -> origin/stabilize-7060.B
[0:14:23] = [up to date] stabilize-7077.111.B -> origin/stabilize-7077.111.B
[0:14:23] = [up to date] stabilize-7077.122.B -> origin/stabilize-7077.122.B
[0:14:23] = [up to date] stabilize-7077.123.B -> origin/stabilize-7077.123.B
[0:14:23] = [up to date] stabilize-7077.134.B -> origin/stabilize-7077.134.B
[0:14:23] = [up to date] stabilize-7131.B -> origin/stabilize-7131.B
[0:14:23] = [up to date] stabilize-7134.B -> origin/stabilize-7134.B
[0:14:23] = [up to date] stabilize-7155.B -> origin/stabilize-7155.B
[0:14:23] = [up to date] stabilize-7173.B -> origin/stabilize-7173.B
[0:14:23] = [up to date] stabilize-7199.B -> origin/stabilize-7199.B
[0:14:23] = [up to date] stabilize-7202.B -> origin/stabilize-7202.B
[0:14:23] = [up to date] stabilize-7204.B -> origin/stabilize-7204.B
[0:14:23] = [up to date] stabilize-7356.B -> origin/stabilize-7356.B
[0:14:23] = [up to date] stabilize-7374.B -> origin/stabilize-7374.B
[0:14:23] = [up to date] stabilize-7390.59.B -> origin/stabilize-7390.59.B
[0:14:23] = [up to date] stabilize-7390.68.B -> origin/stabilize-7390.68.B
[0:14:23] = [up to date] stabilize-7442.B -> origin/stabilize-7442.B
[0:14:23] = [up to date] stabilize-7520.49.B -> origin/stabilize-7520.49.B
[0:14:23] = [up to date] stabilize-7520.63.B -> origin/stabilize-7520.63.B
[0:14:23] = [up to date] stabilize-7520.67.B -> origin/stabilize-7520.67.B
[0:14:23] = [up to date] stabilize-7628.B -> origin/stabilize-7628.B
[0:14:23] = [up to date] stabilize-7647.32.B -> origin/stabilize-7647.32.B
[0:14:23] = [up to date] stabilize-7647.72.B -> origin/stabilize-7647.72.B
[0:14:23] = [up to date] stabilize-7647.74.B -> origin/stabilize-7647.74.B
[0:14:23] = [up to date] stabilize-7729.B -> origin/stabilize-7729.B
[0:14:23] = [up to date] stabilize-7797.B -> origin/stabilize-7797.B
[0:14:23] = [up to date] stabilize-7821.B -> origin/stabilize-7821.B
[0:14:23] = [up to date] stabilize-7834.66.B -> origin/stabilize-7834.66.B
[0:14:23] = [up to date] stabilize-7907.B -> origin/stabilize-7907.B
[0:14:23] = [up to date] stabilize-7912.B -> origin/stabilize-7912.B
[0:14:23] = [up to date] stabilize-7956.B -> origin/stabilize-7956.B
[0:14:23] = [up to date] stabilize-7978.18.B -> origin/stabilize-7978.18.B
[0:14:23] = [up to date] stabilize-7978.B -> origin/stabilize-7978.B
[0:14:23] = [up to date] stabilize-8104.B -> origin/stabilize-8104.B
[0:14:23] = [up to date] stabilize-R33-4982.B -> origin/stabilize-R33-4982.B
[0:14:23] = [up to date] stabilize-bluetooth-smart -> origin/stabilize-bluetooth-smart
[0:14:23] = [up to date] stabilize-daisy -> origin/stabilize-daisy
[0:14:23] = [up to date] stabilize-daisy-4319.96.B -> origin/stabilize-daisy-4319.96.B
[0:14:23] = [up to date] stabilize-falco-4537.91.B -> origin/stabilize-falco-4537.91.B
[0:14:23] = [up to date] stabilize-gnawty-5841.84.B -> origin/stabilize-gnawty-5841.84.B
[0:14:23] = [up to date] stabilize-jetstream-7390.54.B -> origin/stabilize-jetstream-7390.54.B
[0:14:23] = [up to date] stabilize-jetstream-7390.62.B -> origin/stabilize-jetstream-7390.62.B
[0:14:23] = [up to date] stabilize-js-6812.21.B -> origin/stabilize-js-6812.21.B
[0:14:23] = [up to date] stabilize-js-6812.25.B -> origin/stabilize-js-6812.25.B
[0:14:23] = [up to date] stabilize-js-6812.26.B -> origin/stabilize-js-6812.26.B
[0:14:23] = [up to date] stabilize-link -> origin/stabilize-link
[0:14:23] = [up to date] stabilize-link-2913.278 -> origin/stabilize-link-2913.278
[0:14:23] = [up to date] stabilize-smaug-7547.B -> origin/stabilize-smaug-7547.B
[0:14:23] = [up to date] stabilize-smaug-7566.B -> origin/stabilize-smaug-7566.B
[0:14:23] = [up to date] stabilize-smaug-7731.B -> origin/stabilize-smaug-7731.B
[0:14:23] = [up to date] stabilize-smaug-7800.B -> origin/stabilize-smaug-7800.B
[0:14:23] = [up to date] stabilize-smaug-7897.B -> origin/stabilize-smaug-7897.B
[0:14:23] = [up to date] stabilize-spring-4100.53.B -> origin/stabilize-spring-4100.53.B
[0:14:23] = [up to date] stabilize-springlte-5116.46.B -> origin/stabilize-springlte-5116.46.B
[0:14:23] = [up to date] stabilize-storm-6683.B -> origin/stabilize-storm-6683.B
[0:14:23] = [up to date] stabilize-swanky-5841.55.B -> origin/stabilize-swanky-5841.55.B
[0:14:23] = [up to date] stabilize-zako-5712.88.B -> origin/stabilize-zako-5712.88.B
[0:14:23] = [up to date] stabilize.5978.51.B -> origin/stabilize.5978.51.B
[0:14:23] = [up to date] stabilize.5978.98.B -> origin/stabilize.5978.98.B
[0:14:23] = [up to date] stabilize.59781.98.B -> origin/stabilize.59781.98.B
[0:14:23] = [up to date] stabilize2 -> origin/stabilize2
[0:14:23] = [up to date] stabilze-7441.B -> origin/stabilze-7441.B
[0:14:23] = [up to date] test-4980.B -> origin/test-4980.B
[0:14:23] = [up to date] test-5394.B -> origin/test-5394.B
[0:14:23] = [up to date] test-5619.B -> origin/test-5619.B
[0:14:23] = [up to date] test-982.B -> origin/test-982.B
[0:14:23] = [up to date] toolchain-3428.65.B -> origin/toolchain-3428.65.B
[0:14:23] = [up to date] toolchain-3701.42.B -> origin/toolchain-3701.42.B
[0:14:23] = [up to date] toolchainA -> origin/toolchainA
[0:14:23] = [up to date] toolchainB -> origin/toolchainB
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/chromite'
[0:14:27] Checking out files: 8% (122/1441)
[0:14:28] Checking out files: 10% (145/1441)
[0:14:29] Checking out files: 17% (245/1441)
[0:14:30] Checking out files: 24% (346/1441)
[0:14:31] Checking out files: 31% (447/1441)
[0:14:32] Checking out files: 38% (548/1441)
[0:14:33] Checking out files: 45% (649/1441)
[0:14:34] Checking out files: 52% (750/1441)
[0:14:35] Checking out files: 60% (865/1441)
[0:14:36] Checking out files: 69% (995/1441)
[0:14:37] Checking out files: 78% (1124/1441)
[0:14:38] Checking out files: 88% (1269/1441)
[0:14:39] Checking out files: 97% (1398/1441)
[0:14:39] Checking out files: 100% (1441/1441)
[0:14:40] HEAD is now at e19f83b brillo: Remove Brillo CLI entry points.
[0:14:44] Up-to-date; skipping checkout.
Checked out revision e19f83ba227bf1ec0077f5d3a816a415f1dd88d0
[0:14:47] Finished.
----------------------------------------
src/third_party/minigbm/src (Elapsed: 0:00:08)
----------------------------------------
[0:14:42] Started.
_____ src/third_party/minigbm/src at f9d2ab79a15a1bb6a1307f3b608964c81c27791b
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/minigbm/src'
[0:14:49] From https://chromium.googlesource.com/chromiumos/platform/minigbm
[0:14:49] = [up to date] factory-arkham-7077.113.B -> origin/factory-arkham-7077.113.B
[0:14:49] = [up to date] factory-auron-6459.B -> origin/factory-auron-6459.B
[0:14:49] = [up to date] factory-auron-6772.B -> origin/factory-auron-6772.B
[0:14:49] = [up to date] factory-glados-7657.B -> origin/factory-glados-7657.B
[0:14:49] = [up to date] factory-glados-7828.B -> origin/factory-glados-7828.B
[0:14:49] = [up to date] factory-oak-8141.B -> origin/factory-oak-8141.B
[0:14:49] = [up to date] factory-oak-8182.B -> origin/factory-oak-8182.B
[0:14:49] = [up to date] factory-rambi-6420.B -> origin/factory-rambi-6420.B
[0:14:49] = [up to date] factory-ryu-6486.1.B -> origin/factory-ryu-6486.1.B
[0:14:49] = [up to date] factory-ryu-6486.14.B -> origin/factory-ryu-6486.14.B
[0:14:49] = [up to date] factory-ryu-6486.B -> origin/factory-ryu-6486.B
[0:14:49] = [up to date] factory-samus-6375.B -> origin/factory-samus-6375.B
[0:14:49] = [up to date] factory-samus-6658.B -> origin/factory-samus-6658.B
[0:14:49] = [up to date] factory-smaug-7265.B -> origin/factory-smaug-7265.B
[0:14:49] = [up to date] factory-strago-7458.B -> origin/factory-strago-7458.B
[0:14:49] = [up to date] factory-test-7077.114.B -> origin/factory-test-7077.114.B
[0:14:49] = [up to date] factory-veyron-6591.B -> origin/factory-veyron-6591.B
[0:14:49] = [up to date] factory-veyron-7505.B -> origin/factory-veyron-7505.B
[0:14:49] = [up to date] factory-whirlwind-6509.B -> origin/factory-whirlwind-6509.B
[0:14:49] = [up to date] factory-whirlwind-6812.41.B -> origin/factory-whirlwind-6812.41.B
[0:14:49] = [up to date] firmware-auron-6301.B -> origin/firmware-auron-6301.B
[0:14:49] = [up to date] firmware-buddy-6301.202.B -> origin/firmware-buddy-6301.202.B
[0:14:49] = [up to date] firmware-celes-7287.92.B -> origin/firmware-celes-7287.92.B
[0:14:49] = [up to date] firmware-cyan-7287.57.B -> origin/firmware-cyan-7287.57.B
[0:14:49] = [up to date] firmware-edgar-7287.167.B -> origin/firmware-edgar-7287.167.B
[0:14:49] = [up to date] firmware-gandof-6301.155.B -> origin/firmware-gandof-6301.155.B
[0:14:49] = [up to date] firmware-glados-7820.B -> origin/firmware-glados-7820.B
[0:14:49] = [up to date] firmware-guado-6301.108.B -> origin/firmware-guado-6301.108.B
[0:14:49] = [up to date] firmware-lulu-6301.136.B -> origin/firmware-lulu-6301.136.B
[0:14:49] = [up to date] firmware-paine-6301.58.B -> origin/firmware-paine-6301.58.B
[0:14:49] = [up to date] firmware-reks-7287.133.B -> origin/firmware-reks-7287.133.B
[0:14:49] = [up to date] firmware-rikku-6301.110.B -> origin/firmware-rikku-6301.110.B
[0:14:49] = [up to date] firmware-samus-6300.B -> origin/firmware-samus-6300.B
[0:14:49] = [up to date] firmware-smaug-7132.B -> origin/firmware-smaug-7132.B
[0:14:49] = [up to date] firmware-smaug-7900.B -> origin/firmware-smaug-7900.B
[0:14:49] = [up to date] firmware-storm-6315.B -> origin/firmware-storm-6315.B
[0:14:49] = [up to date] firmware-strago-7287.B -> origin/firmware-strago-7287.B
[0:14:49] = [up to date] firmware-terra-7287.154.B -> origin/firmware-terra-7287.154.B
[0:14:49] = [up to date] firmware-tidus-6301.109.B -> origin/firmware-tidus-6301.109.B
[0:14:49] = [up to date] firmware-ultima-7287.131.B -> origin/firmware-ultima-7287.131.B
[0:14:49] = [up to date] firmware-veyron-6588.B -> origin/firmware-veyron-6588.B
[0:14:49] = [up to date] firmware-yuna-6301.59.B -> origin/firmware-yuna-6301.59.B
[0:14:49] = [up to date] foo-test -> origin/foo-test
[0:14:49] = [up to date] master -> origin/master
[0:14:49] = [up to date] release-R39-6310.B -> origin/release-R39-6310.B
[0:14:49] = [up to date] release-R40-6457.B -> origin/release-R40-6457.B
[0:14:49] = [up to date] release-R41-6680.B -> origin/release-R41-6680.B
[0:14:49] = [up to date] release-R42-6812.B -> origin/release-R42-6812.B
[0:14:49] = [up to date] release-R43-6946.B -> origin/release-R43-6946.B
[0:14:49] = [up to date] release-R44-7077.B -> origin/release-R44-7077.B
[0:14:49] = [up to date] release-R45-7262.B -> origin/release-R45-7262.B
[0:14:49] = [up to date] release-R46-7390.B -> origin/release-R46-7390.B
[0:14:49] = [up to date] release-R47-7520.B -> origin/release-R47-7520.B
[0:14:49] = [up to date] release-R48-7647.B -> origin/release-R48-7647.B
[0:14:49] = [up to date] release-R49-7834.B -> origin/release-R49-7834.B
[0:14:49] = [up to date] release-R50-7978.B -> origin/release-R50-7978.B
[0:14:49] = [up to date] release-R51-8172.B -> origin/release-R51-8172.B
[0:14:49] = [up to date] stabilize-6297.B -> origin/stabilize-6297.B
[0:14:49] = [up to date] stabilize-6310.69.B -> origin/stabilize-6310.69.B
[0:14:49] = [up to date] stabilize-6412.B -> origin/stabilize-6412.B
[0:14:49] = [up to date] stabilize-6415.B -> origin/stabilize-6415.B
[0:14:49] = [up to date] stabilize-6436.B -> origin/stabilize-6436.B
[0:14:49] = [up to date] stabilize-6480.B -> origin/stabilize-6480.B
[0:14:49] = [up to date] stabilize-6592.B -> origin/stabilize-6592.B
[0:14:49] = [up to date] stabilize-6662.B -> origin/stabilize-6662.B
[0:14:49] = [up to date] stabilize-6670.B -> origin/stabilize-6670.B
[0:14:49] = [up to date] stabilize-6680.78.B -> origin/stabilize-6680.78.B
[0:14:49] = [up to date] stabilize-6680.79.B -> origin/stabilize-6680.79.B
[0:14:49] = [up to date] stabilize-6736.B -> origin/stabilize-6736.B
[0:14:49] = [up to date] stabilize-6752.B -> origin/stabilize-6752.B
[0:14:49] = [up to date] stabilize-6771.B -> origin/stabilize-6771.B
[0:14:49] = [up to date] stabilize-6783.B -> origin/stabilize-6783.B
[0:14:49] = [up to date] stabilize-6812.13.B -> origin/stabilize-6812.13.B
[0:14:49] = [up to date] stabilize-6812.14.B -> origin/stabilize-6812.14.B
[0:14:49] = [up to date] stabilize-6812.15.B -> origin/stabilize-6812.15.B
[0:14:49] = [up to date] stabilize-6812.29.B -> origin/stabilize-6812.29.B
[0:14:49] = [up to date] stabilize-6812.34.B -> origin/stabilize-6812.34.B
[0:14:49] = [up to date] stabilize-6812.41.B -> origin/stabilize-6812.41.B
[0:14:49] = [up to date] stabilize-6812.75.B -> origin/stabilize-6812.75.B
[0:14:49] = [up to date] stabilize-6812.83.B -> origin/stabilize-6812.83.B
[0:14:49] = [up to date] stabilize-6812.85.B -> origin/stabilize-6812.85.B
[0:14:49] = [up to date] stabilize-6835.B -> origin/stabilize-6835.B
[0:14:49] = [up to date] stabilize-6842.B -> origin/stabilize-6842.B
[0:14:49] = [up to date] stabilize-6909.B -> origin/stabilize-6909.B
[0:14:49] = [up to date] stabilize-6912.B -> origin/stabilize-6912.B
[0:14:49] = [up to date] stabilize-6915.B -> origin/stabilize-6915.B
[0:14:49] = [up to date] stabilize-6919.B -> origin/stabilize-6919.B
[0:14:49] = [up to date] stabilize-6937.B -> origin/stabilize-6937.B
[0:14:49] = [up to date] stabilize-6946.55.B -> origin/stabilize-6946.55.B
[0:14:49] = [up to date] stabilize-6996.B -> origin/stabilize-6996.B
[0:14:49] = [up to date] stabilize-7018.B -> origin/stabilize-7018.B
[0:14:49] = [up to date] stabilize-7019.B -> origin/stabilize-7019.B
[0:14:49] = [up to date] stabilize-7039.B -> origin/stabilize-7039.B
[0:14:49] = [up to date] stabilize-7059.B -> origin/stabilize-7059.B
[0:14:49] = [up to date] stabilize-7060.B -> origin/stabilize-7060.B
[0:14:49] = [up to date] stabilize-7077.111.B -> origin/stabilize-7077.111.B
[0:14:49] = [up to date] stabilize-7077.122.B -> origin/stabilize-7077.122.B
[0:14:49] = [up to date] stabilize-7077.123.B -> origin/stabilize-7077.123.B
[0:14:49] = [up to date] stabilize-7077.134.B -> origin/stabilize-7077.134.B
[0:14:49] = [up to date] stabilize-7131.B -> origin/stabilize-7131.B
[0:14:49] = [up to date] stabilize-7134.B -> origin/stabilize-7134.B
[0:14:49] = [up to date] stabilize-7155.B -> origin/stabilize-7155.B
[0:14:49] = [up to date] stabilize-7173.B -> origin/stabilize-7173.B
[0:14:49] = [up to date] stabilize-7199.B -> origin/stabilize-7199.B
[0:14:49] = [up to date] stabilize-7202.B -> origin/stabilize-7202.B
[0:14:49] = [up to date] stabilize-7204.B -> origin/stabilize-7204.B
[0:14:49] = [up to date] stabilize-7356.B -> origin/stabilize-7356.B
[0:14:49] = [up to date] stabilize-7374.B -> origin/stabilize-7374.B
[0:14:49] = [up to date] stabilize-7390.59.B -> origin/stabilize-7390.59.B
[0:14:49] = [up to date] stabilize-7390.68.B -> origin/stabilize-7390.68.B
[0:14:49] = [up to date] stabilize-7442.B -> origin/stabilize-7442.B
[0:14:49] = [up to date] stabilize-7520.49.B -> origin/stabilize-7520.49.B
[0:14:49] = [up to date] stabilize-7520.63.B -> origin/stabilize-7520.63.B
[0:14:49] = [up to date] stabilize-7520.67.B -> origin/stabilize-7520.67.B
[0:14:49] = [up to date] stabilize-7628.B -> origin/stabilize-7628.B
[0:14:49] = [up to date] stabilize-7647.32.B -> origin/stabilize-7647.32.B
[0:14:49] = [up to date] stabilize-7647.72.B -> origin/stabilize-7647.72.B
[0:14:49] = [up to date] stabilize-7647.74.B -> origin/stabilize-7647.74.B
[0:14:49] = [up to date] stabilize-7729.B -> origin/stabilize-7729.B
[0:14:49] = [up to date] stabilize-7797.B -> origin/stabilize-7797.B
[0:14:49] = [up to date] stabilize-7821.B -> origin/stabilize-7821.B
[0:14:49] = [up to date] stabilize-7834.66.B -> origin/stabilize-7834.66.B
[0:14:49] = [up to date] stabilize-7907.B -> origin/stabilize-7907.B
[0:14:49] = [up to date] stabilize-7912.B -> origin/stabilize-7912.B
[0:14:49] = [up to date] stabilize-7956.B -> origin/stabilize-7956.B
[0:14:49] = [up to date] stabilize-7978.18.B -> origin/stabilize-7978.18.B
[0:14:49] = [up to date] stabilize-7978.B -> origin/stabilize-7978.B
[0:14:49] = [up to date] stabilize-8104.B -> origin/stabilize-8104.B
[0:14:49] = [up to date] stabilize-jetstream-7390.54.B -> origin/stabilize-jetstream-7390.54.B
[0:14:49] = [up to date] stabilize-jetstream-7390.62.B -> origin/stabilize-jetstream-7390.62.B
[0:14:49] = [up to date] stabilize-js-6812.21.B -> origin/stabilize-js-6812.21.B
[0:14:49] = [up to date] stabilize-js-6812.25.B -> origin/stabilize-js-6812.25.B
[0:14:49] = [up to date] stabilize-js-6812.26.B -> origin/stabilize-js-6812.26.B
[0:14:49] = [up to date] stabilize-smaug-7547.B -> origin/stabilize-smaug-7547.B
[0:14:49] = [up to date] stabilize-smaug-7566.B -> origin/stabilize-smaug-7566.B
[0:14:49] = [up to date] stabilize-smaug-7731.B -> origin/stabilize-smaug-7731.B
[0:14:49] = [up to date] stabilize-smaug-7800.B -> origin/stabilize-smaug-7800.B
[0:14:49] = [up to date] stabilize-smaug-7897.B -> origin/stabilize-smaug-7897.B
[0:14:49] = [up to date] stabilize-storm-6683.B -> origin/stabilize-storm-6683.B
[0:14:49] = [up to date] stabilze-7441.B -> origin/stabilze-7441.B
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/minigbm/src'
[0:14:50] HEAD is now at f9d2ab7 minigbm: add spew on IOCTL failures.
[0:14:50] Up-to-date; skipping checkout.
Checked out revision f9d2ab79a15a1bb6a1307f3b608964c81c27791b
[0:14:51] Finished.
----------------------------------------
src/third_party/openmax_dl (Elapsed: 0:00:06)
----------------------------------------
[0:14:51] Started.
_____ src/third_party/openmax_dl at ff8766d39ce6b9c1c59fd6b752833e138852e778
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/openmax_dl'
[0:14:52] From https://chromium.googlesource.com/external/webrtc/deps/third_party/openmax
[0:14:52] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/openmax_dl'
[0:14:54] Checking out files: 47% (73/155)
[0:14:55] Checking out files: 94% (146/155)
[0:14:55] Checking out files: 100% (155/155)
[0:14:55] HEAD is now at ff8766d GN: Mark dl sourceset as non-chromium code to silence compiler warnings
[0:14:56] Up-to-date; skipping checkout.
Checked out revision ff8766d39ce6b9c1c59fd6b752833e138852e778
[0:14:57] Finished.
----------------------------------------
src/third_party/opus/src (Elapsed: 0:00:11)
----------------------------------------
[0:14:57] Started.
_____ src/third_party/opus/src at cae696156f1e60006e39821e79a1811ae1933c69
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/opus/src'
[0:15:00] POST git-upload-pack (1009 bytes)
[0:15:02] From https://chromium.googlesource.com/chromium/deps/opus
[0:15:02] = [up to date] 1.0.1 -> origin/1.0.1
[0:15:02] = [up to date] 1.0.x -> origin/1.0.x
[0:15:02] = [up to date] 1.1.1 -> origin/1.1.1
[0:15:02] = [up to date] 1.1.2 -> origin/1.1.2
[0:15:02] = [up to date] burg_optimization -> origin/burg_optimization
[0:15:02] = [up to date] cng_fix -> origin/cng_fix
[0:15:02] = [up to date] cng_fix2 -> origin/cng_fix2
[0:15:02] = [up to date] exp-highpass -> origin/exp-highpass
[0:15:02] = [up to date] exp_analysis -> origin/exp_analysis
[0:15:02] = [up to date] exp_analysis6 -> origin/exp_analysis6
[0:15:02] = [up to date] exp_analysis7 -> origin/exp_analysis7
[0:15:02] = [up to date] exp_analysis8 -> origin/exp_analysis8
[0:15:02] = [up to date] exp_analysis9 -> origin/exp_analysis9
[0:15:02] = [up to date] exp_bandwidth -> origin/exp_bandwidth
[0:15:02] = [up to date] exp_cbr_silk -> origin/exp_cbr_silk
[0:15:02] = [up to date] exp_delayed_decision -> origin/exp_delayed_decision
[0:15:02] = [up to date] exp_detection -> origin/exp_detection
[0:15:02] = [up to date] exp_koen4 -> origin/exp_koen4
[0:15:02] = [up to date] exp_lbr_tune -> origin/exp_lbr_tune
[0:15:02] = [up to date] exp_lbr_tune1 -> origin/exp_lbr_tune1
[0:15:02] = [up to date] exp_lbr_tune2 -> origin/exp_lbr_tune2
[0:15:02] = [up to date] exp_lbr_tune3 -> origin/exp_lbr_tune3
[0:15:02] = [up to date] exp_lbr_tune4 -> origin/exp_lbr_tune4
[0:15:02] = [up to date] exp_mips_alt -> origin/exp_mips_alt
[0:15:02] = [up to date] exp_mips_alt_jun03 -> origin/exp_mips_alt_jun03
[0:15:02] = [up to date] exp_mips_opt -> origin/exp_mips_opt
[0:15:02] = [up to date] exp_refactoring -> origin/exp_refactoring
[0:15:02] * [new branch] exp_silk_cbr -> origin/exp_silk_cbr
[0:15:02] = [up to date] exp_surround1 -> origin/exp_surround1
[0:15:02] = [up to date] exp_temporal -> origin/exp_temporal
[0:15:02] = [up to date] exp_temporal1 -> origin/exp_temporal1
[0:15:02] = [up to date] exp_wip -> origin/exp_wip
[0:15:02] = [up to date] exp_wip4 -> origin/exp_wip4
[0:15:02] = [up to date] exp_wip5 -> origin/exp_wip5
[0:15:02] = [up to date] exp_wip6 -> origin/exp_wip6
[0:15:02] = [up to date] git-svn -> origin/git-svn
[0:15:02] = [up to date] hybrid_vbr -> origin/hybrid_vbr
[0:15:02] = [up to date] hybrid_vbr3 -> origin/hybrid_vbr3
[0:15:02] = [up to date] ietf-draft -> origin/ietf-draft
[0:15:02] = [up to date] jon_patches -> origin/jon_patches
[0:15:02] e40df01..787eee2 master -> origin/master
[0:15:02] = [up to date] merge_attempt -> origin/merge_attempt
[0:15:02] = [up to date] msvc -> origin/msvc
[0:15:02] = [up to date] ne10_patches -> origin/ne10_patches
[0:15:02] = [up to date] opt_float -> origin/opt_float
[0:15:02] = [up to date] silk_pitch_fix -> origin/silk_pitch_fix
[0:15:02] = [up to date] silk_tunings -> origin/silk_tunings
[0:15:02] = [up to date] silk_tunings2 -> origin/silk_tunings2
[0:15:02] = [up to date] silk_tunings3 -> origin/silk_tunings3
[0:15:02] = [up to date] silk_tunings4 -> origin/silk_tunings4
[0:15:02] = [up to date] surround -> origin/surround
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/opus/src'
[0:15:05] Checking out files: 34% (117/339)
[0:15:06] Checking out files: 71% (241/339)
[0:15:06] Checking out files: 100% (339/339)
[0:15:07] HEAD is now at cae6961 Merge http://git.xiph.org/?p=opus.git;a=commitdiff;h=e70faf98b0465e4f278c72ce2d7b4ad10221a2f2
[0:15:08] Up-to-date; skipping checkout.
Checked out revision cae696156f1e60006e39821e79a1811ae1933c69
[0:15:09] Finished.
----------------------------------------
src/third_party/openh264/src (Elapsed: 0:00:29)
----------------------------------------
[0:14:47] Started.
_____ src/third_party/openh264/src at b37cda248234162033e3e11b0335f3131cdfe488
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/openh264/src'
[0:14:49] POST git-upload-pack (959 bytes)
[0:14:51] From https://chromium.googlesource.com/external/github.com/cisco/openh264
[0:14:51] = [up to date] cj-build1 -> origin/cj-build1
[0:14:51] = [up to date] gh-pages -> origin/gh-pages
[0:14:52] 50daa8f..c9433ee master -> origin/master
[0:14:52] = [up to date] openh264v1.0 -> origin/openh264v1.0
[0:14:52] = [up to date] openh264v1.1 -> origin/openh264v1.1
[0:14:52] = [up to date] openh264v1.1.1 -> origin/openh264v1.1.1
[0:14:52] = [up to date] openh264v1.2 -> origin/openh264v1.2
[0:14:52] = [up to date] openh264v1.3 -> origin/openh264v1.3
[0:14:52] = [up to date] openh264v1.4 -> origin/openh264v1.4
[0:14:52] = [up to date] openh264v1.4.1 -> origin/openh264v1.4.1
[0:14:52] = [up to date] openh264v1.5 -> origin/openh264v1.5
[0:14:52] = [up to date] openh264v1.5.1 -> origin/openh264v1.5.1
[0:14:52] = [up to date] v1.1-Firefox32 -> origin/v1.1-Firefox32
[0:14:52] = [up to date] v1.1-Firefox33 -> origin/v1.1-Firefox33
[0:14:52] = [up to date] v1.1-Firefox34 -> origin/v1.1-Firefox34
[0:14:52] = [up to date] v1.3-Firefox36 -> origin/v1.3-Firefox36
[0:14:52] = [up to date] v1.4-Firefox38 -> origin/v1.4-Firefox38
[0:14:52] = [up to date] v1.5-Firefox39 -> origin/v1.5-Firefox39
[0:14:52] = [up to date] v1.5.1-Firefox39 -> origin/v1.5.1-Firefox39
[0:14:52] = [up to date] v1.5.2-Firefox39 -> origin/v1.5.2-Firefox39
[0:14:52] = [up to date] v1.5.3-Firefox39 -> origin/v1.5.3-Firefox39
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/openh264/src'
[0:14:55] Checking out files: 10% (68/620)
[0:14:56] Checking out files: 19% (118/620)
[0:14:57] Checking out files: 30% (186/620)
[0:14:58] Checking out files: 41% (255/620)
[0:14:59] Checking out files: 53% (329/620)
[0:15:00] Checking out files: 64% (397/620)
[0:15:03] Checking out files: 72% (451/620)
[0:15:08] Checking out files: 76% (474/620)
[0:15:09] Checking out files: 81% (503/620)
[0:15:10] Checking out files: 92% (571/620)
[0:15:10] Checking out files: 100% (620/620)
[0:15:11] HEAD is now at b37cda2 Merge pull request #2138 from HaiboZhu/Bugfix_SPS_update_logic_under_EC
[0:15:13] Up-to-date; skipping checkout.
Checked out revision b37cda248234162033e3e11b0335f3131cdfe488
[0:15:17] Finished.
----------------------------------------
src/third_party/py_trace_event/src (Elapsed: 0:00:02)
----------------------------------------
[0:15:17] Started.
_____ src/third_party/py_trace_event/src at dd463ea9e2c430de2b9e53dea57a77b4c3ac9b30
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/py_trace_event/src'
[0:15:18] From https://chromium.googlesource.com/external/py_trace_event
[0:15:18] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/py_trace_event/src'
[0:15:19] HEAD is now at dd463ea Fixes for previous commit.
[0:15:19] Up-to-date; skipping checkout.
Checked out revision dd463ea9e2c430de2b9e53dea57a77b4c3ac9b30
[0:15:20] Finished.
----------------------------------------
src/third_party/mockito/src (Elapsed: 0:00:52)
----------------------------------------
[0:14:44] Started.
_____ src/third_party/mockito/src at 4d987dcd923b81525c42b1333e6c4e07440776c3
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/mockito/src'
[0:14:48] POST git-upload-pack (1009 bytes)
[0:15:04] From https://chromium.googlesource.com/external/mockito/mockito
[0:15:04] fd820e2..cd6549a gh-pages -> origin/gh-pages
[0:15:04] c4dbcc2..15aaae1 master -> origin/master
[0:15:04] = [up to date] release -> origin/release
[0:15:04] = [up to date] sf-spy-hack -> origin/sf-spy-hack
[0:15:04] = [up to date] travis_oracle_jdk8 -> origin/travis_oracle_jdk8
[0:15:05] * [new tag] v2.0.47-beta -> v2.0.47-beta
[0:15:05] * [new tag] v2.0.48-beta -> v2.0.48-beta
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/mockito/src'
[0:15:10] Checking out files: 5% (59/1016)
[0:15:11] Checking out files: 10% (102/1016)
[0:15:12] Checking out files: 16% (163/1016)
[0:15:13] Checking out files: 23% (234/1016)
[0:15:14] Checking out files: 30% (313/1016)
[0:15:15] Checking out files: 34% (346/1016)
[0:15:17] Checking out files: 41% (417/1016)
[0:15:18] Checking out files: 48% (488/1016)
[0:15:19] Checking out files: 56% (569/1016)
[0:15:20] Checking out files: 63% (641/1016)
[0:15:21] Checking out files: 69% (702/1016)
[0:15:22] Checking out files: 75% (762/1016)
[0:15:23] Checking out files: 82% (834/1016)
[0:15:24] Checking out files: 90% (915/1016)
[0:15:25] Checking out files: 98% (996/1016)
[0:15:25] Checking out files: 100% (1016/1016)
[0:15:26] HEAD is now at 4d987dc Moved the new MockitoJUnitRule to 'junit' package.
[0:15:30] Up-to-date; skipping checkout.
Checked out revision 4d987dcd923b81525c42b1333e6c4e07440776c3
[0:15:37] Finished.
----------------------------------------
src/third_party/pyelftools (Elapsed: 0:00:19)
----------------------------------------
[0:15:20] Started.
_____ src/third_party/pyelftools at bdc1d380acd88d4bfaf47265008091483b0d614e
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/pyelftools'
[0:15:36] From https://chromium.googlesource.com/chromiumos/third_party/pyelftools
[0:15:36] = [up to date] factory-3536.B -> origin/factory-3536.B
[0:15:36] = [up to date] factory-4128.B -> origin/factory-4128.B
[0:15:36] = [up to date] factory-4290.B -> origin/factory-4290.B
[0:15:36] = [up to date] factory-4455.228.B -> origin/factory-4455.228.B
[0:15:36] = [up to date] factory-4455.B -> origin/factory-4455.B
[0:15:36] = [up to date] factory-arkham-7077.113.B -> origin/factory-arkham-7077.113.B
[0:15:36] = [up to date] factory-auron-6459.B -> origin/factory-auron-6459.B
[0:15:36] = [up to date] factory-auron-6772.B -> origin/factory-auron-6772.B
[0:15:36] = [up to date] factory-beltino-5140.14.B -> origin/factory-beltino-5140.14.B
[0:15:36] = [up to date] factory-daisy-4731.81.B -> origin/factory-daisy-4731.81.B
[0:15:36] = [up to date] factory-glados-7657.B -> origin/factory-glados-7657.B
[0:15:36] = [up to date] factory-glados-7828.B -> origin/factory-glados-7828.B
[0:15:36] = [up to date] factory-monroe-5140.B -> origin/factory-monroe-5140.B
[0:15:36] = [up to date] factory-nyan-5772.B -> origin/factory-nyan-5772.B
[0:15:36] = [up to date] factory-oak-8141.B -> origin/factory-oak-8141.B
[0:15:36] = [up to date] factory-oak-8182.B -> origin/factory-oak-8182.B
[0:15:36] = [up to date] factory-panther-4920.23.B -> origin/factory-panther-4920.23.B
[0:15:36] = [up to date] factory-pit-4280.B -> origin/factory-pit-4280.B
[0:15:36] = [up to date] factory-pit-4390.B -> origin/factory-pit-4390.B
[0:15:36] = [up to date] factory-pit-4471.B -> origin/factory-pit-4471.B
[0:15:36] = [up to date] factory-pit-5499.B -> origin/factory-pit-5499.B
[0:15:36] = [up to date] factory-rambi-5517.B -> origin/factory-rambi-5517.B
[0:15:36] = [up to date] factory-rambi-6420.B -> origin/factory-rambi-6420.B
[0:15:36] = [up to date] factory-ryu-6212.B -> origin/factory-ryu-6212.B
[0:15:36] = [up to date] factory-ryu-6486.1.B -> origin/factory-ryu-6486.1.B
[0:15:36] = [up to date] factory-ryu-6486.14.B -> origin/factory-ryu-6486.14.B
[0:15:36] = [up to date] factory-ryu-6486.B -> origin/factory-ryu-6486.B
[0:15:36] = [up to date] factory-samus-4788.B -> origin/factory-samus-4788.B
[0:15:36] = [up to date] factory-samus-5939.B -> origin/factory-samus-5939.B
[0:15:36] = [up to date] factory-samus-6207.B -> origin/factory-samus-6207.B
[0:15:36] = [up to date] factory-samus-6375.B -> origin/factory-samus-6375.B
[0:15:36] = [up to date] factory-samus-6658.B -> origin/factory-samus-6658.B
[0:15:36] = [up to date] factory-skate-4262.459.B -> origin/factory-skate-4262.459.B
[0:15:36] = [up to date] factory-smaug-7265.B -> origin/factory-smaug-7265.B
[0:15:36] = [up to date] factory-spring-3842.B -> origin/factory-spring-3842.B
[0:15:36] = [up to date] factory-spring-4131.B -> origin/factory-spring-4131.B
[0:15:36] = [up to date] factory-spring-4262.B -> origin/factory-spring-4262.B
[0:15:36] = [up to date] factory-storm-6269.B -> origin/factory-storm-6269.B
[0:15:36] = [up to date] factory-strago-7458.B -> origin/factory-strago-7458.B
[0:15:36] = [up to date] factory-test-7077.114.B -> origin/factory-test-7077.114.B
[0:15:36] = [up to date] factory-veyron-6591.B -> origin/factory-veyron-6591.B
[0:15:36] = [up to date] factory-veyron-7505.B -> origin/factory-veyron-7505.B
[0:15:36] = [up to date] factory-whirlwind-6509.B -> origin/factory-whirlwind-6509.B
[0:15:36] = [up to date] factory-whirlwind-6812.41.B -> origin/factory-whirlwind-6812.41.B
[0:15:36] = [up to date] factory-zako-5220.B -> origin/factory-zako-5220.B
[0:15:36] = [up to date] firmware-4389.71.B -> origin/firmware-4389.71.B
[0:15:36] = [up to date] firmware-auron-6301.B -> origin/firmware-auron-6301.B
[0:15:36] = [up to date] firmware-banjo-5216.334.B -> origin/firmware-banjo-5216.334.B
[0:15:36] = [up to date] firmware-bolt_kirby-4979.B -> origin/firmware-bolt_kirby-4979.B
[0:15:36] = [up to date] firmware-buddy-6301.202.B -> origin/firmware-buddy-6301.202.B
[0:15:36] = [up to date] firmware-candy-5216.310.B -> origin/firmware-candy-5216.310.B
[0:15:36] = [up to date] firmware-celes-7287.92.B -> origin/firmware-celes-7287.92.B
[0:15:36] = [up to date] firmware-clapper-5216.199.B -> origin/firmware-clapper-5216.199.B
[0:15:36] = [up to date] firmware-clapper-5218.B -> origin/firmware-clapper-5218.B
[0:15:36] = [up to date] firmware-cyan-7287.57.B -> origin/firmware-cyan-7287.57.B
[0:15:36] = [up to date] firmware-edgar-7287.167.B -> origin/firmware-edgar-7287.167.B
[0:15:36] = [up to date] firmware-enguarde-5216.201.B -> origin/firmware-enguarde-5216.201.B
[0:15:36] = [up to date] firmware-expresso-5216.223.B -> origin/firmware-expresso-5216.223.B
[0:15:36] = [up to date] firmware-falco_peppy-4389.81.B -> origin/firmware-falco_peppy-4389.81.B
[0:15:36] = [up to date] firmware-falco_peppy-4389.B -> origin/firmware-falco_peppy-4389.B
[0:15:36] = [up to date] firmware-gandof-6301.155.B -> origin/firmware-gandof-6301.155.B
[0:15:36] = [up to date] firmware-glados-7820.B -> origin/firmware-glados-7820.B
[0:15:36] = [up to date] firmware-glimmer-5216.198.B -> origin/firmware-glimmer-5216.198.B
[0:15:36] = [up to date] firmware-glimmer-5217.B -> origin/firmware-glimmer-5217.B
[0:15:36] = [up to date] firmware-gnawty-5216.239.B -> origin/firmware-gnawty-5216.239.B
[0:15:36] = [up to date] firmware-guado-6301.108.B -> origin/firmware-guado-6301.108.B
[0:15:36] = [up to date] firmware-heli-5216.392.B -> origin/firmware-heli-5216.392.B
[0:15:36] = [up to date] firmware-kip-5216.227.B -> origin/firmware-kip-5216.227.B
[0:15:36] = [up to date] firmware-kitty-5771.61.B -> origin/firmware-kitty-5771.61.B
[0:15:36] = [up to date] firmware-leon-4389.26.B -> origin/firmware-leon-4389.26.B
[0:15:36] = [up to date] firmware-leon-4389.61.B -> origin/firmware-leon-4389.61.B
[0:15:36] = [up to date] firmware-lulu-6301.136.B -> origin/firmware-lulu-6301.136.B
[0:15:36] = [up to date] firmware-mccloud-5827.B -> origin/firmware-mccloud-5827.B
[0:15:36] = [up to date] firmware-monroe-4921.B -> origin/firmware-monroe-4921.B
[0:15:36] = [up to date] firmware-ninja-5216.383.B -> origin/firmware-ninja-5216.383.B
[0:15:36] = [up to date] firmware-nyan-5771.B -> origin/firmware-nyan-5771.B
[0:15:36] = [up to date] firmware-orco-5216.362.B -> origin/firmware-orco-5216.362.B
[0:15:36] = [up to date] firmware-paine-6301.58.B -> origin/firmware-paine-6301.58.B
[0:15:36] = [up to date] firmware-panther-4920.24.B -> origin/firmware-panther-4920.24.B
[0:15:36] = [up to date] firmware-pit-4482.B -> origin/firmware-pit-4482.B
[0:15:36] = [up to date] firmware-quawks-5216.204.B -> origin/firmware-quawks-5216.204.B
[0:15:36] = [up to date] firmware-rambi-5216.B -> origin/firmware-rambi-5216.B
[0:15:36] = [up to date] firmware-reks-7287.133.B -> origin/firmware-reks-7287.133.B
[0:15:36] = [up to date] firmware-rikku-6301.110.B -> origin/firmware-rikku-6301.110.B
[0:15:36] = [up to date] firmware-samus-6300.B -> origin/firmware-samus-6300.B
[0:15:36] = [up to date] firmware-skate-3824.129.B -> origin/firmware-skate-3824.129.B
[0:15:36] = [up to date] firmware-smaug-7132.B -> origin/firmware-smaug-7132.B
[0:15:36] = [up to date] firmware-smaug-7900.B -> origin/firmware-smaug-7900.B
[0:15:36] = [up to date] firmware-spring-3824.4.B -> origin/firmware-spring-3824.4.B
[0:15:36] = [up to date] firmware-spring-3824.55.B -> origin/firmware-spring-3824.55.B
[0:15:36] = [up to date] firmware-spring-3824.84.B -> origin/firmware-spring-3824.84.B
[0:15:36] = [up to date] firmware-spring-3824.B -> origin/firmware-spring-3824.B
[0:15:36] = [up to date] firmware-spring-3833.B -> origin/firmware-spring-3833.B
[0:15:36] = [up to date] firmware-squawks-5216.152.B -> origin/firmware-squawks-5216.152.B
[0:15:36] = [up to date] firmware-storm-6315.B -> origin/firmware-storm-6315.B
[0:15:36] = [up to date] firmware-strago-7287.B -> origin/firmware-strago-7287.B
[0:15:36] = [up to date] firmware-sumo-5216.382.B -> origin/firmware-sumo-5216.382.B
[0:15:36] = [up to date] firmware-swanky-5216.238.B -> origin/firmware-swanky-5216.238.B
[0:15:36] = [up to date] firmware-terra-7287.154.B -> origin/firmware-terra-7287.154.B
[0:15:36] = [up to date] firmware-tidus-6301.109.B -> origin/firmware-tidus-6301.109.B
[0:15:36] = [up to date] firmware-tricky-5829.B -> origin/firmware-tricky-5829.B
[0:15:36] = [up to date] firmware-ultima-7287.131.B -> origin/firmware-ultima-7287.131.B
[0:15:36] = [up to date] firmware-veyron-6588.B -> origin/firmware-veyron-6588.B
[0:15:36] = [up to date] firmware-winky-5216.1.B -> origin/firmware-winky-5216.1.B
[0:15:36] = [up to date] firmware-winky-5216.265.B -> origin/firmware-winky-5216.265.B
[0:15:36] = [up to date] firmware-wolf-4389.24.B -> origin/firmware-wolf-4389.24.B
[0:15:36] = [up to date] firmware-yuna-6301.59.B -> origin/firmware-yuna-6301.59.B
[0:15:36] = [up to date] firmware-zako-5219.17.B -> origin/firmware-zako-5219.17.B
[0:15:36] = [up to date] firmware-zako-5219.B -> origin/firmware-zako-5219.B
[0:15:36] = [up to date] foo-test -> origin/foo-test
[0:15:36] = [up to date] master -> origin/master
[0:15:36] = [up to date] master-0.21 -> origin/master-0.21
[0:15:36] = [up to date] master-0.22 -> origin/master-0.22
[0:15:36] = [up to date] release-R25-3428.B -> origin/release-R25-3428.B
[0:15:36] = [up to date] release-R26-3701.B -> origin/release-R26-3701.B
[0:15:36] = [up to date] release-R27-3912.B -> origin/release-R27-3912.B
[0:15:36] = [up to date] release-R28-4100.B -> origin/release-R28-4100.B
[0:15:36] = [up to date] release-R29-4319.B -> origin/release-R29-4319.B
[0:15:36] = [up to date] release-R30-4537.B -> origin/release-R30-4537.B
[0:15:36] = [up to date] release-R31-4731.B -> origin/release-R31-4731.B
[0:15:36] = [up to date] release-R32-4920.B -> origin/release-R32-4920.B
[0:15:36] = [up to date] release-R33-5116.B -> origin/release-R33-5116.B
[0:15:36] = [up to date] release-R34-5500.B -> origin/release-R34-5500.B
[0:15:36] = [up to date] release-R35-5712.B -> origin/release-R35-5712.B
[0:15:36] = [up to date] release-R36-5841.B -> origin/release-R36-5841.B
[0:15:36] = [up to date] release-R37-5978.B -> origin/release-R37-5978.B
[0:15:36] = [up to date] release-R38-6158.B -> origin/release-R38-6158.B
[0:15:36] = [up to date] release-R39-6310.B -> origin/release-R39-6310.B
[0:15:36] = [up to date] release-R40-6457.B -> origin/release-R40-6457.B
[0:15:36] = [up to date] release-R41-6680.B -> origin/release-R41-6680.B
[0:15:36] = [up to date] release-R42-6812.B -> origin/release-R42-6812.B
[0:15:36] = [up to date] release-R43-6946.B -> origin/release-R43-6946.B
[0:15:36] = [up to date] release-R44-7077.B -> origin/release-R44-7077.B
[0:15:36] = [up to date] release-R45-7262.B -> origin/release-R45-7262.B
[0:15:36] = [up to date] release-R46-7390.B -> origin/release-R46-7390.B
[0:15:36] = [up to date] release-R47-7520.B -> origin/release-R47-7520.B
[0:15:36] = [up to date] release-R48-7647.B -> origin/release-R48-7647.B
[0:15:36] = [up to date] release-R49-7834.B -> origin/release-R49-7834.B
[0:15:36] = [up to date] release-R50-7978.B -> origin/release-R50-7978.B
[0:15:36] = [up to date] release-R51-8172.B -> origin/release-R51-8172.B
[0:15:36] = [up to date] stabilize-3428.110.0 -> origin/stabilize-3428.110.0
[0:15:36] = [up to date] stabilize-3428.149 -> origin/stabilize-3428.149
[0:15:36] = [up to date] stabilize-3428.149.B -> origin/stabilize-3428.149.B
[0:15:36] = [up to date] stabilize-3428.193 -> origin/stabilize-3428.193
[0:15:36] = [up to date] stabilize-3658.0.0 -> origin/stabilize-3658.0.0
[0:15:36] = [up to date] stabilize-3701.30.0 -> origin/stabilize-3701.30.0
[0:15:36] = [up to date] stabilize-3701.30.0b -> origin/stabilize-3701.30.0b
[0:15:36] = [up to date] stabilize-3701.46.B -> origin/stabilize-3701.46.B
[0:15:36] = [up to date] stabilize-3701.81.B -> origin/stabilize-3701.81.B
[0:15:36] = [up to date] stabilize-3881.0.B -> origin/stabilize-3881.0.B
[0:15:36] = [up to date] stabilize-3912.79.B -> origin/stabilize-3912.79.B
[0:15:36] = [up to date] stabilize-4008.0.B -> origin/stabilize-4008.0.B
[0:15:36] = [up to date] stabilize-4035.0.B -> origin/stabilize-4035.0.B
[0:15:36] = [up to date] stabilize-4068.0.B -> origin/stabilize-4068.0.B
[0:15:36] = [up to date] stabilize-4100.38.B -> origin/stabilize-4100.38.B
[0:15:36] = [up to date] stabilize-4255.B -> origin/stabilize-4255.B
[0:15:36] = [up to date] stabilize-4287.B -> origin/stabilize-4287.B
[0:15:36] = [up to date] stabilize-4443.B -> origin/stabilize-4443.B
[0:15:36] = [up to date] stabilize-4512.B -> origin/stabilize-4512.B
[0:15:36] = [up to date] stabilize-4537.118.B -> origin/stabilize-4537.118.B
[0:15:36] = [up to date] stabilize-4537.147.B -> origin/stabilize-4537.147.B
[0:15:36] = [up to date] stabilize-4636.B -> origin/stabilize-4636.B
[0:15:36] = [up to date] stabilize-4701.B -> origin/stabilize-4701.B
[0:15:36] = [up to date] stabilize-4731.31.B -> origin/stabilize-4731.31.B
[0:15:36] = [up to date] stabilize-4731.62.B -> origin/stabilize-4731.62.B
[0:15:36] = [up to date] stabilize-4731.85.B -> origin/stabilize-4731.85.B
[0:15:36] = [up to date] stabilize-4825.B -> origin/stabilize-4825.B
[0:15:36] = [up to date] stabilize-4856.B -> origin/stabilize-4856.B
[0:15:36] = [up to date] stabilize-4886.B -> origin/stabilize-4886.B
[0:15:36] = [up to date] stabilize-4920.6.B -> origin/stabilize-4920.6.B
[0:15:36] = [up to date] stabilize-5062.B -> origin/stabilize-5062.B
[0:15:36] = [up to date] stabilize-5085.B -> origin/stabilize-5085.B
[0:15:36] = [up to date] stabilize-5116.113.B -> origin/stabilize-5116.113.B
[0:15:36] = [up to date] stabilize-5116.115.B -> origin/stabilize-5116.115.B
[0:15:36] = [up to date] stabilize-5116.53.B -> origin/stabilize-5116.53.B
[0:15:36] = [up to date] stabilize-5116.88.B -> origin/stabilize-5116.88.B
[0:15:36] = [up to date] stabilize-5254.B -> origin/stabilize-5254.B
[0:15:36] = [up to date] stabilize-5339.B -> origin/stabilize-5339.B
[0:15:36] = [up to date] stabilize-5412.B -> origin/stabilize-5412.B
[0:15:36] = [up to date] stabilize-5414.B -> origin/stabilize-5414.B
[0:15:36] = [up to date] stabilize-5463.B -> origin/stabilize-5463.B
[0:15:36] = [up to date] stabilize-5500.100.B -> origin/stabilize-5500.100.B
[0:15:36] = [up to date] stabilize-5500.130.B -> origin/stabilize-5500.130.B
[0:15:36] = [up to date] stabilize-5500.26.B -> origin/stabilize-5500.26.B
[0:15:36] = [up to date] stabilize-5500.71.B -> origin/stabilize-5500.71.B
[0:15:36] = [up to date] stabilize-5511.B -> origin/stabilize-5511.B
[0:15:36] = [up to date] stabilize-5579.B -> origin/stabilize-5579.B
[0:15:36] = [up to date] stabilize-5656.B -> origin/stabilize-5656.B
[0:15:36] = [up to date] stabilize-5680.B -> origin/stabilize-5680.B
[0:15:36] = [up to date] stabilize-5696.B -> origin/stabilize-5696.B
[0:15:36] = [up to date] stabilize-5712.49.B -> origin/stabilize-5712.49.B
[0:15:36] = [up to date] stabilize-5712.61.B -> origin/stabilize-5712.61.B
[0:15:36] = [up to date] stabilize-5712.8.B -> origin/stabilize-5712.8.B
[0:15:36] = [up to date] stabilize-5712.89.B -> origin/stabilize-5712.89.B
[0:15:36] = [up to date] stabilize-5784.0.B -> origin/stabilize-5784.0.B
[0:15:36] = [up to date] stabilize-5791.0.B -> origin/stabilize-5791.0.B
[0:15:36] = [up to date] stabilize-5807.0.B -> origin/stabilize-5807.0.B
[0:15:36] = [up to date] stabilize-5828.0.B -> origin/stabilize-5828.0.B
[0:15:36] = [up to date] stabilize-5841.76.B -> origin/stabilize-5841.76.B
[0:15:36] = [up to date] stabilize-5841.83.B -> origin/stabilize-5841.83.B
[0:15:36] = [up to date] stabilize-5875.B -> origin/stabilize-5875.B
[0:15:36] = [up to date] stabilize-5899.B -> origin/stabilize-5899.B
[0:15:36] = [up to date] stabilize-5942.B -> origin/stabilize-5942.B
[0:15:36] = [up to date] stabilize-5943.B -> origin/stabilize-5943.B
[0:15:36] = [up to date] stabilize-5944.B -> origin/stabilize-5944.B
[0:15:36] = [up to date] stabilize-6082.B -> origin/stabilize-6082.B
[0:15:36] = [up to date] stabilize-6092.B -> origin/stabilize-6092.B
[0:15:36] = [up to date] stabilize-6146.B -> origin/stabilize-6146.B
[0:15:36] = [up to date] stabilize-6297.B -> origin/stabilize-6297.B
[0:15:36] = [up to date] stabilize-6310.69.B -> origin/stabilize-6310.69.B
[0:15:36] = [up to date] stabilize-6412.B -> origin/stabilize-6412.B
[0:15:36] = [up to date] stabilize-6415.B -> origin/stabilize-6415.B
[0:15:36] = [up to date] stabilize-6436.B -> origin/stabilize-6436.B
[0:15:36] = [up to date] stabilize-6480.B -> origin/stabilize-6480.B
[0:15:36] = [up to date] stabilize-6592.B -> origin/stabilize-6592.B
[0:15:36] = [up to date] stabilize-6662.B -> origin/stabilize-6662.B
[0:15:36] = [up to date] stabilize-6670.B -> origin/stabilize-6670.B
[0:15:36] = [up to date] stabilize-6680.78.B -> origin/stabilize-6680.78.B
[0:15:36] = [up to date] stabilize-6680.79.B -> origin/stabilize-6680.79.B
[0:15:36] = [up to date] stabilize-6736.B -> origin/stabilize-6736.B
[0:15:36] = [up to date] stabilize-6752.B -> origin/stabilize-6752.B
[0:15:36] = [up to date] stabilize-6771.B -> origin/stabilize-6771.B
[0:15:36] = [up to date] stabilize-6783.B -> origin/stabilize-6783.B
[0:15:36] = [up to date] stabilize-6812.13.B -> origin/stabilize-6812.13.B
[0:15:36] = [up to date] stabilize-6812.14.B -> origin/stabilize-6812.14.B
[0:15:36] = [up to date] stabilize-6812.15.B -> origin/stabilize-6812.15.B
[0:15:36] = [up to date] stabilize-6812.29.B -> origin/stabilize-6812.29.B
[0:15:36] = [up to date] stabilize-6812.34.B -> origin/stabilize-6812.34.B
[0:15:36] = [up to date] stabilize-6812.41.B -> origin/stabilize-6812.41.B
[0:15:36] = [up to date] stabilize-6812.75.B -> origin/stabilize-6812.75.B
[0:15:36] = [up to date] stabilize-6812.83.B -> origin/stabilize-6812.83.B
[0:15:36] = [up to date] stabilize-6812.85.B -> origin/stabilize-6812.85.B
[0:15:36] = [up to date] stabilize-6835.B -> origin/stabilize-6835.B
[0:15:36] = [up to date] stabilize-6842.B -> origin/stabilize-6842.B
[0:15:36] = [up to date] stabilize-6909.B -> origin/stabilize-6909.B
[0:15:36] = [up to date] stabilize-6912.B -> origin/stabilize-6912.B
[0:15:36] = [up to date] stabilize-6915.B -> origin/stabilize-6915.B
[0:15:36] = [up to date] stabilize-6919.B -> origin/stabilize-6919.B
[0:15:36] = [up to date] stabilize-6937.B -> origin/stabilize-6937.B
[0:15:36] = [up to date] stabilize-6946.55.B -> origin/stabilize-6946.55.B
[0:15:36] = [up to date] stabilize-6996.B -> origin/stabilize-6996.B
[0:15:36] = [up to date] stabilize-7018.B -> origin/stabilize-7018.B
[0:15:36] = [up to date] stabilize-7019.B -> origin/stabilize-7019.B
[0:15:36] = [up to date] stabilize-7039.B -> origin/stabilize-7039.B
[0:15:36] = [up to date] stabilize-7059.B -> origin/stabilize-7059.B
[0:15:36] = [up to date] stabilize-7060.B -> origin/stabilize-7060.B
[0:15:36] = [up to date] stabilize-7077.111.B -> origin/stabilize-7077.111.B
[0:15:36] = [up to date] stabilize-7077.122.B -> origin/stabilize-7077.122.B
[0:15:36] = [up to date] stabilize-7077.123.B -> origin/stabilize-7077.123.B
[0:15:36] = [up to date] stabilize-7077.134.B -> origin/stabilize-7077.134.B
[0:15:36] = [up to date] stabilize-7131.B -> origin/stabilize-7131.B
[0:15:36] = [up to date] stabilize-7134.B -> origin/stabilize-7134.B
[0:15:36] = [up to date] stabilize-7155.B -> origin/stabilize-7155.B
[0:15:36] = [up to date] stabilize-7173.B -> origin/stabilize-7173.B
[0:15:36] = [up to date] stabilize-7199.B -> origin/stabilize-7199.B
[0:15:36] = [up to date] stabilize-7202.B -> origin/stabilize-7202.B
[0:15:36] = [up to date] stabilize-7204.B -> origin/stabilize-7204.B
[0:15:36] = [up to date] stabilize-7356.B -> origin/stabilize-7356.B
[0:15:36] = [up to date] stabilize-7374.B -> origin/stabilize-7374.B
[0:15:36] = [up to date] stabilize-7390.59.B -> origin/stabilize-7390.59.B
[0:15:36] = [up to date] stabilize-7390.68.B -> origin/stabilize-7390.68.B
[0:15:36] = [up to date] stabilize-7442.B -> origin/stabilize-7442.B
[0:15:36] = [up to date] stabilize-7520.49.B -> origin/stabilize-7520.49.B
[0:15:36] = [up to date] stabilize-7520.63.B -> origin/stabilize-7520.63.B
[0:15:36] = [up to date] stabilize-7520.67.B -> origin/stabilize-7520.67.B
[0:15:36] = [up to date] stabilize-7628.B -> origin/stabilize-7628.B
[0:15:36] = [up to date] stabilize-7647.32.B -> origin/stabilize-7647.32.B
[0:15:36] = [up to date] stabilize-7647.72.B -> origin/stabilize-7647.72.B
[0:15:36] = [up to date] stabilize-7647.74.B -> origin/stabilize-7647.74.B
[0:15:36] = [up to date] stabilize-7729.B -> origin/stabilize-7729.B
[0:15:36] = [up to date] stabilize-7797.B -> origin/stabilize-7797.B
[0:15:36] = [up to date] stabilize-7821.B -> origin/stabilize-7821.B
[0:15:36] = [up to date] stabilize-7834.66.B -> origin/stabilize-7834.66.B
[0:15:36] = [up to date] stabilize-7907.B -> origin/stabilize-7907.B
[0:15:36] = [up to date] stabilize-7912.B -> origin/stabilize-7912.B
[0:15:36] = [up to date] stabilize-7956.B -> origin/stabilize-7956.B
[0:15:36] = [up to date] stabilize-7978.18.B -> origin/stabilize-7978.18.B
[0:15:36] = [up to date] stabilize-7978.B -> origin/stabilize-7978.B
[0:15:36] = [up to date] stabilize-8104.B -> origin/stabilize-8104.B
[0:15:36] = [up to date] stabilize-R33-4982.B -> origin/stabilize-R33-4982.B
[0:15:36] = [up to date] stabilize-bluetooth-smart -> origin/stabilize-bluetooth-smart
[0:15:36] = [up to date] stabilize-daisy-4319.96.B -> origin/stabilize-daisy-4319.96.B
[0:15:36] = [up to date] stabilize-falco-4537.91.B -> origin/stabilize-falco-4537.91.B
[0:15:36] = [up to date] stabilize-gnawty-5841.84.B -> origin/stabilize-gnawty-5841.84.B
[0:15:36] = [up to date] stabilize-jetstream-7390.54.B -> origin/stabilize-jetstream-7390.54.B
[0:15:36] = [up to date] stabilize-jetstream-7390.62.B -> origin/stabilize-jetstream-7390.62.B
[0:15:36] = [up to date] stabilize-js-6812.21.B -> origin/stabilize-js-6812.21.B
[0:15:36] = [up to date] stabilize-js-6812.25.B -> origin/stabilize-js-6812.25.B
[0:15:36] = [up to date] stabilize-js-6812.26.B -> origin/stabilize-js-6812.26.B
[0:15:36] = [up to date] stabilize-smaug-7547.B -> origin/stabilize-smaug-7547.B
[0:15:36] = [up to date] stabilize-smaug-7566.B -> origin/stabilize-smaug-7566.B
[0:15:36] = [up to date] stabilize-smaug-7731.B -> origin/stabilize-smaug-7731.B
[0:15:36] = [up to date] stabilize-smaug-7800.B -> origin/stabilize-smaug-7800.B
[0:15:36] = [up to date] stabilize-smaug-7897.B -> origin/stabilize-smaug-7897.B
[0:15:36] = [up to date] stabilize-spring-4100.53.B -> origin/stabilize-spring-4100.53.B
[0:15:36] = [up to date] stabilize-springlte-5116.46.B -> origin/stabilize-springlte-5116.46.B
[0:15:36] = [up to date] stabilize-storm-6683.B -> origin/stabilize-storm-6683.B
[0:15:36] = [up to date] stabilize-swanky-5841.55.B -> origin/stabilize-swanky-5841.55.B
[0:15:36] = [up to date] stabilize-zako-5712.88.B -> origin/stabilize-zako-5712.88.B
[0:15:36] = [up to date] stabilize.5978.51.B -> origin/stabilize.5978.51.B
[0:15:36] = [up to date] stabilize.5978.98.B -> origin/stabilize.5978.98.B
[0:15:36] = [up to date] stabilize.59781.98.B -> origin/stabilize.59781.98.B
[0:15:36] = [up to date] stabilize2 -> origin/stabilize2
[0:15:36] = [up to date] stabilze-7441.B -> origin/stabilze-7441.B
[0:15:36] = [up to date] test-4980.B -> origin/test-4980.B
[0:15:36] = [up to date] test-5394.B -> origin/test-5394.B
[0:15:36] = [up to date] test-5619.B -> origin/test-5619.B
[0:15:36] = [up to date] toolchain-3428.65.B -> origin/toolchain-3428.65.B
[0:15:36] = [up to date] toolchain-3701.42.B -> origin/toolchain-3701.42.B
[0:15:36] = [up to date] toolchainA -> origin/toolchainA
[0:15:36] = [up to date] toolchainB -> origin/toolchainB
[0:15:36] = [up to date] upstream/master -> origin/upstream/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/pyelftools'
[0:15:38] HEAD is now at bdc1d38 Add README.chromium.
[0:15:38] Up-to-date; skipping checkout.
Checked out revision bdc1d380acd88d4bfaf47265008091483b0d614e
[0:15:39] Finished.
----------------------------------------
src/third_party/pyftpdlib/src (Elapsed: 0:00:03)
----------------------------------------
[0:15:37] Started.
_____ src/third_party/pyftpdlib/src at 2be6d65e31c7ee6320d059f581f05ae8d89d7e45
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/pyftpdlib/src'
[0:15:38] From https://chromium.googlesource.com/external/pyftpdlib
[0:15:38] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/pyftpdlib/src'
[0:15:39] HEAD is now at 2be6d65 Fix #185: add license in all files to pass Debian licenscheck tool and ease inclusion into Chromium project
[0:15:40] Up-to-date; skipping checkout.
Checked out revision 2be6d65e31c7ee6320d059f581f05ae8d89d7e45
[0:15:40] Finished.
----------------------------------------
src/third_party/pywebsocket/src (Elapsed: 0:00:03)
----------------------------------------
[0:15:39] Started.
_____ src/third_party/pywebsocket/src at 2d7b73c3acbd0f41dcab487ae5c97c6feae06ce2
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/pywebsocket/src'
[0:15:40] From https://chromium.googlesource.com/external/github.com/google/pywebsocket
[0:15:40] = [up to date] master -> origin/master
[0:15:40] = [up to date] mintotal -> origin/mintotal
[0:15:40] = [up to date] noteupdate -> origin/noteupdate
[0:15:40] = [up to date] wiki -> origin/wiki
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/pywebsocket/src'
[0:15:42] HEAD is now at 2d7b73c Merge pull request #147 from hiroshige-g/iframe
[0:15:42] Up-to-date; skipping checkout.
Checked out revision 2d7b73c3acbd0f41dcab487ae5c97c6feae06ce2
[0:15:43] Finished.
----------------------------------------
src/third_party/re2/src (Elapsed: 0:00:04)
----------------------------------------
[0:15:40] Started.
_____ src/third_party/re2/src at dba3349aba83b5588e85e5ecf2b56c97f2d259b7
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/re2/src'
[0:15:41] POST git-upload-pack (959 bytes)
[0:15:42] From https://chromium.googlesource.com/external/github.com/google/re2
[0:15:42] b12a324..4744450 master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/re2/src'
[0:15:44] HEAD is now at dba3349 Fix initialization (under Valgrind) in SparseArray::resize().
[0:15:44] Up-to-date; skipping checkout.
Checked out revision dba3349aba83b5588e85e5ecf2b56c97f2d259b7
[0:15:45] Finished.
----------------------------------------
src/third_party/requests/src (Elapsed: 0:00:08)
----------------------------------------
[0:15:43] Started.
_____ src/third_party/requests/src at f172b30356d821d180fa4ecfa3e71c7274a32de4
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/requests/src'
[0:15:44] POST git-upload-pack (1009 bytes)
[0:15:45] POST git-upload-pack (gzip 1059 to 607 bytes)
[0:15:47] From https://chromium.googlesource.com/external/github.com/kennethreitz/requests
[0:15:47] 4a716e0..aa1c3ad master -> origin/master
[0:15:47] 0acbf2b..9fc7656 proposed/3.0.0 -> origin/proposed/3.0.0
[0:15:47] = [up to date] render -> origin/render
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/requests/src'
[0:15:49] HEAD is now at f172b30 Merge pull request #2365 from sigmavirus24/release/2.5
[0:15:51] Up-to-date; skipping checkout.
Checked out revision f172b30356d821d180fa4ecfa3e71c7274a32de4
[0:15:51] Finished.
----------------------------------------
src/third_party/icu (Elapsed: 0:02:02)
----------------------------------------
[0:13:51] Started.
_____ src/third_party/icu at 8f91ea3a7e0413df3312204058da856058a8099b
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/icu'
[0:13:53] From https://chromium.googlesource.com/chromium/deps/icu
[0:13:53] = [up to date] chromium/m39 -> origin/chromium/m39
[0:13:53] = [up to date] chromium/m41 -> origin/chromium/m41
[0:13:53] = [up to date] chromium/m42 -> origin/chromium/m42
[0:13:53] = [up to date] chromium/m43 -> origin/chromium/m43
[0:13:53] = [up to date] chromium/m45 -> origin/chromium/m45
[0:13:53] = [up to date] chromium/m49 -> origin/chromium/m49
[0:13:53] = [up to date] chromium/m50 -> origin/chromium/m50
[0:13:53] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/icu'
[0:14:08] Checking out files: 0% (8/5829)
[0:14:13] Checking out files: 0% (9/5829)
[0:14:15] Checking out files: 0% (19/5829)
[0:14:16] Checking out files: 1% (59/5829)
[0:14:17] Checking out files: 3% (175/5829)
[0:14:19] Checking out files: 5% (292/5829)
[0:14:20] Checking out files: 7% (409/5829)
[0:14:21] Checking out files: 8% (495/5829)
[0:14:22] Checking out files: 9% (574/5829)
[0:14:22] Checking out files: 10% (583/5829)
[0:14:23] Checking out files: 12% (700/5829)
[0:14:25] Checking out files: 14% (817/5829)
[0:14:26] Checking out files: 16% (933/5829)
[0:14:27] Checking out files: 18% (1050/5829)
[0:14:28] Checking out files: 19% (1148/5829)
[0:14:29] Checking out files: 20% (1187/5829)
[0:14:31] Checking out files: 23% (1341/5829)
[0:14:32] Checking out files: 25% (1458/5829)
[0:14:33] Checking out files: 27% (1574/5829)
[0:14:34] Checking out files: 28% (1676/5829)
[0:14:35] Checking out files: 31% (1807/5829)
[0:14:36] Checking out files: 33% (1924/5829)
[0:14:37] Checking out files: 35% (2041/5829)
[0:14:39] Checking out files: 37% (2157/5829)
[0:14:40] Checking out files: 39% (2274/5829)
[0:14:41] Checking out files: 41% (2390/5829)
[0:14:42] Checking out files: 42% (2484/5829)
[0:14:43] Checking out files: 44% (2569/5829)
[0:14:44] Checking out files: 46% (2682/5829)
[0:14:45] Checking out files: 48% (2798/5829)
[0:14:47] Checking out files: 51% (2973/5829)
[0:14:48] Checking out files: 53% (3090/5829)
[0:14:49] Checking out files: 55% (3206/5829)
[0:14:50] Checking out files: 56% (3308/5829)
[0:14:51] Checking out files: 57% (3358/5829)
[0:14:52] Checking out files: 59% (3440/5829)
[0:14:53] Checking out files: 61% (3556/5829)
[0:14:55] Checking out files: 63% (3673/5829)
[0:14:56] Checking out files: 65% (3789/5829)
[0:14:57] Checking out files: 66% (3899/5829)
[0:14:58] Checking out files: 69% (4023/5829)
[0:15:00] Checking out files: 71% (4139/5829)
[0:15:01] Checking out files: 72% (4254/5829)
[0:15:02] Checking out files: 75% (4372/5829)
[0:15:04] Checking out files: 77% (4489/5829)
[0:15:05] Checking out files: 79% (4605/5829)
[0:15:06] Checking out files: 81% (4722/5829)
[0:15:07] Checking out files: 83% (4839/5829)
[0:15:08] Checking out files: 84% (4940/5829)
[0:15:10] Checking out files: 87% (5072/5829)
[0:15:11] Checking out files: 89% (5188/5829)
[0:15:12] Checking out files: 90% (5280/5829)
[0:15:14] Checking out files: 93% (5421/5829)
[0:15:15] Checking out files: 94% (5526/5829)
[0:15:16] Checking out files: 95% (5547/5829)
[0:15:18] Checking out files: 97% (5655/5829)
[0:15:19] Checking out files: 99% (5771/5829)
[0:15:20] Checking out files: 100% (5829/5829)
[0:15:20] HEAD is now at 8f91ea3 Cherry-pick a regex compile patch to M49 branch
[0:15:37] Up-to-date; skipping checkout.
Checked out revision 8f91ea3a7e0413df3312204058da856058a8099b
[0:15:54] Finished.
----------------------------------------
src/third_party/safe_browsing/testing (Elapsed: 0:00:02)
----------------------------------------
[0:15:51] Started.
_____ src/third_party/safe_browsing/testing at 9d7e8064f3ca2e45891470c9b5b1dce54af6a9d6
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/safe_browsing/testing'
[0:15:53] From https://chromium.googlesource.com/external/google-safe-browsing/testing
[0:15:53] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/safe_browsing/testing'
[0:15:53] HEAD is now at 9d7e806 Ignore the new-style API 'key' parameter in the test server.
[0:15:54] Up-to-date; skipping checkout.
Checked out revision 9d7e8064f3ca2e45891470c9b5b1dce54af6a9d6
[0:15:54] Finished.
----------------------------------------
src/third_party/robolectric/lib (Elapsed: 0:00:10)
----------------------------------------
[0:15:45] Started.
_____ src/third_party/robolectric/lib at 6b63c99a8b6967acdb42cbed0adb067c80efc810
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/robolectric/lib'
[0:15:46] From https://chromium.googlesource.com/chromium/third_party/robolectric
[0:15:46] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/robolectric/lib'
[0:15:52] Checking out files: 50% (2/4)
[0:15:54] Checking out files: 100% (4/4)
[0:15:54] HEAD is now at 6b63c99 Initial commit of the robolectric JARs.
[0:15:55] Up-to-date; skipping checkout.
Checked out revision 6b63c99a8b6967acdb42cbed0adb067c80efc810
[0:15:55] Finished.
----------------------------------------
src/third_party/scons-2.0.1 (Elapsed: 0:00:06)
----------------------------------------
[0:15:54] Started.
_____ src/third_party/scons-2.0.1 at 1c1550e17fc26355d08627fbdec13d8291227067
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/scons-2.0.1'
[0:15:55] From https://chromium.googlesource.com/native_client/src/third_party/scons-2.0.1
[0:15:55] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/scons-2.0.1'
[0:15:57] Checking out files: 49% (100/201)
[0:15:58] Checking out files: 98% (197/201)
[0:15:58] Checking out files: 100% (201/201)
[0:15:58] HEAD is now at 1c1550e Adding msvs2013 support to scons.
[0:15:59] Up-to-date; skipping checkout.
Checked out revision 1c1550e17fc26355d08627fbdec13d8291227067
[0:16:00] Finished.
----------------------------------------
src/third_party/smhasher/src (Elapsed: 0:00:02)
----------------------------------------
[0:16:00] Started.
_____ src/third_party/smhasher/src at e87738e57558e0ec472b2fc3a643b838e5b6e88f
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/smhasher/src'
[0:16:01] From https://chromium.googlesource.com/external/smhasher
[0:16:01] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/smhasher/src'
[0:16:02] HEAD is now at e87738e Patch City.h to fix compile errors in Chromium (see issue 27)
[0:16:03] Up-to-date; skipping checkout.
Checked out revision e87738e57558e0ec472b2fc3a643b838e5b6e88f
[0:16:03] Finished.
----------------------------------------
src/third_party/snappy/src (Elapsed: 0:00:03)
----------------------------------------
[0:16:03] Started.
_____ src/third_party/snappy/src at 762bb32f0c9d2f31ba4958c7c0933d22e80c20bf
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/snappy/src'
[0:16:04] From https://chromium.googlesource.com/external/snappy
[0:16:04] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/snappy/src'
[0:16:05] HEAD is now at 762bb32 Add autoconf tests for size_t and ssize_t. Sort-of resolves public issue 79;
[0:16:07] Up-to-date; skipping checkout.
Checked out revision 762bb32f0c9d2f31ba4958c7c0933d22e80c20bf
[0:16:07] Finished.
----------------------------------------
src/third_party/ub-uiautomator/lib (Elapsed: 0:00:02)
----------------------------------------
[0:16:07] Started.
_____ src/third_party/ub-uiautomator/lib at 00270549ce3161ae72ceb24712618ea28b4f9434
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/ub-uiautomator/lib'
[0:16:08] From https://chromium.googlesource.com/chromium/third_party/ub-uiautomator
[0:16:08] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/ub-uiautomator/lib'
[0:16:09] HEAD is now at 0027054 Copy LICENSE and README.chromium down into this repo.
[0:16:09] Up-to-date; skipping checkout.
Checked out revision 00270549ce3161ae72ceb24712618ea28b4f9434
[0:16:09] Finished.
----------------------------------------
src/third_party/mesa/src (Elapsed: 0:01:34)
----------------------------------------
[0:14:42] Started.
_____ src/third_party/mesa/src at ef811c6bd4de74e13e7035ca882cc77f85793fef
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/mesa/src'
[0:14:43] From https://chromium.googlesource.com/chromium/deps/mesa
[0:14:43] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/mesa/src'
[0:14:57] Checking out files: 1% (59/4067)
[0:14:58] Checking out files: 5% (204/4067)
[0:15:00] Checking out files: 8% (326/4067)
[0:15:01] Checking out files: 10% (407/4067)
[0:15:02] Checking out files: 12% (489/4067)
[0:15:03] Checking out files: 14% (570/4067)
[0:15:04] Checking out files: 16% (651/4067)
[0:15:05] Checking out files: 18% (733/4067)
[0:15:06] Checking out files: 21% (855/4067)
[0:15:07] Checking out files: 23% (946/4067)
[0:15:08] Checking out files: 25% (1017/4067)
[0:15:09] Checking out files: 27% (1099/4067)
[0:15:10] Checking out files: 29% (1180/4067)
[0:15:12] Checking out files: 31% (1261/4067)
[0:15:13] Checking out files: 33% (1343/4067)
[0:15:14] Checking out files: 35% (1424/4067)
[0:15:15] Checking out files: 37% (1505/4067)
[0:15:16] Checking out files: 39% (1587/4067)
[0:15:17] Checking out files: 41% (1668/4067)
[0:15:18] Checking out files: 42% (1740/4067)
[0:15:20] Checking out files: 45% (1831/4067)
[0:15:21] Checking out files: 47% (1912/4067)
[0:15:22] Checking out files: 49% (1993/4067)
[0:15:23] Checking out files: 51% (2075/4067)
[0:15:24] Checking out files: 53% (2156/4067)
[0:15:25] Checking out files: 55% (2237/4067)
[0:15:26] Checking out files: 57% (2337/4067)
[0:15:28] Checking out files: 60% (2441/4067)
[0:15:29] Checking out files: 63% (2563/4067)
[0:15:30] Checking out files: 66% (2685/4067)
[0:15:31] Checking out files: 68% (2798/4067)
[0:15:32] Checking out files: 71% (2888/4067)
[0:15:33] Checking out files: 73% (2969/4067)
[0:15:34] Checking out files: 75% (3051/4067)
[0:15:36] Checking out files: 77% (3132/4067)
[0:15:37] Checking out files: 79% (3213/4067)
[0:15:38] Checking out files: 81% (3295/4067)
[0:15:39] Checking out files: 83% (3376/4067)
[0:15:40] Checking out files: 85% (3457/4067)
[0:15:41] Checking out files: 87% (3539/4067)
[0:15:43] Checking out files: 90% (3661/4067)
[0:15:44] Checking out files: 93% (3783/4067)
[0:15:45] Checking out files: 95% (3903/4067)
[0:15:46] Checking out files: 98% (4000/4067)
[0:15:47] Checking out files: 100% (4067/4067)
[0:15:48] HEAD is now at ef811c6 Merge upstream version of wayland-drm.xml and include autogenerated files in chromium_gensrc.
[0:16:01] Up-to-date; skipping checkout.
Checked out revision ef811c6bd4de74e13e7035ca882cc77f85793fef
[0:16:16] Finished.
----------------------------------------
src/third_party/usrsctp/usrsctplib (Elapsed: 0:00:07)
----------------------------------------
[0:16:09] Started.
_____ src/third_party/usrsctp/usrsctplib at c60ec8b35c3fe6027d7a3faae89d1c8d7dd3ce98
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/usrsctp/usrsctplib'
[0:16:10] POST git-upload-pack (314 bytes)
[0:16:14] From https://chromium.googlesource.com/external/github.com/sctplab/usrsctp
[0:16:14] = [up to date] crash-test -> origin/crash-test
[0:16:14] * [new branch] idata-integration -> origin/idata-integration
[0:16:14] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/usrsctp/usrsctplib'
[0:16:15] HEAD is now at c60ec8b Add license text.
[0:16:17] Up-to-date; skipping checkout.
Checked out revision c60ec8b35c3fe6027d7a3faae89d1c8d7dd3ce98
[0:16:17] Finished.
----------------------------------------
src/third_party/wayland-protocols/src (Elapsed: 0:00:02)
----------------------------------------
[0:16:16] Started.
_____ src/third_party/wayland-protocols/src at 3543bb755c8858b0a70dfd20fd1beb74d865751d
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/wayland-protocols/src'
[0:16:18] From https://chromium.googlesource.com/external/anongit.freedesktop.org/git/wayland/wayland-protocols
[0:16:18] = [up to date] master -> origin/master
[0:16:18] = [up to date] wip/xdg-shell-unstable-v6 -> origin/wip/xdg-shell-unstable-v6
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/wayland-protocols/src'
[0:16:18] HEAD is now at 3543bb7 configure.ac: Bump version to 1.0
[0:16:19] Up-to-date; skipping checkout.
Checked out revision 3543bb755c8858b0a70dfd20fd1beb74d865751d
[0:16:19] Finished.
----------------------------------------
src/third_party/wayland/src (Elapsed: 0:00:05)
----------------------------------------
[0:16:17] Started.
_____ src/third_party/wayland/src at b05668f0ad64ad9ba82e124965163daed4172ead
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/wayland/src'
[0:16:20] From https://chromium.googlesource.com/external/anongit.freedesktop.org/git/wayland/wayland
[0:16:20] = [up to date] 0.85 -> origin/0.85
[0:16:20] = [up to date] 1.0 -> origin/1.0
[0:16:20] = [up to date] 1.1 -> origin/1.1
[0:16:20] = [up to date] 1.10 -> origin/1.10
[0:16:20] = [up to date] 1.2 -> origin/1.2
[0:16:20] = [up to date] 1.3 -> origin/1.3
[0:16:20] = [up to date] 1.4 -> origin/1.4
[0:16:20] = [up to date] 1.5 -> origin/1.5
[0:16:20] = [up to date] 1.6 -> origin/1.6
[0:16:20] = [up to date] 1.7 -> origin/1.7
[0:16:20] = [up to date] 1.8 -> origin/1.8
[0:16:20] = [up to date] 1.9 -> origin/1.9
[0:16:20] = [up to date] master -> origin/master
[0:16:20] = [up to date] next -> origin/next
[0:16:20] = [up to date] terminal -> origin/terminal
[0:16:20] = [up to date] wayland-0.8 -> origin/wayland-0.8
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/wayland/src'
[0:16:21] HEAD is now at b05668f configure.ac: bump to version 1.9.0 for the official release
[0:16:22] Up-to-date; skipping checkout.
Checked out revision b05668f0ad64ad9ba82e124965163daed4172ead
[0:16:23] Finished.
----------------------------------------
src/third_party/webdriver/pylib (Elapsed: 0:00:05)
----------------------------------------
[0:16:19] Started.
_____ src/third_party/webdriver/pylib at 5fd78261a75fe08d27ca4835fb6c5ce4b42275bd
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/webdriver/pylib'
[0:16:20] From https://chromium.googlesource.com/external/selenium/py
[0:16:20] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/webdriver/pylib'
[0:16:23] HEAD is now at 5fd7826 DanielWagnerHall: Removing trailing whitespace
[0:16:24] Up-to-date; skipping checkout.
Checked out revision 5fd78261a75fe08d27ca4835fb6c5ce4b42275bd
[0:16:25] Finished.
----------------------------------------
src/third_party/sfntly/src (Elapsed: 0:00:34)
----------------------------------------
[0:15:54] Started.
_____ src/third_party/sfntly/src at 130f832eddf98467e6578b548cb74ce17d04a26d
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/sfntly/src'
[0:15:56] From https://chromium.googlesource.com/external/github.com/googlei18n/sfntly
[0:15:56] = [up to date] cibu -> origin/cibu
[0:15:56] = [up to date] master -> origin/master
[0:15:56] = [up to date] stuartg -> origin/stuartg
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/sfntly/src'
[0:16:01] Checking out files: 6% (55/843)
[0:16:01] Checking out files: 10% (85/843)
[0:16:02] Checking out files: 17% (144/843)
[0:16:03] Checking out files: 24% (203/843)
[0:16:04] Checking out files: 32% (270/843)
[0:16:05] Checking out files: 39% (329/843)
[0:16:06] Checking out files: 45% (380/843)
[0:16:08] Checking out files: 45% (383/843)
[0:16:10] Checking out files: 45% (385/843)
[0:16:11] Checking out files: 56% (473/843)
[0:16:12] Checking out files: 65% (548/843)
[0:16:14] Checking out files: 70% (596/843)
[0:16:15] Checking out files: 74% (624/843)
[0:16:16] Checking out files: 80% (675/843)
[0:16:17] Checking out files: 86% (725/843)
[0:16:18] Checking out files: 91% (768/843)
[0:16:19] Checking out files: 97% (818/843)
[0:16:20] Checking out files: 100% (843/843)
[0:16:20] HEAD is now at 130f832 Merge pull request #47 from leizleiz/leiz-upstream
[0:16:24] Up-to-date; skipping checkout.
Checked out revision 130f832eddf98467e6578b548cb74ce17d04a26d
[0:16:29] Finished.
----------------------------------------
gclient(678) ParseDepsFile:use_relative_paths enabled.
gclient(684) ParseDepsFile:Updating deps by prepending src/third_party/pdfium.
src/third_party/webpagereplay (Elapsed: 0:00:05)
----------------------------------------
[0:16:25] Started.
_____ src/third_party/webpagereplay at 7564939bdf6482d57b9bd5e9c931679f96d8cf75
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/webpagereplay'
[0:16:26] From https://chromium.googlesource.com/external/github.com/chromium/web-page-replay
[0:16:26] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/webpagereplay'
[0:16:28] HEAD is now at 7564939 Merge pull request #52 from zwri/master
[0:16:29] Up-to-date; skipping checkout.
Checked out revision 7564939bdf6482d57b9bd5e9c931679f96d8cf75
[0:16:30] Finished.
----------------------------------------
src/third_party/pdfium (Elapsed: 0:01:25)
----------------------------------------
[0:15:09] Started.
_____ src/third_party/pdfium at f8eda05ad3696181dccbb1aad95c3b87a3897a0e
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/pdfium'
[0:15:28] POST git-upload-pack (gzip 1059 to 583 bytes)
[0:15:46] From https://pdfium.googlesource.com/pdfium
[0:15:46] = [up to date] chromium/2013 -> origin/chromium/2013
[0:15:46] = [up to date] chromium/2014 -> origin/chromium/2014
[0:15:46] = [up to date] chromium/2015 -> origin/chromium/2015
[0:15:46] = [up to date] chromium/2016 -> origin/chromium/2016
[0:15:46] = [up to date] chromium/2017 -> origin/chromium/2017
[0:15:46] = [up to date] chromium/2018 -> origin/chromium/2018
[0:15:46] = [up to date] chromium/2019 -> origin/chromium/2019
[0:15:46] = [up to date] chromium/2020 -> origin/chromium/2020
[0:15:46] = [up to date] chromium/2021 -> origin/chromium/2021
[0:15:46] = [up to date] chromium/2022 -> origin/chromium/2022
[0:15:46] = [up to date] chromium/2023 -> origin/chromium/2023
[0:15:46] = [up to date] chromium/2024 -> origin/chromium/2024
[0:15:46] = [up to date] chromium/2025 -> origin/chromium/2025
[0:15:46] = [up to date] chromium/2026 -> origin/chromium/2026
[0:15:46] = [up to date] chromium/2027 -> origin/chromium/2027
[0:15:46] = [up to date] chromium/2028 -> origin/chromium/2028
[0:15:46] = [up to date] chromium/2029 -> origin/chromium/2029
[0:15:46] = [up to date] chromium/2030 -> origin/chromium/2030
[0:15:46] = [up to date] chromium/2031 -> origin/chromium/2031
[0:15:46] = [up to date] chromium/2032 -> origin/chromium/2032
[0:15:46] = [up to date] chromium/2033 -> origin/chromium/2033
[0:15:46] = [up to date] chromium/2034 -> origin/chromium/2034
[0:15:46] = [up to date] chromium/2035 -> origin/chromium/2035
[0:15:46] = [up to date] chromium/2036 -> origin/chromium/2036
[0:15:46] = [up to date] chromium/2037 -> origin/chromium/2037
[0:15:46] = [up to date] chromium/2038 -> origin/chromium/2038
[0:15:46] = [up to date] chromium/2039 -> origin/chromium/2039
[0:15:46] = [up to date] chromium/2040 -> origin/chromium/2040
[0:15:46] = [up to date] chromium/2041 -> origin/chromium/2041
[0:15:46] = [up to date] chromium/2042 -> origin/chromium/2042
[0:15:46] = [up to date] chromium/2043 -> origin/chromium/2043
[0:15:46] = [up to date] chromium/2044 -> origin/chromium/2044
[0:15:46] = [up to date] chromium/2045 -> origin/chromium/2045
[0:15:46] = [up to date] chromium/2046 -> origin/chromium/2046
[0:15:46] = [up to date] chromium/2047 -> origin/chromium/2047
[0:15:46] = [up to date] chromium/2048 -> origin/chromium/2048
[0:15:46] = [up to date] chromium/2049 -> origin/chromium/2049
[0:15:46] = [up to date] chromium/2050 -> origin/chromium/2050
[0:15:46] = [up to date] chromium/2051 -> origin/chromium/2051
[0:15:46] = [up to date] chromium/2052 -> origin/chromium/2052
[0:15:46] = [up to date] chromium/2053 -> origin/chromium/2053
[0:15:46] = [up to date] chromium/2054 -> origin/chromium/2054
[0:15:46] = [up to date] chromium/2055 -> origin/chromium/2055
[0:15:46] = [up to date] chromium/2056 -> origin/chromium/2056
[0:15:46] = [up to date] chromium/2057 -> origin/chromium/2057
[0:15:46] = [up to date] chromium/2058 -> origin/chromium/2058
[0:15:46] = [up to date] chromium/2059 -> origin/chromium/2059
[0:15:46] = [up to date] chromium/2060 -> origin/chromium/2060
[0:15:46] = [up to date] chromium/2061 -> origin/chromium/2061
[0:15:46] = [up to date] chromium/2062 -> origin/chromium/2062
[0:15:46] = [up to date] chromium/2063 -> origin/chromium/2063
[0:15:46] = [up to date] chromium/2064 -> origin/chromium/2064
[0:15:46] = [up to date] chromium/2065 -> origin/chromium/2065
[0:15:46] = [up to date] chromium/2066 -> origin/chromium/2066
[0:15:46] = [up to date] chromium/2067 -> origin/chromium/2067
[0:15:46] = [up to date] chromium/2068 -> origin/chromium/2068
[0:15:46] = [up to date] chromium/2069 -> origin/chromium/2069
[0:15:46] = [up to date] chromium/2070 -> origin/chromium/2070
[0:15:46] = [up to date] chromium/2071 -> origin/chromium/2071
[0:15:46] = [up to date] chromium/2072 -> origin/chromium/2072
[0:15:46] = [up to date] chromium/2073 -> origin/chromium/2073
[0:15:46] = [up to date] chromium/2074 -> origin/chromium/2074
[0:15:46] = [up to date] chromium/2075 -> origin/chromium/2075
[0:15:46] = [up to date] chromium/2076 -> origin/chromium/2076
[0:15:46] = [up to date] chromium/2077 -> origin/chromium/2077
[0:15:46] = [up to date] chromium/2078 -> origin/chromium/2078
[0:15:46] = [up to date] chromium/2079 -> origin/chromium/2079
[0:15:46] = [up to date] chromium/2080 -> origin/chromium/2080
[0:15:46] = [up to date] chromium/2081 -> origin/chromium/2081
[0:15:46] = [up to date] chromium/2082 -> origin/chromium/2082
[0:15:46] = [up to date] chromium/2083 -> origin/chromium/2083
[0:15:46] = [up to date] chromium/2084 -> origin/chromium/2084
[0:15:46] = [up to date] chromium/2085 -> origin/chromium/2085
[0:15:46] = [up to date] chromium/2086 -> origin/chromium/2086
[0:15:46] = [up to date] chromium/2087 -> origin/chromium/2087
[0:15:46] = [up to date] chromium/2088 -> origin/chromium/2088
[0:15:46] = [up to date] chromium/2089 -> origin/chromium/2089
[0:15:46] = [up to date] chromium/2090 -> origin/chromium/2090
[0:15:46] = [up to date] chromium/2091 -> origin/chromium/2091
[0:15:46] = [up to date] chromium/2092 -> origin/chromium/2092
[0:15:46] = [up to date] chromium/2093 -> origin/chromium/2093
[0:15:46] = [up to date] chromium/2094 -> origin/chromium/2094
[0:15:46] = [up to date] chromium/2095 -> origin/chromium/2095
[0:15:46] = [up to date] chromium/2096 -> origin/chromium/2096
[0:15:46] = [up to date] chromium/2097 -> origin/chromium/2097
[0:15:46] = [up to date] chromium/2098 -> origin/chromium/2098
[0:15:46] = [up to date] chromium/2099 -> origin/chromium/2099
[0:15:46] = [up to date] chromium/2100 -> origin/chromium/2100
[0:15:46] = [up to date] chromium/2101 -> origin/chromium/2101
[0:15:46] = [up to date] chromium/2102 -> origin/chromium/2102
[0:15:46] = [up to date] chromium/2103 -> origin/chromium/2103
[0:15:46] = [up to date] chromium/2104 -> origin/chromium/2104
[0:15:46] = [up to date] chromium/2105 -> origin/chromium/2105
[0:15:46] = [up to date] chromium/2106 -> origin/chromium/2106
[0:15:46] = [up to date] chromium/2107 -> origin/chromium/2107
[0:15:46] = [up to date] chromium/2108 -> origin/chromium/2108
[0:15:46] = [up to date] chromium/2109 -> origin/chromium/2109
[0:15:46] = [up to date] chromium/2110 -> origin/chromium/2110
[0:15:46] = [up to date] chromium/2111 -> origin/chromium/2111
[0:15:46] = [up to date] chromium/2112 -> origin/chromium/2112
[0:15:46] = [up to date] chromium/2113 -> origin/chromium/2113
[0:15:46] = [up to date] chromium/2114 -> origin/chromium/2114
[0:15:46] = [up to date] chromium/2115 -> origin/chromium/2115
[0:15:46] = [up to date] chromium/2116 -> origin/chromium/2116
[0:15:46] = [up to date] chromium/2117 -> origin/chromium/2117
[0:15:46] = [up to date] chromium/2118 -> origin/chromium/2118
[0:15:46] = [up to date] chromium/2119 -> origin/chromium/2119
[0:15:46] = [up to date] chromium/2120 -> origin/chromium/2120
[0:15:46] = [up to date] chromium/2121 -> origin/chromium/2121
[0:15:46] = [up to date] chromium/2122 -> origin/chromium/2122
[0:15:46] = [up to date] chromium/2123 -> origin/chromium/2123
[0:15:46] = [up to date] chromium/2124 -> origin/chromium/2124
[0:15:46] = [up to date] chromium/2125 -> origin/chromium/2125
[0:15:46] = [up to date] chromium/2126 -> origin/chromium/2126
[0:15:46] = [up to date] chromium/2127 -> origin/chromium/2127
[0:15:46] = [up to date] chromium/2128 -> origin/chromium/2128
[0:15:46] = [up to date] chromium/2129 -> origin/chromium/2129
[0:15:46] = [up to date] chromium/2130 -> origin/chromium/2130
[0:15:46] = [up to date] chromium/2131 -> origin/chromium/2131
[0:15:46] = [up to date] chromium/2132 -> origin/chromium/2132
[0:15:46] = [up to date] chromium/2133 -> origin/chromium/2133
[0:15:46] = [up to date] chromium/2135 -> origin/chromium/2135
[0:15:46] = [up to date] chromium/2136 -> origin/chromium/2136
[0:15:46] = [up to date] chromium/2137 -> origin/chromium/2137
[0:15:46] = [up to date] chromium/2138 -> origin/chromium/2138
[0:15:46] = [up to date] chromium/2139 -> origin/chromium/2139
[0:15:46] = [up to date] chromium/2140 -> origin/chromium/2140
[0:15:46] = [up to date] chromium/2141 -> origin/chromium/2141
[0:15:46] = [up to date] chromium/2142 -> origin/chromium/2142
[0:15:46] = [up to date] chromium/2143 -> origin/chromium/2143
[0:15:46] = [up to date] chromium/2144 -> origin/chromium/2144
[0:15:46] = [up to date] chromium/2145 -> origin/chromium/2145
[0:15:46] = [up to date] chromium/2146 -> origin/chromium/2146
[0:15:46] = [up to date] chromium/2147 -> origin/chromium/2147
[0:15:46] = [up to date] chromium/2148 -> origin/chromium/2148
[0:15:46] = [up to date] chromium/2149 -> origin/chromium/2149
[0:15:46] = [up to date] chromium/2150 -> origin/chromium/2150
[0:15:46] = [up to date] chromium/2151 -> origin/chromium/2151
[0:15:46] = [up to date] chromium/2152 -> origin/chromium/2152
[0:15:46] = [up to date] chromium/2154 -> origin/chromium/2154
[0:15:46] = [up to date] chromium/2155 -> origin/chromium/2155
[0:15:46] = [up to date] chromium/2156 -> origin/chromium/2156
[0:15:46] = [up to date] chromium/2157 -> origin/chromium/2157
[0:15:46] = [up to date] chromium/2158 -> origin/chromium/2158
[0:15:46] = [up to date] chromium/2159 -> origin/chromium/2159
[0:15:46] = [up to date] chromium/2160 -> origin/chromium/2160
[0:15:46] = [up to date] chromium/2161 -> origin/chromium/2161
[0:15:46] = [up to date] chromium/2162 -> origin/chromium/2162
[0:15:46] = [up to date] chromium/2163 -> origin/chromium/2163
[0:15:46] = [up to date] chromium/2164 -> origin/chromium/2164
[0:15:46] = [up to date] chromium/2165 -> origin/chromium/2165
[0:15:46] = [up to date] chromium/2166 -> origin/chromium/2166
[0:15:46] = [up to date] chromium/2167 -> origin/chromium/2167
[0:15:46] = [up to date] chromium/2168 -> origin/chromium/2168
[0:15:46] = [up to date] chromium/2169 -> origin/chromium/2169
[0:15:46] = [up to date] chromium/2170 -> origin/chromium/2170
[0:15:46] = [up to date] chromium/2171 -> origin/chromium/2171
[0:15:46] = [up to date] chromium/2172 -> origin/chromium/2172
[0:15:46] = [up to date] chromium/2173 -> origin/chromium/2173
[0:15:46] = [up to date] chromium/2174 -> origin/chromium/2174
[0:15:46] = [up to date] chromium/2175 -> origin/chromium/2175
[0:15:46] = [up to date] chromium/2176 -> origin/chromium/2176
[0:15:46] = [up to date] chromium/2177 -> origin/chromium/2177
[0:15:46] = [up to date] chromium/2178 -> origin/chromium/2178
[0:15:46] = [up to date] chromium/2179 -> origin/chromium/2179
[0:15:46] = [up to date] chromium/2180 -> origin/chromium/2180
[0:15:46] = [up to date] chromium/2181 -> origin/chromium/2181
[0:15:46] = [up to date] chromium/2182 -> origin/chromium/2182
[0:15:46] = [up to date] chromium/2183 -> origin/chromium/2183
[0:15:46] = [up to date] chromium/2184 -> origin/chromium/2184
[0:15:46] = [up to date] chromium/2185 -> origin/chromium/2185
[0:15:46] = [up to date] chromium/2186 -> origin/chromium/2186
[0:15:46] = [up to date] chromium/2187 -> origin/chromium/2187
[0:15:46] = [up to date] chromium/2188 -> origin/chromium/2188
[0:15:46] = [up to date] chromium/2189 -> origin/chromium/2189
[0:15:46] = [up to date] chromium/2190 -> origin/chromium/2190
[0:15:46] = [up to date] chromium/2191 -> origin/chromium/2191
[0:15:46] = [up to date] chromium/2192 -> origin/chromium/2192
[0:15:46] = [up to date] chromium/2193 -> origin/chromium/2193
[0:15:46] = [up to date] chromium/2194 -> origin/chromium/2194
[0:15:46] = [up to date] chromium/2195 -> origin/chromium/2195
[0:15:46] = [up to date] chromium/2196 -> origin/chromium/2196
[0:15:46] = [up to date] chromium/2197 -> origin/chromium/2197
[0:15:46] = [up to date] chromium/2198 -> origin/chromium/2198
[0:15:46] = [up to date] chromium/2199 -> origin/chromium/2199
[0:15:46] = [up to date] chromium/2200 -> origin/chromium/2200
[0:15:46] = [up to date] chromium/2201 -> origin/chromium/2201
[0:15:46] = [up to date] chromium/2202 -> origin/chromium/2202
[0:15:46] = [up to date] chromium/2214 -> origin/chromium/2214
[0:15:46] = [up to date] chromium/2237 -> origin/chromium/2237
[0:15:46] = [up to date] chromium/2238 -> origin/chromium/2238
[0:15:46] = [up to date] chromium/2239 -> origin/chromium/2239
[0:15:46] = [up to date] chromium/2240 -> origin/chromium/2240
[0:15:46] = [up to date] chromium/2241 -> origin/chromium/2241
[0:15:46] = [up to date] chromium/2242 -> origin/chromium/2242
[0:15:46] = [up to date] chromium/2243 -> origin/chromium/2243
[0:15:46] = [up to date] chromium/2244 -> origin/chromium/2244
[0:15:46] = [up to date] chromium/2245 -> origin/chromium/2245
[0:15:46] = [up to date] chromium/2246 -> origin/chromium/2246
[0:15:46] = [up to date] chromium/2247 -> origin/chromium/2247
[0:15:46] = [up to date] chromium/2248 -> origin/chromium/2248
[0:15:46] = [up to date] chromium/2249 -> origin/chromium/2249
[0:15:46] = [up to date] chromium/2250 -> origin/chromium/2250
[0:15:46] = [up to date] chromium/2251 -> origin/chromium/2251
[0:15:46] = [up to date] chromium/2252 -> origin/chromium/2252
[0:15:46] = [up to date] chromium/2253 -> origin/chromium/2253
[0:15:46] = [up to date] chromium/2254 -> origin/chromium/2254
[0:15:46] = [up to date] chromium/2255 -> origin/chromium/2255
[0:15:46] = [up to date] chromium/2256 -> origin/chromium/2256
[0:15:46] = [up to date] chromium/2257 -> origin/chromium/2257
[0:15:46] = [up to date] chromium/2258 -> origin/chromium/2258
[0:15:46] = [up to date] chromium/2259 -> origin/chromium/2259
[0:15:46] = [up to date] chromium/2260 -> origin/chromium/2260
[0:15:46] = [up to date] chromium/2261 -> origin/chromium/2261
[0:15:46] = [up to date] chromium/2262 -> origin/chromium/2262
[0:15:46] = [up to date] chromium/2263 -> origin/chromium/2263
[0:15:46] = [up to date] chromium/2264 -> origin/chromium/2264
[0:15:46] = [up to date] chromium/2265 -> origin/chromium/2265
[0:15:46] = [up to date] chromium/2266 -> origin/chromium/2266
[0:15:46] = [up to date] chromium/2267 -> origin/chromium/2267
[0:15:46] = [up to date] chromium/2268 -> origin/chromium/2268
[0:15:46] = [up to date] chromium/2269 -> origin/chromium/2269
[0:15:46] = [up to date] chromium/2270 -> origin/chromium/2270
[0:15:46] = [up to date] chromium/2271 -> origin/chromium/2271
[0:15:46] = [up to date] chromium/2272 -> origin/chromium/2272
[0:15:46] = [up to date] chromium/2273 -> origin/chromium/2273
[0:15:46] = [up to date] chromium/2274 -> origin/chromium/2274
[0:15:46] = [up to date] chromium/2275 -> origin/chromium/2275
[0:15:46] = [up to date] chromium/2276 -> origin/chromium/2276
[0:15:46] = [up to date] chromium/2277 -> origin/chromium/2277
[0:15:46] = [up to date] chromium/2278 -> origin/chromium/2278
[0:15:46] = [up to date] chromium/2279 -> origin/chromium/2279
[0:15:46] = [up to date] chromium/2280 -> origin/chromium/2280
[0:15:46] = [up to date] chromium/2281 -> origin/chromium/2281
[0:15:46] = [up to date] chromium/2282 -> origin/chromium/2282
[0:15:46] = [up to date] chromium/2283 -> origin/chromium/2283
[0:15:46] = [up to date] chromium/2284 -> origin/chromium/2284
[0:15:46] = [up to date] chromium/2285 -> origin/chromium/2285
[0:15:46] = [up to date] chromium/2286 -> origin/chromium/2286
[0:15:46] = [up to date] chromium/2287 -> origin/chromium/2287
[0:15:46] = [up to date] chromium/2288 -> origin/chromium/2288
[0:15:46] = [up to date] chromium/2289 -> origin/chromium/2289
[0:15:46] = [up to date] chromium/2290 -> origin/chromium/2290
[0:15:46] = [up to date] chromium/2291 -> origin/chromium/2291
[0:15:46] = [up to date] chromium/2292 -> origin/chromium/2292
[0:15:46] = [up to date] chromium/2293 -> origin/chromium/2293
[0:15:46] = [up to date] chromium/2294 -> origin/chromium/2294
[0:15:46] = [up to date] chromium/2295 -> origin/chromium/2295
[0:15:46] = [up to date] chromium/2296 -> origin/chromium/2296
[0:15:46] = [up to date] chromium/2297 -> origin/chromium/2297
[0:15:46] = [up to date] chromium/2298 -> origin/chromium/2298
[0:15:46] = [up to date] chromium/2299 -> origin/chromium/2299
[0:15:46] = [up to date] chromium/2300 -> origin/chromium/2300
[0:15:46] = [up to date] chromium/2301 -> origin/chromium/2301
[0:15:46] = [up to date] chromium/2302 -> origin/chromium/2302
[0:15:46] = [up to date] chromium/2303 -> origin/chromium/2303
[0:15:46] = [up to date] chromium/2304 -> origin/chromium/2304
[0:15:46] = [up to date] chromium/2305 -> origin/chromium/2305
[0:15:46] = [up to date] chromium/2306 -> origin/chromium/2306
[0:15:46] = [up to date] chromium/2307 -> origin/chromium/2307
[0:15:46] = [up to date] chromium/2308 -> origin/chromium/2308
[0:15:46] = [up to date] chromium/2309 -> origin/chromium/2309
[0:15:46] = [up to date] chromium/2310 -> origin/chromium/2310
[0:15:46] = [up to date] chromium/2311 -> origin/chromium/2311
[0:15:46] = [up to date] chromium/2312 -> origin/chromium/2312
[0:15:46] = [up to date] chromium/2313 -> origin/chromium/2313
[0:15:46] = [up to date] chromium/2314 -> origin/chromium/2314
[0:15:46] = [up to date] chromium/2315 -> origin/chromium/2315
[0:15:46] = [up to date] chromium/2316 -> origin/chromium/2316
[0:15:46] = [up to date] chromium/2317 -> origin/chromium/2317
[0:15:46] = [up to date] chromium/2318 -> origin/chromium/2318
[0:15:46] = [up to date] chromium/2319 -> origin/chromium/2319
[0:15:46] = [up to date] chromium/2320 -> origin/chromium/2320
[0:15:46] = [up to date] chromium/2321 -> origin/chromium/2321
[0:15:46] = [up to date] chromium/2322 -> origin/chromium/2322
[0:15:46] = [up to date] chromium/2323 -> origin/chromium/2323
[0:15:46] = [up to date] chromium/2324 -> origin/chromium/2324
[0:15:46] = [up to date] chromium/2325 -> origin/chromium/2325
[0:15:46] = [up to date] chromium/2326 -> origin/chromium/2326
[0:15:46] = [up to date] chromium/2327 -> origin/chromium/2327
[0:15:46] = [up to date] chromium/2328 -> origin/chromium/2328
[0:15:46] = [up to date] chromium/2329 -> origin/chromium/2329
[0:15:46] = [up to date] chromium/2330 -> origin/chromium/2330
[0:15:46] = [up to date] chromium/2331 -> origin/chromium/2331
[0:15:46] = [up to date] chromium/2332 -> origin/chromium/2332
[0:15:46] = [up to date] chromium/2333 -> origin/chromium/2333
[0:15:46] = [up to date] chromium/2334 -> origin/chromium/2334
[0:15:46] = [up to date] chromium/2335 -> origin/chromium/2335
[0:15:46] = [up to date] chromium/2336 -> origin/chromium/2336
[0:15:46] = [up to date] chromium/2337 -> origin/chromium/2337
[0:15:46] = [up to date] chromium/2338 -> origin/chromium/2338
[0:15:46] = [up to date] chromium/2339 -> origin/chromium/2339
[0:15:46] = [up to date] chromium/2340 -> origin/chromium/2340
[0:15:46] = [up to date] chromium/2341 -> origin/chromium/2341
[0:15:46] = [up to date] chromium/2342 -> origin/chromium/2342
[0:15:46] = [up to date] chromium/2343 -> origin/chromium/2343
[0:15:46] = [up to date] chromium/2344 -> origin/chromium/2344
[0:15:46] = [up to date] chromium/2345 -> origin/chromium/2345
[0:15:46] = [up to date] chromium/2346 -> origin/chromium/2346
[0:15:46] = [up to date] chromium/2347 -> origin/chromium/2347
[0:15:46] = [up to date] chromium/2348 -> origin/chromium/2348
[0:15:46] = [up to date] chromium/2349 -> origin/chromium/2349
[0:15:46] = [up to date] chromium/2350 -> origin/chromium/2350
[0:15:46] = [up to date] chromium/2351 -> origin/chromium/2351
[0:15:46] = [up to date] chromium/2352 -> origin/chromium/2352
[0:15:46] = [up to date] chromium/2353 -> origin/chromium/2353
[0:15:46] = [up to date] chromium/2354 -> origin/chromium/2354
[0:15:46] = [up to date] chromium/2355 -> origin/chromium/2355
[0:15:46] = [up to date] chromium/2356 -> origin/chromium/2356
[0:15:46] = [up to date] chromium/2357 -> origin/chromium/2357
[0:15:46] = [up to date] chromium/2358 -> origin/chromium/2358
[0:15:46] = [up to date] chromium/2359 -> origin/chromium/2359
[0:15:46] = [up to date] chromium/2360 -> origin/chromium/2360
[0:15:46] = [up to date] chromium/2361 -> origin/chromium/2361
[0:15:46] = [up to date] chromium/2362 -> origin/chromium/2362
[0:15:46] = [up to date] chromium/2363 -> origin/chromium/2363
[0:15:46] = [up to date] chromium/2364 -> origin/chromium/2364
[0:15:46] = [up to date] chromium/2365 -> origin/chromium/2365
[0:15:46] = [up to date] chromium/2366 -> origin/chromium/2366
[0:15:46] = [up to date] chromium/2367 -> origin/chromium/2367
[0:15:46] = [up to date] chromium/2368 -> origin/chromium/2368
[0:15:46] = [up to date] chromium/2369 -> origin/chromium/2369
[0:15:46] = [up to date] chromium/2370 -> origin/chromium/2370
[0:15:46] = [up to date] chromium/2371 -> origin/chromium/2371
[0:15:46] = [up to date] chromium/2372 -> origin/chromium/2372
[0:15:46] = [up to date] chromium/2373 -> origin/chromium/2373
[0:15:46] = [up to date] chromium/2374 -> origin/chromium/2374
[0:15:46] = [up to date] chromium/2375 -> origin/chromium/2375
[0:15:46] = [up to date] chromium/2376 -> origin/chromium/2376
[0:15:46] = [up to date] chromium/2377 -> origin/chromium/2377
[0:15:46] = [up to date] chromium/2378 -> origin/chromium/2378
[0:15:46] = [up to date] chromium/2379 -> origin/chromium/2379
[0:15:46] = [up to date] chromium/2380 -> origin/chromium/2380
[0:15:46] = [up to date] chromium/2381 -> origin/chromium/2381
[0:15:46] = [up to date] chromium/2382 -> origin/chromium/2382
[0:15:46] = [up to date] chromium/2383 -> origin/chromium/2383
[0:15:46] = [up to date] chromium/2384 -> origin/chromium/2384
[0:15:46] = [up to date] chromium/2385 -> origin/chromium/2385
[0:15:46] = [up to date] chromium/2386 -> origin/chromium/2386
[0:15:46] = [up to date] chromium/2387 -> origin/chromium/2387
[0:15:46] = [up to date] chromium/2388 -> origin/chromium/2388
[0:15:46] = [up to date] chromium/2389 -> origin/chromium/2389
[0:15:46] = [up to date] chromium/2390 -> origin/chromium/2390
[0:15:46] = [up to date] chromium/2391 -> origin/chromium/2391
[0:15:46] = [up to date] chromium/2392 -> origin/chromium/2392
[0:15:46] = [up to date] chromium/2393 -> origin/chromium/2393
[0:15:46] = [up to date] chromium/2394 -> origin/chromium/2394
[0:15:46] = [up to date] chromium/2395 -> origin/chromium/2395
[0:15:46] = [up to date] chromium/2396 -> origin/chromium/2396
[0:15:46] = [up to date] chromium/2397 -> origin/chromium/2397
[0:15:46] = [up to date] chromium/2398 -> origin/chromium/2398
[0:15:46] = [up to date] chromium/2399 -> origin/chromium/2399
[0:15:46] = [up to date] chromium/2400 -> origin/chromium/2400
[0:15:46] = [up to date] chromium/2401 -> origin/chromium/2401
[0:15:46] = [up to date] chromium/2402 -> origin/chromium/2402
[0:15:46] = [up to date] chromium/2403 -> origin/chromium/2403
[0:15:46] = [up to date] chromium/2404 -> origin/chromium/2404
[0:15:46] = [up to date] chromium/2405 -> origin/chromium/2405
[0:15:46] = [up to date] chromium/2406 -> origin/chromium/2406
[0:15:46] = [up to date] chromium/2407 -> origin/chromium/2407
[0:15:46] = [up to date] chromium/2408 -> origin/chromium/2408
[0:15:46] = [up to date] chromium/2409 -> origin/chromium/2409
[0:15:46] = [up to date] chromium/2410 -> origin/chromium/2410
[0:15:46] = [up to date] chromium/2411 -> origin/chromium/2411
[0:15:46] = [up to date] chromium/2412 -> origin/chromium/2412
[0:15:46] = [up to date] chromium/2413 -> origin/chromium/2413
[0:15:46] = [up to date] chromium/2414 -> origin/chromium/2414
[0:15:46] = [up to date] chromium/2415 -> origin/chromium/2415
[0:15:46] = [up to date] chromium/2416 -> origin/chromium/2416
[0:15:46] = [up to date] chromium/2417 -> origin/chromium/2417
[0:15:46] = [up to date] chromium/2418 -> origin/chromium/2418
[0:15:46] = [up to date] chromium/2419 -> origin/chromium/2419
[0:15:46] = [up to date] chromium/2420 -> origin/chromium/2420
[0:15:46] = [up to date] chromium/2421 -> origin/chromium/2421
[0:15:46] = [up to date] chromium/2422 -> origin/chromium/2422
[0:15:46] = [up to date] chromium/2423 -> origin/chromium/2423
[0:15:46] = [up to date] chromium/2424 -> origin/chromium/2424
[0:15:46] = [up to date] chromium/2425 -> origin/chromium/2425
[0:15:46] = [up to date] chromium/2426 -> origin/chromium/2426
[0:15:46] = [up to date] chromium/2427 -> origin/chromium/2427
[0:15:46] = [up to date] chromium/2428 -> origin/chromium/2428
[0:15:46] = [up to date] chromium/2429 -> origin/chromium/2429
[0:15:46] = [up to date] chromium/2430 -> origin/chromium/2430
[0:15:46] = [up to date] chromium/2431 -> origin/chromium/2431
[0:15:46] = [up to date] chromium/2432 -> origin/chromium/2432
[0:15:46] = [up to date] chromium/2433 -> origin/chromium/2433
[0:15:46] = [up to date] chromium/2434 -> origin/chromium/2434
[0:15:46] = [up to date] chromium/2435 -> origin/chromium/2435
[0:15:46] = [up to date] chromium/2436 -> origin/chromium/2436
[0:15:46] = [up to date] chromium/2437 -> origin/chromium/2437
[0:15:46] = [up to date] chromium/2438 -> origin/chromium/2438
[0:15:46] = [up to date] chromium/2439 -> origin/chromium/2439
[0:15:46] = [up to date] chromium/2440 -> origin/chromium/2440
[0:15:46] = [up to date] chromium/2441 -> origin/chromium/2441
[0:15:46] = [up to date] chromium/2442 -> origin/chromium/2442
[0:15:46] = [up to date] chromium/2443 -> origin/chromium/2443
[0:15:46] = [up to date] chromium/2444 -> origin/chromium/2444
[0:15:46] = [up to date] chromium/2445 -> origin/chromium/2445
[0:15:46] = [up to date] chromium/2446 -> origin/chromium/2446
[0:15:46] = [up to date] chromium/2447 -> origin/chromium/2447
[0:15:46] = [up to date] chromium/2448 -> origin/chromium/2448
[0:15:46] = [up to date] chromium/2449 -> origin/chromium/2449
[0:15:46] = [up to date] chromium/2450 -> origin/chromium/2450
[0:15:46] = [up to date] chromium/2451 -> origin/chromium/2451
[0:15:46] = [up to date] chromium/2452 -> origin/chromium/2452
[0:15:46] = [up to date] chromium/2453 -> origin/chromium/2453
[0:15:46] = [up to date] chromium/2454 -> origin/chromium/2454
[0:15:46] = [up to date] chromium/2455 -> origin/chromium/2455
[0:15:46] = [up to date] chromium/2456 -> origin/chromium/2456
[0:15:46] = [up to date] chromium/2457 -> origin/chromium/2457
[0:15:46] = [up to date] chromium/2458 -> origin/chromium/2458
[0:15:46] = [up to date] chromium/2459 -> origin/chromium/2459
[0:15:46] = [up to date] chromium/2460 -> origin/chromium/2460
[0:15:46] = [up to date] chromium/2461 -> origin/chromium/2461
[0:15:46] = [up to date] chromium/2462 -> origin/chromium/2462
[0:15:46] = [up to date] chromium/2463 -> origin/chromium/2463
[0:15:46] = [up to date] chromium/2464 -> origin/chromium/2464
[0:15:46] = [up to date] chromium/2465 -> origin/chromium/2465
[0:15:46] = [up to date] chromium/2466 -> origin/chromium/2466
[0:15:46] = [up to date] chromium/2467 -> origin/chromium/2467
[0:15:46] = [up to date] chromium/2468 -> origin/chromium/2468
[0:15:46] = [up to date] chromium/2469 -> origin/chromium/2469
[0:15:46] = [up to date] chromium/2470 -> origin/chromium/2470
[0:15:46] = [up to date] chromium/2471 -> origin/chromium/2471
[0:15:46] = [up to date] chromium/2472 -> origin/chromium/2472
[0:15:46] = [up to date] chromium/2473 -> origin/chromium/2473
[0:15:46] = [up to date] chromium/2474 -> origin/chromium/2474
[0:15:46] = [up to date] chromium/2475 -> origin/chromium/2475
[0:15:46] = [up to date] chromium/2476 -> origin/chromium/2476
[0:15:46] = [up to date] chromium/2477 -> origin/chromium/2477
[0:15:46] = [up to date] chromium/2478 -> origin/chromium/2478
[0:15:46] = [up to date] chromium/2479 -> origin/chromium/2479
[0:15:46] = [up to date] chromium/2480 -> origin/chromium/2480
[0:15:46] = [up to date] chromium/2481 -> origin/chromium/2481
[0:15:46] = [up to date] chromium/2482 -> origin/chromium/2482
[0:15:46] = [up to date] chromium/2483 -> origin/chromium/2483
[0:15:46] = [up to date] chromium/2484 -> origin/chromium/2484
[0:15:46] = [up to date] chromium/2485 -> origin/chromium/2485
[0:15:46] = [up to date] chromium/2486 -> origin/chromium/2486
[0:15:46] = [up to date] chromium/2487 -> origin/chromium/2487
[0:15:46] = [up to date] chromium/2488 -> origin/chromium/2488
[0:15:46] = [up to date] chromium/2489 -> origin/chromium/2489
[0:15:46] = [up to date] chromium/2490 -> origin/chromium/2490
[0:15:46] = [up to date] chromium/2491 -> origin/chromium/2491
[0:15:46] = [up to date] chromium/2492 -> origin/chromium/2492
[0:15:46] = [up to date] chromium/2493 -> origin/chromium/2493
[0:15:46] = [up to date] chromium/2494 -> origin/chromium/2494
[0:15:46] = [up to date] chromium/2495 -> origin/chromium/2495
[0:15:46] = [up to date] chromium/2496 -> origin/chromium/2496
[0:15:46] = [up to date] chromium/2497 -> origin/chromium/2497
[0:15:46] = [up to date] chromium/2498 -> origin/chromium/2498
[0:15:46] = [up to date] chromium/2499 -> origin/chromium/2499
[0:15:46] = [up to date] chromium/2500 -> origin/chromium/2500
[0:15:46] = [up to date] chromium/2501 -> origin/chromium/2501
[0:15:46] = [up to date] chromium/2502 -> origin/chromium/2502
[0:15:46] = [up to date] chromium/2503 -> origin/chromium/2503
[0:15:46] = [up to date] chromium/2504 -> origin/chromium/2504
[0:15:46] = [up to date] chromium/2505 -> origin/chromium/2505
[0:15:46] = [up to date] chromium/2506 -> origin/chromium/2506
[0:15:46] = [up to date] chromium/2507 -> origin/chromium/2507
[0:15:46] = [up to date] chromium/2508 -> origin/chromium/2508
[0:15:46] = [up to date] chromium/2509 -> origin/chromium/2509
[0:15:46] = [up to date] chromium/2510 -> origin/chromium/2510
[0:15:46] = [up to date] chromium/2511 -> origin/chromium/2511
[0:15:46] = [up to date] chromium/2512 -> origin/chromium/2512
[0:15:46] = [up to date] chromium/2513 -> origin/chromium/2513
[0:15:46] = [up to date] chromium/2514 -> origin/chromium/2514
[0:15:46] = [up to date] chromium/2515 -> origin/chromium/2515
[0:15:46] = [up to date] chromium/2516 -> origin/chromium/2516
[0:15:46] = [up to date] chromium/2517 -> origin/chromium/2517
[0:15:46] = [up to date] chromium/2518 -> origin/chromium/2518
[0:15:46] = [up to date] chromium/2519 -> origin/chromium/2519
[0:15:46] = [up to date] chromium/2520 -> origin/chromium/2520
[0:15:46] = [up to date] chromium/2521 -> origin/chromium/2521
[0:15:46] = [up to date] chromium/2522 -> origin/chromium/2522
[0:15:46] = [up to date] chromium/2523 -> origin/chromium/2523
[0:15:46] = [up to date] chromium/2524 -> origin/chromium/2524
[0:15:46] = [up to date] chromium/2525 -> origin/chromium/2525
[0:15:46] = [up to date] chromium/2526 -> origin/chromium/2526
[0:15:46] = [up to date] chromium/2527 -> origin/chromium/2527
[0:15:46] = [up to date] chromium/2528 -> origin/chromium/2528
[0:15:46] = [up to date] chromium/2529 -> origin/chromium/2529
[0:15:46] = [up to date] chromium/2530 -> origin/chromium/2530
[0:15:46] = [up to date] chromium/2531 -> origin/chromium/2531
[0:15:46] = [up to date] chromium/2532 -> origin/chromium/2532
[0:15:46] = [up to date] chromium/2533 -> origin/chromium/2533
[0:15:46] = [up to date] chromium/2534 -> origin/chromium/2534
[0:15:46] = [up to date] chromium/2535 -> origin/chromium/2535
[0:15:46] = [up to date] chromium/2536 -> origin/chromium/2536
[0:15:46] = [up to date] chromium/2537 -> origin/chromium/2537
[0:15:46] = [up to date] chromium/2538 -> origin/chromium/2538
[0:15:46] = [up to date] chromium/2539 -> origin/chromium/2539
[0:15:46] = [up to date] chromium/2540 -> origin/chromium/2540
[0:15:46] = [up to date] chromium/2541 -> origin/chromium/2541
[0:15:46] = [up to date] chromium/2542 -> origin/chromium/2542
[0:15:46] = [up to date] chromium/2543 -> origin/chromium/2543
[0:15:46] = [up to date] chromium/2544 -> origin/chromium/2544
[0:15:46] = [up to date] chromium/2545 -> origin/chromium/2545
[0:15:46] = [up to date] chromium/2546 -> origin/chromium/2546
[0:15:46] = [up to date] chromium/2547 -> origin/chromium/2547
[0:15:46] = [up to date] chromium/2548 -> origin/chromium/2548
[0:15:46] = [up to date] chromium/2549 -> origin/chromium/2549
[0:15:46] = [up to date] chromium/2550 -> origin/chromium/2550
[0:15:46] = [up to date] chromium/2551 -> origin/chromium/2551
[0:15:46] = [up to date] chromium/2552 -> origin/chromium/2552
[0:15:46] = [up to date] chromium/2553 -> origin/chromium/2553
[0:15:46] = [up to date] chromium/2554 -> origin/chromium/2554
[0:15:46] = [up to date] chromium/2555 -> origin/chromium/2555
[0:15:46] = [up to date] chromium/2556 -> origin/chromium/2556
[0:15:46] = [up to date] chromium/2557 -> origin/chromium/2557
[0:15:46] = [up to date] chromium/2558 -> origin/chromium/2558
[0:15:46] = [up to date] chromium/2559 -> origin/chromium/2559
[0:15:46] = [up to date] chromium/2560 -> origin/chromium/2560
[0:15:46] = [up to date] chromium/2561 -> origin/chromium/2561
[0:15:46] = [up to date] chromium/2562 -> origin/chromium/2562
[0:15:46] = [up to date] chromium/2563 -> origin/chromium/2563
[0:15:46] = [up to date] chromium/2564 -> origin/chromium/2564
[0:15:46] = [up to date] chromium/2565 -> origin/chromium/2565
[0:15:46] = [up to date] chromium/2566 -> origin/chromium/2566
[0:15:46] = [up to date] chromium/2567 -> origin/chromium/2567
[0:15:46] = [up to date] chromium/2568 -> origin/chromium/2568
[0:15:46] = [up to date] chromium/2569 -> origin/chromium/2569
[0:15:46] = [up to date] chromium/2570 -> origin/chromium/2570
[0:15:46] = [up to date] chromium/2571 -> origin/chromium/2571
[0:15:46] = [up to date] chromium/2572 -> origin/chromium/2572
[0:15:46] = [up to date] chromium/2573 -> origin/chromium/2573
[0:15:46] = [up to date] chromium/2574 -> origin/chromium/2574
[0:15:46] = [up to date] chromium/2575 -> origin/chromium/2575
[0:15:46] = [up to date] chromium/2576 -> origin/chromium/2576
[0:15:46] = [up to date] chromium/2577 -> origin/chromium/2577
[0:15:46] = [up to date] chromium/2578 -> origin/chromium/2578
[0:15:46] = [up to date] chromium/2579 -> origin/chromium/2579
[0:15:46] = [up to date] chromium/2580 -> origin/chromium/2580
[0:15:46] = [up to date] chromium/2581 -> origin/chromium/2581
[0:15:46] = [up to date] chromium/2582 -> origin/chromium/2582
[0:15:46] = [up to date] chromium/2583 -> origin/chromium/2583
[0:15:46] = [up to date] chromium/2584 -> origin/chromium/2584
[0:15:46] = [up to date] chromium/2585 -> origin/chromium/2585
[0:15:46] = [up to date] chromium/2586 -> origin/chromium/2586
[0:15:46] = [up to date] chromium/2587 -> origin/chromium/2587
[0:15:46] = [up to date] chromium/2588 -> origin/chromium/2588
[0:15:46] = [up to date] chromium/2589 -> origin/chromium/2589
[0:15:46] = [up to date] chromium/2590 -> origin/chromium/2590
[0:15:46] = [up to date] chromium/2591 -> origin/chromium/2591
[0:15:46] = [up to date] chromium/2592 -> origin/chromium/2592
[0:15:46] = [up to date] chromium/2593 -> origin/chromium/2593
[0:15:46] = [up to date] chromium/2594 -> origin/chromium/2594
[0:15:46] = [up to date] chromium/2595 -> origin/chromium/2595
[0:15:46] = [up to date] chromium/2596 -> origin/chromium/2596
[0:15:46] = [up to date] chromium/2597 -> origin/chromium/2597
[0:15:46] = [up to date] chromium/2598 -> origin/chromium/2598
[0:15:46] = [up to date] chromium/2599 -> origin/chromium/2599
[0:15:46] = [up to date] chromium/2600 -> origin/chromium/2600
[0:15:46] = [up to date] chromium/2601 -> origin/chromium/2601
[0:15:46] = [up to date] chromium/2602 -> origin/chromium/2602
[0:15:46] = [up to date] chromium/2603 -> origin/chromium/2603
[0:15:46] = [up to date] chromium/2604 -> origin/chromium/2604
[0:15:46] = [up to date] chromium/2605 -> origin/chromium/2605
[0:15:46] = [up to date] chromium/2606 -> origin/chromium/2606
[0:15:46] = [up to date] chromium/2607 -> origin/chromium/2607
[0:15:46] = [up to date] chromium/2608 -> origin/chromium/2608
[0:15:46] = [up to date] chromium/2609 -> origin/chromium/2609
[0:15:46] = [up to date] chromium/2610 -> origin/chromium/2610
[0:15:46] = [up to date] chromium/2611 -> origin/chromium/2611
[0:15:46] = [up to date] chromium/2612 -> origin/chromium/2612
[0:15:46] = [up to date] chromium/2613 -> origin/chromium/2613
[0:15:46] = [up to date] chromium/2614 -> origin/chromium/2614
[0:15:46] = [up to date] chromium/2615 -> origin/chromium/2615
[0:15:46] = [up to date] chromium/2616 -> origin/chromium/2616
[0:15:46] = [up to date] chromium/2617 -> origin/chromium/2617
[0:15:46] = [up to date] chromium/2618 -> origin/chromium/2618
[0:15:46] = [up to date] chromium/2619 -> origin/chromium/2619
[0:15:46] = [up to date] chromium/2620 -> origin/chromium/2620
[0:15:46] = [up to date] chromium/2621 -> origin/chromium/2621
[0:15:46] = [up to date] chromium/2622 -> origin/chromium/2622
[0:15:46] = [up to date] chromium/2623 -> origin/chromium/2623
[0:15:46] = [up to date] chromium/2624 -> origin/chromium/2624
[0:15:46] = [up to date] chromium/2625 -> origin/chromium/2625
[0:15:46] = [up to date] chromium/2626 -> origin/chromium/2626
[0:15:46] = [up to date] chromium/2627 -> origin/chromium/2627
[0:15:46] = [up to date] chromium/2628 -> origin/chromium/2628
[0:15:46] = [up to date] chromium/2629 -> origin/chromium/2629
[0:15:46] = [up to date] chromium/2630 -> origin/chromium/2630
[0:15:46] = [up to date] chromium/2631 -> origin/chromium/2631
[0:15:46] = [up to date] chromium/2632 -> origin/chromium/2632
[0:15:46] = [up to date] chromium/2633 -> origin/chromium/2633
[0:15:46] = [up to date] chromium/2634 -> origin/chromium/2634
[0:15:46] = [up to date] chromium/2635 -> origin/chromium/2635
[0:15:46] = [up to date] chromium/2636 -> origin/chromium/2636
[0:15:46] = [up to date] chromium/2637 -> origin/chromium/2637
[0:15:46] = [up to date] chromium/2638 -> origin/chromium/2638
[0:15:46] = [up to date] chromium/2639 -> origin/chromium/2639
[0:15:46] = [up to date] chromium/2640 -> origin/chromium/2640
[0:15:46] = [up to date] chromium/2641 -> origin/chromium/2641
[0:15:46] = [up to date] chromium/2642 -> origin/chromium/2642
[0:15:46] = [up to date] chromium/2643 -> origin/chromium/2643
[0:15:46] = [up to date] chromium/2644 -> origin/chromium/2644
[0:15:46] = [up to date] chromium/2645 -> origin/chromium/2645
[0:15:46] = [up to date] chromium/2646 -> origin/chromium/2646
[0:15:46] = [up to date] chromium/2647 -> origin/chromium/2647
[0:15:46] = [up to date] chromium/2648 -> origin/chromium/2648
[0:15:46] = [up to date] chromium/2649 -> origin/chromium/2649
[0:15:46] = [up to date] chromium/2650 -> origin/chromium/2650
[0:15:46] = [up to date] chromium/2651 -> origin/chromium/2651
[0:15:46] = [up to date] chromium/2652 -> origin/chromium/2652
[0:15:46] = [up to date] chromium/2653 -> origin/chromium/2653
[0:15:46] = [up to date] chromium/2654 -> origin/chromium/2654
[0:15:46] = [up to date] chromium/2655 -> origin/chromium/2655
[0:15:46] = [up to date] chromium/2656 -> origin/chromium/2656
[0:15:46] = [up to date] chromium/2657 -> origin/chromium/2657
[0:15:46] = [up to date] chromium/2658 -> origin/chromium/2658
[0:15:46] = [up to date] chromium/2659 -> origin/chromium/2659
[0:15:46] = [up to date] chromium/2660 -> origin/chromium/2660
[0:15:46] = [up to date] chromium/2661 -> origin/chromium/2661
[0:15:46] = [up to date] chromium/2662 -> origin/chromium/2662
[0:15:46] = [up to date] chromium/2663 -> origin/chromium/2663
[0:15:46] = [up to date] chromium/2664 -> origin/chromium/2664
[0:15:46] = [up to date] chromium/2665 -> origin/chromium/2665
[0:15:46] = [up to date] chromium/2666 -> origin/chromium/2666
[0:15:46] = [up to date] chromium/2667 -> origin/chromium/2667
[0:15:46] = [up to date] chromium/2668 -> origin/chromium/2668
[0:15:46] = [up to date] chromium/2669 -> origin/chromium/2669
[0:15:46] = [up to date] chromium/2670 -> origin/chromium/2670
[0:15:46] = [up to date] chromium/2671 -> origin/chromium/2671
[0:15:46] = [up to date] chromium/2672 -> origin/chromium/2672
[0:15:46] = [up to date] chromium/2673 -> origin/chromium/2673
[0:15:46] = [up to date] chromium/2674 -> origin/chromium/2674
[0:15:46] = [up to date] chromium/2675 -> origin/chromium/2675
[0:15:46] = [up to date] chromium/2676 -> origin/chromium/2676
[0:15:46] = [up to date] chromium/2677 -> origin/chromium/2677
[0:15:46] = [up to date] chromium/2678 -> origin/chromium/2678
[0:15:46] = [up to date] chromium/2679 -> origin/chromium/2679
[0:15:46] = [up to date] chromium/2680 -> origin/chromium/2680
[0:15:46] = [up to date] chromium/2681 -> origin/chromium/2681
[0:15:46] = [up to date] chromium/2682 -> origin/chromium/2682
[0:15:46] = [up to date] chromium/2683 -> origin/chromium/2683
[0:15:46] = [up to date] chromium/2688 -> origin/chromium/2688
[0:15:46] = [up to date] chromium/2689 -> origin/chromium/2689
[0:15:46] = [up to date] chromium/2690 -> origin/chromium/2690
[0:15:46] = [up to date] chromium/2691 -> origin/chromium/2691
[0:15:46] = [up to date] chromium/2692 -> origin/chromium/2692
[0:15:46] = [up to date] chromium/2693 -> origin/chromium/2693
[0:15:46] = [up to date] chromium/2694 -> origin/chromium/2694
[0:15:46] = [up to date] chromium/2695 -> origin/chromium/2695
[0:15:46] = [up to date] chromium/2696 -> origin/chromium/2696
[0:15:46] = [up to date] chromium/2697 -> origin/chromium/2697
[0:15:46] = [up to date] chromium/2698 -> origin/chromium/2698
[0:15:46] = [up to date] chromium/2699 -> origin/chromium/2699
[0:15:46] = [up to date] chromium/2700 -> origin/chromium/2700
[0:15:46] = [up to date] chromium/2701 -> origin/chromium/2701
[0:15:46] = [up to date] chromium/2702 -> origin/chromium/2702
[0:15:46] = [up to date] chromium/2703 -> origin/chromium/2703
[0:15:46] = [up to date] chromium/2704 -> origin/chromium/2704
[0:15:46] = [up to date] chromium/2705 -> origin/chromium/2705
[0:15:46] = [up to date] chromium/2706 -> origin/chromium/2706
[0:15:46] = [up to date] chromium/2707 -> origin/chromium/2707
[0:15:46] = [up to date] chromium/2708 -> origin/chromium/2708
[0:15:46] * [new branch] chromium/2709 -> origin/chromium/2709
[0:15:46] * [new branch] chromium/2710 -> origin/chromium/2710
[0:15:46] * [new branch] chromium/2711 -> origin/chromium/2711
[0:15:46] = [up to date] infra/config -> origin/infra/config
[0:15:46] bd9748d..7adef41 master -> origin/master
[0:15:46] = [up to date] xfa -> origin/xfa
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/pdfium'
[0:15:53] Checking out files: 3% (74/1951)
[0:15:54] Checking out files: 7% (137/1951)
[0:15:55] Checking out files: 10% (196/1951)
[0:15:56] Checking out files: 14% (274/1951)
[0:15:57] Checking out files: 17% (347/1951)
[0:15:59] Checking out files: 24% (469/1951)
[0:16:00] Checking out files: 30% (586/1951)
[0:16:01] Checking out files: 36% (703/1951)
[0:16:02] Checking out files: 41% (800/1951)
[0:16:03] Checking out files: 45% (878/1951)
[0:16:04] Checking out files: 50% (976/1951)
[0:16:05] Checking out files: 54% (1054/1951)
[0:16:06] Checking out files: 59% (1152/1951)
[0:16:07] Checking out files: 64% (1254/1951)
[0:16:11] Checking out files: 66% (1289/1951)
[0:16:12] Checking out files: 71% (1386/1951)
[0:16:13] Checking out files: 74% (1457/1951)
[0:16:14] Checking out files: 77% (1517/1951)
[0:16:16] Checking out files: 82% (1600/1951)
[0:16:17] Checking out files: 87% (1698/1951)
[0:16:18] Checking out files: 92% (1795/1951)
[0:16:19] Checking out files: 96% (1873/1951)
[0:16:20] Checking out files: 99% (1932/1951)
[0:16:20] Checking out files: 100% (1951/1951)
[0:16:21] HEAD is now at f8eda05 Merge to M49: Reland "Fix sycc{420,422}_to_rgb issues."
[0:16:27] Up-to-date; skipping checkout.
Checked out revision f8eda05ad3696181dccbb1aad95c3b87a3897a0e
[0:16:35] Finished.
----------------------------------------
src/third_party/xdg-utils (Elapsed: 0:00:05)
----------------------------------------
[0:16:30] Started.
_____ src/third_party/xdg-utils at d80274d5869b17b8c9067a1022e4416ee7ed5e0d
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/xdg-utils'
[0:16:31] From https://chromium.googlesource.com/chromium/deps/xdg-utils
[0:16:31] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/xdg-utils'
[0:16:34] HEAD is now at d80274d Add OWNERS for third_party/xdg-utils.
[0:16:35] Up-to-date; skipping checkout.
Checked out revision d80274d5869b17b8c9067a1022e4416ee7ed5e0d
[0:16:36] Finished.
----------------------------------------
src/third_party/libvpx_new/source/libvpx (Elapsed: 0:02:24)
----------------------------------------
[0:14:34] Started.
_____ src/third_party/libvpx_new/source/libvpx at 16ec39cf96cb90f2d1f8e4d091724e875e608905
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/libvpx_new/source/libvpx'
[0:16:34] POST git-upload-pack (1009 bytes)
[0:16:37] From https://chromium.googlesource.com/webm/libvpx
[0:16:37] = [up to date] aylesbury -> origin/aylesbury
[0:16:37] = [up to date] bali -> origin/bali
[0:16:37] = [up to date] cayuga -> origin/cayuga
[0:16:37] = [up to date] dixie -> origin/dixie
[0:16:37] = [up to date] eider -> origin/eider
[0:16:37] = [up to date] experimental -> origin/experimental
[0:16:37] = [up to date] forest -> origin/forest
[0:16:37] = [up to date] frame_parallel -> origin/frame_parallel
[0:16:37] = [up to date] highbitdepth -> origin/highbitdepth
[0:16:37] = [up to date] indianrunnerduck -> origin/indianrunnerduck
[0:16:37] = [up to date] javanwhistlingduck -> origin/javanwhistlingduck
[0:16:37] = [up to date] m29-baseline -> origin/m29-baseline
[0:16:37] = [up to date] m31-baseline -> origin/m31-baseline
[0:16:37] = [up to date] m49-2623 -> origin/m49-2623
[0:16:37] 5fb49e4..9faa029 master -> origin/master
[0:16:37] = [up to date] mcw -> origin/mcw
[0:16:37] = [up to date] mcw2 -> origin/mcw2
[0:16:37] = [up to date] nextgen -> origin/nextgen
[0:16:37] 436a6cc..16a99e9 nextgenv2 -> origin/nextgenv2
[0:16:37] = [up to date] pcs-2013 -> origin/pcs-2013
[0:16:37] = [up to date] playground -> origin/playground
[0:16:37] = [up to date] sandbox/Jingning/experimental -> origin/sandbox/Jingning/experimental
[0:16:37] = [up to date] sandbox/Jingning/transcode -> origin/sandbox/Jingning/transcode
[0:16:37] = [up to date] sandbox/Jingning/vpx -> origin/sandbox/Jingning/vpx
[0:16:37] = [up to date] sandbox/[email protected]/ansbench -> origin/sandbox/[email protected]/ansbench
[0:16:37] = [up to date] sandbox/atna/dec_sem_sync -> origin/sandbox/atna/dec_sem_sync
[0:16:37] = [up to date] sandbox/awatry/initial_opencl_implementation -> origin/sandbox/awatry/initial_opencl_implementation
[0:16:37] = [up to date] sandbox/debargha/playground -> origin/sandbox/debargha/playground
[0:16:37] = [up to date] sandbox/hkuang/frame_parallel -> origin/sandbox/hkuang/frame_parallel
[0:16:37] = [up to date] sandbox/[email protected]/decode -> origin/sandbox/[email protected]/decode
[0:16:37] = [up to date] sandbox/hlundin/error-concealment -> origin/sandbox/hlundin/error-concealment
[0:16:37] = [up to date] sandbox/holmer/error-concealment -> origin/sandbox/holmer/error-concealment
[0:16:37] = [up to date] sandbox/[email protected]/proposed-aom -> origin/sandbox/[email protected]/proposed-aom
[0:16:37] = [up to date] sandbox/[email protected]/decoder_test_suite -> origin/sandbox/[email protected]/decoder_test_suite
[0:16:37] = [up to date] sandbox/[email protected]/experimental -> origin/sandbox/[email protected]/experimental
[0:16:37] = [up to date] sandbox/jkoleszar/cached-multibit -> origin/sandbox/jkoleszar/cached-multibit
[0:16:37] = [up to date] sandbox/jkoleszar/experimental-knobs -> origin/sandbox/jkoleszar/experimental-knobs
[0:16:37] = [up to date] sandbox/jkoleszar/new-rate-control -> origin/sandbox/jkoleszar/new-rate-control
[0:16:37] = [up to date] sandbox/jkoleszar/new-rtcd -> origin/sandbox/jkoleszar/new-rtcd
[0:16:37] = [up to date] sandbox/jkoleszar/reuse-modemv -> origin/sandbox/jkoleszar/reuse-modemv
[0:16:37] = [up to date] sandbox/jkoleszar/use-memcpy -> origin/sandbox/jkoleszar/use-memcpy
[0:16:37] = [up to date] sandbox/[email protected]/test -> origin/sandbox/[email protected]/test
[0:16:37] = [up to date] sandbox/slavarnway/test -> origin/sandbox/slavarnway/test
[0:16:37] = [up to date] stable-vp9-decoder -> origin/stable-vp9-decoder
[0:16:37] = [up to date] vp9-preview -> origin/vp9-preview
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/libvpx_new/source/libvpx'
[0:16:41] Checking out files: 9% (113/1140)
[0:16:41] Checking out files: 10% (114/1140)
[0:16:42] Checking out files: 18% (206/1140)
[0:16:43] Checking out files: 26% (297/1140)
[0:16:44] Checking out files: 34% (388/1140)
[0:16:45] Checking out files: 42% (479/1140)
[0:16:46] Checking out files: 50% (570/1140)
[0:16:48] Checking out files: 58% (662/1140)
[0:16:49] Checking out files: 67% (764/1140)
[0:16:50] Checking out files: 76% (867/1140)
[0:16:51] Checking out files: 86% (981/1140)
[0:16:52] Checking out files: 95% (1083/1140)
[0:16:52] Checking out files: 100% (1140/1140)
[0:16:52] HEAD is now at 16ec39c vp9-denoiser bugfix: Disable postproc-denoiser under temporal denoising.
[0:16:56] Up-to-date; skipping checkout.
Checked out revision 16ec39cf96cb90f2d1f8e4d091724e875e608905
[0:16:59] Finished.
----------------------------------------
src/tools/page_cycler/acid3 (Elapsed: 0:00:02)
----------------------------------------
[0:16:59] Started.
_____ src/tools/page_cycler/acid3 at 6be0a66a1ebd7ebc5abc1b2f405a945f6d871521
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/tools/page_cycler/acid3'
[0:17:01] From https://chromium.googlesource.com/chromium/deps/acid3
[0:17:01] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/tools/page_cycler/acid3'
[0:17:02] HEAD is now at 6be0a66 Mark tools/page_cycler/acid3 as NOT_SHIPPED
[0:17:02] Up-to-date; skipping checkout.
Checked out revision 6be0a66a1ebd7ebc5abc1b2f405a945f6d871521
[0:17:02] Finished.
----------------------------------------
gclient(656) ParseDepsFile:Found recursedeps "set(['common'])".
gclient(678) ParseDepsFile:use_relative_paths enabled.
gclient(684) ParseDepsFile:Updating deps by prepending src/third_party/skia.
gclient(689) ParseDepsFile:Updating recursedeps by prepending src/third_party/skia.
src/third_party/yasm/source/patched-yasm (Elapsed: 0:00:28)
----------------------------------------
[0:16:35] Started.
_____ src/third_party/yasm/source/patched-yasm at 4671120cd8558ce62ee8672ebf3eb6f5216f909b
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/yasm/source/patched-yasm'
[0:16:36] From https://chromium.googlesource.com/chromium/deps/yasm/patched-yasm
[0:16:36] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/yasm/source/patched-yasm'
[0:16:41] Checking out files: 8% (102/1186)
[0:16:41] Checking out files: 10% (119/1186)
[0:16:42] Checking out files: 20% (238/1186)
[0:16:43] Checking out files: 27% (321/1186)
[0:16:44] Checking out files: 34% (404/1186)
[0:16:46] Checking out files: 41% (487/1186)
[0:16:47] Checking out files: 48% (570/1186)
[0:16:48] Checking out files: 55% (653/1186)
[0:16:49] Checking out files: 62% (736/1186)
[0:16:50] Checking out files: 69% (819/1186)
[0:16:51] Checking out files: 75% (901/1186)
[0:16:52] Checking out files: 84% (997/1186)
[0:16:53] Checking out files: 91% (1080/1186)
[0:16:54] Checking out files: 100% (1186/1186)
[0:16:54] HEAD is now at 4671120 Remove a reference to __DATE__ from yasm for non official builds.
[0:16:59] Up-to-date; skipping checkout.
Checked out revision 4671120cd8558ce62ee8672ebf3eb6f5216f909b
[0:17:03] Finished.
----------------------------------------
src/third_party/skia (Elapsed: 0:01:09)
----------------------------------------
[0:15:55] Started.
_____ src/third_party/skia at e2913ed9b25bf4a47194c4ca134beec0b5784842
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/skia'
[0:15:58] POST git-upload-pack (1009 bytes)
[0:15:59] POST git-upload-pack (gzip 1059 to 604 bytes)
[0:16:05] From https://chromium.googlesource.com/skia
[0:16:05] = [up to date] chrome/m39 -> origin/chrome/m39
[0:16:05] = [up to date] chrome/m40 -> origin/chrome/m40
[0:16:05] = [up to date] chrome/m41 -> origin/chrome/m41
[0:16:05] = [up to date] chrome/m42 -> origin/chrome/m42
[0:16:05] = [up to date] chrome/m43 -> origin/chrome/m43
[0:16:05] = [up to date] chrome/m44 -> origin/chrome/m44
[0:16:05] = [up to date] chrome/m45 -> origin/chrome/m45
[0:16:05] = [up to date] chrome/m46 -> origin/chrome/m46
[0:16:05] = [up to date] chrome/m47 -> origin/chrome/m47
[0:16:05] = [up to date] chrome/m48 -> origin/chrome/m48
[0:16:05] = [up to date] chrome/m49 -> origin/chrome/m49
[0:16:05] = [up to date] chrome/m50 -> origin/chrome/m50
[0:16:05] = [up to date] chrome/m51 -> origin/chrome/m51
[0:16:05] 16de5a7..f689526 infra/config -> origin/infra/config
[0:16:05] f9634b9..f7142e7 master -> origin/master
[0:16:05] = [up to date] refs/branch-heads/m20_1132 -> branch-heads/m20_1132
[0:16:05] = [up to date] refs/branch-heads/m21_1180 -> branch-heads/m21_1180
[0:16:05] = [up to date] refs/branch-heads/m22_1229 -> branch-heads/m22_1229
[0:16:05] = [up to date] refs/branch-heads/m23_1271 -> branch-heads/m23_1271
[0:16:05] = [up to date] refs/branch-heads/m24_1312 -> branch-heads/m24_1312
[0:16:05] = [up to date] refs/branch-heads/m25_1364 -> branch-heads/m25_1364
[0:16:05] = [up to date] refs/branch-heads/m26_1410 -> branch-heads/m26_1410
[0:16:05] = [up to date] refs/branch-heads/m26_1411 -> branch-heads/m26_1411
[0:16:05] = [up to date] refs/branch-heads/m27_1453 -> branch-heads/m27_1453
[0:16:05] = [up to date] refs/branch-heads/m28_1500 -> branch-heads/m28_1500
[0:16:05] = [up to date] refs/branch-heads/m29_1547 -> branch-heads/m29_1547
[0:16:05] = [up to date] refs/branch-heads/m30_1599 -> branch-heads/m30_1599
[0:16:05] = [up to date] refs/branch-heads/m31_1650 -> branch-heads/m31_1650
[0:16:05] = [up to date] refs/branch-heads/m32_1700 -> branch-heads/m32_1700
[0:16:05] = [up to date] refs/branch-heads/m33_1750 -> branch-heads/m33_1750
[0:16:05] = [up to date] refs/branch-heads/m35_13966 -> branch-heads/m35_13966
[0:16:05] = [up to date] refs/branch-heads/master -> branch-heads/master
[0:16:05] = [up to date] refs/branch-heads/trunk -> branch-heads/trunk
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/skia'
[0:16:14] Checking out files: 3% (128/3468)
[0:16:15] Checking out files: 7% (243/3468)
[0:16:16] Checking out files: 10% (347/3468)
[0:16:18] Checking out files: 15% (521/3468)
[0:16:19] Checking out files: 20% (694/3468)
[0:16:20] Checking out files: 23% (798/3468)
[0:16:21] Checking out files: 26% (902/3468)
[0:16:22] Checking out files: 28% (1004/3468)
[0:16:24] Checking out files: 31% (1076/3468)
[0:16:25] Checking out files: 34% (1180/3468)
[0:16:26] Checking out files: 38% (1318/3468)
[0:16:27] Checking out files: 39% (1387/3468)
[0:16:28] Checking out files: 43% (1492/3468)
[0:16:29] Checking out files: 47% (1630/3468)
[0:16:31] Checking out files: 51% (1769/3468)
[0:16:32] Checking out files: 55% (1908/3468)
[0:16:33] Checking out files: 59% (2047/3468)
[0:16:34] Checking out files: 62% (2180/3468)
[0:16:35] Checking out files: 66% (2289/3468)
[0:16:37] Checking out files: 69% (2393/3468)
[0:16:38] Checking out files: 73% (2532/3468)
[0:16:39] Checking out files: 76% (2636/3468)
[0:16:40] Checking out files: 80% (2775/3468)
[0:16:41] Checking out files: 83% (2879/3468)
[0:16:42] Checking out files: 87% (3018/3468)
[0:16:43] Checking out files: 90% (3143/3468)
[0:16:44] Checking out files: 93% (3230/3468)
[0:16:45] Checking out files: 96% (3330/3468)
[0:16:47] Checking out files: 100% (3468/3468)
[0:16:47] HEAD is now at e2913ed SkPDF: roll back 53b1c09 and 05b48e2
[0:16:56] Up-to-date; skipping checkout.
Checked out revision e2913ed9b25bf4a47194c4ca134beec0b5784842
[0:17:05] Finished.
----------------------------------------
src/buildtools/clang_format/script (Elapsed: 0:00:02)
----------------------------------------
[0:17:05] Started.
_____ src/buildtools/clang_format/script at 81edd558fea5dd7855d67a1dc61db34ae8c1fd63
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/buildtools/clang_format/script'
[0:17:07] From https://chromium.googlesource.com/chromium/llvm-project/cfe/tools/clang-format
[0:17:07] = [up to date] master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/buildtools/clang_format/script'
[0:17:07] HEAD is now at 81edd55 clang-format: Make clang-format-diff.py format java files.
[0:17:08] Up-to-date; skipping checkout.
Checked out revision 81edd558fea5dd7855d67a1dc61db34ae8c1fd63
[0:17:08] Finished.
----------------------------------------
src/tools/swarming_client (Elapsed: 0:00:07)
----------------------------------------
[0:17:02] Started.
_____ src/tools/swarming_client at 9cdd76171e517a430a72dcd7d66ade67e109aa00
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/tools/swarming_client'
[0:17:04] POST git-upload-pack (959 bytes)
[0:17:05] From https://chromium.googlesource.com/external/swarming.client
[0:17:05] bf63ff7..e8a40b0 master -> origin/master
[0:17:05] = [up to date] stable -> origin/stable
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/tools/swarming_client'
[0:17:06] Checking out files: 49% (108/218)
[0:17:07] Checking out files: 85% (186/218)
[0:17:08] Checking out files: 100% (218/218)
[0:17:08] HEAD is now at 9cdd761 Fix undeleteable directory.
[0:17:09] Up-to-date; skipping checkout.
Checked out revision 9cdd76171e517a430a72dcd7d66ade67e109aa00
[0:17:09] Finished.
----------------------------------------
src/tools/gyp (Elapsed: 0:00:37)
----------------------------------------
[0:16:36] Started.
_____ src/tools/gyp at 54b7dfc03f746b6a539ac38f2fb0815d10b54734
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/tools/gyp'
[0:16:37] POST git-upload-pack (959 bytes)
[0:16:38] From https://chromium.googlesource.com/external/gyp
[0:16:38] = [up to date] infra/config -> origin/infra/config
[0:16:38] 6ea6863..db72e9f master -> origin/master
[0:16:38] = [up to date] md-pages -> origin/md-pages
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/tools/gyp'
[0:16:44] Checking out files: 5% (87/1572)
[0:16:45] Checking out files: 10% (158/1572)
[0:16:46] Checking out files: 16% (252/1572)
[0:16:47] Checking out files: 22% (346/1572)
[0:16:48] Checking out files: 27% (436/1572)
[0:16:49] Checking out files: 33% (519/1572)
[0:16:50] Checking out files: 39% (614/1572)
[0:16:52] Checking out files: 46% (724/1572)
[0:16:53] Checking out files: 52% (818/1572)
[0:16:54] Checking out files: 58% (912/1572)
[0:16:55] Checking out files: 64% (1007/1572)
[0:16:56] Checking out files: 70% (1101/1572)
[0:16:57] Checking out files: 76% (1195/1572)
[0:16:58] Checking out files: 82% (1290/1572)
[0:16:59] Checking out files: 90% (1415/1572)
[0:17:00] Checking out files: 96% (1510/1572)
[0:17:01] Checking out files: 100% (1572/1572)
[0:17:01] HEAD is now at 54b7dfc mac ninja&make: Use xcrun instead of xcodebuild where possible.
[0:17:05] Up-to-date; skipping checkout.
Checked out revision 54b7dfc03f746b6a539ac38f2fb0815d10b54734
[0:17:14] Finished.
----------------------------------------
src/buildtools/third_party/libc++abi/trunk (Elapsed: 0:00:05)
----------------------------------------
[0:17:09] Started.
_____ src/buildtools/third_party/libc++abi/trunk at 9a39e428d018b723d7d187181fd08908b1cb6bd0
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/buildtools/third_party/libc++abi/trunk'
[0:17:11] POST git-upload-pack (959 bytes)
[0:17:11] From https://chromium.googlesource.com/chromium/llvm-project/libcxxabi
[0:17:11] cd9012a..e8502fa master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/buildtools/third_party/libc++abi/trunk'
[0:17:13] HEAD is now at 9a39e42 Add new tests for throwing incomplete pointer types
[0:17:14] Up-to-date; skipping checkout.
Checked out revision 9a39e428d018b723d7d187181fd08908b1cb6bd0
[0:17:15] Finished.
----------------------------------------
src/third_party/webrtc (Elapsed: 0:01:10)
----------------------------------------
[0:16:29] Started.
_____ src/third_party/webrtc at 24a16656da7249c0d836247bc77dbc475f71f0af
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/webrtc'
[0:16:33] POST git-upload-pack (959 bytes)
[0:16:40] From https://chromium.googlesource.com/external/webrtc/trunk/webrtc
[0:16:40] 590e847..f5266f5 master -> origin/master
[0:16:40] = [up to date] refs/branch-heads/3.15 -> branch-heads/3.15
[0:16:40] = [up to date] refs/branch-heads/3.16 -> branch-heads/3.16
[0:16:40] = [up to date] refs/branch-heads/3.16@3031 -> branch-heads/3.16@3031
[0:16:40] = [up to date] refs/branch-heads/3.17 -> branch-heads/3.17
[0:16:40] = [up to date] refs/branch-heads/3.18 -> branch-heads/3.18
[0:16:40] = [up to date] refs/branch-heads/3.19 -> branch-heads/3.19
[0:16:40] = [up to date] refs/branch-heads/3.19@3298 -> branch-heads/3.19@3298
[0:16:40] = [up to date] refs/branch-heads/3.20 -> branch-heads/3.20
[0:16:40] = [up to date] refs/branch-heads/3.21 -> branch-heads/3.21
[0:16:40] = [up to date] refs/branch-heads/3.22 -> branch-heads/3.22
[0:16:40] = [up to date] refs/branch-heads/3.23 -> branch-heads/3.23
[0:16:40] = [up to date] refs/branch-heads/3.23@3489 -> branch-heads/3.23@3489
[0:16:40] = [up to date] refs/branch-heads/3.23@3498 -> branch-heads/3.23@3498
[0:16:40] = [up to date] refs/branch-heads/3.24 -> branch-heads/3.24
[0:16:40] = [up to date] refs/branch-heads/3.25 -> branch-heads/3.25
[0:16:40] = [up to date] refs/branch-heads/3.26 -> branch-heads/3.26
[0:16:40] = [up to date] refs/branch-heads/3.27 -> branch-heads/3.27
[0:16:40] = [up to date] refs/branch-heads/3.27@3704 -> branch-heads/3.27@3704
[0:16:40] = [up to date] refs/branch-heads/3.28 -> branch-heads/3.28
[0:16:40] = [up to date] refs/branch-heads/3.29 -> branch-heads/3.29
[0:16:40] = [up to date] refs/branch-heads/3.30 -> branch-heads/3.30
[0:16:40] = [up to date] refs/branch-heads/3.30@3956 -> branch-heads/3.30@3956
[0:16:40] = [up to date] refs/branch-heads/3.31 -> branch-heads/3.31
[0:16:40] = [up to date] refs/branch-heads/3.32 -> branch-heads/3.32
[0:16:40] = [up to date] refs/branch-heads/3.33 -> branch-heads/3.33
[0:16:40] = [up to date] refs/branch-heads/3.34 -> branch-heads/3.34
[0:16:40] = [up to date] refs/branch-heads/3.34@4253 -> branch-heads/3.34@4253
[0:16:40] = [up to date] refs/branch-heads/3.35 -> branch-heads/3.35
[0:16:40] = [up to date] refs/branch-heads/3.36 -> branch-heads/3.36
[0:16:40] = [up to date] refs/branch-heads/3.37 -> branch-heads/3.37
[0:16:40] = [up to date] refs/branch-heads/3.38 -> branch-heads/3.38
[0:16:40] = [up to date] refs/branch-heads/3.38@4516 -> branch-heads/3.38@4516
[0:16:40] = [up to date] refs/branch-heads/3.39 -> branch-heads/3.39
[0:16:40] = [up to date] refs/branch-heads/3.40 -> branch-heads/3.40
[0:16:40] = [up to date] refs/branch-heads/3.41 -> branch-heads/3.41
[0:16:40] = [up to date] refs/branch-heads/3.42 -> branch-heads/3.42
[0:16:40] = [up to date] refs/branch-heads/3.43 -> branch-heads/3.43
[0:16:40] = [up to date] refs/branch-heads/3.43@4842 -> branch-heads/3.43@4842
[0:16:40] = [up to date] refs/branch-heads/3.44 -> branch-heads/3.44
[0:16:40] = [up to date] refs/branch-heads/3.45 -> branch-heads/3.45
[0:16:40] = [up to date] refs/branch-heads/3.46 -> branch-heads/3.46
[0:16:40] = [up to date] refs/branch-heads/3.46@5080 -> branch-heads/3.46@5080
[0:16:40] = [up to date] refs/branch-heads/3.47 -> branch-heads/3.47
[0:16:40] = [up to date] refs/branch-heads/3.48 -> branch-heads/3.48
[0:16:40] = [up to date] refs/branch-heads/3.48@5301 -> branch-heads/3.48@5301
[0:16:40] = [up to date] refs/branch-heads/3.49 -> branch-heads/3.49
[0:16:40] = [up to date] refs/branch-heads/3.50 -> branch-heads/3.50
[0:16:40] = [up to date] refs/branch-heads/3.51 -> branch-heads/3.51
[0:16:40] = [up to date] refs/branch-heads/3.52 -> branch-heads/3.52
[0:16:40] = [up to date] refs/branch-heads/3.53 -> branch-heads/3.53
[0:16:40] = [up to date] refs/branch-heads/3.54 -> branch-heads/3.54
[0:16:40] = [up to date] refs/branch-heads/3.55 -> branch-heads/3.55
[0:16:40] = [up to date] refs/branch-heads/38 -> branch-heads/38
[0:16:40] = [up to date] refs/branch-heads/38p -> branch-heads/38p
[0:16:40] = [up to date] refs/branch-heads/39 -> branch-heads/39
[0:16:40] = [up to date] refs/branch-heads/39p -> branch-heads/39p
[0:16:40] = [up to date] refs/branch-heads/40 -> branch-heads/40
[0:16:40] = [up to date] refs/branch-heads/40p -> branch-heads/40p
[0:16:40] = [up to date] refs/branch-heads/41 -> branch-heads/41
[0:16:40] = [up to date] refs/branch-heads/41p -> branch-heads/41p
[0:16:40] = [up to date] refs/branch-heads/42 -> branch-heads/42
[0:16:40] = [up to date] refs/branch-heads/42p -> branch-heads/42p
[0:16:40] = [up to date] refs/branch-heads/43 -> branch-heads/43
[0:16:40] = [up to date] refs/branch-heads/43-pre-test -> branch-heads/43-pre-test
[0:16:40] = [up to date] refs/branch-heads/44 -> branch-heads/44
[0:16:40] = [up to date] refs/branch-heads/45 -> branch-heads/45
[0:16:40] = [up to date] refs/branch-heads/46 -> branch-heads/46
[0:16:40] = [up to date] refs/branch-heads/47 -> branch-heads/47
[0:16:40] = [up to date] refs/branch-heads/48 -> branch-heads/48
[0:16:40] = [up to date] refs/branch-heads/49 -> branch-heads/49
[0:16:40] = [up to date] refs/branch-heads/50 -> branch-heads/50
[0:16:40] = [up to date] refs/branch-heads/51 -> branch-heads/51
[0:16:40] = [up to date] refs/branch-heads/kjellander-test -> branch-heads/kjellander-test
[0:16:40] = [up to date] refs/branch-heads/tedtest -> branch-heads/tedtest
[0:16:40] = [up to date] refs/branch-heads/tedtest2 -> branch-heads/tedtest2
[0:16:40] = [up to date] refs/branch-heads/tedtest48 -> branch-heads/tedtest48
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/webrtc'
[0:16:51] Checking out files: 3% (123/3384)
[0:16:53] Checking out files: 8% (271/3384)
[0:16:53] Checking out files: 10% (339/3384)
[0:16:54] Checking out files: 14% (474/3384)
[0:16:55] Checking out files: 18% (610/3384)
[0:16:56] Checking out files: 21% (742/3384)
[0:16:57] Checking out files: 24% (814/3384)
[0:16:59] Checking out files: 27% (914/3384)
[0:17:00] Checking out files: 31% (1050/3384)
[0:17:01] Checking out files: 34% (1151/3384)
[0:17:02] Checking out files: 36% (1244/3384)
[0:17:04] Checking out files: 39% (1320/3384)
[0:17:05] Checking out files: 42% (1422/3384)
[0:17:06] Checking out files: 45% (1523/3384)
[0:17:07] Checking out files: 48% (1625/3384)
[0:17:08] Checking out files: 50% (1708/3384)
[0:17:09] Checking out files: 52% (1791/3384)
[0:17:11] Checking out files: 56% (1896/3384)
[0:17:12] Checking out files: 60% (2031/3384)
[0:17:13] Checking out files: 63% (2132/3384)
[0:17:14] Checking out files: 66% (2234/3384)
[0:17:15] Checking out files: 70% (2369/3384)
[0:17:16] Checking out files: 73% (2498/3384)
[0:17:17] Checking out files: 77% (2616/3384)
[0:17:19] Checking out files: 81% (2742/3384)
[0:17:20] Checking out files: 86% (2911/3384)
[0:17:21] Checking out files: 91% (3080/3384)
[0:17:22] Checking out files: 96% (3249/3384)
[0:17:23] Checking out files: 100% (3384/3384)
[0:17:23] HEAD is now at 24a1665 Report all packets to bitrate probing.
[0:17:30] Up-to-date; skipping checkout.
Checked out revision 24a16656da7249c0d836247bc77dbc475f71f0af
[0:17:39] Finished.
----------------------------------------
src/v8 (Elapsed: 0:01:21)
----------------------------------------
[0:17:03] Started.
_____ src/v8 at d18f5fddd42ce37e0938cf5d875c90132794c1e0
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/v8'
[0:17:09] POST git-upload-pack (959 bytes)
[0:17:15] From https://github.com/crosswalk-project/v8-crosswalk
[0:17:15] = [up to date] 3.24.24 -> origin/3.24.24
[0:17:15] = [up to date] bleeding_edge -> origin/bleeding_edge
[0:17:15] = [up to date] crosswalk-10/38.0.2125.101 -> origin/crosswalk-10/38.0.2125.101
[0:17:15] = [up to date] crosswalk-10/38.0.2125.66 -> origin/crosswalk-10/38.0.2125.66
[0:17:15] = [up to date] crosswalk-10/39.0.2171.19 -> origin/crosswalk-10/39.0.2171.19
[0:17:15] = [up to date] crosswalk-10/39.0.2171.62 -> origin/crosswalk-10/39.0.2171.62
[0:17:15] = [up to date] crosswalk-10/39.0.2171.71 -> origin/crosswalk-10/39.0.2171.71
[0:17:15] = [up to date] crosswalk-11/39.0.2171.19 -> origin/crosswalk-11/39.0.2171.19
[0:17:15] = [up to date] crosswalk-11/39.0.2171.62 -> origin/crosswalk-11/39.0.2171.62
[0:17:15] = [up to date] crosswalk-11/39.0.2171.71 -> origin/crosswalk-11/39.0.2171.71
[0:17:15] = [up to date] crosswalk-11/40.0.2214.28 -> origin/crosswalk-11/40.0.2214.28
[0:17:15] = [up to date] crosswalk-11/40.0.2214.91 -> origin/crosswalk-11/40.0.2214.91
[0:17:15] = [up to date] crosswalk-12/40.0.2214.28 -> origin/crosswalk-12/40.0.2214.28
[0:17:15] = [up to date] crosswalk-12/41.0.2272.101 -> origin/crosswalk-12/41.0.2272.101
[0:17:15] = [up to date] crosswalk-12/41.0.2272.118 -> origin/crosswalk-12/41.0.2272.118
[0:17:15] = [up to date] crosswalk-12/41.0.2272.16 -> origin/crosswalk-12/41.0.2272.16
[0:17:15] = [up to date] crosswalk-12/41.0.2272.74 -> origin/crosswalk-12/41.0.2272.74
[0:17:15] = [up to date] crosswalk-13/41.0.2272.16 -> origin/crosswalk-13/41.0.2272.16
[0:17:15] = [up to date] crosswalk-13/41.0.2272.35 -> origin/crosswalk-13/41.0.2272.35
[0:17:15] = [up to date] crosswalk-13/41.0.2272.74 -> origin/crosswalk-13/41.0.2272.74
[0:17:15] = [up to date] crosswalk-13/42.0.2311.135 -> origin/crosswalk-13/42.0.2311.135
[0:17:15] = [up to date] crosswalk-13/42.0.2311.39 -> origin/crosswalk-13/42.0.2311.39
[0:17:15] = [up to date] crosswalk-13/42.0.2311.68 -> origin/crosswalk-13/42.0.2311.68
[0:17:15] = [up to date] crosswalk-13/42.0.2311.90 -> origin/crosswalk-13/42.0.2311.90
[0:17:15] = [up to date] crosswalk-14/42.0.2311.39 -> origin/crosswalk-14/42.0.2311.39
[0:17:15] = [up to date] crosswalk-14/42.0.2311.68 -> origin/crosswalk-14/42.0.2311.68
[0:17:15] = [up to date] crosswalk-14/42.0.2311.90 -> origin/crosswalk-14/42.0.2311.90
[0:17:15] = [up to date] crosswalk-14/43.0.2357.124 -> origin/crosswalk-14/43.0.2357.124
[0:17:15] = [up to date] crosswalk-14/43.0.2357.125 -> origin/crosswalk-14/43.0.2357.125
[0:17:15] = [up to date] crosswalk-14/43.0.2357.130 -> origin/crosswalk-14/43.0.2357.130
[0:17:15] = [up to date] crosswalk-14/43.0.2357.18 -> origin/crosswalk-14/43.0.2357.18
[0:17:15] = [up to date] crosswalk-14/43.0.2357.45 -> origin/crosswalk-14/43.0.2357.45
[0:17:15] = [up to date] crosswalk-14/43.0.2357.65 -> origin/crosswalk-14/43.0.2357.65
[0:17:15] = [up to date] crosswalk-15/43.0.2357.45 -> origin/crosswalk-15/43.0.2357.45
[0:17:15] = [up to date] crosswalk-15/43.0.2357.52 -> origin/crosswalk-15/43.0.2357.52
[0:17:15] = [up to date] crosswalk-15/43.0.2357.65 -> origin/crosswalk-15/43.0.2357.65
[0:17:15] = [up to date] crosswalk-15/44.0.2403.107 -> origin/crosswalk-15/44.0.2403.107
[0:17:15] = [up to date] crosswalk-15/44.0.2403.130 -> origin/crosswalk-15/44.0.2403.130
[0:17:15] = [up to date] crosswalk-15/44.0.2403.157 -> origin/crosswalk-15/44.0.2403.157
[0:17:15] = [up to date] crosswalk-15/44.0.2403.30 -> origin/crosswalk-15/44.0.2403.30
[0:17:15] = [up to date] crosswalk-15/44.0.2403.52 -> origin/crosswalk-15/44.0.2403.52
[0:17:15] = [up to date] crosswalk-15/44.0.2403.81 -> origin/crosswalk-15/44.0.2403.81
[0:17:15] = [up to date] crosswalk-16/44.0.2403.107 -> origin/crosswalk-16/44.0.2403.107
[0:17:15] = [up to date] crosswalk-16/44.0.2403.130 -> origin/crosswalk-16/44.0.2403.130
[0:17:15] = [up to date] crosswalk-16/44.0.2403.157 -> origin/crosswalk-16/44.0.2403.157
[0:17:15] = [up to date] crosswalk-16/45.0.2454.101 -> origin/crosswalk-16/45.0.2454.101
[0:17:15] = [up to date] crosswalk-16/45.0.2454.85 -> origin/crosswalk-16/45.0.2454.85
[0:17:15] = [up to date] crosswalk-16/45.0.2454.93 -> origin/crosswalk-16/45.0.2454.93
[0:17:15] = [up to date] crosswalk-17/45.0.2454.101 -> origin/crosswalk-17/45.0.2454.101
[0:17:15] = [up to date] crosswalk-17/45.0.2454.93 -> origin/crosswalk-17/45.0.2454.93
[0:17:15] = [up to date] crosswalk-17/46.0.2490.86 -> origin/crosswalk-17/46.0.2490.86
[0:17:15] = [up to date] crosswalk-18/46.0.2490.86 -> origin/crosswalk-18/46.0.2490.86
[0:17:15] = [up to date] crosswalk-18/48.0.2564.103 -> origin/crosswalk-18/48.0.2564.103
[0:17:15] = [up to date] crosswalk-18/48.0.2564.109 -> origin/crosswalk-18/48.0.2564.109
[0:17:15] = [up to date] crosswalk-18/48.0.2564.116 -> origin/crosswalk-18/48.0.2564.116
[0:17:15] = [up to date] crosswalk-18/48.0.2564.79 -> origin/crosswalk-18/48.0.2564.79
[0:17:15] = [up to date] crosswalk-18/48.0.2564.82 -> origin/crosswalk-18/48.0.2564.82
[0:17:15] = [up to date] crosswalk-18/48.0.2564.97 -> origin/crosswalk-18/48.0.2564.97
[0:17:15] = [up to date] crosswalk-19/48.0.2564.103 -> origin/crosswalk-19/48.0.2564.103
[0:17:15] = [up to date] crosswalk-19/48.0.2564.109 -> origin/crosswalk-19/48.0.2564.109
[0:17:15] = [up to date] crosswalk-19/48.0.2564.116 -> origin/crosswalk-19/48.0.2564.116
[0:17:15] = [up to date] crosswalk-19/48.0.2564.97 -> origin/crosswalk-19/48.0.2564.97
[0:17:15] = [up to date] crosswalk-19/49.0.2623.110 -> origin/crosswalk-19/49.0.2623.110
[0:17:15] * [new branch] crosswalk-19/49.0.2623.112 -> origin/crosswalk-19/49.0.2623.112
[0:17:15] = [up to date] crosswalk-5/34.0.1809.2 -> origin/crosswalk-5/34.0.1809.2
[0:17:15] = [up to date] crosswalk-5/34.0.1847.116 -> origin/crosswalk-5/34.0.1847.116
[0:17:15] = [up to date] crosswalk-5/34.0.1847.45 -> origin/crosswalk-5/34.0.1847.45
[0:17:15] = [up to date] crosswalk-6/34.0.1847.45 -> origin/crosswalk-6/34.0.1847.45
[0:17:15] = [up to date] crosswalk-6/35.0.1916.114 -> origin/crosswalk-6/35.0.1916.114
[0:17:15] = [up to date] crosswalk-6/35.0.1916.153 -> origin/crosswalk-6/35.0.1916.153
[0:17:15] = [up to date] crosswalk-6/35.0.1916.17 -> origin/crosswalk-6/35.0.1916.17
[0:17:15] = [up to date] crosswalk-7/35.0.1916.114 -> origin/crosswalk-7/35.0.1916.114
[0:17:15] = [up to date] crosswalk-7/36.0.1985.125 -> origin/crosswalk-7/36.0.1985.125
[0:17:15] = [up to date] crosswalk-7/36.0.1985.143 -> origin/crosswalk-7/36.0.1985.143
[0:17:15] = [up to date] crosswalk-7/36.0.1985.18 -> origin/crosswalk-7/36.0.1985.18
[0:17:15] = [up to date] crosswalk-8/36.0.1985.18 -> origin/crosswalk-8/36.0.1985.18
[0:17:15] = [up to date] crosswalk-8/37.0.2062.120 -> origin/crosswalk-8/37.0.2062.120
[0:17:15] = [up to date] crosswalk-8/37.0.2062.20 -> origin/crosswalk-8/37.0.2062.20
[0:17:15] = [up to date] crosswalk-8/37.0.2062.76 -> origin/crosswalk-8/37.0.2062.76
[0:17:15] = [up to date] crosswalk-8/37.0.2062.94 -> origin/crosswalk-8/37.0.2062.94
[0:17:15] = [up to date] crosswalk-9/37.0.2062.20 -> origin/crosswalk-9/37.0.2062.20
[0:17:15] = [up to date] crosswalk-9/37.0.2062.76 -> origin/crosswalk-9/37.0.2062.76
[0:17:15] = [up to date] crosswalk-9/37.0.2062.94 -> origin/crosswalk-9/37.0.2062.94
[0:17:15] = [up to date] crosswalk-9/38.0.2125.101 -> origin/crosswalk-9/38.0.2125.101
[0:17:15] = [up to date] crosswalk-9/38.0.2125.122 -> origin/crosswalk-9/38.0.2125.122
[0:17:15] = [up to date] crosswalk-9/38.0.2125.23 -> origin/crosswalk-9/38.0.2125.23
[0:17:15] = [up to date] crosswalk-9/38.0.2125.66 -> origin/crosswalk-9/38.0.2125.66
[0:17:15] = [up to date] crosswalk-lite -> origin/crosswalk-lite
[0:17:15] = [up to date] crosswalk-lite-15 -> origin/crosswalk-lite-15
[0:17:16] + c9b68fc...d18f5fd crosswalk-lite-next -> origin/crosswalk-lite-next (forced update)
[0:17:16] = [up to date] master -> origin/master
[0:17:16] a480160..ee4ae3c next -> origin/next
[0:17:16] = [up to date] next_m49_backup -> origin/next_m49_backup
[0:17:16] = [up to date] pre-cleanup-backup/crosswalk-16/45.0.2454.93 -> origin/pre-cleanup-backup/crosswalk-16/45.0.2454.93
[0:17:16] = [up to date] trunk -> origin/trunk
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/v8'
[0:17:29] Checking out files: 2% (123/5971)
[0:17:30] Checking out files: 5% (299/5971)
[0:17:32] Checking out files: 8% (478/5971)
[0:17:33] Checking out files: 10% (598/5971)
[0:17:34] Checking out files: 12% (717/5971)
[0:17:35] Checking out files: 14% (836/5971)
[0:17:36] Checking out files: 16% (984/5971)
[0:17:37] Checking out files: 19% (1135/5971)
[0:17:39] Checking out files: 22% (1314/5971)
[0:17:40] Checking out files: 23% (1388/5971)
[0:17:41] Checking out files: 26% (1553/5971)
[0:17:42] Checking out files: 29% (1732/5971)
[0:17:44] Checking out files: 32% (1911/5971)
[0:17:45] Checking out files: 34% (2031/5971)
[0:17:46] Checking out files: 37% (2211/5971)
[0:17:47] Checking out files: 40% (2389/5971)
[0:17:48] Checking out files: 43% (2568/5971)
[0:17:49] Checking out files: 46% (2747/5971)
[0:17:50] Checking out files: 49% (2926/5971)
[0:17:52] Checking out files: 53% (3165/5971)
[0:17:53] Checking out files: 56% (3344/5971)
[0:17:54] Checking out files: 59% (3566/5971)
[0:17:55] Checking out files: 62% (3754/5971)
[0:17:56] Checking out files: 67% (4001/5971)
[0:17:57] Checking out files: 70% (4180/5971)
[0:17:58] Checking out files: 73% (4359/5971)
[0:17:59] Checking out files: 76% (4538/5971)
[0:18:00] Checking out files: 79% (4718/5971)
[0:18:02] Checking out files: 83% (4956/5971)
[0:18:03] Checking out files: 86% (5136/5971)
[0:18:04] Checking out files: 89% (5315/5971)
[0:18:05] Checking out files: 91% (5491/5971)
[0:18:06] Checking out files: 95% (5673/5971)
[0:18:07] Checking out files: 99% (5912/5971)
[0:18:08] Checking out files: 100% (5971/5971)
[0:18:08] HEAD is now at d18f5fd Merge pull request #148 from chuan9/bug-6736
[0:18:16] Up-to-date; skipping checkout.
Checked out revision d18f5fddd42ce37e0938cf5d875c90132794c1e0
[0:18:25] Finished.
----------------------------------------
src/buildtools/third_party/libc++/trunk (Elapsed: 0:01:36)
----------------------------------------
[0:17:08] Started.
_____ src/buildtools/third_party/libc++/trunk at aad34a13af010898f54c1bb2069194cb083cea4b
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/buildtools/third_party/libc++/trunk'
[0:17:09] POST git-upload-pack (959 bytes)
[0:17:11] From https://chromium.googlesource.com/chromium/llvm-project/libcxx
[0:17:11] 66b9c0c..1c4a43a master -> origin/master
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/buildtools/third_party/libc++/trunk'
[0:17:31] Checking out files: 2% (147/5328)
[0:17:32] Checking out files: 5% (267/5328)
[0:17:33] Checking out files: 7% (373/5328)
[0:17:35] Checking out files: 9% (480/5328)
[0:17:35] Checking out files: 10% (533/5328)
[0:17:36] Checking out files: 12% (640/5328)
[0:17:38] Checking out files: 14% (746/5328)
[0:17:39] Checking out files: 15% (840/5328)
[0:17:40] Checking out files: 17% (935/5328)
[0:17:41] Checking out files: 20% (1066/5328)
[0:17:42] Checking out files: 22% (1173/5328)
[0:17:44] Checking out files: 25% (1332/5328)
[0:17:45] Checking out files: 27% (1456/5328)
[0:17:46] Checking out files: 29% (1565/5328)
[0:17:47] Checking out files: 31% (1652/5328)
[0:17:48] Checking out files: 33% (1759/5328)
[0:17:49] Checking out files: 35% (1865/5328)
[0:17:50] Checking out files: 37% (1972/5328)
[0:17:51] Checking out files: 39% (2078/5328)
[0:17:53] Checking out files: 41% (2185/5328)
[0:17:54] Checking out files: 43% (2292/5328)
[0:17:55] Checking out files: 44% (2395/5328)
[0:17:56] Checking out files: 48% (2558/5328)
[0:17:57] Checking out files: 50% (2664/5328)
[0:17:59] Checking out files: 52% (2771/5328)
[0:18:00] Checking out files: 54% (2878/5328)
[0:18:01] Checking out files: 56% (2995/5328)
[0:18:02] Checking out files: 59% (3144/5328)
[0:18:03] Checking out files: 61% (3251/5328)
[0:18:04] Checking out files: 63% (3357/5328)
[0:18:06] Checking out files: 65% (3464/5328)
[0:18:07] Checking out files: 67% (3570/5328)
[0:18:08] Checking out files: 68% (3659/5328)
[0:18:09] Checking out files: 70% (3762/5328)
[0:18:10] Checking out files: 73% (3890/5328)
[0:18:12] Checking out files: 76% (4050/5328)
[0:18:13] Checking out files: 78% (4198/5328)
[0:18:14] Checking out files: 80% (4299/5328)
[0:18:15] Checking out files: 83% (4423/5328)
[0:18:16] Checking out files: 85% (4529/5328)
[0:18:17] Checking out files: 87% (4636/5328)
[0:18:19] Checking out files: 89% (4742/5328)
[0:18:20] Checking out files: 90% (4835/5328)
[0:18:21] Checking out files: 92% (4930/5328)
[0:18:22] Checking out files: 95% (5062/5328)
[0:18:23] Checking out files: 97% (5169/5328)
[0:18:24] Checking out files: 99% (5275/5328)
[0:18:25] Checking out files: 100% (5328/5328)
[0:18:25] HEAD is now at aad34a1 Fix locale feature testing in test suite.
[0:18:33] Up-to-date; skipping checkout.
Checked out revision aad34a13af010898f54c1bb2069194cb083cea4b
[0:18:44] Finished.
----------------------------------------
src/third_party/webgl/src (Elapsed: 0:02:30)
----------------------------------------
[0:16:23] Started.
_____ src/third_party/webgl/src at 29258490ea902efba0cd3ef8200299b5c31d5d26
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/webgl/src'
[0:16:25] POST git-upload-pack (959 bytes)
[0:16:26] From https://chromium.googlesource.com/external/khronosgroup/webgl
[0:16:26] = [up to date] Khronoswebmaster-hostedbytext -> origin/Khronoswebmaster-hostedbytext
[0:16:26] e5ef62a..f70ad1e master -> origin/master
[0:16:26] = [up to date] revert-1368-fixBugsInRboStateQuery -> origin/revert-1368-fixBugsInRboStateQuery
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/webgl/src'
[0:17:06] Checking out files: 0% (90/9245)
[0:17:07] Checking out files: 2% (185/9245)
[0:17:08] Checking out files: 3% (278/9245)
[0:17:10] Checking out files: 4% (403/9245)
[0:17:12] Checking out files: 6% (555/9245)
[0:17:13] Checking out files: 6% (635/9245)
[0:17:14] Checking out files: 7% (712/9245)
[0:17:15] Checking out files: 9% (833/9245)
[0:17:16] Checking out files: 10% (925/9245)
[0:17:17] Checking out files: 11% (1035/9245)
[0:17:18] Checking out files: 13% (1202/9245)
[0:17:20] Checking out files: 14% (1337/9245)
[0:17:21] Checking out files: 16% (1480/9245)
[0:17:22] Checking out files: 17% (1572/9245)
[0:17:24] Checking out files: 18% (1665/9245)
[0:17:25] Checking out files: 19% (1757/9245)
[0:17:26] Checking out files: 20% (1849/9245)
[0:17:27] Checking out files: 21% (1942/9245)
[0:17:28] Checking out files: 22% (2034/9245)
[0:17:29] Checking out files: 23% (2127/9245)
[0:17:31] Checking out files: 25% (2312/9245)
[0:17:32] Checking out files: 26% (2404/9245)
[0:17:33] Checking out files: 27% (2504/9245)
[0:17:34] Checking out files: 28% (2597/9245)
[0:17:36] Checking out files: 30% (2774/9245)
[0:17:37] Checking out files: 31% (2891/9245)
[0:17:38] Checking out files: 32% (3009/9245)
[0:17:39] Checking out files: 34% (3144/9245)
[0:17:41] Checking out files: 36% (3329/9245)
[0:17:42] Checking out files: 37% (3487/9245)
[0:17:43] Checking out files: 39% (3606/9245)
[0:17:44] Checking out files: 41% (3791/9245)
[0:17:46] Checking out files: 42% (3952/9245)
[0:17:47] Checking out files: 43% (4054/9245)
[0:17:49] Checking out files: 46% (4253/9245)
[0:17:50] Checking out files: 47% (4387/9245)
[0:17:51] Checking out files: 48% (4515/9245)
[0:17:52] Checking out files: 51% (4715/9245)
[0:17:54] Checking out files: 52% (4889/9245)
[0:17:55] Checking out files: 54% (5027/9245)
[0:17:56] Checking out files: 56% (5178/9245)
[0:17:57] Checking out files: 58% (5363/9245)
[0:17:59] Checking out files: 60% (5547/9245)
[0:18:00] Checking out files: 61% (5685/9245)
[0:18:01] Checking out files: 62% (5772/9245)
[0:18:02] Checking out files: 64% (5917/9245)
[0:18:04] Checking out files: 66% (6102/9245)
[0:18:05] Checking out files: 67% (6270/9245)
[0:18:06] Checking out files: 69% (6380/9245)
[0:18:07] Checking out files: 71% (6564/9245)
[0:18:09] Checking out files: 72% (6733/9245)
[0:18:10] Checking out files: 75% (6934/9245)
[0:18:12] Checking out files: 76% (7107/9245)
[0:18:13] Checking out files: 79% (7304/9245)
[0:18:15] Checking out files: 80% (7474/9245)
[0:18:17] Checking out files: 83% (7674/9245)
[0:18:18] Checking out files: 84% (7808/9245)
[0:18:19] Checking out files: 86% (7951/9245)
[0:18:21] Checking out files: 87% (8129/9245)
[0:18:22] Checking out files: 89% (8263/9245)
[0:18:23] Checking out files: 91% (8413/9245)
[0:18:25] Checking out files: 93% (8598/9245)
[0:18:26] Checking out files: 95% (8783/9245)
[0:18:27] Checking out files: 97% (9023/9245)
[0:18:28] Checking out files: 100% (9245/9245)
[0:18:28] HEAD is now at 2925849 Merge pull request #1428 from zhenyao/bounds
[0:18:42] Up-to-date; skipping checkout.
Checked out revision 29258490ea902efba0cd3ef8200299b5c31d5d26
[0:18:54] Finished.
----------------------------------------
[0:19:54] Still working on:
[0:19:54] src/third_party/android_tools
[0:19:54] src/third_party/ffmpeg
[0:20:04] Still working on:
[0:20:04] src/third_party/android_tools
[0:20:04] src/third_party/ffmpeg
[0:20:14] Still working on:
[0:20:14] src/third_party/android_tools
[0:20:14] src/third_party/ffmpeg
[0:20:24] Still working on:
[0:20:24] src/third_party/android_tools
[0:20:24] src/third_party/ffmpeg
[0:20:34] Still working on:
[0:20:34] src/third_party/android_tools
[0:20:34] src/third_party/ffmpeg
[0:20:44] Still working on:
[0:20:44] src/third_party/android_tools
[0:20:44] src/third_party/ffmpeg
[0:20:54] Still working on:
[0:20:54] src/third_party/android_tools
[0:20:54] src/third_party/ffmpeg
[0:21:04] Still working on:
[0:21:04] src/third_party/android_tools
[0:21:04] src/third_party/ffmpeg
[0:21:14] Still working on:
[0:21:14] src/third_party/android_tools
[0:21:14] src/third_party/ffmpeg
[0:21:24] Still working on:
[0:21:24] src/third_party/android_tools
[0:21:24] src/third_party/ffmpeg
[0:21:34] Still working on:
[0:21:34] src/third_party/android_tools
[0:21:34] src/third_party/ffmpeg
[0:21:44] Still working on:
[0:21:44] src/third_party/android_tools
[0:21:44] src/third_party/ffmpeg
[0:21:54] Still working on:
[0:21:54] src/third_party/android_tools
[0:21:54] src/third_party/ffmpeg
[0:22:04] Still working on:
[0:22:04] src/third_party/android_tools
[0:22:04] src/third_party/ffmpeg
[0:22:14] Still working on:
[0:22:14] src/third_party/android_tools
[0:22:14] src/third_party/ffmpeg
[0:22:24] Still working on:
[0:22:24] src/third_party/android_tools
[0:22:24] src/third_party/ffmpeg
[0:22:34] Still working on:
[0:22:34] src/third_party/android_tools
[0:22:34] src/third_party/ffmpeg
[0:22:44] Still working on:
[0:22:44] src/third_party/android_tools
[0:22:44] src/third_party/ffmpeg
[0:22:44] Still working on:
[0:22:44] src/third_party/android_tools
[0:22:44] src/third_party/ffmpeg
src/third_party/android_tools
----------------------------------------
[0:11:49] Started.
_____ src/third_party/android_tools at f4c36ad89b2696b37d9cd7ca7d984b691888b188
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/android_tools'
[0:11:51] From https://chromium.googlesource.com/android_tools
[0:11:51] = [up to date] 2403 -> origin/2403
[0:11:51] = [up to date] master -> origin/master
[0:11:51] = [up to date] refs/branch-heads/2357 -> branch-heads/2357
[0:11:51] = [up to date] refs/branch-heads/2454 -> branch-heads/2454
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/android_tools'
[0:16:20] Checking out files: 0% (93/55417)
[0:16:21] Checking out files: 0% (155/55417)
[0:16:23] Checking out files: 0% (256/55417)
[0:16:25] Checking out files: 0% (395/55417)
[0:16:27] Checking out files: 0% (525/55417)
[0:16:29] Checking out files: 1% (647/55417)
[0:16:31] Checking out files: 1% (779/55417)
[0:16:33] Checking out files: 1% (892/55417)
[0:16:34] Checking out files: 1% (949/55417)
[0:16:36] Checking out files: 1% (1066/55417)
[0:16:38] Checking out files: 2% (1162/55417)
[0:16:40] Checking out files: 2% (1276/55417)
[0:16:42] Checking out files: 2% (1383/55417)
[0:16:44] Checking out files: 2% (1503/55417)
[0:16:45] Checking out files: 2% (1559/55417)
[0:16:47] Checking out files: 3% (1663/55417)
[0:16:48] Checking out files: 3% (1730/55417)
[0:16:50] Checking out files: 3% (1858/55417)
[0:16:51] Checking out files: 3% (1919/55417)
[0:16:54] Checking out files: 3% (2003/55417)
[0:16:55] Checking out files: 3% (2042/55417)
[0:16:57] Checking out files: 3% (2102/55417)
[0:16:58] Checking out files: 3% (2166/55417)
[0:17:00] Checking out files: 4% (2288/55417)
[0:17:02] Checking out files: 4% (2413/55417)
[0:17:03] Checking out files: 4% (2477/55417)
[0:17:05] Checking out files: 4% (2604/55417)
[0:17:07] Checking out files: 4% (2723/55417)
[0:17:08] Checking out files: 5% (2783/55417)
[0:17:10] Checking out files: 5% (2902/55417)
[0:17:12] Checking out files: 5% (3022/55417)
[0:17:14] Checking out files: 5% (3144/55417)
[0:17:16] Checking out files: 5% (3312/55417)
[0:17:17] Checking out files: 6% (3395/55417)
[0:17:18] Checking out files: 6% (3494/55417)
[0:17:20] Checking out files: 6% (3689/55417)
[0:17:22] Checking out files: 6% (3857/55417)
[0:17:24] Checking out files: 7% (4021/55417)
[0:17:25] Checking out files: 7% (4105/55417)
[0:17:27] Checking out files: 7% (4265/55417)
[0:17:28] Checking out files: 7% (4354/55417)
[0:17:30] Checking out files: 8% (4532/55417)
[0:17:32] Checking out files: 8% (4645/55417)
[0:17:34] Checking out files: 8% (4831/55417)
[0:17:35] Checking out files: 8% (4927/55417)
[0:17:36] Checking out files: 9% (5022/55417)
[0:17:38] Checking out files: 9% (5181/55417)
[0:17:39] Checking out files: 9% (5269/55417)
[0:17:40] Checking out files: 9% (5373/55417)
[0:17:41] Checking out files: 9% (5466/55417)
[0:17:41] Checking out files: 10% (5542/55417)
[0:17:43] Checking out files: 10% (5690/55417)
[0:17:44] Checking out files: 10% (5813/55417)
[0:17:45] Checking out files: 10% (5915/55417)
[0:17:46] Checking out files: 10% (6046/55417)
[0:17:47] Checking out files: 11% (6157/55417)
[0:17:48] Checking out files: 11% (6254/55417)
[0:17:50] Checking out files: 11% (6460/55417)
[0:17:51] Checking out files: 12% (6651/55417)
[0:17:53] Checking out files: 12% (6822/55417)
[0:17:55] Checking out files: 12% (7071/55417)
[0:17:57] Checking out files: 13% (7205/55417)
[0:17:58] Checking out files: 13% (7342/55417)
[0:18:00] Checking out files: 13% (7586/55417)
[0:18:01] Checking out files: 13% (7701/55417)
[0:18:03] Checking out files: 14% (7926/55417)
[0:18:04] Checking out files: 14% (8039/55417)
[0:18:06] Checking out files: 14% (8265/55417)
[0:18:07] Checking out files: 15% (8385/55417)
[0:18:09] Checking out files: 15% (8610/55417)
[0:18:10] Checking out files: 15% (8722/55417)
[0:18:11] Checking out files: 16% (8867/55417)
[0:18:13] Checking out files: 16% (9030/55417)
[0:18:14] Checking out files: 16% (9148/55417)
[0:18:16] Checking out files: 16% (9394/55417)
[0:18:18] Checking out files: 17% (9592/55417)
[0:18:19] Checking out files: 17% (9664/55417)
[0:18:20] Checking out files: 17% (9701/55417)
[0:18:22] Checking out files: 17% (9876/55417)
[0:18:24] Checking out files: 18% (10089/55417)
[0:18:25] Checking out files: 18% (10221/55417)
[0:18:27] Checking out files: 19% (10530/55417)
[0:18:28] Checking out files: 19% (10659/55417)
[0:18:30] Checking out files: 20% (11084/55417)
[0:18:31] Checking out files: 20% (11391/55417)
[0:18:32] Checking out files: 20% (11544/55417)
[0:18:33] Checking out files: 21% (11773/55417)
[0:18:34] Checking out files: 21% (11967/55417)
[0:18:35] Checking out files: 21% (12188/55417)
[0:18:36] Checking out files: 22% (12406/55417)
[0:18:38] Checking out files: 22% (12683/55417)
[0:18:39] Checking out files: 23% (12835/55417)
[0:18:41] Checking out files: 23% (13270/55417)
[0:18:42] Checking out files: 24% (13400/55417)
[0:18:44] Checking out files: 24% (13734/55417)
[0:18:46] Checking out files: 25% (14309/55417)
[0:18:47] Checking out files: 26% (14418/55417)
[0:18:48] Checking out files: 26% (14481/55417)
[0:18:50] Checking out files: 27% (14963/55417)
[0:18:51] Checking out files: 27% (15331/55417)
[0:18:52] Checking out files: 28% (15517/55417)
[0:18:54] Checking out files: 28% (15991/55417)
[0:18:56] Checking out files: 29% (16465/55417)
[0:18:57] Checking out files: 30% (16825/55417)
[0:18:58] Checking out files: 31% (17180/55417)
[0:19:00] Checking out files: 31% (17727/55417)
[0:19:01] Checking out files: 33% (18288/55417)
[0:19:03] Checking out files: 33% (18598/55417)
[0:19:04] Checking out files: 34% (18925/55417)
[0:19:05] Checking out files: 34% (19276/55417)
[0:19:06] Checking out files: 35% (19623/55417)
[0:19:07] Checking out files: 36% (19951/55417)
[0:19:09] Checking out files: 36% (20477/55417)
[0:19:10] Checking out files: 37% (20778/55417)
[0:19:11] Checking out files: 37% (20902/55417)
[0:19:13] Checking out files: 38% (21059/55417)
[0:19:14] Checking out files: 38% (21378/55417)
[0:19:15] Checking out files: 39% (21668/55417)
[0:19:17] Checking out files: 39% (21752/55417)
[0:19:19] Checking out files: 39% (21913/55417)
[0:19:20] Checking out files: 39% (21950/55417)
[0:19:21] Checking out files: 39% (21983/55417)
[0:19:22] Checking out files: 39% (22056/55417)
[0:19:24] Checking out files: 40% (22485/55417)
[0:19:26] Checking out files: 41% (23058/55417)
[0:19:28] Checking out files: 42% (23587/55417)
[0:19:30] Checking out files: 43% (24075/55417)
[0:19:31] Checking out files: 44% (24384/55417)
[0:19:33] Checking out files: 44% (24854/55417)
[0:19:35] Checking out files: 45% (25397/55417)
[0:19:37] Checking out files: 46% (25996/55417)
[0:19:38] Checking out files: 47% (26242/55417)
[0:19:39] Checking out files: 48% (26601/55417)
[0:19:41] Checking out files: 48% (26958/55417)
[0:19:43] Checking out files: 48% (26971/55417)
[0:19:45] Checking out files: 48% (27106/55417)
[0:19:47] Checking out files: 49% (27155/55417)
[0:19:48] Checking out files: 49% (27539/55417)
[0:19:49] Checking out files: 50% (27887/55417)
[0:19:50] Checking out files: 51% (28263/55417)
[0:19:52] Checking out files: 51% (28726/55417)
[0:19:53] Checking out files: 53% (29372/55417)
[0:19:55] Checking out files: 54% (29926/55417)
[0:19:56] Checking out files: 54% (30036/55417)
[0:19:57] Checking out files: 54% (30073/55417)
[0:19:59] Checking out files: 54% (30225/55417)
[0:20:01] Checking out files: 54% (30334/55417)
[0:20:03] Checking out files: 54% (30477/55417)
[0:20:05] Checking out files: 55% (30533/55417)
[0:20:07] Checking out files: 55% (30555/55417)
[0:20:10] Checking out files: 55% (30645/55417)
[0:20:11] Checking out files: 55% (30664/55417)
[0:20:12] Checking out files: 55% (30671/55417)
[0:20:14] Checking out files: 55% (30797/55417)
[0:20:15] Checking out files: 55% (30854/55417)
[0:20:17] Checking out files: 56% (31034/55417)
[0:20:18] Checking out files: 56% (31073/55417)
[0:20:20] Checking out files: 56% (31252/55417)
[0:20:21] Checking out files: 56% (31302/55417)
[0:20:23] Checking out files: 56% (31504/55417)
[0:20:25] Checking out files: 57% (31686/55417)
[0:20:26] Checking out files: 57% (31747/55417)
[0:20:28] Checking out files: 57% (31926/55417)
[0:20:30] Checking out files: 57% (32081/55417)
[0:20:31] Checking out files: 57% (32118/55417)
[0:20:33] Checking out files: 58% (32264/55417)
[0:20:35] Checking out files: 58% (32664/55417)
[0:20:37] Checking out files: 59% (33130/55417)
[0:20:38] Checking out files: 60% (33324/55417)
[0:20:39] Checking out files: 60% (33497/55417)
[0:20:40] Checking out files: 61% (33805/55417)
[0:20:42] Checking out files: 61% (34269/55417)
[0:20:43] Checking out files: 61% (34319/55417)
[0:20:44] Checking out files: 62% (34455/55417)
[0:20:46] Checking out files: 63% (34913/55417)
[0:20:47] Checking out files: 63% (35398/55417)
[0:20:48] Checking out files: 64% (35776/55417)
[0:20:49] Checking out files: 65% (36147/55417)
[0:20:50] Checking out files: 66% (36576/55417)
[0:20:51] Checking out files: 67% (37130/55417)
[0:20:53] Checking out files: 67% (37669/55417)
[0:20:54] Checking out files: 68% (38047/55417)
[0:20:55] Checking out files: 69% (38389/55417)
[0:20:56] Checking out files: 69% (38761/55417)
[0:20:57] Checking out files: 70% (39122/55417)
[0:20:59] Checking out files: 71% (39841/55417)
[0:21:00] Checking out files: 72% (40216/55417)
[0:21:02] Checking out files: 73% (40956/55417)
[0:21:03] Checking out files: 74% (41222/55417)
[0:21:04] Checking out files: 75% (41563/55417)
[0:21:06] Checking out files: 75% (42108/55417)
[0:21:07] Checking out files: 76% (42445/55417)
[0:21:09] Checking out files: 77% (43156/55417)
[0:21:11] Checking out files: 79% (43780/55417)
[0:21:12] Checking out files: 79% (44250/55417)
[0:21:13] Checking out files: 80% (44538/55417)
[0:21:14] Checking out files: 80% (44862/55417)
[0:21:15] Checking out files: 81% (45170/55417)
[0:21:16] Checking out files: 82% (45536/55417)
[0:21:17] Checking out files: 83% (45997/55417)
[0:21:19] Checking out files: 84% (46551/55417)
[0:21:20] Checking out files: 84% (46929/55417)
[0:21:21] Checking out files: 85% (47235/55417)
[0:21:22] Checking out files: 86% (47659/55417)
[0:21:24] Checking out files: 86% (48183/55417)
[0:21:26] Checking out files: 88% (48767/55417)
[0:21:27] Checking out files: 88% (49053/55417)
[0:21:28] Checking out files: 89% (49350/55417)
[0:21:29] Checking out files: 89% (49654/55417)
[0:21:31] Checking out files: 90% (50337/55417)
[0:21:32] Checking out files: 91% (50714/55417)
[0:21:34] Checking out files: 92% (51355/55417)
[0:21:35] Checking out files: 93% (51626/55417)
[0:21:36] Checking out files: 93% (51902/55417)
[0:21:38] Checking out files: 94% (52486/55417)
[0:21:40] Checking out files: 95% (53121/55417)
[0:21:41] Checking out files: 96% (53205/55417)
[0:21:42] Checking out files: 96% (53210/55417)
[0:21:44] Checking out files: 96% (53260/55417)
[0:21:45] Checking out files: 96% (53262/55417)
[0:21:47] Checking out files: 96% (53408/55417)
[0:21:49] Checking out files: 96% (53700/55417)
[0:21:50] Checking out files: 97% (53965/55417)
[0:21:51] Checking out files: 97% (54207/55417)
[0:21:53] Checking out files: 98% (54674/55417)
[0:21:54] Checking out files: 99% (54902/55417)
[0:21:55] Checking out files: 99% (54912/55417)
[0:21:57] Checking out files: 99% (54914/55417)
[0:21:58] Checking out files: 99% (55082/55417)
[0:21:59] Checking out files: 100% (55417/55417)
[0:22:00] HEAD is now at f4c36ad Remove the play services version check
----------------------------------------
[0:23:44] Still working on:
[0:23:44] src/third_party/ffmpeg
[0:23:54] Still working on:
[0:23:54] src/third_party/ffmpeg
[0:24:04] Still working on:
[0:24:04] src/third_party/ffmpeg
[0:24:14] Still working on:
[0:24:14] src/third_party/ffmpeg
[0:24:24] Still working on:
[0:24:24] src/third_party/ffmpeg
[0:24:34] Still working on:
[0:24:34] src/third_party/ffmpeg
[0:24:44] Still working on:
[0:24:44] src/third_party/ffmpeg
[0:24:54] Still working on:
[0:24:54] src/third_party/ffmpeg
[0:25:04] Still working on:
[0:25:04] src/third_party/ffmpeg
[0:25:14] Still working on:
[0:25:14] src/third_party/ffmpeg
[0:25:24] Still working on:
[0:25:24] src/third_party/ffmpeg
[0:25:34] Still working on:
[0:25:34] src/third_party/ffmpeg
[0:25:44] Still working on:
[0:25:44] src/third_party/ffmpeg
[0:25:54] Still working on:
[0:25:54] src/third_party/ffmpeg
[0:26:04] Still working on:
[0:26:04] src/third_party/ffmpeg
[0:26:14] Still working on:
[0:26:14] src/third_party/ffmpeg
[0:26:24] Still working on:
[0:26:24] src/third_party/ffmpeg
[0:26:34] Still working on:
[0:26:34] src/third_party/ffmpeg
[0:26:44] Still working on:
[0:26:44] src/third_party/ffmpeg
[0:26:52] Still working on:
[0:26:52] src/third_party/ffmpeg
src/third_party/ffmpeg (Elapsed: 0:14:01)
----------------------------------------
[0:12:51] Started.
_____ src/third_party/ffmpeg at 501a5c5db447ec2b0903551c011dfcbf6c5cd22f
________ running 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress --verbose https://chromium.googlesource.com/chromium/third_party/ffmpeg.git /vagrant/crosswalk-src/src/third_party/_gclient_ffmpeg_AmVlR6' in '/vagrant/crosswalk-src'
[0:12:51] Cloning into '/vagrant/crosswalk-src/src/third_party/_gclient_ffmpeg_AmVlR6'...
[0:13:11] POST git-upload-pack (gzip 1340 to 709 bytes)
[0:13:11] remote: Sending approximately 130.44 MiB ...
[0:13:11] Receiving objects: 0% (1/428054)
[0:13:13] Receiving objects: 0% (217/428054), 52.01 KiB | 28.00 KiB/s
[0:13:15] Receiving objects: 0% (418/428054), 100.01 KiB | 27.00 KiB/s
[0:13:17] Receiving objects: 0% (629/428054), 164.01 KiB | 27.00 KiB/s
[0:13:18] Receiving objects: 0% (730/428054), 196.01 KiB | 27.00 KiB/s
[0:13:19] Receiving objects: 0% (831/428054), 212.01 KiB | 26.00 KiB/s
[0:13:21] Receiving objects: 0% (1035/428054), 276.01 KiB | 27.00 KiB/s
[0:13:23] Receiving objects: 0% (1231/428054), 316.01 KiB | 26.00 KiB/s
[0:13:25] Receiving objects: 0% (1450/428054), 384.01 KiB | 27.00 KiB/s
[0:13:26] Receiving objects: 0% (1551/428054), 404.01 KiB | 27.00 KiB/s
[0:13:27] Receiving objects: 0% (1658/428054), 436.01 KiB | 28.00 KiB/s
[0:13:29] Receiving objects: 0% (1862/428054), 500.01 KiB | 29.00 KiB/s
[0:13:31] Receiving objects: 0% (2065/428054), 552.01 KiB | 28.00 KiB/s
[0:13:32] Receiving objects: 0% (2161/428054), 580.01 KiB | 28.00 KiB/s
[0:13:34] Receiving objects: 0% (2351/428054), 624.01 KiB | 26.00 KiB/s
[0:13:36] Receiving objects: 0% (2550/428054), 688.01 KiB | 25.00 KiB/s
[0:13:38] Receiving objects: 0% (2751/428054), 736.01 KiB | 26.00 KiB/s
[0:13:39] Receiving objects: 0% (2852/428054), 768.01 KiB | 27.00 KiB/s
[0:13:41] Receiving objects: 0% (3052/428054), 816.01 KiB | 27.00 KiB/s
[0:13:43] Receiving objects: 0% (3251/428054), 868.01 KiB | 25.00 KiB/s
[0:13:45] Receiving objects: 0% (3439/428054), 912.01 KiB | 24.00 KiB/s
[0:13:47] Receiving objects: 0% (3621/428054), 960.01 KiB | 22.00 KiB/s
[0:13:49] Receiving objects: 0% (3813/428054), 1004.01 KiB | 22.00 KiB/s
[0:13:51] Receiving objects: 0% (4022/428054), 1.03 MiB | 24.00 KiB/s
[0:13:53] Receiving objects: 0% (4226/428054), 1.09 MiB | 26.00 KiB/s
[0:13:54] Receiving objects: 1% (4335/428054), 1.10 MiB | 26.00 KiB/s
[0:13:55] Receiving objects: 1% (4444/428054), 1.13 MiB | 26.00 KiB/s
[0:13:57] Receiving objects: 1% (4657/428054), 1.18 MiB | 26.00 KiB/s
[0:13:59] Receiving objects: 1% (4897/428054), 1.25 MiB | 28.00 KiB/s
[0:14:01] Receiving objects: 1% (5115/428054), 1.30 MiB | 28.00 KiB/s
[0:14:02] Receiving objects: 1% (5219/428054), 1.33 MiB | 29.00 KiB/s
[0:14:04] Receiving objects: 1% (5429/428054), 1.39 MiB | 28.00 KiB/s
[0:14:06] Receiving objects: 1% (5678/428054), 1.44 MiB | 28.00 KiB/s
[0:14:07] Receiving objects: 1% (5782/428054), 1.47 MiB | 28.00 KiB/s
[0:14:09] Receiving objects: 1% (5984/428054), 1.52 MiB | 28.00 KiB/s
[0:14:10] Receiving objects: 1% (6089/428054), 1.55 MiB | 27.00 KiB/s
[0:14:11] Receiving objects: 1% (6196/428054), 1.57 MiB | 27.00 KiB/s
[0:14:13] Receiving objects: 1% (6402/428054), 1.63 MiB | 26.00 KiB/s
[0:14:14] Receiving objects: 1% (6509/428054), 1.64 MiB | 26.00 KiB/s
[0:14:16] Receiving objects: 1% (6715/428054), 1.71 MiB | 26.00 KiB/s
[0:14:18] Receiving objects: 1% (6916/428054), 1.75 MiB | 26.00 KiB/s
[0:14:19] Receiving objects: 1% (7034/428054), 1.79 MiB | 27.00 KiB/s
[0:14:21] Receiving objects: 1% (7232/428054), 1.83 MiB | 27.00 KiB/s
[0:14:22] Receiving objects: 1% (7330/428054), 1.86 MiB | 26.00 KiB/s
[0:14:24] Receiving objects: 1% (7544/428054), 1.91 MiB | 26.00 KiB/s
[0:14:25] Receiving objects: 1% (7649/428054), 1.94 MiB | 25.00 KiB/s
[0:14:26] Receiving objects: 1% (7747/428054), 1.96 MiB | 25.00 KiB/s
[0:14:27] Receiving objects: 1% (7845/428054), 1.98 MiB | 25.00 KiB/s
[0:14:29] Receiving objects: 1% (8045/428054), 2.04 MiB | 24.00 KiB/s
[0:14:31] Receiving objects: 1% (8248/428054), 2.09 MiB | 25.00 KiB/s
[0:14:33] Receiving objects: 1% (8447/428054), 2.14 MiB | 26.00 KiB/s
[0:14:34] Receiving objects: 2% (8562/428054), 2.16 MiB | 26.00 KiB/s
[0:14:36] Receiving objects: 2% (8789/428054), 2.22 MiB | 26.00 KiB/s
[0:14:38] Receiving objects: 2% (8989/428054), 2.26 MiB | 26.00 KiB/s
[0:14:40] Receiving objects: 2% (9197/428054), 2.32 MiB | 26.00 KiB/s
[0:14:42] Receiving objects: 2% (9430/428054), 2.37 MiB | 27.00 KiB/s
[0:14:44] Receiving objects: 2% (9645/428054), 2.43 MiB | 26.00 KiB/s
[0:14:46] Receiving objects: 2% (9858/428054), 2.47 MiB | 26.00 KiB/s
[0:14:48] Receiving objects: 2% (10076/428054), 2.53 MiB | 25.00 KiB/s
[0:14:50] Receiving objects: 2% (10275/428054), 2.59 MiB | 26.00 KiB/s
[0:14:51] Receiving objects: 2% (10373/428054), 2.60 MiB | 25.00 KiB/s
[0:14:53] Receiving objects: 2% (10566/428054), 2.66 MiB | 25.00 KiB/s
[0:14:55] Receiving objects: 2% (10759/428054), 2.71 MiB | 25.00 KiB/s
[0:14:56] Receiving objects: 2% (10852/428054), 2.72 MiB | 25.00 KiB/s
[0:14:58] Receiving objects: 2% (11038/428054), 2.77 MiB | 23.00 KiB/s
[0:15:00] Receiving objects: 2% (11235/428054), 2.81 MiB | 22.00 KiB/s
[0:15:01] Receiving objects: 2% (11327/428054), 2.84 MiB | 23.00 KiB/s
[0:15:03] Receiving objects: 2% (11522/428054), 2.89 MiB | 24.00 KiB/s
[0:15:05] Receiving objects: 2% (11734/428054), 2.95 MiB | 25.00 KiB/s
[0:15:06] Receiving objects: 2% (11845/428054), 2.96 MiB | 25.00 KiB/s
[0:15:08] Receiving objects: 2% (12037/428054), 3.02 MiB | 25.00 KiB/s
[0:15:09] Receiving objects: 2% (12136/428054), 3.05 MiB | 26.00 KiB/s
[0:15:11] Receiving objects: 2% (12336/428054), 3.09 MiB | 25.00 KiB/s
[0:15:13] Receiving objects: 2% (12535/428054), 3.14 MiB | 25.00 KiB/s
[0:15:14] Receiving objects: 2% (12631/428054), 3.16 MiB | 25.00 KiB/s
[0:15:15] Receiving objects: 2% (12732/428054), 3.18 MiB | 24.00 KiB/s
[0:15:16] Receiving objects: 3% (12842/428054), 3.21 MiB | 24.00 KiB/s
[0:15:18] Receiving objects: 3% (13042/428054), 3.26 MiB | 25.00 KiB/s
[0:15:20] Receiving objects: 3% (13235/428054), 3.32 MiB | 26.00 KiB/s
[0:15:22] Receiving objects: 3% (13438/428054), 3.37 MiB | 26.00 KiB/s
[0:15:24] Receiving objects: 3% (13635/428054), 3.41 MiB | 25.00 KiB/s
[0:15:26] Receiving objects: 3% (13835/428054), 3.46 MiB | 24.00 KiB/s
[0:15:28] Receiving objects: 3% (14042/428054), 3.51 MiB | 24.00 KiB/s
[0:15:30] Receiving objects: 3% (14238/428054), 3.56 MiB | 25.00 KiB/s
[0:15:31] Receiving objects: 3% (14332/428054), 3.59 MiB | 24.00 KiB/s
[0:15:32] Receiving objects: 3% (14435/428054), 3.61 MiB | 24.00 KiB/s
[0:15:33] Receiving objects: 3% (14536/428054), 3.63 MiB | 25.00 KiB/s
[0:15:34] Receiving objects: 3% (14633/428054), 3.66 MiB | 24.00 KiB/s
[0:15:36] Receiving objects: 3% (14825/428054), 3.71 MiB | 24.00 KiB/s
[0:15:37] Receiving objects: 3% (14922/428054), 3.72 MiB | 24.00 KiB/s
[0:15:39] Receiving objects: 3% (15131/428054), 3.78 MiB | 24.00 KiB/s
[0:15:41] Receiving objects: 3% (15332/428054), 3.83 MiB | 24.00 KiB/s
[0:15:43] Receiving objects: 3% (15538/428054), 3.87 MiB | 25.00 KiB/s
[0:15:44] Receiving objects: 3% (15648/428054), 3.90 MiB | 25.00 KiB/s
[0:15:45] Receiving objects: 3% (15750/428054), 3.93 MiB | 25.00 KiB/s
[0:15:47] Receiving objects: 3% (15946/428054), 3.97 MiB | 24.00 KiB/s
[0:15:48] Receiving objects: 3% (16051/428054), 4.00 MiB | 24.00 KiB/s
[0:15:50] Receiving objects: 3% (16249/428054), 4.04 MiB | 23.00 KiB/s
[0:15:52] Receiving objects: 3% (16461/428054), 4.09 MiB | 24.00 KiB/s
[0:15:53] Receiving objects: 3% (16563/428054), 4.12 MiB | 25.00 KiB/s
[0:15:55] Receiving objects: 3% (16786/428054), 4.18 MiB | 26.00 KiB/s
[0:15:56] Receiving objects: 3% (16894/428054), 4.20 MiB | 27.00 KiB/s
[0:15:58] Receiving objects: 3% (17112/428054), 4.25 MiB | 27.00 KiB/s
[0:16:00] Receiving objects: 4% (17328/428054), 4.30 MiB | 27.00 KiB/s
[0:16:02] Receiving objects: 4% (17528/428054), 4.35 MiB | 25.00 KiB/s
[0:16:04] Receiving objects: 4% (17728/428054), 4.41 MiB | 25.00 KiB/s
[0:16:05] Receiving objects: 4% (17823/428054), 4.43 MiB | 25.00 KiB/s
[0:16:07] Receiving objects: 4% (18027/428054), 4.48 MiB | 24.00 KiB/s
[0:16:08] Receiving objects: 4% (18134/428054), 4.50 MiB | 25.00 KiB/s
[0:16:10] Receiving objects: 4% (18371/428054), 4.56 MiB | 26.00 KiB/s
[0:16:11] Receiving objects: 4% (18464/428054), 4.59 MiB | 27.00 KiB/s
[0:16:13] Receiving objects: 4% (18659/428054), 4.63 MiB | 26.00 KiB/s
[0:16:15] Receiving objects: 4% (18854/428054), 4.69 MiB | 24.00 KiB/s
[0:16:16] Receiving objects: 4% (18954/428054), 4.70 MiB | 24.00 KiB/s
[0:16:17] Receiving objects: 4% (19058/428054), 4.73 MiB | 25.00 KiB/s
[0:16:19] Receiving objects: 4% (19257/428054), 4.78 MiB | 25.00 KiB/s
[0:16:21] Receiving objects: 4% (19450/428054), 4.83 MiB | 26.00 KiB/s
[0:16:22] Receiving objects: 4% (19552/428054), 4.86 MiB | 25.00 KiB/s
[0:16:24] Receiving objects: 4% (19755/428054), 4.90 MiB | 25.00 KiB/s
[0:16:26] Receiving objects: 4% (19978/428054), 4.96 MiB | 26.00 KiB/s
[0:16:27] Receiving objects: 4% (20077/428054), 4.98 MiB | 26.00 KiB/s
[0:16:29] Receiving objects: 4% (20278/428054), 5.03 MiB | 25.00 KiB/s
[0:16:30] Receiving objects: 4% (20389/428054), 5.06 MiB | 25.00 KiB/s
[0:16:32] Receiving objects: 4% (20612/428054), 5.12 MiB | 26.00 KiB/s
[0:16:34] Receiving objects: 4% (20817/428054), 5.16 MiB | 26.00 KiB/s
[0:16:36] Receiving objects: 4% (21007/428054), 5.21 MiB | 24.00 KiB/s
[0:16:38] Receiving objects: 4% (21218/428054), 5.25 MiB | 25.00 KiB/s
[0:16:39] Receiving objects: 4% (21326/428054), 5.28 MiB | 24.00 KiB/s
[0:16:41] Receiving objects: 5% (21525/428054), 5.32 MiB | 25.00 KiB/s
[0:16:42] Receiving objects: 5% (21620/428054), 5.35 MiB | 24.00 KiB/s
[0:16:44] Receiving objects: 5% (21811/428054), 5.39 MiB | 24.00 KiB/s
[0:16:46] Receiving objects: 5% (21999/428054), 5.45 MiB | 23.00 KiB/s
[0:16:48] Receiving objects: 5% (22207/428054), 5.49 MiB | 24.00 KiB/s
[0:16:49] Receiving objects: 5% (22311/428054), 5.52 MiB | 25.00 KiB/s
[0:16:51] Receiving objects: 5% (22507/428054), 5.57 MiB | 25.00 KiB/s
[0:16:52] Receiving objects: 5% (22613/428054), 5.60 MiB | 26.00 KiB/s
[0:16:53] Receiving objects: 5% (22710/428054), 5.63 MiB | 25.00 KiB/s
[0:16:55] Receiving objects: 5% (22923/428054), 5.67 MiB | 25.00 KiB/s
[0:16:57] Receiving objects: 5% (23129/428054), 5.73 MiB | 24.00 KiB/s
[0:16:58] Receiving objects: 5% (23229/428054), 5.74 MiB | 24.00 KiB/s
[0:16:59] Receiving objects: 5% (23332/428054), 5.77 MiB | 25.00 KiB/s
[0:17:00] Receiving objects: 5% (23438/428054), 5.80 MiB | 24.00 KiB/s
[0:17:02] Receiving objects: 5% (23638/428054), 5.84 MiB | 25.00 KiB/s
[0:17:03] Receiving objects: 5% (23750/428054), 5.87 MiB | 25.00 KiB/s
[0:17:04] Receiving objects: 5% (23861/428054), 5.90 MiB | 25.00 KiB/s
[0:17:06] Receiving objects: 5% (24076/428054), 5.95 MiB | 26.00 KiB/s
[0:17:07] Receiving objects: 5% (24173/428054), 5.98 MiB | 26.00 KiB/s
[0:17:09] Receiving objects: 5% (24384/428054), 6.02 MiB | 26.00 KiB/s
[0:17:10] Receiving objects: 5% (24508/428054), 6.06 MiB | 27.00 KiB/s
[0:17:12] Receiving objects: 5% (24716/428054), 6.10 MiB | 26.00 KiB/s
[0:17:14] Receiving objects: 5% (24911/428054), 6.16 MiB | 26.00 KiB/s
[0:17:15] Receiving objects: 5% (25058/428054), 6.17 MiB | 25.00 KiB/s
[0:17:16] Receiving objects: 5% (25198/428054), 6.21 MiB | 27.00 KiB/s
[0:17:18] Receiving objects: 5% (25473/428054), 6.28 MiB | 30.00 KiB/s
[0:17:20] Receiving objects: 6% (25684/428054), 6.32 MiB | 32.00 KiB/s
[0:17:21] Receiving objects: 6% (25917/428054), 6.38 MiB | 33.00 KiB/s
[0:17:23] Receiving objects: 6% (26178/428054), 6.45 MiB | 34.00 KiB/s
[0:17:24] Receiving objects: 6% (26305/428054), 6.48 MiB | 33.00 KiB/s
[0:17:26] Receiving objects: 6% (26553/428054), 6.52 MiB | 30.00 KiB/s
[0:17:27] Receiving objects: 6% (26685/428054), 6.56 MiB | 30.00 KiB/s
[0:17:28] Receiving objects: 6% (26819/428054), 6.60 MiB | 30.00 KiB/s
[0:17:30] Receiving objects: 6% (27091/428054), 6.64 MiB | 30.00 KiB/s
[0:17:32] Receiving objects: 6% (27376/428054), 6.71 MiB | 31.00 KiB/s
[0:17:34] Receiving objects: 6% (27647/428054), 6.79 MiB | 32.00 KiB/s
[0:17:36] Receiving objects: 6% (27938/428054), 6.84 MiB | 32.00 KiB/s
[0:17:38] Receiving objects: 6% (28209/428054), 6.92 MiB | 33.00 KiB/s
[0:17:39] Receiving objects: 6% (28354/428054), 6.94 MiB | 34.00 KiB/s
[0:17:40] Receiving objects: 6% (28517/428054), 6.98 MiB | 34.00 KiB/s
[0:17:42] Receiving objects: 6% (28839/428054), 7.07 MiB | 37.00 KiB/s
[0:17:44] Receiving objects: 6% (29176/428054), 7.13 MiB | 39.00 KiB/s
[0:17:45] Receiving objects: 6% (29342/428054), 7.18 MiB | 39.00 KiB/s
[0:17:47] Receiving objects: 6% (29689/428054), 7.27 MiB | 40.00 KiB/s
[0:17:49] Receiving objects: 7% (29964/428054), 7.33 MiB | 41.00 KiB/s
[0:17:50] Receiving objects: 7% (30175/428054), 7.39 MiB | 41.00 KiB/s
[0:17:52] Receiving objects: 7% (30547/428054), 7.46 MiB | 41.00 KiB/s
[0:17:54] Receiving objects: 7% (30925/428054), 7.55 MiB | 42.00 KiB/s
[0:17:55] Receiving objects: 7% (31139/428054), 7.60 MiB | 44.00 KiB/s
[0:17:56] Receiving objects: 7% (31324/428054), 7.65 MiB | 44.00 KiB/s
[0:17:58] Receiving objects: 7% (31658/428054), 7.71 MiB | 44.00 KiB/s
[0:17:59] Receiving objects: 7% (31821/428054), 7.75 MiB | 42.00 KiB/s
[0:18:00] Receiving objects: 7% (31997/428054), 7.80 MiB | 40.00 KiB/s
[0:18:02] Receiving objects: 7% (32336/428054), 7.89 MiB | 39.00 KiB/s
[0:18:04] Receiving objects: 7% (32697/428054), 7.95 MiB | 40.00 KiB/s
[0:18:06] Receiving objects: 7% (33025/428054), 8.04 MiB | 39.00 KiB/s
[0:18:07] Receiving objects: 7% (33202/428054), 8.07 MiB | 40.00 KiB/s
[0:18:09] Receiving objects: 7% (33538/428054), 8.15 MiB | 40.00 KiB/s
[0:18:11] Receiving objects: 7% (33877/428054), 8.24 MiB | 41.00 KiB/s
[0:18:12] Receiving objects: 7% (34049/428054), 8.29 MiB | 41.00 KiB/s
[0:18:13] Receiving objects: 8% (34245/428054), 8.33 MiB | 41.00 KiB/s
[0:18:15] Receiving objects: 8% (34558/428054), 8.40 MiB | 42.00 KiB/s
[0:18:16] Receiving objects: 8% (34724/428054), 8.45 MiB | 42.00 KiB/s
[0:18:18] Receiving objects: 8% (35040/428054), 8.52 MiB | 41.00 KiB/s
[0:18:19] Receiving objects: 8% (35221/428054), 8.56 MiB | 41.00 KiB/s
[0:18:21] Receiving objects: 8% (35547/428054), 8.65 MiB | 40.00 KiB/s
[0:18:23] Receiving objects: 8% (35903/428054), 8.72 MiB | 42.00 KiB/s
[0:18:24] Receiving objects: 8% (36069/428054), 8.77 MiB | 42.00 KiB/s
[0:18:26] Receiving objects: 8% (36547/428054), 8.89 MiB | 48.00 KiB/s
[0:18:28] Receiving objects: 8% (37018/428054), 8.98 MiB | 53.00 KiB/s
[0:18:29] Receiving objects: 8% (37301/428054), 9.05 MiB | 59.00 KiB/s
[0:18:31] Receiving objects: 8% (37846/428054), 9.19 MiB | 62.00 KiB/s
[0:18:32] Receiving objects: 8% (38126/428054), 9.26 MiB | 65.00 KiB/s
[0:18:34] Receiving objects: 9% (38525/428054), 9.35 MiB | 64.00 KiB/s
[0:18:35] Receiving objects: 9% (38864/428054), 9.41 MiB | 62.00 KiB/s
[0:18:36] Receiving objects: 9% (39153/428054), 9.48 MiB | 63.00 KiB/s
[0:18:38] Receiving objects: 9% (39719/428054), 9.63 MiB | 66.00 KiB/s
[0:18:39] Receiving objects: 9% (40025/428054), 9.71 MiB | 70.00 KiB/s
[0:18:41] Receiving objects: 9% (40545/428054), 9.84 MiB | 68.00 KiB/s
[0:18:42] Receiving objects: 9% (40805/428054), 9.91 MiB | 68.00 KiB/s
[0:18:44] Receiving objects: 9% (41336/428054), 10.05 MiB | 67.00 KiB/s
[0:18:46] Receiving objects: 9% (42101/428054), 10.19 MiB | 75.00 KiB/s
[0:18:47] Receiving objects: 9% (42534/428054), 10.29 MiB | 83.00 KiB/s
[0:18:48] Receiving objects: 10% (42806/428054), 10.36 MiB | 88.00 KiB/s
[0:18:49] Receiving objects: 10% (43410/428054), 10.52 MiB | 103.00 KiB/s
[0:18:50] Receiving objects: 10% (43790/428054), 10.61 MiB | 103.00 KiB/s
[0:18:51] Receiving objects: 10% (44134/428054), 10.70 MiB | 98.00 KiB/s
[0:18:53] Receiving objects: 10% (45019/428054), 10.90 MiB | 92.00 KiB/s
[0:18:54] Receiving objects: 10% (45616/428054), 11.04 MiB | 102.00 KiB/s
[0:18:56] Receiving objects: 10% (46985/428054), 11.36 MiB | 136.00 KiB/s
[0:18:57] Receiving objects: 11% (47632/428054), 11.52 MiB | 147.00 KiB/s
[0:18:58] Receiving objects: 11% (48371/428054), 11.71 MiB | 166.00 KiB/s
[0:19:00] Receiving objects: 11% (49872/428054), 11.99 MiB | 171.00 KiB/s
[0:19:02] Receiving objects: 11% (51218/428054), 12.34 MiB | 180.00 KiB/s
[0:19:03] Receiving objects: 12% (51976/428054), 12.54 MiB | 186.00 KiB/s
[0:19:05] Receiving objects: 12% (53472/428054), 12.93 MiB | 191.00 KiB/s
[0:19:07] Receiving objects: 12% (54965/428054), 13.32 MiB | 197.00 KiB/s
[0:19:08] Receiving objects: 13% (55720/428054), 13.51 MiB | 193.00 KiB/s
[0:19:10] Receiving objects: 13% (57242/428054), 13.90 MiB | 195.00 KiB/s
[0:19:12] Receiving objects: 13% (58736/428054), 14.28 MiB | 194.00 KiB/s
[0:19:14] Receiving objects: 14% (59928/428054), 14.57 MiB | 194.00 KiB/s
[0:19:15] Receiving objects: 14% (60989/428054), 14.85 MiB | 191.00 KiB/s
[0:19:16] Receiving objects: 14% (61675/428054), 15.02 MiB | 185.00 KiB/s
[0:19:18] Receiving objects: 14% (63053/428054), 15.36 MiB | 177.00 KiB/s
[0:19:19] Receiving objects: 14% (63790/428054), 15.54 MiB | 174.00 KiB/s
[0:19:20] Receiving objects: 15% (64518/428054), 15.72 MiB | 174.00 KiB/s
[0:19:22] Receiving objects: 15% (66013/428054), 16.08 MiB | 176.00 KiB/s
[0:19:24] Receiving objects: 15% (67408/428054), 16.42 MiB | 174.00 KiB/s
[0:19:25] Receiving objects: 15% (68173/428054), 16.52 MiB | 174.00 KiB/s
[0:19:26] Receiving objects: 16% (68948/428054), 16.70 MiB | 175.00 KiB/s
[0:19:28] Receiving objects: 16% (70473/428054), 17.07 MiB | 184.00 KiB/s
[0:19:30] Receiving objects: 16% (71834/428054), 17.39 MiB | 175.00 KiB/s
[0:19:31] Receiving objects: 17% (72770/428054), 17.68 MiB | 178.00 KiB/s
[0:19:33] Receiving objects: 17% (74138/428054), 17.97 MiB | 180.00 KiB/s
[0:19:34] Receiving objects: 17% (74889/428054), 18.14 MiB | 186.00 KiB/s
[0:19:36] Receiving objects: 17% (76302/428054), 18.50 MiB | 180.00 KiB/s
[0:19:37] Receiving objects: 17% (77033/428054), 18.66 MiB | 174.00 KiB/s
[0:19:39] Receiving objects: 18% (78254/428054), 18.96 MiB | 159.00 KiB/s
[0:19:41] Receiving objects: 19% (81331/428054), 19.66 MiB | 256.00 KiB/s
[0:19:42] Receiving objects: 24% (102733/428054), 21.79 MiB | 691.00 KiB/s
[0:19:43] Receiving objects: 30% (128417/428054), 24.63 MiB | 1.27 MiB/s
[0:19:44] Receiving objects: 37% (158380/428054), 27.63 MiB | 1.90 MiB/s
[0:19:45] Receiving objects: 44% (188344/428054), 32.22 MiB | 2.78 MiB/s
[0:19:46] Receiving objects: 56% (240369/428054), 36.99 MiB | 3.36 MiB/s
[0:19:48] Receiving objects: 59% (252552/428054), 39.70 MiB | 3.33 MiB/s
[0:19:49] Receiving objects: 59% (255355/428054), 45.55 MiB | 3.44 MiB/s
[0:19:51] Receiving objects: 60% (259181/428054), 50.75 MiB | 2.75 MiB/s
[0:19:52] Receiving objects: 61% (261113/428054), 52.12 MiB | 2.41 MiB/s
[0:19:54] Receiving objects: 62% (265394/428054), 53.73 MiB | 1.78 MiB/s
[0:19:55] Receiving objects: 62% (268787/428054), 56.14 MiB | 1.67 MiB/s
[0:19:56] Receiving objects: 64% (275500/428054), 59.05 MiB | 1.80 MiB/s
[0:19:57] Receiving objects: 65% (279602/428054), 61.23 MiB | 2.01 MiB/s
[0:19:58] Receiving objects: 66% (282516/428054), 64.44 MiB | 2.53 MiB/s
[0:20:00] Receiving objects: 67% (286797/428054), 69.23 MiB | 2.90 MiB/s
[0:20:01] Receiving objects: 68% (291077/428054), 74.79 MiB | 3.17 MiB/s
[0:20:02] Receiving objects: 69% (296440/428054), 77.91 MiB | 3.32 MiB/s
[0:20:03] Receiving objects: 70% (303744/428054), 80.80 MiB | 3.32 MiB/s
[0:20:05] Receiving objects: 72% (308199/428054), 87.92 MiB | 3.71 MiB/s
[0:20:06] Receiving objects: 73% (316073/428054), 94.20 MiB | 4.00 MiB/s
[0:20:07] Receiving objects: 76% (327738/428054), 98.19 MiB | 4.12 MiB/s
[0:20:08] Receiving objects: 81% (346724/428054), 103.07 MiB | 4.10 MiB/s
[0:20:09] Receiving objects: 84% (359566/428054), 106.99 MiB | 4.21 MiB/s
[0:20:10] Receiving objects: 94% (402371/428054), 117.23 MiB | 5.09 MiB/s
[0:20:12] remote: Total 428054 (delta 333877), reused 428054 (delta 333877)
[0:20:12] Receiving objects: 100% (428054/428054), 128.03 MiB | 6.59 MiB/s
[0:20:12] Resolving deltas: 0% (0/333877)
[0:20:13] Resolving deltas: 0% (710/333877)
[0:20:14] Resolving deltas: 0% (1371/333877)
[0:20:15] Resolving deltas: 0% (2373/333877)
[0:20:17] Resolving deltas: 1% (3515/333877)
[0:20:18] Resolving deltas: 1% (4280/333877)
[0:20:20] Resolving deltas: 1% (5366/333877)
[0:20:22] Resolving deltas: 2% (6756/333877)
[0:20:23] Resolving deltas: 2% (7776/333877)
[0:20:24] Resolving deltas: 2% (8599/333877)
[0:20:25] Resolving deltas: 2% (9485/333877)
[0:20:26] Resolving deltas: 3% (10240/333877)
[0:20:28] Resolving deltas: 3% (11458/333877)
[0:20:29] Resolving deltas: 3% (12321/333877)
[0:20:31] Resolving deltas: 4% (13948/333877)
[0:20:34] Resolving deltas: 4% (15761/333877)
[0:20:35] Resolving deltas: 4% (16535/333877)
[0:20:37] Resolving deltas: 5% (18019/333877)
[0:20:39] Resolving deltas: 5% (19188/333877)
[0:20:40] Resolving deltas: 5% (20008/333877)
[0:20:41] Resolving deltas: 6% (20842/333877)
[0:20:43] Resolving deltas: 6% (21952/333877)
[0:20:45] Resolving deltas: 6% (23085/333877)
[0:20:47] Resolving deltas: 7% (24330/333877)
[0:20:48] Resolving deltas: 7% (25421/333877)
[0:20:50] Resolving deltas: 7% (26445/333877)
[0:20:51] Resolving deltas: 8% (27031/333877)
[0:20:53] Resolving deltas: 8% (28461/333877)
[0:20:58] Resolving deltas: 9% (31166/333877)
[0:20:59] Resolving deltas: 9% (32291/333877)
[0:21:01] Resolving deltas: 9% (33308/333877)
[0:21:01] Resolving deltas: 10% (33407/333877)
[0:21:02] Resolving deltas: 10% (34614/333877)
[0:21:04] Resolving deltas: 10% (35608/333877)
[0:21:07] Resolving deltas: 11% (37364/333877)
[0:21:08] Resolving deltas: 11% (38275/333877)
[0:21:09] Resolving deltas: 11% (39142/333877)
[0:21:11] Resolving deltas: 11% (40050/333877)
[0:21:12] Resolving deltas: 12% (40882/333877)
[0:21:14] Resolving deltas: 12% (42103/333877)
[0:21:16] Resolving deltas: 13% (43645/333877)
[0:21:18] Resolving deltas: 13% (44790/333877)
[0:21:20] Resolving deltas: 13% (46641/333877)
[0:21:22] Resolving deltas: 14% (47653/333877)
[0:21:23] Resolving deltas: 14% (48515/333877)
[0:21:26] Resolving deltas: 15% (50449/333877)
[0:21:27] Resolving deltas: 15% (51371/333877)
[0:21:30] Resolving deltas: 15% (53148/333877)
[0:21:31] Resolving deltas: 16% (53879/333877)
[0:21:32] Resolving deltas: 16% (54963/333877)
[0:21:33] Resolving deltas: 16% (55691/333877)
[0:21:36] Resolving deltas: 17% (57451/333877)
[0:21:37] Resolving deltas: 17% (58439/333877)
[0:21:40] Resolving deltas: 17% (60024/333877)
[0:21:41] Resolving deltas: 18% (61249/333877)
[0:21:44] Resolving deltas: 18% (62833/333877)
[0:21:45] Resolving deltas: 19% (63476/333877)
[0:21:46] Resolving deltas: 19% (64327/333877)
[0:21:48] Resolving deltas: 19% (65341/333877)
[0:21:50] Resolving deltas: 19% (66658/333877)
[0:21:52] Resolving deltas: 20% (67740/333877)
[0:21:54] Resolving deltas: 20% (68893/333877)
[0:21:59] Resolving deltas: 21% (71951/333877)
[0:22:00] Resolving deltas: 21% (72775/333877)
[0:22:02] Resolving deltas: 22% (74104/333877)
[0:22:04] Resolving deltas: 22% (75595/333877)
[0:22:06] Resolving deltas: 22% (76732/333877)
[0:22:08] Resolving deltas: 23% (77915/333877)
[0:22:10] Resolving deltas: 23% (78946/333877)
[0:22:11] Resolving deltas: 23% (79788/333877)
[0:22:13] Resolving deltas: 24% (81321/333877)
[0:22:14] Resolving deltas: 24% (82212/333877)
[0:22:16] Resolving deltas: 24% (83063/333877)
[0:22:18] Resolving deltas: 25% (84488/333877)
[0:22:19] Resolving deltas: 25% (85441/333877)
[0:22:20] Resolving deltas: 25% (86155/333877)
[0:22:24] Resolving deltas: 26% (88872/333877)
[0:22:26] Resolving deltas: 26% (90146/333877)
[0:22:27] Resolving deltas: 27% (91314/333877)
[0:22:29] Resolving deltas: 27% (92458/333877)
[0:22:34] Resolving deltas: 28% (95525/333877)
[0:22:35] Resolving deltas: 28% (96392/333877)
[0:22:37] Resolving deltas: 29% (98057/333877)
[0:22:39] Resolving deltas: 29% (99317/333877)
[0:22:41] Resolving deltas: 30% (100535/333877)
[0:22:43] Resolving deltas: 30% (102094/333877)
[0:22:45] Resolving deltas: 30% (103492/333877)
[0:22:49] Resolving deltas: 31% (106702/333877)
[0:22:50] Resolving deltas: 32% (108601/333877)
[0:22:52] Resolving deltas: 33% (110412/333877)
[0:22:54] Resolving deltas: 33% (112382/333877)
[0:22:55] Resolving deltas: 33% (113327/333877)
[0:22:58] Resolving deltas: 34% (115753/333877)
[0:22:59] Resolving deltas: 35% (116943/333877)
[0:23:00] Resolving deltas: 35% (118317/333877)
[0:23:02] Resolving deltas: 36% (120304/333877)
[0:23:05] Resolving deltas: 36% (123275/333877)
[0:23:09] Resolving deltas: 37% (126818/333877)
[0:23:11] Resolving deltas: 38% (128441/333877)
[0:23:12] Resolving deltas: 38% (129729/333877)
[0:23:14] Resolving deltas: 39% (131402/333877)
[0:23:15] Resolving deltas: 39% (132571/333877)
[0:23:17] Resolving deltas: 40% (134568/333877)
[0:23:19] Resolving deltas: 40% (135745/333877)
[0:23:21] Resolving deltas: 41% (137761/333877)
[0:23:22] Resolving deltas: 41% (139325/333877)
[0:23:24] Resolving deltas: 42% (141238/333877)
[0:23:25] Resolving deltas: 42% (142318/333877)
[0:23:27] Resolving deltas: 43% (143937/333877)
[0:23:28] Resolving deltas: 43% (145038/333877)
[0:23:30] Resolving deltas: 43% (146389/333877)
[0:23:31] Resolving deltas: 44% (147940/333877)
[0:23:33] Resolving deltas: 44% (149749/333877)
[0:23:34] Resolving deltas: 45% (150767/333877)
[0:23:36] Resolving deltas: 45% (152518/333877)
[0:23:39] Resolving deltas: 46% (155951/333877)
[0:23:41] Resolving deltas: 47% (157685/333877)
[0:23:44] Resolving deltas: 48% (160599/333877)
[0:23:45] Resolving deltas: 48% (161764/333877)
[0:23:47] Resolving deltas: 48% (163238/333877)
[0:23:48] Resolving deltas: 49% (164748/333877)
[0:23:49] Resolving deltas: 49% (166099/333877)
[0:23:51] Resolving deltas: 50% (167731/333877)
[0:23:53] Resolving deltas: 50% (169664/333877)
[0:23:54] Resolving deltas: 51% (170629/333877)
[0:23:56] Resolving deltas: 51% (172202/333877)
[0:23:58] Resolving deltas: 52% (173661/333877)
[0:23:59] Resolving deltas: 52% (174786/333877)
[0:24:00] Resolving deltas: 52% (175781/333877)
[0:24:02] Resolving deltas: 53% (176955/333877)
[0:24:03] Resolving deltas: 53% (178251/333877)
[0:24:05] Resolving deltas: 53% (180160/333877)
[0:24:06] Resolving deltas: 54% (181217/333877)
[0:24:08] Resolving deltas: 54% (182991/333877)
[0:24:09] Resolving deltas: 55% (184249/333877)
[0:24:11] Resolving deltas: 55% (185688/333877)
[0:24:12] Resolving deltas: 55% (186639/333877)
[0:24:14] Resolving deltas: 56% (188526/333877)
[0:24:15] Resolving deltas: 56% (189682/333877)
[0:24:17] Resolving deltas: 57% (191300/333877)
[0:24:18] Resolving deltas: 57% (192263/333877)
[0:24:19] Resolving deltas: 58% (193655/333877)
[0:24:21] Resolving deltas: 58% (195197/333877)
[0:24:22] Resolving deltas: 58% (196186/333877)
[0:24:24] Resolving deltas: 59% (198170/333877)
[0:24:26] Resolving deltas: 59% (200080/333877)
[0:24:27] Resolving deltas: 60% (201018/333877)
[0:24:29] Resolving deltas: 60% (202979/333877)
[0:24:30] Resolving deltas: 61% (203931/333877)
[0:24:32] Resolving deltas: 61% (206047/333877)
[0:24:34] Resolving deltas: 62% (208005/333877)
[0:24:36] Resolving deltas: 62% (210048/333877)
[0:24:37] Resolving deltas: 63% (211125/333877)
[0:24:38] Resolving deltas: 63% (212258/333877)
[0:24:39] Resolving deltas: 64% (213687/333877)
[0:24:41] Resolving deltas: 64% (215247/333877)
[0:24:43] Resolving deltas: 65% (217027/333877)
[0:24:44] Resolving deltas: 65% (218149/333877)
[0:24:45] Resolving deltas: 65% (219190/333877)
[0:24:46] Resolving deltas: 66% (220426/333877)
[0:24:48] Resolving deltas: 66% (222254/333877)
[0:24:49] Resolving deltas: 67% (223702/333877)
[0:24:51] Resolving deltas: 67% (225157/333877)
[0:24:53] Resolving deltas: 67% (226993/333877)
[0:24:54] Resolving deltas: 68% (228005/333877)
[0:24:55] Resolving deltas: 68% (228973/333877)
[0:24:56] Resolving deltas: 68% (230005/333877)
[0:24:57] Resolving deltas: 69% (230913/333877)
[0:24:58] Resolving deltas: 69% (231908/333877)
[0:25:00] Resolving deltas: 70% (233780/333877)
[0:25:01] Resolving deltas: 70% (234760/333877)
[0:25:03] Resolving deltas: 70% (236678/333877)
[0:25:05] Resolving deltas: 71% (238569/333877)
[0:25:06] Resolving deltas: 71% (239549/333877)
[0:25:08] Resolving deltas: 72% (241436/333877)
[0:25:09] Resolving deltas: 72% (242383/333877)
[0:25:10] Resolving deltas: 72% (243285/333877)
[0:25:11] Resolving deltas: 73% (244321/333877)
[0:25:13] Resolving deltas: 73% (246086/333877)
[0:25:14] Resolving deltas: 74% (247099/333877)
[0:25:16] Resolving deltas: 74% (248818/333877)
[0:25:17] Resolving deltas: 74% (249768/333877)
[0:25:19] Resolving deltas: 75% (251631/333877)
[0:25:21] Resolving deltas: 75% (253456/333877)
[0:25:22] Resolving deltas: 76% (254372/333877)
[0:25:23] Resolving deltas: 76% (255275/333877)
[0:25:24] Resolving deltas: 76% (256243/333877)
[0:25:26] Resolving deltas: 77% (258145/333877)
[0:25:27] Resolving deltas: 77% (259236/333877)
[0:25:28] Resolving deltas: 78% (260425/333877)
[0:25:30] Resolving deltas: 78% (261669/333877)
[0:25:32] Resolving deltas: 78% (263600/333877)
[0:25:33] Resolving deltas: 79% (264657/333877)
[0:25:35] Resolving deltas: 79% (266726/333877)
[0:25:36] Resolving deltas: 80% (267666/333877)
[0:25:38] Resolving deltas: 80% (269604/333877)
[0:25:40] Resolving deltas: 81% (271582/333877)
[0:25:42] Resolving deltas: 81% (273604/333877)
[0:25:44] Resolving deltas: 82% (275577/333877)
[0:25:46] Resolving deltas: 83% (277122/333877)
[0:25:47] Resolving deltas: 83% (278524/333877)
[0:25:48] Resolving deltas: 83% (279537/333877)
[0:25:50] Resolving deltas: 84% (281504/333877)
[0:25:51] Resolving deltas: 84% (282454/333877)
[0:25:52] Resolving deltas: 84% (283619/333877)
[0:25:54] Resolving deltas: 85% (285610/333877)
[0:25:56] Resolving deltas: 86% (287471/333877)
[0:25:57] Resolving deltas: 86% (288641/333877)
[0:25:59] Resolving deltas: 86% (290328/333877)
[0:26:03] Resolving deltas: 87% (293563/333877)
[0:26:04] Resolving deltas: 88% (294899/333877)
[0:26:06] Resolving deltas: 88% (296541/333877)
[0:26:07] Resolving deltas: 89% (297505/333877)
[0:26:09] Resolving deltas: 89% (298811/333877)
[0:26:10] Resolving deltas: 89% (300211/333877)
[0:26:12] Resolving deltas: 90% (302008/333877)
[0:26:13] Resolving deltas: 90% (303165/333877)
[0:26:15] Resolving deltas: 91% (304839/333877)
[0:26:17] Resolving deltas: 91% (306669/333877)
[0:26:19] Resolving deltas: 92% (308493/3338
src/third_party/android_tools (ERROR)
----------------------------------------
[0:11:49] Started.
_____ src/third_party/android_tools at f4c36ad89b2696b37d9cd7ca7d984b691888b188
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/android_tools'
[0:11:51] From https://chromium.googlesource.com/android_tools
[0:11:51] = [up to date] 2403 -> origin/2403
[0:11:51] = [up to date] master -> origin/master
[0:11:51] = [up to date] refs/branch-heads/2357 -> branch-heads/2357
[0:11:51] = [up to date] refs/branch-heads/2454 -> branch-heads/2454
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/android_tools'
[0:16:20] Checking out files: 0% (93/55417)
[0:16:21] Checking out files: 0% (155/55417)
[0:16:23] Checking out files: 0% (256/55417)
[0:16:25] Checking out files: 0% (395/55417)
[0:16:27] Checking out files: 0% (525/55417)
[0:16:29] Checking out files: 1% (647/55417)
[0:16:31] Checking out files: 1% (779/55417)
[0:16:33] Checking out files: 1% (892/55417)
[0:16:34] Checking out files: 1% (949/55417)
[0:16:36] Checking out files: 1% (1066/55417)
[0:16:38] Checking out files: 2% (1162/55417)
[0:16:40] Checking out files: 2% (1276/55417)
[0:16:42] Checking out files: 2% (1383/55417)
[0:16:44] Checking out files: 2% (1503/55417)
[0:16:45] Checking out files: 2% (1559/55417)
[0:16:47] Checking out files: 3% (1663/55417)
[0:16:48] Checking out files: 3% (1730/55417)
[0:16:50] Checking out files: 3% (1858/55417)
[0:16:51] Checking out files: 3% (1919/55417)
[0:16:54] Checking out files: 3% (2003/55417)
[0:16:55] Checking out files: 3% (2042/55417)
[0:16:57] Checking out files: 3% (2102/55417)
[0:16:58] Checking out files: 3% (2166/55417)
[0:17:00] Checking out files: 4% (2288/55417)
[0:17:02] Checking out files: 4% (2413/55417)
[0:17:03] Checking out files: 4% (2477/55417)
[0:17:05] Checking out files: 4% (2604/55417)
[0:17:07] Checking out files: 4% (2723/55417)
[0:17:08] Checking out files: 5% (2783/55417)
[0:17:10] Checking out files: 5% (2902/55417)
[0:17:12] Checking out files: 5% (3022/55417)
[0:17:14] Checking out files: 5% (3144/55417)
[0:17:16] Checking out files: 5% (3312/55417)
[0:17:17] Checking out files: 6% (3395/55417)
[0:17:18] Checking out files: 6% (3494/55417)
[0:17:20] Checking out files: 6% (3689/55417)
[0:17:22] Checking out files: 6% (3857/55417)
[0:17:24] Checking out files: 7% (4021/55417)
[0:17:25] Checking out files: 7% (4105/55417)
[0:17:27] Checking out files: 7% (4265/55417)
[0:17:28] Checking out files: 7% (4354/55417)
[0:17:30] Checking out files: 8% (4532/55417)
[0:17:32] Checking out files: 8% (4645/55417)
[0:17:34] Checking out files: 8% (4831/55417)
[0:17:35] Checking out files: 8% (4927/55417)
[0:17:36] Checking out files: 9% (5022/55417)
[0:17:38] Checking out files: 9% (5181/55417)
[0:17:39] Checking out files: 9% (5269/55417)
[0:17:40] Checking out files: 9% (5373/55417)
[0:17:41] Checking out files: 9% (5466/55417)
[0:17:41] Checking out files: 10% (5542/55417)
[0:17:43] Checking out files: 10% (5690/55417)
[0:17:44] Checking out files: 10% (5813/55417)
[0:17:45] Checking out files: 10% (5915/55417)
[0:17:46] Checking out files: 10% (6046/55417)
[0:17:47] Checking out files: 11% (6157/55417)
[0:17:48] Checking out files: 11% (6254/55417)
[0:17:50] Checking out files: 11% (6460/55417)
[0:17:51] Checking out files: 12% (6651/55417)
[0:17:53] Checking out files: 12% (6822/55417)
[0:17:55] Checking out files: 12% (7071/55417)
[0:17:57] Checking out files: 13% (7205/55417)
[0:17:58] Checking out files: 13% (7342/55417)
[0:18:00] Checking out files: 13% (7586/55417)
[0:18:01] Checking out files: 13% (7701/55417)
[0:18:03] Checking out files: 14% (7926/55417)
[0:18:04] Checking out files: 14% (8039/55417)
[0:18:06] Checking out files: 14% (8265/55417)
[0:18:07] Checking out files: 15% (8385/55417)
[0:18:09] Checking out files: 15% (8610/55417)
[0:18:10] Checking out files: 15% (8722/55417)
[0:18:11] Checking out files: 16% (8867/55417)
[0:18:13] Checking out files: 16% (9030/55417)
[0:18:14] Checking out files: 16% (9148/55417)
[0:18:16] Checking out files: 16% (9394/55417)
[0:18:18] Checking out files: 17% (9592/55417)
[0:18:19] Checking out files: 17% (9664/55417)
[0:18:20] Checking out files: 17% (9701/55417)
[0:18:22] Checking out files: 17% (9876/55417)
[0:18:24] Checking out files: 18% (10089/55417)
[0:18:25] Checking out files: 18% (10221/55417)
[0:18:27] Checking out files: 19% (10530/55417)
[0:18:28] Checking out files: 19% (10659/55417)
[0:18:30] Checking out files: 20% (11084/55417)
[0:18:31] Checking out files: 20% (11391/55417)
[0:18:32] Checking out files: 20% (11544/55417)
[0:18:33] Checking out files: 21% (11773/55417)
[0:18:34] Checking out files: 21% (11967/55417)
[0:18:35] Checking out files: 21% (12188/55417)
[0:18:36] Checking out files: 22% (12406/55417)
[0:18:38] Checking out files: 22% (12683/55417)
[0:18:39] Checking out files: 23% (12835/55417)
[0:18:41] Checking out files: 23% (13270/55417)
[0:18:42] Checking out files: 24% (13400/55417)
[0:18:44] Checking out files: 24% (13734/55417)
[0:18:46] Checking out files: 25% (14309/55417)
[0:18:47] Checking out files: 26% (14418/55417)
[0:18:48] Checking out files: 26% (14481/55417)
[0:18:50] Checking out files: 27% (14963/55417)
[0:18:51] Checking out files: 27% (15331/55417)
[0:18:52] Checking out files: 28% (15517/55417)
[0:18:54] Checking out files: 28% (15991/55417)
[0:18:56] Checking out files: 29% (16465/55417)
[0:18:57] Checking out files: 30% (16825/55417)
[0:18:58] Checking out files: 31% (17180/55417)
[0:19:00] Checking out files: 31% (17727/55417)
[0:19:01] Checking out files: 33% (18288/55417)
[0:19:03] Checking out files: 33% (18598/55417)
[0:19:04] Checking out files: 34% (18925/55417)
[0:19:05] Checking out files: 34% (19276/55417)
[0:19:06] Checking out files: 35% (19623/55417)
[0:19:07] Checking out files: 36% (19951/55417)
[0:19:09] Checking out files: 36% (20477/55417)
[0:19:10] Checking out files: 37% (20778/55417)
[0:19:11] Checking out files: 37% (20902/55417)
[0:19:13] Checking out files: 38% (21059/55417)
[0:19:14] Checking out files: 38% (21378/55417)
[0:19:15] Checking out files: 39% (21668/55417)
[0:19:17] Checking out files: 39% (21752/55417)
[0:19:19] Checking out files: 39% (21913/55417)
[0:19:20] Checking out files: 39% (21950/55417)
[0:19:21] Checking out files: 39% (21983/55417)
[0:19:22] Checking out files: 39% (22056/55417)
[0:19:24] Checking out files: 40% (22485/55417)
[0:19:26] Checking out files: 41% (23058/55417)
[0:19:28] Checking out files: 42% (23587/55417)
[0:19:30] Checking out files: 43% (24075/55417)
[0:19:31] Checking out files: 44% (24384/55417)
[0:19:33] Checking out files: 44% (24854/55417)
[0:19:35] Checking out files: 45% (25397/55417)
[0:19:37] Checking out files: 46% (25996/55417)
[0:19:38] Checking out files: 47% (26242/55417)
[0:19:39] Checking out files: 48% (26601/55417)
[0:19:41] Checking out files: 48% (26958/55417)
[0:19:43] Checking out files: 48% (26971/55417)
[0:19:45] Checking out files: 48% (27106/55417)
[0:19:47] Checking out files: 49% (27155/55417)
[0:19:48] Checking out files: 49% (27539/55417)
[0:19:49] Checking out files: 50% (27887/55417)
[0:19:50] Checking out files: 51% (28263/55417)
[0:19:52] Checking out files: 51% (28726/55417)
[0:19:53] Checking out files: 53% (29372/55417)
[0:19:55] Checking out files: 54% (29926/55417)
[0:19:56] Checking out files: 54% (30036/55417)
[0:19:57] Checking out files: 54% (30073/55417)
[0:19:59] Checking out files: 54% (30225/55417)
[0:20:01] Checking out files: 54% (30334/55417)
[0:20:03] Checking out files: 54% (30477/55417)
[0:20:05] Checking out files: 55% (30533/55417)
[0:20:07] Checking out files: 55% (30555/55417)
[0:20:10] Checking out files: 55% (30645/55417)
[0:20:11] Checking out files: 55% (30664/55417)
[0:20:12] Checking out files: 55% (30671/55417)
[0:20:14] Checking out files: 55% (30797/55417)
[0:20:15] Checking out files: 55% (30854/55417)
[0:20:17] Checking out files: 56% (31034/55417)
[0:20:18] Checking out files: 56% (31073/55417)
[0:20:20] Checking out files: 56% (31252/55417)
[0:20:21] Checking out files: 56% (31302/55417)
[0:20:23] Checking out files: 56% (31504/55417)
[0:20:25] Checking out files: 57% (31686/55417)
[0:20:26] Checking out files: 57% (31747/55417)
[0:20:28] Checking out files: 57% (31926/55417)
[0:20:30] Checking out files: 57% (32081/55417)
[0:20:31] Checking out files: 57% (32118/55417)
[0:20:33] Checking out files: 58% (32264/55417)
[0:20:35] Checking out files: 58% (32664/55417)
[0:20:37] Checking out files: 59% (33130/55417)
[0:20:38] Checking out files: 60% (33324/55417)
[0:20:39] Checking out files: 60% (33497/55417)
[0:20:40] Checking out files: 61% (33805/55417)
[0:20:42] Checking out files: 61% (34269/55417)
[0:20:43] Checking out files: 61% (34319/55417)
[0:20:44] Checking out files: 62% (34455/55417)
[0:20:46] Checking out files: 63% (34913/55417)
[0:20:47] Checking out files: 63% (35398/55417)
[0:20:48] Checking out files: 64% (35776/55417)
[0:20:49] Checking out files: 65% (36147/55417)
[0:20:50] Checking out files: 66% (36576/55417)
[0:20:51] Checking out files: 67% (37130/55417)
[0:20:53] Checking out files: 67% (37669/55417)
[0:20:54] Checking out files: 68% (38047/55417)
[0:20:55] Checking out files: 69% (38389/55417)
[0:20:56] Checking out files: 69% (38761/55417)
[0:20:57] Checking out files: 70% (39122/55417)
[0:20:59] Checking out files: 71% (39841/55417)
[0:21:00] Checking out files: 72% (40216/55417)
[0:21:02] Checking out files: 73% (40956/55417)
[0:21:03] Checking out files: 74% (41222/55417)
[0:21:04] Checking out files: 75% (41563/55417)
[0:21:06] Checking out files: 75% (42108/55417)
[0:21:07] Checking out files: 76% (42445/55417)
[0:21:09] Checking out files: 77% (43156/55417)
[0:21:11] Checking out files: 79% (43780/55417)
[0:21:12] Checking out files: 79% (44250/55417)
[0:21:13] Checking out files: 80% (44538/55417)
[0:21:14] Checking out files: 80% (44862/55417)
[0:21:15] Checking out files: 81% (45170/55417)
[0:21:16] Checking out files: 82% (45536/55417)
[0:21:17] Checking out files: 83% (45997/55417)
[0:21:19] Checking out files: 84% (46551/55417)
[0:21:20] Checking out files: 84% (46929/55417)
[0:21:21] Checking out files: 85% (47235/55417)
[0:21:22] Checking out files: 86% (47659/55417)
[0:21:24] Checking out files: 86% (48183/55417)
[0:21:26] Checking out files: 88% (48767/55417)
[0:21:27] Checking out files: 88% (49053/55417)
[0:21:28] Checking out files: 89% (49350/55417)
[0:21:29] Checking out files: 89% (49654/55417)
[0:21:31] Checking out files: 90% (50337/55417)
[0:21:32] Checking out files: 91% (50714/55417)
[0:21:34] Checking out files: 92% (51355/55417)
[0:21:35] Checking out files: 93% (51626/55417)
[0:21:36] Checking out files: 93% (51902/55417)
[0:21:38] Checking out files: 94% (52486/55417)
[0:21:40] Checking out files: 95% (53121/55417)
[0:21:41] Checking out files: 96% (53205/55417)
[0:21:42] Checking out files: 96% (53210/55417)
[0:21:44] Checking out files: 96% (53260/55417)
[0:21:45] Checking out files: 96% (53262/55417)
[0:21:47] Checking out files: 96% (53408/55417)
[0:21:49] Checking out files: 96% (53700/55417)
[0:21:50] Checking out files: 97% (53965/55417)
[0:21:51] Checking out files: 97% (54207/55417)
[0:21:53] Checking out files: 98% (54674/55417)
[0:21:54] Checking out files: 99% (54902/55417)
[0:21:55] Checking out files: 99% (54912/55417)
[0:21:57] Checking out files: 99% (54914/55417)
[0:21:58] Checking out files: 99% (55082/55417)
[0:21:59] Checking out files: 100% (55417/55417)
[0:22:00] HEAD is now at f4c36ad Remove the play services version check
----------------------------------------
Error: 28>
28> ____ src/third_party/android_tools at f4c36ad89b2696b37d9cd7ca7d984b691888b188
28> You have unstaged changes.
28> Please commit, stash, or reset.
77)
[0:26:21] Resolving deltas: 92% (310315/333877)
[0:26:22] Resolving deltas: 93% (311313/333877)
[0:26:23] Resolving deltas: 93% (312645/333877)
[0:26:25] Resolving deltas: 94% (313929/333877)
[0:26:26] Resolving deltas: 94% (315262/333877)
[0:26:28] Resolving deltas: 94% (316722/333877)
[0:26:29] Resolving deltas: 95% (317831/333877)
[0:26:31] Resolving deltas: 95% (319447/333877)
[0:26:32] Resolving deltas: 96% (320539/333877)
[0:26:34] Resolving deltas: 96% (322300/333877)
[0:26:36] Resolving deltas: 97% (323887/333877)
[0:26:37] Resolving deltas: 97% (325267/333877)
[0:26:39] Resolving deltas: 97% (326889/333877)
[0:26:40] Resolving deltas: 98% (327851/333877)
[0:26:42] Resolving deltas: 98% (329818/333877)
[0:26:43] Resolving deltas: 99% (330906/333877)
[0:26:45] Resolving deltas: 99% (332706/333877)
[0:26:46] Resolving deltas: 99% (333722/333877)
[0:26:46] Resolving deltas: 100% (333877/333877)
[0:26:46] Checking connectivity... done.
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/ffmpeg'
[0:26:47] From https://chromium.googlesource.com/chromium/third_party/ffmpeg
[0:26:47] = [up to date] master -> origin/master
[0:26:47] = [up to date] boop -> origin/boop
[0:26:47] = [up to date] branch-m40 -> origin/branch-m40
[0:26:47] = [up to date] experimental;removing_build_ffmpegsumo -> origin/experimental;removing_build_ffmpegsumo
[0:26:47] = [up to date] ffmpeg-m44-cherrypick -> origin/ffmpeg-m44-cherrypick
[0:26:47] = [up to date] ffmpeg-static-staging -> origin/ffmpeg-static-staging
[0:26:47] = [up to date] ffvp9-staging -> origin/ffvp9-staging
[0:26:47] = [up to date] fix-mipsel-gn-build -> origin/fix-mipsel-gn-build
[0:26:47] = [up to date] m46-cherry-picks -> origin/m46-cherry-picks
[0:26:47] = [up to date] m48-cherry-picks -> origin/m48-cherry-picks
[0:26:47] = [up to date] merge-m37 -> origin/merge-m37
[0:26:47] = [up to date] merge-m38 -> origin/merge-m38
[0:26:47] = [up to date] merge-m39 -> origin/merge-m39
[0:26:47] = [up to date] merge-m40 -> origin/merge-m40
[0:26:47] = [up to date] merge-m41 -> origin/merge-m41
[0:26:47] = [up to date] merge-m42 -> origin/merge-m42
[0:26:47] = [up to date] merge-m43 -> origin/merge-m43
[0:26:47] = [up to date] merge-m45 -> origin/merge-m45
[0:26:47] = [up to date] merge-m47 -> origin/merge-m47
[0:26:47] = [up to date] merge-m48 -> origin/merge-m48
[0:26:47] = [up to date] merge-m49 -> origin/merge-m49
[0:26:47] = [up to date] merge-m50 -> origin/merge-m50
[0:26:47] = [up to date] remove_windows_includes -> origin/remove_windows_includes
[Error: Command '/usr/bin/python src/xwalk/tools/fetch_deps.py -v' returned non-zero exit status 1 in /vagrant/crosswalk-src
0:26:52] Checked out 501a5c5db447ec2b0903551c011dfcbf6c5cd22f to a detached HEAD. Before making any commits
in this repo, you should use 'git checkout <branch>' to switch to
an existing branch or use 'git checkout origin -b <branch>' to
create a new branch for your work.
[0:26:52] Finished.
----------------------------------------
Traceback (most recent call last):
File "src/xwalk/tools/fetch_deps.py", line 83, in <module>
sys.exit(main())
File "src/xwalk/tools/fetch_deps.py", line 78, in main
deps_fetcher.DoGclientSyncForChromium()
File "src/xwalk/tools/fetch_deps.py", line 54, in DoGclientSyncForChromium
always=self._options.verbose, cwd=self._root_dir)
File "/vagrant/depot_tools/gclient_utils.py", line 293, in CheckCallAndFilterAndHeader
return CheckCallAndFilter(args, **kwargs)
File "/vagrant/depot_tools/gclient_utils.py", line 538, in CheckCallAndFilter
rv, args, kwargs.get('cwd', None), None, None)
subprocess2.CalledProcessError: Command 'gclient sync --verbose --reset --force --with_branch_heads --ignore_locks --delete_unversioned_trees --gclientfile=.gclient-xwalk' returned non-zero exit status 1 in /vagrant/crosswalk-src
Hook '/usr/bin/python src/xwalk/tools/fetch_deps.py -v' took 1612.73 secs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment