Created
April 18, 2016 17:26
-
-
Save ccapndave/0e659f9db5ccecb9fd2d1fea97285572 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@vagrant-ubuntu-trusty-64:/vagrant/crosswalk-src/src# ls | |
android_webview breakpad chromecast courgette gin ipc mojo ppapi sandbox testing win8 | |
apps build chrome_elf crypto google_apis jingle native_client PRESUBMIT.py sdch third_party xwalk | |
ash BUILD.gn chromeos dbus google_update LICENSE native_client_sdk PRESUBMIT_test_mocks.py skia tools | |
AUTHORS build_overrides cloud_print DEPS gpu LICENSE.chromium_os net PRESUBMIT_test.py sql ui | |
base buildtools codereview.settings device headless mandoline out printing storage url | |
blimp cc components docs infra mash OWNERS remoting styleguide v8 | |
blink chrome content extensions ios media pdf rlz sync WATCHLISTS | |
root@vagrant-ubuntu-trusty-64:/vagrant/crosswalk-src/src# cd third_party/android_tools/ | |
root@vagrant-ubuntu-trusty-64:/vagrant/crosswalk-src/src/third_party/android_tools# git status | |
^C | |
root@vagrant-ubuntu-trusty-64:/vagrant/crosswalk-src/src/third_party/android_tools# git rebase --abort; | |
No rebase in progress? | |
root@vagrant-ubuntu-trusty-64:/vagrant/crosswalk-src/src/third_party/android_tools# git reset --hard | |
HEAD is now at f4c36ad Remove the play services version check | |
root@vagrant-ubuntu-trusty-64:/vagrant/crosswalk-src/src/third_party/android_tools# cd .. | |
root@vagrant-ubuntu-trusty-64:/vagrant/crosswalk-src/src/third_party# cd .. | |
root@vagrant-ubuntu-trusty-64:/vagrant/crosswalk-src/src# cd .. | |
root@vagrant-ubuntu-trusty-64:/vagrant/crosswalk-src# ls | |
chromium.gyp_env log src | |
root@vagrant-ubuntu-trusty-64:/vagrant/crosswalk-src# cd .. | |
root@vagrant-ubuntu-trusty-64:/vagrant# ls | |
crosswalk-src depot_tools Vagrantfile | |
root@vagrant-ubuntu-trusty-64:/vagrant# cd crosswalk-src/ | |
root@vagrant-ubuntu-trusty-64:/vagrant/crosswalk-src# ls -la | |
total 464 | |
drwxr-xr-x 1 vagrant vagrant 238 Apr 18 14:26 . | |
drwxr-xr-x 1 vagrant vagrant 238 Apr 18 15:08 .. | |
-rw-r--r-- 1 vagrant vagrant 50 Apr 18 12:57 chromium.gyp_env | |
-rw-r--r-- 1 vagrant vagrant 252 Apr 14 07:33 .gclient | |
-rw-r--r-- 1 vagrant vagrant 3649 Apr 18 14:27 .gclient-xwalk | |
-rw-r--r-- 1 vagrant vagrant 460367 Apr 18 14:53 log | |
drwxr-xr-x 1 vagrant vagrant 2686 Apr 18 14:29 src | |
root@vagrant-ubuntu-trusty-64:/vagrant/crosswalk-src# gclient sync >> log 2>&1 | tee -a log |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
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:04:11] Still working on: | |
[0:04:11] src | |
src (Elapsed: 0:04:11) | |
---------------------------------------- | |
[0:00:00] Started. | |
_____ src at 9fad95a238d310502a82a0f1d2f107de98fda9a7 | |
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src' | |
[0:00:02] From https://github.com/crosswalk-project/chromium-crosswalk | |
[0:00:02] = [up to date] crosswalk-1/28.0.1490.0 -> origin/crosswalk-1/28.0.1490.0 | |
[0:00:02] = [up to date] crosswalk-1/28.0.1500.36 -> origin/crosswalk-1/28.0.1500.36 | |
[0:00:02] = [up to date] crosswalk-1/29.0.1547.57 -> origin/crosswalk-1/29.0.1547.57 | |
[0:00:02] = [up to date] crosswalk-10/38.0.2125.101 -> origin/crosswalk-10/38.0.2125.101 | |
[0:00:02] = [up to date] crosswalk-10/38.0.2125.66 -> origin/crosswalk-10/38.0.2125.66 | |
[0:00:02] = [up to date] crosswalk-10/39.0.2171.19 -> origin/crosswalk-10/39.0.2171.19 | |
[0:00:02] = [up to date] crosswalk-10/39.0.2171.62 -> origin/crosswalk-10/39.0.2171.62 | |
[0:00:02] = [up to date] crosswalk-10/39.0.2171.71 -> origin/crosswalk-10/39.0.2171.71 | |
[0:00:02] = [up to date] crosswalk-11/39.0.2171.19 -> origin/crosswalk-11/39.0.2171.19 | |
[0:00:02] = [up to date] crosswalk-11/39.0.2171.62 -> origin/crosswalk-11/39.0.2171.62 | |
[0:00:02] = [up to date] crosswalk-11/39.0.2171.71 -> origin/crosswalk-11/39.0.2171.71 | |
[0:00:02] = [up to date] crosswalk-11/40.0.2214.28 -> origin/crosswalk-11/40.0.2214.28 | |
[0:00:02] = [up to date] crosswalk-11/40.0.2214.91 -> origin/crosswalk-11/40.0.2214.91 | |
[0:00:02] = [up to date] crosswalk-12/40.0.2214.28 -> origin/crosswalk-12/40.0.2214.28 | |
[0:00:02] = [up to date] crosswalk-12/41.0.2272.101 -> origin/crosswalk-12/41.0.2272.101 | |
[0:00:02] = [up to date] crosswalk-12/41.0.2272.118 -> origin/crosswalk-12/41.0.2272.118 | |
[0:00:02] = [up to date] crosswalk-12/41.0.2272.16 -> origin/crosswalk-12/41.0.2272.16 | |
[0:00:02] = [up to date] crosswalk-12/41.0.2272.74 -> origin/crosswalk-12/41.0.2272.74 | |
[0:00:02] = [up to date] crosswalk-13/41.0.2272.16 -> origin/crosswalk-13/41.0.2272.16 | |
[0:00:02] = [up to date] crosswalk-13/41.0.2272.35 -> origin/crosswalk-13/41.0.2272.35 | |
[0:00:02] = [up to date] crosswalk-13/41.0.2272.74 -> origin/crosswalk-13/41.0.2272.74 | |
[0:00:02] = [up to date] crosswalk-13/42.0.2311.135 -> origin/crosswalk-13/42.0.2311.135 | |
[0:00:02] = [up to date] crosswalk-13/42.0.2311.39 -> origin/crosswalk-13/42.0.2311.39 | |
[0:00:02] = [up to date] crosswalk-13/42.0.2311.68 -> origin/crosswalk-13/42.0.2311.68 | |
[0:00:02] = [up to date] crosswalk-13/42.0.2311.90 -> origin/crosswalk-13/42.0.2311.90 | |
[0:00:02] = [up to date] crosswalk-14/42.0.2311.39 -> origin/crosswalk-14/42.0.2311.39 | |
[0:00:02] = [up to date] crosswalk-14/42.0.2311.68 -> origin/crosswalk-14/42.0.2311.68 | |
[0:00:02] = [up to date] crosswalk-14/42.0.2311.90 -> origin/crosswalk-14/42.0.2311.90 | |
[0:00:02] = [up to date] crosswalk-14/43.0.2357.124 -> origin/crosswalk-14/43.0.2357.124 | |
[0:00:02] = [up to date] crosswalk-14/43.0.2357.125 -> origin/crosswalk-14/43.0.2357.125 | |
[0:00:02] = [up to date] crosswalk-14/43.0.2357.130 -> origin/crosswalk-14/43.0.2357.130 | |
[0:00:02] = [up to date] crosswalk-14/43.0.2357.18 -> origin/crosswalk-14/43.0.2357.18 | |
[0:00:02] = [up to date] crosswalk-14/43.0.2357.45 -> origin/crosswalk-14/43.0.2357.45 | |
[0:00:02] = [up to date] crosswalk-14/43.0.2357.65 -> origin/crosswalk-14/43.0.2357.65 | |
[0:00:02] = [up to date] crosswalk-15/43.0.2357.45 -> origin/crosswalk-15/43.0.2357.45 | |
[0:00:02] = [up to date] crosswalk-15/43.0.2357.52 -> origin/crosswalk-15/43.0.2357.52 | |
[0:00:02] = [up to date] crosswalk-15/43.0.2357.65 -> origin/crosswalk-15/43.0.2357.65 | |
[0:00:02] = [up to date] crosswalk-15/44.0.2403.107 -> origin/crosswalk-15/44.0.2403.107 | |
[0:00:02] = [up to date] crosswalk-15/44.0.2403.130 -> origin/crosswalk-15/44.0.2403.130 | |
[0:00:02] = [up to date] crosswalk-15/44.0.2403.157 -> origin/crosswalk-15/44.0.2403.157 | |
[0:00:02] = [up to date] crosswalk-15/44.0.2403.30 -> origin/crosswalk-15/44.0.2403.30 | |
[0:00:02] = [up to date] crosswalk-15/44.0.2403.52 -> origin/crosswalk-15/44.0.2403.52 | |
[0:00:02] = [up to date] crosswalk-15/44.0.2403.81 -> origin/crosswalk-15/44.0.2403.81 | |
[0:00:02] = [up to date] crosswalk-16/44.0.2403.107 -> origin/crosswalk-16/44.0.2403.107 | |
[0:00:02] = [up to date] crosswalk-16/44.0.2403.130 -> origin/crosswalk-16/44.0.2403.130 | |
[0:00:02] = [up to date] crosswalk-16/44.0.2403.157 -> origin/crosswalk-16/44.0.2403.157 | |
[0:00:02] = [up to date] crosswalk-16/45.0.2454.101 -> origin/crosswalk-16/45.0.2454.101 | |
[0:00:02] = [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:02] = [up to date] crosswalk-16/45.0.2454.85 -> origin/crosswalk-16/45.0.2454.85 | |
[0:00:02] = [up to date] crosswalk-16/45.0.2454.93 -> origin/crosswalk-16/45.0.2454.93 | |
[0:00:02] = [up to date] crosswalk-17/45.0.2454.101 -> origin/crosswalk-17/45.0.2454.101 | |
[0:00:02] = [up to date] crosswalk-17/45.0.2454.93 -> origin/crosswalk-17/45.0.2454.93 | |
[0:00:02] = [up to date] crosswalk-17/46.0.2490.86 -> origin/crosswalk-17/46.0.2490.86 | |
[0:00:02] = [up to date] crosswalk-18/46.0.2490.86 -> origin/crosswalk-18/46.0.2490.86 | |
[0:00:02] = [up to date] crosswalk-18/48.0.2564.103 -> origin/crosswalk-18/48.0.2564.103 | |
[0:00:02] = [up to date] crosswalk-18/48.0.2564.109 -> origin/crosswalk-18/48.0.2564.109 | |
[0:00:02] = [up to date] crosswalk-18/48.0.2564.116 -> origin/crosswalk-18/48.0.2564.116 | |
[0:00:02] = [up to date] crosswalk-18/48.0.2564.79 -> origin/crosswalk-18/48.0.2564.79 | |
[0:00:02] = [up to date] crosswalk-18/48.0.2564.82 -> origin/crosswalk-18/48.0.2564.82 | |
[0:00:02] = [up to date] crosswalk-18/48.0.2564.97 -> origin/crosswalk-18/48.0.2564.97 | |
[0:00:02] = [up to date] crosswalk-19/48.0.2564.103 -> origin/crosswalk-19/48.0.2564.103 | |
[0:00:02] = [up to date] crosswalk-19/48.0.2564.109 -> origin/crosswalk-19/48.0.2564.109 | |
[0:00:02] = [up to date] crosswalk-19/48.0.2564.116 -> origin/crosswalk-19/48.0.2564.116 | |
[0:00:02] = [up to date] crosswalk-19/48.0.2564.97 -> origin/crosswalk-19/48.0.2564.97 | |
[0:00:02] = [up to date] crosswalk-19/49.0.2623.110 -> origin/crosswalk-19/49.0.2623.110 | |
[0:00:02] = [up to date] crosswalk-19/49.0.2623.112 -> origin/crosswalk-19/49.0.2623.112 | |
[0:00:02] = [up to date] crosswalk-2/31.0.1650.12 -> origin/crosswalk-2/31.0.1650.12 | |
[0:00:02] = [up to date] crosswalk-2/31.0.1650.57 -> origin/crosswalk-2/31.0.1650.57 | |
[0:00:02] = [up to date] crosswalk-3/32.0.1700.68 -> origin/crosswalk-3/32.0.1700.68 | |
[0:00:02] = [up to date] crosswalk-4/32.0.1700.14 -> origin/crosswalk-4/32.0.1700.14 | |
[0:00:02] = [up to date] crosswalk-5/32.0.1700.102 -> origin/crosswalk-5/32.0.1700.102 | |
[0:00:02] = [up to date] crosswalk-5/32.0.1700.14 -> origin/crosswalk-5/32.0.1700.14 | |
[0:00:02] = [up to date] crosswalk-5/34.0.1809.2 -> origin/crosswalk-5/34.0.1809.2 | |
[0:00:02] = [up to date] crosswalk-5/34.0.1847.116 -> origin/crosswalk-5/34.0.1847.116 | |
[0:00:02] = [up to date] crosswalk-5/34.0.1847.45 -> origin/crosswalk-5/34.0.1847.45 | |
[0:00:02] = [up to date] crosswalk-6/34.0.1847.45 -> origin/crosswalk-6/34.0.1847.45 | |
[0:00:02] = [up to date] crosswalk-6/35.0.1916.114 -> origin/crosswalk-6/35.0.1916.114 | |
[0:00:02] = [up to date] crosswalk-6/35.0.1916.153 -> origin/crosswalk-6/35.0.1916.153 | |
[0:00:02] = [up to date] crosswalk-6/35.0.1916.17 -> origin/crosswalk-6/35.0.1916.17 | |
[0:00:02] = [up to date] crosswalk-7/35.0.1916.114 -> origin/crosswalk-7/35.0.1916.114 | |
[0:00:02] = [up to date] crosswalk-7/36.0.1985.125 -> origin/crosswalk-7/36.0.1985.125 | |
[0:00:02] = [up to date] crosswalk-7/36.0.1985.143 -> origin/crosswalk-7/36.0.1985.143 | |
[0:00:02] = [up to date] crosswalk-7/36.0.1985.144 -> origin/crosswalk-7/36.0.1985.144 | |
[0:00:02] = [up to date] crosswalk-7/36.0.1985.18 -> origin/crosswalk-7/36.0.1985.18 | |
[0:00:02] = [up to date] crosswalk-8/36.0.1985.18 -> origin/crosswalk-8/36.0.1985.18 | |
[0:00:02] = [up to date] crosswalk-8/37.0.2062.120 -> origin/crosswalk-8/37.0.2062.120 | |
[0:00:02] = [up to date] crosswalk-8/37.0.2062.20 -> origin/crosswalk-8/37.0.2062.20 | |
[0:00:02] = [up to date] crosswalk-8/37.0.2062.76 -> origin/crosswalk-8/37.0.2062.76 | |
[0:00:02] = [up to date] crosswalk-8/37.0.2062.94 -> origin/crosswalk-8/37.0.2062.94 | |
[0:00:02] = [up to date] crosswalk-9/37.0.2062.20 -> origin/crosswalk-9/37.0.2062.20 | |
[0:00:02] = [up to date] crosswalk-9/37.0.2062.76 -> origin/crosswalk-9/37.0.2062.76 | |
[0:00:02] = [up to date] crosswalk-9/37.0.2062.94 -> origin/crosswalk-9/37.0.2062.94 | |
[0:00:02] = [up to date] crosswalk-9/38.0.2125.101 -> origin/crosswalk-9/38.0.2125.101 | |
[0:00:02] = [up to date] crosswalk-9/38.0.2125.122 -> origin/crosswalk-9/38.0.2125.122 | |
[0:00:02] = [up to date] crosswalk-9/38.0.2125.23 -> origin/crosswalk-9/38.0.2125.23 | |
[0:00:02] = [up to date] crosswalk-9/38.0.2125.66 -> origin/crosswalk-9/38.0.2125.66 | |
[0:00:02] = [up to date] crosswalk-lite -> origin/crosswalk-lite | |
[0:00:02] = [up to date] crosswalk-lite-10 -> origin/crosswalk-lite-10 | |
[0:00:02] = [up to date] crosswalk-lite-15 -> origin/crosswalk-lite-15 | |
[0:00:02] = [up to date] crosswalk-lite-next -> origin/crosswalk-lite-next | |
[0:00:02] = [up to date] master -> origin/master | |
[0:00:02] = [up to date] next -> origin/next | |
[0:00:02] = [up to date] next_m49_backup -> origin/next_m49_backup | |
[0:00:02] = [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:38] HEAD is now at 9fad95a Merge pull request #342 from pozdnyakov/XWALK-6703 | |
[0:02:49] Up-to-date; skipping checkout. | |
Checked out revision 9fad95a238d310502a82a0f1d2f107de98fda9a7 | |
[0:04:11] Finished. | |
---------------------------------------- | |
build (Elapsed: 0:00:00) | |
---------------------------------------- | |
[0:04:11] Started. | |
[0:04:11] Finished. | |
---------------------------------------- | |
commit-queue (Elapsed: 0:00:00) | |
---------------------------------------- | |
[0:04:11] Started. | |
[0:04:11] Finished. | |
---------------------------------------- | |
depot_tools (Elapsed: 0:00:00) | |
---------------------------------------- | |
[0:04:11] Started. | |
[0:04:11] Finished. | |
---------------------------------------- | |
src/chrome/tools/test/reference_build/chrome_linux (Elapsed: 0:00:00) | |
---------------------------------------- | |
[0:04:11] Started. | |
[0:04:11] Finished. | |
---------------------------------------- | |
build/scripts/command_wrapper/bin (Elapsed: 0:00:00) | |
---------------------------------------- | |
[0:04:11] Started. | |
[0:04:11] Finished. | |
---------------------------------------- | |
build/scripts/gsd_generate_index (Elapsed: 0:00:00) | |
---------------------------------------- | |
[0:04:11] Started. | |
[0:04:11] Finished. | |
---------------------------------------- | |
build/scripts/private/data/reliability (Elapsed: 0:00:00) | |
---------------------------------------- | |
[0:04:11] Started. | |
[0:04:11] Finished. | |
---------------------------------------- | |
build/scripts/tools/deps2git (Elapsed: 0:00:00) | |
---------------------------------------- | |
[0:04:11] Started. | |
[0:04:11] Finished. | |
---------------------------------------- | |
build/third_party/cbuildbot_chromite (Elapsed: 0:00:00) | |
---------------------------------------- | |
[0:04:11] Started. | |
[0:04:11] Finished. | |
---------------------------------------- | |
build/third_party/gsutil (Elapsed: 0:00:00) | |
---------------------------------------- | |
[0:04:11] Started. | |
[0:04:11] Finished. | |
---------------------------------------- | |
build/third_party/lighttpd (Elapsed: 0:00:00) | |
---------------------------------------- | |
[0:04:11] Started. | |
[0:04:11] Finished. | |
---------------------------------------- | |
build/third_party/swarm_client (Elapsed: 0:00:00) | |
---------------------------------------- | |
[0:04:11] Started. | |
[0:04:11] Finished. | |
---------------------------------------- | |
build/third_party/xvfb (Elapsed: 0:00:00) | |
---------------------------------------- | |
[0:04:11] Started. | |
[0:04:11] Finished. | |
---------------------------------------- | |
build/xvfb (Elapsed: 0:00:00) | |
---------------------------------------- | |
[0:04:11] Started. | |
[0:04:11] Finished. | |
---------------------------------------- | |
src/chrome/tools/test/reference_build/chrome_mac (Elapsed: 0:00:00) | |
---------------------------------------- | |
[0:04:11] Started. | |
[0:04:11] 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/chrome/tools/test/reference_build/chrome_win (Elapsed: 0:00:00) | |
---------------------------------------- | |
[0:04:11] Started. | |
[0:04:11] Finished. | |
---------------------------------------- | |
src/buildtools (Elapsed: 0:00:02) | |
---------------------------------------- | |
[0:04:11] Started. | |
_____ src/buildtools at 0f8e6e4b126ee88137930a0ae4776c4741808740 | |
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/buildtools' | |
[0:04:12] From https://chromium.googlesource.com/chromium/buildtools | |
[0:04:12] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/buildtools' | |
[0:04:12] HEAD is now at 0f8e6e4 Roll gn b00bf0a353..4e73e43290 (r367624:r367870) | |
[0:04:13] Up-to-date; skipping checkout. | |
Checked out revision 0f8e6e4b126ee88137930a0ae4776c4741808740 | |
[0:04:13] Finished. | |
---------------------------------------- | |
src/testing/gmock (Elapsed: 0:00:02) | |
---------------------------------------- | |
[0:04:11] Started. | |
_____ src/testing/gmock at 0421b6f358139f02e102c9c332ce19a33faf75be | |
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/testing/gmock' | |
[0:04:12] From https://chromium.googlesource.com/external/googlemock | |
[0:04:12] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/testing/gmock' | |
[0:04:13] HEAD is now at 0421b6f Rename custom/callback-actions.h[.pump] => | |
[0:04:13] Up-to-date; skipping checkout. | |
Checked out revision 0421b6f358139f02e102c9c332ce19a33faf75be | |
[0:04:13] Finished. | |
---------------------------------------- | |
src/chrome/test/data/perf/frame_rate/content (Elapsed: 0:00:03) | |
---------------------------------------- | |
[0:04:11] 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:04:12] From https://chromium.googlesource.com/chromium/frame_rate/content | |
[0:04:12] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/chrome/test/data/perf/frame_rate/content' | |
[0:04:13] HEAD is now at c10272c Added content folder to frame rate deps. | |
[0:04:14] Up-to-date; skipping checkout. | |
Checked out revision c10272c88463efeef6bb19c9ec07c42bc8fe22b9 | |
[0:04:14] Finished. | |
---------------------------------------- | |
src/media/cdm/api (Elapsed: 0:00:03) | |
---------------------------------------- | |
[0:04:11] 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:04:13] From https://chromium.googlesource.com/chromium/cdm | |
[0:04:13] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/media/cdm/api' | |
[0:04:13] HEAD is now at 1dea708 Switch to nullptr, eliminating a dependency on base/basictypes.h and base/macros.h. | |
[0:04:14] Up-to-date; skipping checkout. | |
Checked out revision 1dea7088184dec2ebe4a8b3800aabb0afbb4b88a | |
[0:04:14] Finished. | |
---------------------------------------- | |
src/sdch/open-vcdiff (Elapsed: 0:00:03) | |
---------------------------------------- | |
[0:04:11] 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:04:13] From https://chromium.googlesource.com/external/github.com/google/open-vcdiff | |
[0:04:13] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/sdch/open-vcdiff' | |
[0:04:14] HEAD is now at 21d7d0b Merge pull request #50 from elly/sync | |
[0:04:14] Up-to-date; skipping checkout. | |
Checked out revision 21d7d0b9c3d0c3ccbdb221c85ae889373f0a2a58 | |
[0:04:15] Finished. | |
---------------------------------------- | |
src/chrome/test/data/perf/canvas_bench (Elapsed: 0:00:04) | |
---------------------------------------- | |
[0:04:11] 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:04:13] From https://chromium.googlesource.com/chromium/canvas_bench | |
[0:04:13] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/chrome/test/data/perf/canvas_bench' | |
[0:04:14] 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:04:15] Up-to-date; skipping checkout. | |
Checked out revision a7b40ea5ae0239517d78845a5fc9b12976bfc732 | |
[0:04:15] Finished. | |
---------------------------------------- | |
src/testing/gtest (Elapsed: 0:00:03) | |
---------------------------------------- | |
[0:04:13] Started. | |
_____ src/testing/gtest at 6f8a66431cb592dad629028a50b3dd418a408c87 | |
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/testing/gtest' | |
[0:04:14] From https://chromium.googlesource.com/external/github.com/google/googletest | |
[0:04:14] = [up to date] BillyDonahue-patch-1 -> origin/BillyDonahue-patch-1 | |
[0:04:14] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/testing/gtest' | |
[0:04:15] HEAD is now at 6f8a664 Introduce FormatForComparison to format values that are operands of comparison assertions (e.g. ASSERT_EQ). | |
[0:04:16] Up-to-date; skipping checkout. | |
Checked out revision 6f8a66431cb592dad629028a50b3dd418a408c87 | |
[0:04:16] Finished. | |
---------------------------------------- | |
src/third_party/appurify-python/src (Elapsed: 0:00:02) | |
---------------------------------------- | |
[0:04:15] 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:04:17] From https://chromium.googlesource.com/external/github.com/appurify/appurify-python | |
[0:04:17] = [up to date] 0.3.4 -> origin/0.3.4 | |
[0:04:17] = [up to date] 0.4.9 -> origin/0.4.9 | |
[0:04:17] = [up to date] abhi/separate-tunnel -> origin/abhi/separate-tunnel | |
[0:04:17] = [up to date] android_spoon -> origin/android_spoon | |
[0:04:17] = [up to date] bug_multiple_devices -> origin/bug_multiple_devices | |
[0:04:17] = [up to date] fix_staticmethod -> origin/fix_staticmethod | |
[0:04:17] = [up to date] fixcomments -> origin/fixcomments | |
[0:04:17] = [up to date] interrupt_signal -> origin/interrupt_signal | |
[0:04:17] = [up to date] iqt_comments -> origin/iqt_comments | |
[0:04:17] = [up to date] klm/direct_control -> origin/klm/direct_control | |
[0:04:17] = [up to date] licence -> origin/licence | |
[0:04:17] = [up to date] master -> origin/master | |
[0:04:17] = [up to date] pratyusdev -> origin/pratyusdev | |
[0:04:17] = [up to date] update-requirements -> origin/update-requirements | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/appurify-python/src' | |
[0:04:17] HEAD is now at ee7abd5 Merge pull request #44 from appurify/licence | |
[0:04:18] Up-to-date; skipping checkout. | |
Checked out revision ee7abd5c5ae3106f72b2a0b9d2cb55094688e867 | |
[0:04:18] Finished. | |
---------------------------------------- | |
src/third_party/apache-mime4j (Elapsed: 0:00:03) | |
---------------------------------------- | |
[0:04:15] 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:04:17] From https://chromium.googlesource.com/chromium/deps/apache-mime4j | |
[0:04:17] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/apache-mime4j' | |
[0:04:18] HEAD is now at 28cb110 Add Apache libraries for multipart in Java | |
[0:04:18] Up-to-date; skipping checkout. | |
Checked out revision 28cb1108bff4b6cf0a2e86ff58b3d025934ebe3a | |
[0:04:19] Finished. | |
---------------------------------------- | |
src/breakpad/src (Elapsed: 0:00:08) | |
---------------------------------------- | |
[0:04:11] Started. | |
_____ src/breakpad/src at ba0a8cb51c79845955cd0f262fe1a2a5f1ead9b9 | |
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/breakpad/src' | |
[0:04:12] From https://chromium.googlesource.com/breakpad/breakpad/src | |
[0:04:12] = [up to date] chrome_15 -> origin/chrome_15 | |
[0:04:12] = [up to date] chrome_23 -> origin/chrome_23 | |
[0:04:12] = [up to date] chrome_37 -> origin/chrome_37 | |
[0:04:12] = [up to date] chrome_38 -> origin/chrome_38 | |
[0:04:12] = [up to date] chrome_42 -> origin/chrome_42 | |
[0:04:12] = [up to date] chrome_43 -> origin/chrome_43 | |
[0:04:12] = [up to date] chrome_49 -> origin/chrome_49 | |
[0:04:12] = [up to date] linux-dwarf -> origin/linux-dwarf | |
[0:04:12] = [up to date] linux-rewrite -> origin/linux-rewrite | |
[0:04:12] = [up to date] master -> origin/master | |
[0:04:12] = [up to date] master-large-syms -> origin/master-large-syms | |
[0:04:12] = [up to date] processor-symbol-cache -> origin/processor-symbol-cache | |
[0:04:12] = [up to date] travis -> origin/travis | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/breakpad/src' | |
[0:04:15] HEAD is now at ba0a8cb Remove use of deprecated CFURLCreateDataAndPropertiesFromResource function. | |
[0:04:17] Up-to-date; skipping checkout. | |
Checked out revision ba0a8cb51c79845955cd0f262fe1a2a5f1ead9b9 | |
[0:04:19] Finished. | |
---------------------------------------- | |
src/third_party/bidichecker (Elapsed: 0:00:02) | |
---------------------------------------- | |
[0:04:16] 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:04:18] From https://chromium.googlesource.com/external/bidichecker/lib | |
[0:04:18] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/bidichecker' | |
[0:04:19] HEAD is now at 97f2aa6 | |
[0:04:19] Up-to-date; skipping checkout. | |
Checked out revision 97f2aa645b74c28c57eca56992235c79850fa9e0 | |
[0:04:19] Finished. | |
---------------------------------------- | |
src/third_party/cardboard-java/src (Elapsed: 0:00:03) | |
---------------------------------------- | |
[0:04:19] 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:04:21] From https://chromium.googlesource.com/external/github.com/googlesamples/cardboard-java | |
[0:04:21] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/cardboard-java/src' | |
[0:04:22] HEAD is now at e36ee57 Update SDK and sample app (v0.5.5) | |
[0:04:22] Up-to-date; skipping checkout. | |
Checked out revision e36ee57e72bbd057ddb53b127954177b50e18df7 | |
[0:04:23] Finished. | |
---------------------------------------- | |
src/third_party/android_protobuf/src (Elapsed: 0:00:11) | |
---------------------------------------- | |
[0:04:13] 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:04:18] From https://chromium.googlesource.com/external/android_protobuf | |
[0:04:18] = [up to date] android-live-tv -> origin/android-live-tv | |
[0:04:18] = [up to date] brillo-m10-dev -> origin/brillo-m10-dev | |
[0:04:18] = [up to date] brillo-m10-release -> origin/brillo-m10-release | |
[0:04:18] = [up to date] brillo-m7-dev -> origin/brillo-m7-dev | |
[0:04:18] = [up to date] brillo-m7-mr-dev -> origin/brillo-m7-mr-dev | |
[0:04:18] = [up to date] brillo-m7-release -> origin/brillo-m7-release | |
[0:04:18] = [up to date] brillo-m8-dev -> origin/brillo-m8-dev | |
[0:04:18] = [up to date] brillo-m8-release -> origin/brillo-m8-release | |
[0:04:18] = [up to date] brillo-m9-dev -> origin/brillo-m9-dev | |
[0:04:18] = [up to date] brillo-m9-release -> origin/brillo-m9-release | |
[0:04:18] = [up to date] donut-release -> origin/donut-release | |
[0:04:18] = [up to date] donut-release2 -> origin/donut-release2 | |
[0:04:18] = [up to date] eclair-passion-release -> origin/eclair-passion-release | |
[0:04:18] = [up to date] eclair-release -> origin/eclair-release | |
[0:04:18] = [up to date] eclair-sholes-release -> origin/eclair-sholes-release | |
[0:04:18] = [up to date] eclair-sholes-release2 -> origin/eclair-sholes-release2 | |
[0:04:18] = [up to date] emu-1.4-release -> origin/emu-1.4-release | |
[0:04:18] = [up to date] emu-1.5-release -> origin/emu-1.5-release | |
[0:04:18] = [up to date] emu-2.0-release -> origin/emu-2.0-release | |
[0:04:18] = [up to date] emu-master-dev -> origin/emu-master-dev | |
[0:04:18] = [up to date] gingerbread -> origin/gingerbread | |
[0:04:18] = [up to date] gingerbread-mr4-release -> origin/gingerbread-mr4-release | |
[0:04:18] = [up to date] gingerbread-release -> origin/gingerbread-release | |
[0:04:18] = [up to date] ics-factoryrom-2-release -> origin/ics-factoryrom-2-release | |
[0:04:18] = [up to date] ics-mr0 -> origin/ics-mr0 | |
[0:04:18] = [up to date] ics-mr0-release -> origin/ics-mr0-release | |
[0:04:18] = [up to date] ics-mr1 -> origin/ics-mr1 | |
[0:04:18] = [up to date] ics-mr1-release -> origin/ics-mr1-release | |
[0:04:18] = [up to date] ics-plus-aosp -> origin/ics-plus-aosp | |
[0:04:18] = [up to date] idea133 -> origin/idea133 | |
[0:04:18] = [up to date] idea133-weekly-release -> origin/idea133-weekly-release | |
[0:04:18] = [up to date] jb-dev -> origin/jb-dev | |
[0:04:18] = [up to date] jb-mr0-release -> origin/jb-mr0-release | |
[0:04:18] = [up to date] jb-mr1-dev -> origin/jb-mr1-dev | |
[0:04:18] = [up to date] jb-mr1-dev-plus-aosp -> origin/jb-mr1-dev-plus-aosp | |
[0:04:18] = [up to date] jb-mr1-release -> origin/jb-mr1-release | |
[0:04:18] = [up to date] jb-mr1.1-dev -> origin/jb-mr1.1-dev | |
[0:04:18] = [up to date] jb-mr1.1-dev-plus-aosp -> origin/jb-mr1.1-dev-plus-aosp | |
[0:04:18] = [up to date] jb-mr1.1-release -> origin/jb-mr1.1-release | |
[0:04:18] = [up to date] jb-mr2-dev -> origin/jb-mr2-dev | |
[0:04:18] = [up to date] jb-mr2-release -> origin/jb-mr2-release | |
[0:04:18] = [up to date] jb-mr2.0-release -> origin/jb-mr2.0-release | |
[0:04:18] = [up to date] jb-mr2.0.0-release -> origin/jb-mr2.0.0-release | |
[0:04:18] = [up to date] jb-release -> origin/jb-release | |
[0:04:18] = [up to date] jumper-stable -> origin/jumper-stable | |
[0:04:18] = [up to date] jumper-stable-alt -> origin/jumper-stable-alt | |
[0:04:18] = [up to date] kitkat-cts-dev -> origin/kitkat-cts-dev | |
[0:04:18] = [up to date] kitkat-cts-release -> origin/kitkat-cts-release | |
[0:04:18] = [up to date] kitkat-dev -> origin/kitkat-dev | |
[0:04:18] = [up to date] kitkat-mr1-release -> origin/kitkat-mr1-release | |
[0:04:18] = [up to date] kitkat-mr1.1-release -> origin/kitkat-mr1.1-release | |
[0:04:18] = [up to date] kitkat-mr2-release -> origin/kitkat-mr2-release | |
[0:04:18] = [up to date] kitkat-mr2.1-release -> origin/kitkat-mr2.1-release | |
[0:04:18] = [up to date] kitkat-mr2.2-release -> origin/kitkat-mr2.2-release | |
[0:04:18] = [up to date] kitkat-release -> origin/kitkat-release | |
[0:04:18] = [up to date] kitkat-wear -> origin/kitkat-wear | |
[0:04:18] = [up to date] l-preview -> origin/l-preview | |
[0:04:18] = [up to date] lollipop-cts-release -> origin/lollipop-cts-release | |
[0:04:18] = [up to date] lollipop-dev -> origin/lollipop-dev | |
[0:04:18] = [up to date] lollipop-mr1-cts-release -> origin/lollipop-mr1-cts-release | |
[0:04:18] = [up to date] lollipop-mr1-dev -> origin/lollipop-mr1-dev | |
[0:04:18] = [up to date] lollipop-mr1-fi-release -> origin/lollipop-mr1-fi-release | |
[0:04:18] = [up to date] lollipop-mr1-release -> origin/lollipop-mr1-release | |
[0:04:18] = [up to date] lollipop-mr1-wfc-release -> origin/lollipop-mr1-wfc-release | |
[0:04:18] = [up to date] lollipop-release -> origin/lollipop-release | |
[0:04:18] = [up to date] lollipop-wear-release -> origin/lollipop-wear-release | |
[0:04:18] = [up to date] marshmallow-cts-release -> origin/marshmallow-cts-release | |
[0:04:18] = [up to date] marshmallow-dev -> origin/marshmallow-dev | |
[0:04:18] = [up to date] marshmallow-dr-dev -> origin/marshmallow-dr-dev | |
[0:04:18] = [up to date] marshmallow-dr-dragon-release -> origin/marshmallow-dr-dragon-release | |
[0:04:18] = [up to date] marshmallow-dr-release -> origin/marshmallow-dr-release | |
[0:04:18] = [up to date] marshmallow-dr1.5-dev -> origin/marshmallow-dr1.5-dev | |
[0:04:18] = [up to date] marshmallow-dr1.5-release -> origin/marshmallow-dr1.5-release | |
[0:04:18] = [up to date] marshmallow-mr1-dev -> origin/marshmallow-mr1-dev | |
[0:04:18] = [up to date] marshmallow-mr1-release -> origin/marshmallow-mr1-release | |
[0:04:18] = [up to date] marshmallow-mr2-release -> origin/marshmallow-mr2-release | |
[0:04:18] = [up to date] marshmallow-release -> origin/marshmallow-release | |
[0:04:18] = [up to date] master -> origin/master | |
[0:04:18] = [up to date] master-soong -> origin/master-soong | |
[0:04:18] = [up to date] studio-1.1-dev -> origin/studio-1.1-dev | |
[0:04:18] = [up to date] studio-1.1-release -> origin/studio-1.1-release | |
[0:04:18] = [up to date] studio-1.2-release -> origin/studio-1.2-release | |
[0:04:18] = [up to date] studio-1.3-dev -> origin/studio-1.3-dev | |
[0:04:18] = [up to date] studio-1.3-release -> origin/studio-1.3-release | |
[0:04:18] = [up to date] studio-1.4-dev -> origin/studio-1.4-dev | |
[0:04:18] = [up to date] studio-1.4-release -> origin/studio-1.4-release | |
[0:04:18] = [up to date] studio-master-dev -> origin/studio-master-dev | |
[0:04:18] = [up to date] studio-master-release -> origin/studio-master-release | |
[0:04:18] = [up to date] tools_r20 -> origin/tools_r20 | |
[0:04:18] = [up to date] tools_r21 -> origin/tools_r21 | |
[0:04:18] = [up to date] tools_r22 -> origin/tools_r22 | |
[0:04:18] = [up to date] tools_r22.2 -> origin/tools_r22.2 | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/android_protobuf/src' | |
[0:04:20] HEAD is now at 999188d Add MODULE_LICENSE and NOTICE | |
[0:04:22] Up-to-date; skipping checkout. | |
Checked out revision 999188d0dc72e97f7fe08bb756958a2cf090f4e7 | |
[0:04:25] Finished. | |
---------------------------------------- | |
src/third_party/colorama/src (Elapsed: 0:00:02) | |
---------------------------------------- | |
[0:04:25] 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:04:27] From https://chromium.googlesource.com/external/colorama | |
[0:04:27] = [up to date] issue71-readme-tidy -> origin/issue71-readme-tidy | |
[0:04:27] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/colorama/src' | |
[0:04:27] HEAD is now at 799604a setup.py no longer imports anything from colorama | |
[0:04:27] Up-to-date; skipping checkout. | |
Checked out revision 799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8 | |
[0:04:28] Finished. | |
---------------------------------------- | |
src/third_party/boringssl/src (Elapsed: 0:00:10) | |
---------------------------------------- | |
[0:04:18] 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:04:20] From https://boringssl.googlesource.com/boringssl | |
[0:04:20] = [up to date] 2214 -> origin/2214 | |
[0:04:20] = [up to date] 2272 -> origin/2272 | |
[0:04:20] = [up to date] 2311 -> origin/2311 | |
[0:04:20] = [up to date] 2357 -> origin/2357 | |
[0:04:20] = [up to date] 2490 -> origin/2490 | |
[0:04:20] = [up to date] 2564 -> origin/2564 | |
[0:04:20] = [up to date] 2623 -> origin/2623 | |
[0:04:20] = [up to date] 2661 -> origin/2661 | |
[0:04:20] = [up to date] chromium-stable -> origin/chromium-stable | |
[0:04:20] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/boringssl/src' | |
[0:04:23] HEAD is now at 907ae62 ASN1_get_object should not accept large universal tags. | |
[0:04:26] Up-to-date; skipping checkout. | |
Checked out revision 907ae62b9d81121cb86b604f83e6b811a43f7a87 | |
[0:04:29] Finished. | |
---------------------------------------- | |
src/third_party/custom_tabs_client/src (Elapsed: 0:00:03) | |
---------------------------------------- | |
[0:04:29] 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:04:30] From https://chromium.googlesource.com/external/github.com/GoogleChrome/custom-tabs-client | |
[0:04:30] = [up to date] infra/config -> origin/infra/config | |
[0:04:30] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/custom_tabs_client/src' | |
[0:04:31] HEAD is now at 592e631 Fix dependency errors in Android Studio | |
[0:04:32] Up-to-date; skipping checkout. | |
Checked out revision 592e63122055d37e58cd37bd89a973eed98340ef | |
[0:04:33] Finished. | |
---------------------------------------- | |
src/third_party/cld_2/src (Elapsed: 0:00:12) | |
---------------------------------------- | |
[0:04:23] 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:04:24] From https://chromium.googlesource.com/external/github.com/CLD2Owners/cld2 | |
[0:04:24] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/cld_2/src' | |
[0:04:35] HEAD is now at 84b58a5 Fixed #37: Removes unused variable ScriptScanner::next_byte_limit_ | |
[0:04:35] Up-to-date; skipping checkout. | |
Checked out revision 84b58a5d7690ebf05a91406f371ce00c3daf31c0 | |
[0:04:35] Finished. | |
---------------------------------------- | |
src/native_client (Elapsed: 0:00:25) | |
---------------------------------------- | |
[0:04:11] Started. | |
_____ src/native_client at 26c7e6ae1327a43c948f4666fef9e84fe351ab7c | |
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/native_client' | |
[0:04:13] From https://chromium.googlesource.com/native_client/src/native_client | |
[0:04:13] = [up to date] bradnelson/pnacl-in-pnacl -> origin/bradnelson/pnacl-in-pnacl | |
[0:04:13] = [up to date] branch_heads/2311 -> origin/branch_heads/2311 | |
[0:04:13] = [up to date] chromium/2661 -> origin/chromium/2661 | |
[0:04:13] = [up to date] infra/config -> origin/infra/config | |
[0:04:13] = [up to date] master -> origin/master | |
[0:04:13] = [up to date] refs/branch-heads/1025 -> branch-heads/1025 | |
[0:04:13] = [up to date] refs/branch-heads/1271 -> branch-heads/1271 | |
[0:04:13] = [up to date] refs/branch-heads/1271_60 -> branch-heads/1271_60 | |
[0:04:13] = [up to date] refs/branch-heads/1312 -> branch-heads/1312 | |
[0:04:13] = [up to date] refs/branch-heads/1364 -> branch-heads/1364 | |
[0:04:13] = [up to date] refs/branch-heads/1750 -> branch-heads/1750 | |
[0:04:13] = [up to date] refs/branch-heads/1985 -> branch-heads/1985 | |
[0:04:13] = [up to date] refs/branch-heads/2009-08-14 -> branch-heads/2009-08-14 | |
[0:04:13] = [up to date] refs/branch-heads/2009-08-14a -> branch-heads/2009-08-14a | |
[0:04:13] = [up to date] refs/branch-heads/2009-09-22 -> branch-heads/2009-09-22 | |
[0:04:13] = [up to date] refs/branch-heads/2062 -> branch-heads/2062 | |
[0:04:13] = [up to date] refs/branch-heads/2125 -> branch-heads/2125 | |
[0:04:13] = [up to date] refs/branch-heads/2171 -> branch-heads/2171 | |
[0:04:13] = [up to date] refs/branch-heads/2661 -> branch-heads/2661 | |
[0:04:13] = [up to date] refs/branch-heads/648 -> branch-heads/648 | |
[0:04:13] = [up to date] refs/branch-heads/742 -> branch-heads/742 | |
[0:04:13] = [up to date] refs/branch-heads/782_2009_09_25 -> branch-heads/782_2009_09_25 | |
[0:04:13] = [up to date] refs/branch-heads/835 -> branch-heads/835 | |
[0:04:13] = [up to date] refs/branch-heads/912 -> branch-heads/912 | |
[0:04:13] = [up to date] refs/branch-heads/963 -> branch-heads/963 | |
[0:04:13] = [up to date] refs/branch-heads/9768 -> branch-heads/9768 | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/native_client' | |
[0:04:20] HEAD is now at 26c7e6a [MIPS] Make validator allow only two load patterns via $t8 | |
[0:04:27] Up-to-date; skipping checkout. | |
Checked out revision 26c7e6ae1327a43c948f4666fef9e84fe351ab7c | |
[0:04:36] Finished. | |
---------------------------------------- | |
src/third_party/dom_distiller_js/dist (Elapsed: 0:00:04) | |
---------------------------------------- | |
[0:04:35] 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:04:37] From https://chromium.googlesource.com/external/github.com/chromium/dom-distiller-dist | |
[0:04:37] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/dom_distiller_js/dist' | |
[0:04:39] HEAD is now at e21fe06 Package for 349b932fc2 | |
[0:04:40] Up-to-date; skipping checkout. | |
Checked out revision e21fe06cb71327ec62431f823e783d7b02f97b26 | |
[0:04:40] Finished. | |
---------------------------------------- | |
src/third_party/errorprone/lib (Elapsed: 0:00:03) | |
---------------------------------------- | |
[0:04:40] 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:04:41] From https://chromium.googlesource.com/chromium/third_party/errorprone | |
[0:04:41] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/errorprone/lib' | |
[0:04:43] HEAD is now at 0eea83b Update the README.chromium with info about 2.0.5. | |
[0:04:44] Up-to-date; skipping checkout. | |
Checked out revision 0eea83b66343133b9c76b7d3288c30321818ebcf | |
[0:04:44] Finished. | |
---------------------------------------- | |
src/third_party/cros_system_api (Elapsed: 0:00:17) | |
---------------------------------------- | |
[0:04:28] 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:04:44] From https://chromium.googlesource.com/chromiumos/platform/system_api | |
[0:04:44] = [up to date] factory-1020.B -> origin/factory-1020.B | |
[0:04:44] = [up to date] factory-1235.B -> origin/factory-1235.B | |
[0:04:44] = [up to date] factory-1284.B -> origin/factory-1284.B | |
[0:04:44] = [up to date] factory-1412.B -> origin/factory-1412.B | |
[0:04:44] = [up to date] factory-1987.B -> origin/factory-1987.B | |
[0:04:44] = [up to date] factory-2268.16.B -> origin/factory-2268.16.B | |
[0:04:44] = [up to date] factory-2305.B -> origin/factory-2305.B | |
[0:04:44] = [up to date] factory-2338.B -> origin/factory-2338.B | |
[0:04:44] = [up to date] factory-2368.B -> origin/factory-2368.B | |
[0:04:44] = [up to date] factory-2394.B -> origin/factory-2394.B | |
[0:04:44] = [up to date] factory-2460.B -> origin/factory-2460.B | |
[0:04:44] = [up to date] factory-2475.B -> origin/factory-2475.B | |
[0:04:44] = [up to date] factory-2569.B -> origin/factory-2569.B | |
[0:04:44] = [up to date] factory-2717.B -> origin/factory-2717.B | |
[0:04:44] = [up to date] factory-2723.14.B -> origin/factory-2723.14.B | |
[0:04:44] = [up to date] factory-2723.14.orig.B -> origin/factory-2723.14.orig.B | |
[0:04:44] = [up to date] factory-2846.B -> origin/factory-2846.B | |
[0:04:44] = [up to date] factory-2848.B -> origin/factory-2848.B | |
[0:04:44] = [up to date] factory-2914.B -> origin/factory-2914.B | |
[0:04:44] = [up to date] factory-2985.B -> origin/factory-2985.B | |
[0:04:44] = [up to date] factory-2993.B -> origin/factory-2993.B | |
[0:04:44] = [up to date] factory-3004.B -> origin/factory-3004.B | |
[0:04:44] = [up to date] factory-3536.B -> origin/factory-3536.B | |
[0:04:44] = [up to date] factory-4128.B -> origin/factory-4128.B | |
[0:04:44] = [up to date] factory-4290.B -> origin/factory-4290.B | |
[0:04:44] = [up to date] factory-4455.228.B -> origin/factory-4455.228.B | |
[0:04:44] = [up to date] factory-4455.B -> origin/factory-4455.B | |
[0:04:44] = [up to date] factory-980.B -> origin/factory-980.B | |
[0:04:44] = [up to date] factory-arkham-7077.113.B -> origin/factory-arkham-7077.113.B | |
[0:04:44] = [up to date] factory-auron-6459.B -> origin/factory-auron-6459.B | |
[0:04:44] = [up to date] factory-auron-6772.B -> origin/factory-auron-6772.B | |
[0:04:44] = [up to date] factory-beltino-5140.14.B -> origin/factory-beltino-5140.14.B | |
[0:04:44] = [up to date] factory-daisy-4731.81.B -> origin/factory-daisy-4731.81.B | |
[0:04:44] = [up to date] factory-glados-7657.B -> origin/factory-glados-7657.B | |
[0:04:44] = [up to date] factory-glados-7828.B -> origin/factory-glados-7828.B | |
[0:04:44] = [up to date] factory-monroe-5140.B -> origin/factory-monroe-5140.B | |
[0:04:44] = [up to date] factory-nyan-5772.B -> origin/factory-nyan-5772.B | |
[0:04:44] = [up to date] factory-oak-8141.B -> origin/factory-oak-8141.B | |
[0:04:44] = [up to date] factory-oak-8182.B -> origin/factory-oak-8182.B | |
[0:04:44] = [up to date] factory-panther-4920.23.B -> origin/factory-panther-4920.23.B | |
[0:04:44] = [up to date] factory-pit-4280.B -> origin/factory-pit-4280.B | |
[0:04:44] = [up to date] factory-pit-4390.B -> origin/factory-pit-4390.B | |
[0:04:44] = [up to date] factory-pit-4471.B -> origin/factory-pit-4471.B | |
[0:04:44] = [up to date] factory-pit-5499.B -> origin/factory-pit-5499.B | |
[0:04:44] = [up to date] factory-rambi-5517.B -> origin/factory-rambi-5517.B | |
[0:04:44] = [up to date] factory-rambi-6420.B -> origin/factory-rambi-6420.B | |
[0:04:44] = [up to date] factory-ryu-6212.B -> origin/factory-ryu-6212.B | |
[0:04:44] = [up to date] factory-ryu-6486.1.B -> origin/factory-ryu-6486.1.B | |
[0:04:44] = [up to date] factory-ryu-6486.14.B -> origin/factory-ryu-6486.14.B | |
[0:04:44] = [up to date] factory-ryu-6486.B -> origin/factory-ryu-6486.B | |
[0:04:44] = [up to date] factory-samus-4788.B -> origin/factory-samus-4788.B | |
[0:04:44] = [up to date] factory-samus-5939.B -> origin/factory-samus-5939.B | |
[0:04:44] = [up to date] factory-samus-6207.B -> origin/factory-samus-6207.B | |
[0:04:44] = [up to date] factory-samus-6375.B -> origin/factory-samus-6375.B | |
[0:04:44] = [up to date] factory-samus-6658.B -> origin/factory-samus-6658.B | |
[0:04:44] = [up to date] factory-skate-4262.459.B -> origin/factory-skate-4262.459.B | |
[0:04:44] = [up to date] factory-smaug-7265.B -> origin/factory-smaug-7265.B | |
[0:04:44] = [up to date] factory-spring-3842.B -> origin/factory-spring-3842.B | |
[0:04:44] = [up to date] factory-spring-4131.B -> origin/factory-spring-4131.B | |
[0:04:44] = [up to date] factory-spring-4262.B -> origin/factory-spring-4262.B | |
[0:04:44] = [up to date] factory-storm-6269.B -> origin/factory-storm-6269.B | |
[0:04:44] = [up to date] factory-strago-7458.B -> origin/factory-strago-7458.B | |
[0:04:44] = [up to date] factory-test-7077.114.B -> origin/factory-test-7077.114.B | |
[0:04:44] = [up to date] factory-veyron-6591.B -> origin/factory-veyron-6591.B | |
[0:04:44] = [up to date] factory-veyron-7505.B -> origin/factory-veyron-7505.B | |
[0:04:44] = [up to date] factory-whirlwind-6509.B -> origin/factory-whirlwind-6509.B | |
[0:04:44] = [up to date] factory-whirlwind-6812.41.B -> origin/factory-whirlwind-6812.41.B | |
[0:04:44] = [up to date] factory-zako-5220.B -> origin/factory-zako-5220.B | |
[0:04:44] = [up to date] firmware-4389.71.B -> origin/firmware-4389.71.B | |
[0:04:44] = [up to date] firmware-auron-6301.B -> origin/firmware-auron-6301.B | |
[0:04:44] = [up to date] firmware-banjo-5216.334.B -> origin/firmware-banjo-5216.334.B | |
[0:04:44] = [up to date] firmware-bolt_kirby-4979.B -> origin/firmware-bolt_kirby-4979.B | |
[0:04:44] = [up to date] firmware-buddy-6301.202.B -> origin/firmware-buddy-6301.202.B | |
[0:04:44] = [up to date] firmware-butterfly-2788.B -> origin/firmware-butterfly-2788.B | |
[0:04:44] = [up to date] firmware-candy-5216.310.B -> origin/firmware-candy-5216.310.B | |
[0:04:44] = [up to date] firmware-celes-7287.92.B -> origin/firmware-celes-7287.92.B | |
[0:04:44] = [up to date] firmware-clapper-5216.199.B -> origin/firmware-clapper-5216.199.B | |
[0:04:44] = [up to date] firmware-clapper-5218.B -> origin/firmware-clapper-5218.B | |
[0:04:44] = [up to date] firmware-cyan-7287.57.B -> origin/firmware-cyan-7287.57.B | |
[0:04:44] = [up to date] firmware-edgar-7287.167.B -> origin/firmware-edgar-7287.167.B | |
[0:04:44] = [up to date] firmware-enguarde-5216.201.B -> origin/firmware-enguarde-5216.201.B | |
[0:04:44] = [up to date] firmware-expresso-5216.223.B -> origin/firmware-expresso-5216.223.B | |
[0:04:44] = [up to date] firmware-falco_peppy-4389.81.B -> origin/firmware-falco_peppy-4389.81.B | |
[0:04:44] = [up to date] firmware-falco_peppy-4389.B -> origin/firmware-falco_peppy-4389.B | |
[0:04:44] = [up to date] firmware-gandof-6301.155.B -> origin/firmware-gandof-6301.155.B | |
[0:04:44] = [up to date] firmware-glados-7820.B -> origin/firmware-glados-7820.B | |
[0:04:44] = [up to date] firmware-glimmer-5216.198.B -> origin/firmware-glimmer-5216.198.B | |
[0:04:44] = [up to date] firmware-glimmer-5217.B -> origin/firmware-glimmer-5217.B | |
[0:04:44] = [up to date] firmware-gnawty-5216.239.B -> origin/firmware-gnawty-5216.239.B | |
[0:04:44] = [up to date] firmware-guado-6301.108.B -> origin/firmware-guado-6301.108.B | |
[0:04:44] = [up to date] firmware-heli-5216.392.B -> origin/firmware-heli-5216.392.B | |
[0:04:44] = [up to date] firmware-kiev-2.112.B -> origin/firmware-kiev-2.112.B | |
[0:04:44] = [up to date] firmware-kip-5216.227.B -> origin/firmware-kip-5216.227.B | |
[0:04:44] = [up to date] firmware-kitty-5771.61.B -> origin/firmware-kitty-5771.61.B | |
[0:04:44] = [up to date] firmware-leon-4389.26.B -> origin/firmware-leon-4389.26.B | |
[0:04:44] = [up to date] firmware-leon-4389.61.B -> origin/firmware-leon-4389.61.B | |
[0:04:44] = [up to date] firmware-link-2348.B -> origin/firmware-link-2348.B | |
[0:04:44] = [up to date] firmware-link-2695.2.B -> origin/firmware-link-2695.2.B | |
[0:04:44] = [up to date] firmware-link-2695.B -> origin/firmware-link-2695.B | |
[0:04:44] = [up to date] firmware-lulu-6301.136.B -> origin/firmware-lulu-6301.136.B | |
[0:04:44] = [up to date] firmware-mccloud-5827.B -> origin/firmware-mccloud-5827.B | |
[0:04:44] = [up to date] firmware-monroe-4921.B -> origin/firmware-monroe-4921.B | |
[0:04:44] = [up to date] firmware-ninja-5216.383.B -> origin/firmware-ninja-5216.383.B | |
[0:04:44] = [up to date] firmware-nyan-5771.B -> origin/firmware-nyan-5771.B | |
[0:04:44] = [up to date] firmware-orco-5216.362.B -> origin/firmware-orco-5216.362.B | |
[0:04:44] = [up to date] firmware-paine-6301.58.B -> origin/firmware-paine-6301.58.B | |
[0:04:44] = [up to date] firmware-panther-4920.24.B -> origin/firmware-panther-4920.24.B | |
[0:04:44] = [up to date] firmware-parrot-2685.B -> origin/firmware-parrot-2685.B | |
[0:04:44] = [up to date] firmware-pit-4482.B -> origin/firmware-pit-4482.B | |
[0:04:44] = [up to date] firmware-quawks-5216.204.B -> origin/firmware-quawks-5216.204.B | |
[0:04:44] = [up to date] firmware-rambi-5216.B -> origin/firmware-rambi-5216.B | |
[0:04:44] = [up to date] firmware-reks-7287.133.B -> origin/firmware-reks-7287.133.B | |
[0:04:44] = [up to date] firmware-rikku-6301.110.B -> origin/firmware-rikku-6301.110.B | |
[0:04:44] = [up to date] firmware-samus-6300.B -> origin/firmware-samus-6300.B | |
[0:04:44] = [up to date] firmware-skate-3824.129.B -> origin/firmware-skate-3824.129.B | |
[0:04:44] = [up to date] firmware-smaug-7132.B -> origin/firmware-smaug-7132.B | |
[0:04:44] = [up to date] firmware-smaug-7900.B -> origin/firmware-smaug-7900.B | |
[0:04:44] = [up to date] firmware-snow-2695.90.B -> origin/firmware-snow-2695.90.B | |
[0:04:44] = [up to date] firmware-snow-2695.B -> origin/firmware-snow-2695.B | |
[0:04:44] = [up to date] firmware-spring-3824.4.B -> origin/firmware-spring-3824.4.B | |
[0:04:44] = [up to date] firmware-spring-3824.55.B -> origin/firmware-spring-3824.55.B | |
[0:04:44] = [up to date] firmware-spring-3824.84.B -> origin/firmware-spring-3824.84.B | |
[0:04:44] = [up to date] firmware-spring-3824.B -> origin/firmware-spring-3824.B | |
[0:04:44] = [up to date] firmware-spring-3833.B -> origin/firmware-spring-3833.B | |
[0:04:44] = [up to date] firmware-squawks-5216.152.B -> origin/firmware-squawks-5216.152.B | |
[0:04:44] = [up to date] firmware-storm-6315.B -> origin/firmware-storm-6315.B | |
[0:04:44] = [up to date] firmware-stout-2817.B -> origin/firmware-stout-2817.B | |
[0:04:44] = [up to date] firmware-strago-7287.B -> origin/firmware-strago-7287.B | |
[0:04:44] = [up to date] firmware-sumo-5216.382.B -> origin/firmware-sumo-5216.382.B | |
[0:04:44] = [up to date] firmware-swanky-5216.238.B -> origin/firmware-swanky-5216.238.B | |
[0:04:44] = [up to date] firmware-terra-7287.154.B -> origin/firmware-terra-7287.154.B | |
[0:04:44] = [up to date] firmware-tidus-6301.109.B -> origin/firmware-tidus-6301.109.B | |
[0:04:44] = [up to date] firmware-tricky-5829.B -> origin/firmware-tricky-5829.B | |
[0:04:44] = [up to date] firmware-uboot_v2-1299.B -> origin/firmware-uboot_v2-1299.B | |
[0:04:44] = [up to date] firmware-ultima-7287.131.B -> origin/firmware-ultima-7287.131.B | |
[0:04:44] = [up to date] firmware-veyron-6588.B -> origin/firmware-veyron-6588.B | |
[0:04:44] = [up to date] firmware-winky-5216.1.B -> origin/firmware-winky-5216.1.B | |
[0:04:44] = [up to date] firmware-winky-5216.265.B -> origin/firmware-winky-5216.265.B | |
[0:04:44] = [up to date] firmware-wolf-4389.24.B -> origin/firmware-wolf-4389.24.B | |
[0:04:44] = [up to date] firmware-yuna-6301.59.B -> origin/firmware-yuna-6301.59.B | |
[0:04:44] = [up to date] firmware-zako-5219.17.B -> origin/firmware-zako-5219.17.B | |
[0:04:44] = [up to date] firmware-zako-5219.B -> origin/firmware-zako-5219.B | |
[0:04:44] = [up to date] foo-test -> origin/foo-test | |
[0:04:44] = [up to date] master -> origin/master | |
[0:04:44] = [up to date] release-1011.B -> origin/release-1011.B | |
[0:04:44] = [up to date] release-R16-1193.B -> origin/release-R16-1193.B | |
[0:04:44] = [up to date] release-R17-1412.B -> origin/release-R17-1412.B | |
[0:04:44] = [up to date] release-R18-1660.B -> origin/release-R18-1660.B | |
[0:04:44] = [up to date] release-R19-2046.B -> origin/release-R19-2046.B | |
[0:04:44] = [up to date] release-R20-2268.B -> origin/release-R20-2268.B | |
[0:04:44] = [up to date] release-R21-2465.B -> origin/release-R21-2465.B | |
[0:04:44] = [up to date] release-R22-2723.B -> origin/release-R22-2723.B | |
[0:04:44] = [up to date] release-R23-2913.B -> origin/release-R23-2913.B | |
[0:04:44] = [up to date] release-R25-3428.B -> origin/release-R25-3428.B | |
[0:04:44] = [up to date] release-R26-3701.B -> origin/release-R26-3701.B | |
[0:04:44] = [up to date] release-R27-3912.B -> origin/release-R27-3912.B | |
[0:04:44] = [up to date] release-R28-4100.B -> origin/release-R28-4100.B | |
[0:04:44] = [up to date] release-R29-4319.B -> origin/release-R29-4319.B | |
[0:04:44] = [up to date] release-R30-4537.B -> origin/release-R30-4537.B | |
[0:04:44] = [up to date] release-R31-4731.B -> origin/release-R31-4731.B | |
[0:04:44] = [up to date] release-R32-4920.B -> origin/release-R32-4920.B | |
[0:04:44] = [up to date] release-R33-5116.B -> origin/release-R33-5116.B | |
[0:04:44] = [up to date] release-R34-5500.B -> origin/release-R34-5500.B | |
[0:04:44] = [up to date] release-R35-5712.B -> origin/release-R35-5712.B | |
[0:04:44] = [up to date] release-R36-5841.B -> origin/release-R36-5841.B | |
[0:04:44] = [up to date] release-R37-5978.B -> origin/release-R37-5978.B | |
[0:04:44] = [up to date] release-R38-6158.B -> origin/release-R38-6158.B | |
[0:04:44] = [up to date] release-R39-6310.B -> origin/release-R39-6310.B | |
[0:04:44] = [up to date] release-R40-6457.B -> origin/release-R40-6457.B | |
[0:04:44] = [up to date] release-R41-6680.B -> origin/release-R41-6680.B | |
[0:04:44] = [up to date] release-R42-6812.B -> origin/release-R42-6812.B | |
[0:04:44] = [up to date] release-R43-6946.B -> origin/release-R43-6946.B | |
[0:04:44] = [up to date] release-R44-7077.B -> origin/release-R44-7077.B | |
[0:04:44] = [up to date] release-R45-7262.B -> origin/release-R45-7262.B | |
[0:04:44] = [up to date] release-R46-7390.B -> origin/release-R46-7390.B | |
[0:04:44] = [up to date] release-R47-7520.B -> origin/release-R47-7520.B | |
[0:04:44] = [up to date] release-R48-7647.B -> origin/release-R48-7647.B | |
[0:04:44] = [up to date] release-R49-7834.B -> origin/release-R49-7834.B | |
[0:04:44] = [up to date] release-R50-7978.B -> origin/release-R50-7978.B | |
[0:04:44] = [up to date] release-R51-8172.B -> origin/release-R51-8172.B | |
[0:04:44] = [up to date] stabilize -> origin/stabilize | |
[0:04:44] = [up to date] stabilize-3428.110.0 -> origin/stabilize-3428.110.0 | |
[0:04:44] = [up to date] stabilize-3428.149 -> origin/stabilize-3428.149 | |
[0:04:44] = [up to date] stabilize-3428.149.B -> origin/stabilize-3428.149.B | |
[0:04:44] = [up to date] stabilize-3428.193 -> origin/stabilize-3428.193 | |
[0:04:44] = [up to date] stabilize-3658.0.0 -> origin/stabilize-3658.0.0 | |
[0:04:44] = [up to date] stabilize-3701.30.0 -> origin/stabilize-3701.30.0 | |
[0:04:44] = [up to date] stabilize-3701.30.0b -> origin/stabilize-3701.30.0b | |
[0:04:44] = [up to date] stabilize-3701.46.B -> origin/stabilize-3701.46.B | |
[0:04:44] = [up to date] stabilize-3701.81.B -> origin/stabilize-3701.81.B | |
[0:04:44] = [up to date] stabilize-3881.0.B -> origin/stabilize-3881.0.B | |
[0:04:44] = [up to date] stabilize-3912.79.B -> origin/stabilize-3912.79.B | |
[0:04:44] = [up to date] stabilize-4008.0.B -> origin/stabilize-4008.0.B | |
[0:04:44] = [up to date] stabilize-4035.0.B -> origin/stabilize-4035.0.B | |
[0:04:44] = [up to date] stabilize-4068.0.B -> origin/stabilize-4068.0.B | |
[0:04:44] = [up to date] stabilize-4100.38.B -> origin/stabilize-4100.38.B | |
[0:04:44] = [up to date] stabilize-4255.B -> origin/stabilize-4255.B | |
[0:04:44] = [up to date] stabilize-4287.B -> origin/stabilize-4287.B | |
[0:04:44] = [up to date] stabilize-4443.B -> origin/stabilize-4443.B | |
[0:04:44] = [up to date] stabilize-4512.B -> origin/stabilize-4512.B | |
[0:04:44] = [up to date] stabilize-4537.118.B -> origin/stabilize-4537.118.B | |
[0:04:44] = [up to date] stabilize-4537.147.B -> origin/stabilize-4537.147.B | |
[0:04:44] = [up to date] stabilize-4636.B -> origin/stabilize-4636.B | |
[0:04:44] = [up to date] stabilize-4701.B -> origin/stabilize-4701.B | |
[0:04:44] = [up to date] stabilize-4731.31.B -> origin/stabilize-4731.31.B | |
[0:04:44] = [up to date] stabilize-4731.62.B -> origin/stabilize-4731.62.B | |
[0:04:44] = [up to date] stabilize-4731.85.B -> origin/stabilize-4731.85.B | |
[0:04:44] = [up to date] stabilize-4825.B -> origin/stabilize-4825.B | |
[0:04:44] = [up to date] stabilize-4856.B -> origin/stabilize-4856.B | |
[0:04:44] = [up to date] stabilize-4886.B -> origin/stabilize-4886.B | |
[0:04:44] = [up to date] stabilize-4920.6.B -> origin/stabilize-4920.6.B | |
[0:04:44] = [up to date] stabilize-4982.B -> origin/stabilize-4982.B | |
[0:04:44] = [up to date] stabilize-5062.B -> origin/stabilize-5062.B | |
[0:04:44] = [up to date] stabilize-5085.B -> origin/stabilize-5085.B | |
[0:04:44] = [up to date] stabilize-5116.113.B -> origin/stabilize-5116.113.B | |
[0:04:44] = [up to date] stabilize-5116.115.B -> origin/stabilize-5116.115.B | |
[0:04:44] = [up to date] stabilize-5116.53.B -> origin/stabilize-5116.53.B | |
[0:04:44] = [up to date] stabilize-5116.88.B -> origin/stabilize-5116.88.B | |
[0:04:44] = [up to date] stabilize-5254.B -> origin/stabilize-5254.B | |
[0:04:44] = [up to date] stabilize-5339.B -> origin/stabilize-5339.B | |
[0:04:44] = [up to date] stabilize-5412.B -> origin/stabilize-5412.B | |
[0:04:44] = [up to date] stabilize-5414.B -> origin/stabilize-5414.B | |
[0:04:44] = [up to date] stabilize-5463.B -> origin/stabilize-5463.B | |
[0:04:44] = [up to date] stabilize-5500.100.B -> origin/stabilize-5500.100.B | |
[0:04:44] = [up to date] stabilize-5500.130.B -> origin/stabilize-5500.130.B | |
[0:04:44] = [up to date] stabilize-5500.26.B -> origin/stabilize-5500.26.B | |
[0:04:44] = [up to date] stabilize-5500.71.B -> origin/stabilize-5500.71.B | |
[0:04:44] = [up to date] stabilize-5511.B -> origin/stabilize-5511.B | |
[0:04:44] = [up to date] stabilize-5579.B -> origin/stabilize-5579.B | |
[0:04:44] = [up to date] stabilize-5656.B -> origin/stabilize-5656.B | |
[0:04:44] = [up to date] stabilize-5680.B -> origin/stabilize-5680.B | |
[0:04:44] = [up to date] stabilize-5696.B -> origin/stabilize-5696.B | |
[0:04:44] = [up to date] stabilize-5712.49.B -> origin/stabilize-5712.49.B | |
[0:04:44] = [up to date] stabilize-5712.61.B -> origin/stabilize-5712.61.B | |
[0:04:44] = [up to date] stabilize-5712.8.B -> origin/stabilize-5712.8.B | |
[0:04:44] = [up to date] stabilize-5712.89.B -> origin/stabilize-5712.89.B | |
[0:04:44] = [up to date] stabilize-5784.0.B -> origin/stabilize-5784.0.B | |
[0:04:44] = [up to date] stabilize-5791.0.B -> origin/stabilize-5791.0.B | |
[0:04:44] = [up to date] stabilize-5807.0.B -> origin/stabilize-5807.0.B | |
[0:04:44] = [up to date] stabilize-5828.0.B -> origin/stabilize-5828.0.B | |
[0:04:44] = [up to date] stabilize-5841.76.B -> origin/stabilize-5841.76.B | |
[0:04:44] = [up to date] stabilize-5841.83.B -> origin/stabilize-5841.83.B | |
[0:04:44] = [up to date] stabilize-5875.B -> origin/stabilize-5875.B | |
[0:04:44] = [up to date] stabilize-5899.B -> origin/stabilize-5899.B | |
[0:04:44] = [up to date] stabilize-5942.B -> origin/stabilize-5942.B | |
[0:04:44] = [up to date] stabilize-5943.B -> origin/stabilize-5943.B | |
[0:04:44] = [up to date] stabilize-5944.B -> origin/stabilize-5944.B | |
[0:04:44] = [up to date] stabilize-6082.B -> origin/stabilize-6082.B | |
[0:04:44] = [up to date] stabilize-6092.B -> origin/stabilize-6092.B | |
[0:04:44] = [up to date] stabilize-6146.B -> origin/stabilize-6146.B | |
[0:04:44] = [up to date] stabilize-6297.B -> origin/stabilize-6297.B | |
[0:04:44] = [up to date] stabilize-6310.69.B -> origin/stabilize-6310.69.B | |
[0:04:44] = [up to date] stabilize-6412.B -> origin/stabilize-6412.B | |
[0:04:44] = [up to date] stabilize-6415.B -> origin/stabilize-6415.B | |
[0:04:44] = [up to date] stabilize-6436.B -> origin/stabilize-6436.B | |
[0:04:44] = [up to date] stabilize-6480.B -> origin/stabilize-6480.B | |
[0:04:44] = [up to date] stabilize-6592.B -> origin/stabilize-6592.B | |
[0:04:44] = [up to date] stabilize-6662.B -> origin/stabilize-6662.B | |
[0:04:44] = [up to date] stabilize-6670.B -> origin/stabilize-6670.B | |
[0:04:44] = [up to date] stabilize-6680.78.B -> origin/stabilize-6680.78.B | |
[0:04:44] = [up to date] stabilize-6680.79.B -> origin/stabilize-6680.79.B | |
[0:04:44] = [up to date] stabilize-6736.B -> origin/stabilize-6736.B | |
[0:04:44] = [up to date] stabilize-6752.B -> origin/stabilize-6752.B | |
[0:04:44] = [up to date] stabilize-6771.B -> origin/stabilize-6771.B | |
[0:04:44] = [up to date] stabilize-6783.B -> origin/stabilize-6783.B | |
[0:04:44] = [up to date] stabilize-6812.13.B -> origin/stabilize-6812.13.B | |
[0:04:44] = [up to date] stabilize-6812.14.B -> origin/stabilize-6812.14.B | |
[0:04:44] = [up to date] stabilize-6812.15.B -> origin/stabilize-6812.15.B | |
[0:04:44] = [up to date] stabilize-6812.29.B -> origin/stabilize-6812.29.B | |
[0:04:44] = [up to date] stabilize-6812.34.B -> origin/stabilize-6812.34.B | |
[0:04:44] = [up to date] stabilize-6812.41.B -> origin/stabilize-6812.41.B | |
[0:04:44] = [up to date] stabilize-6812.75.B -> origin/stabilize-6812.75.B | |
[0:04:44] = [up to date] stabilize-6812.83.B -> origin/stabilize-6812.83.B | |
[0:04:44] = [up to date] stabilize-6812.85.B -> origin/stabilize-6812.85.B | |
[0:04:44] = [up to date] stabilize-6835.B -> origin/stabilize-6835.B | |
[0:04:44] = [up to date] stabilize-6842.B -> origin/stabilize-6842.B | |
[0:04:44] = [up to date] stabilize-6909.B -> origin/stabilize-6909.B | |
[0:04:44] = [up to date] stabilize-6912.B -> origin/stabilize-6912.B | |
[0:04:44] = [up to date] stabilize-6915.B -> origin/stabilize-6915.B | |
[0:04:44] = [up to date] stabilize-6919.B -> origin/stabilize-6919.B | |
[0:04:44] = [up to date] stabilize-6937.B -> origin/stabilize-6937.B | |
[0:04:44] = [up to date] stabilize-6946.55.B -> origin/stabilize-6946.55.B | |
[0:04:44] = [up to date] stabilize-6996.B -> origin/stabilize-6996.B | |
[0:04:44] = [up to date] stabilize-7018.B -> origin/stabilize-7018.B | |
[0:04:44] = [up to date] stabilize-7019.B -> origin/stabilize-7019.B | |
[0:04:44] = [up to date] stabilize-7039.B -> origin/stabilize-7039.B | |
[0:04:44] = [up to date] stabilize-7059.B -> origin/stabilize-7059.B | |
[0:04:44] = [up to date] stabilize-7060.B -> origin/stabilize-7060.B | |
[0:04:44] = [up to date] stabilize-7077.111.B -> origin/stabilize-7077.111.B | |
[0:04:44] = [up to date] stabilize-7077.122.B -> origin/stabilize-7077.122.B | |
[0:04:44] = [up to date] stabilize-7077.123.B -> origin/stabilize-7077.123.B | |
[0:04:44] = [up to date] stabilize-7077.134.B -> origin/stabilize-7077.134.B | |
[0:04:44] = [up to date] stabilize-7131.B -> origin/stabilize-7131.B | |
[0:04:44] = [up to date] stabilize-7134.B -> origin/stabilize-7134.B | |
[0:04:44] = [up to date] stabilize-7155.B -> origin/stabilize-7155.B | |
[0:04:44] = [up to date] stabilize-7173.B -> origin/stabilize-7173.B | |
[0:04:44] = [up to date] stabilize-7199.B -> origin/stabilize-7199.B | |
[0:04:44] = [up to date] stabilize-7202.B -> origin/stabilize-7202.B | |
[0:04:44] = [up to date] stabilize-7204.B -> origin/stabilize-7204.B | |
[0:04:44] = [up to date] stabilize-7356.B -> origin/stabilize-7356.B | |
[0:04:44] = [up to date] stabilize-7374.B -> origin/stabilize-7374.B | |
[0:04:44] = [up to date] stabilize-7390.59.B -> origin/stabilize-7390.59.B | |
[0:04:44] = [up to date] stabilize-7390.68.B -> origin/stabilize-7390.68.B | |
[0:04:44] = [up to date] stabilize-7442.B -> origin/stabilize-7442.B | |
[0:04:44] = [up to date] stabilize-7520.49.B -> origin/stabilize-7520.49.B | |
[0:04:44] = [up to date] stabilize-7520.63.B -> origin/stabilize-7520.63.B | |
[0:04:44] = [up to date] stabilize-7520.67.B -> origin/stabilize-7520.67.B | |
[0:04:44] = [up to date] stabilize-7628.B -> origin/stabilize-7628.B | |
[0:04:44] = [up to date] stabilize-7647.32.B -> origin/stabilize-7647.32.B | |
[0:04:44] = [up to date] stabilize-7647.72.B -> origin/stabilize-7647.72.B | |
[0:04:44] = [up to date] stabilize-7647.74.B -> origin/stabilize-7647.74.B | |
[0:04:44] = [up to date] stabilize-7729.B -> origin/stabilize-7729.B | |
[0:04:44] = [up to date] stabilize-7797.B -> origin/stabilize-7797.B | |
[0:04:44] = [up to date] stabilize-7821.B -> origin/stabilize-7821.B | |
[0:04:44] = [up to date] stabilize-7834.66.B -> origin/stabilize-7834.66.B | |
[0:04:44] = [up to date] stabilize-7907.B -> origin/stabilize-7907.B | |
[0:04:44] = [up to date] stabilize-7912.B -> origin/stabilize-7912.B | |
[0:04:44] = [up to date] stabilize-7956.B -> origin/stabilize-7956.B | |
[0:04:44] = [up to date] stabilize-7978.18.B -> origin/stabilize-7978.18.B | |
[0:04:44] = [up to date] stabilize-7978.B -> origin/stabilize-7978.B | |
[0:04:44] = [up to date] stabilize-8104.B -> origin/stabilize-8104.B | |
[0:04:44] = [up to date] stabilize-R33-4982.B -> origin/stabilize-R33-4982.B | |
[0:04:44] = [up to date] stabilize-bluetooth-smart -> origin/stabilize-bluetooth-smart | |
[0:04:44] = [up to date] stabilize-daisy -> origin/stabilize-daisy | |
[0:04:44] = [up to date] stabilize-daisy-4319.96.B -> origin/stabilize-daisy-4319.96.B | |
[0:04:44] = [up to date] stabilize-falco-4537.91.B -> origin/stabilize-falco-4537.91.B | |
[0:04:44] = [up to date] stabilize-gnawty-5841.84.B -> origin/stabilize-gnawty-5841.84.B | |
[0:04:44] = [up to date] stabilize-jetstream-7390.54.B -> origin/stabilize-jetstream-7390.54.B | |
[0:04:44] = [up to date] stabilize-jetstream-7390.62.B -> origin/stabilize-jetstream-7390.62.B | |
[0:04:44] = [up to date] stabilize-js-6812.21.B -> origin/stabilize-js-6812.21.B | |
[0:04:44] = [up to date] stabilize-js-6812.25.B -> origin/stabilize-js-6812.25.B | |
[0:04:44] = [up to date] stabilize-js-6812.26.B -> origin/stabilize-js-6812.26.B | |
[0:04:44] = [up to date] stabilize-link -> origin/stabilize-link | |
[0:04:44] = [up to date] stabilize-link-2913.278 -> origin/stabilize-link-2913.278 | |
[0:04:44] = [up to date] stabilize-smaug-7547.B -> origin/stabilize-smaug-7547.B | |
[0:04:44] = [up to date] stabilize-smaug-7566.B -> origin/stabilize-smaug-7566.B | |
[0:04:44] = [up to date] stabilize-smaug-7731.B -> origin/stabilize-smaug-7731.B | |
[0:04:44] = [up to date] stabilize-smaug-7800.B -> origin/stabilize-smaug-7800.B | |
[0:04:44] = [up to date] stabilize-smaug-7897.B -> origin/stabilize-smaug-7897.B | |
[0:04:44] = [up to date] stabilize-spring-4100.53.B -> origin/stabilize-spring-4100.53.B | |
[0:04:44] = [up to date] stabilize-springlte-5116.46.B -> origin/stabilize-springlte-5116.46.B | |
[0:04:44] = [up to date] stabilize-storm-6683.B -> origin/stabilize-storm-6683.B | |
[0:04:44] = [up to date] stabilize-swanky-5841.55.B -> origin/stabilize-swanky-5841.55.B | |
[0:04:44] = [up to date] stabilize-zako-5712.88.B -> origin/stabilize-zako-5712.88.B | |
[0:04:44] = [up to date] stabilize.5978.51.B -> origin/stabilize.5978.51.B | |
[0:04:44] = [up to date] stabilize.5978.98.B -> origin/stabilize.5978.98.B | |
[0:04:44] = [up to date] stabilize.59781.98.B -> origin/stabilize.59781.98.B | |
[0:04:44] = [up to date] stabilize2 -> origin/stabilize2 | |
[0:04:44] = [up to date] stabilze-7441.B -> origin/stabilze-7441.B | |
[0:04:44] = [up to date] test-4980.B -> origin/test-4980.B | |
[0:04:44] = [up to date] test-5394.B -> origin/test-5394.B | |
[0:04:44] = [up to date] test-5619.B -> origin/test-5619.B | |
[0:04:44] = [up to date] test-982.B -> origin/test-982.B | |
[0:04:44] = [up to date] toolchain-3428.65.B -> origin/toolchain-3428.65.B | |
[0:04:44] = [up to date] toolchain-3701.42.B -> origin/toolchain-3701.42.B | |
[0:04:44] = [up to date] toolchainA -> origin/toolchainA | |
[0:04:44] = [up to date] toolchainB -> origin/toolchainB | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/cros_system_api' | |
[0:04:44] HEAD is now at d9ecb3b Switch to standard integer types in cryptohome.h. | |
[0:04:45] Up-to-date; skipping checkout. | |
Checked out revision d9ecb3bd87504815d4c58a6a8b9031deb2498d19 | |
[0:04:45] Finished. | |
---------------------------------------- | |
src/third_party/elfutils/src (Elapsed: 0:00:10) | |
---------------------------------------- | |
[0:04:36] 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:04:41] From https://chromium.googlesource.com/external/elfutils | |
[0:04:41] = [up to date] clang/elfutils-0.158 -> origin/clang/elfutils-0.158 | |
[0:04:41] = [up to date] dwarf -> origin/dwarf | |
[0:04:41] = [up to date] fche/portable-complete-ro-src -> origin/fche/portable-complete-ro-src | |
[0:04:41] = [up to date] jankratochvil/NT_FILE -> origin/jankratochvil/NT_FILE | |
[0:04:41] = [up to date] jankratochvil/addralignzero -> origin/jankratochvil/addralignzero | |
[0:04:41] = [up to date] jankratochvil/cfaloop -> origin/jankratochvil/cfaloop | |
[0:04:41] = [up to date] jankratochvil/corepattern -> origin/jankratochvil/corepattern | |
[0:04:41] = [up to date] jankratochvil/corepatternorig -> origin/jankratochvil/corepatternorig | |
[0:04:41] = [up to date] jankratochvil/deleted -> origin/jankratochvil/deleted | |
[0:04:41] = [up to date] jankratochvil/deletedfix -> origin/jankratochvil/deletedfix | |
[0:04:41] = [up to date] jankratochvil/deletedmapfiles -> origin/jankratochvil/deletedmapfiles | |
[0:04:41] = [up to date] jankratochvil/deletedrevert -> origin/jankratochvil/deletedrevert | |
[0:04:41] = [up to date] jankratochvil/deletedtest -> origin/jankratochvil/deletedtest | |
[0:04:41] = [up to date] jankratochvil/devmem -> origin/jankratochvil/devmem | |
[0:04:41] = [up to date] jankratochvil/forunwind-baseaddr-hookvars-corereport -> origin/jankratochvil/forunwind-baseaddr-hookvars-corereport | |
[0:04:41] = [up to date] jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86 -> origin/jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86 | |
[0:04:41] = [up to date] jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86-nonx86 -> origin/jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86-nonx86 | |
[0:04:41] = [up to date] jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86-nonx86-fddebuginfo -> origin/jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86-nonx86-fddebuginfo | |
[0:04:41] = [up to date] jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86-nonx86-fddebuginfo-ports -> origin/jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86-nonx86-fddebuginfo-ports | |
[0:04:41] = [up to date] jankratochvil/gdbserver -> origin/jankratochvil/gdbserver | |
[0:04:41] = [up to date] jankratochvil/is_executable -> origin/jankratochvil/is_executable | |
[0:04:41] = [up to date] jankratochvil/is_executable-NT_FILE -> origin/jankratochvil/is_executable-NT_FILE | |
[0:04:41] = [up to date] jankratochvil/l_addr -> origin/jankratochvil/l_addr | |
[0:04:41] = [up to date] jankratochvil/ppc64bidir -> origin/jankratochvil/ppc64bidir | |
[0:04:41] = [up to date] jankratochvil/ppc64bidir-unwindppc -> origin/jankratochvil/ppc64bidir-unwindppc | |
[0:04:41] = [up to date] master -> origin/master | |
[0:04:41] = [up to date] mjw/RH-DTS -> origin/mjw/RH-DTS | |
[0:04:41] = [up to date] mjw/aarch64-unwind -> origin/mjw/aarch64-unwind | |
[0:04:41] = [up to date] mjw/addr2line -> origin/mjw/addr2line | |
[0:04:41] = [up to date] mjw/call_site -> origin/mjw/call_site | |
[0:04:41] = [up to date] mjw/check_self_referential_die -> origin/mjw/check_self_referential_die | |
[0:04:41] = [up to date] mjw/compress -> origin/mjw/compress | |
[0:04:41] = [up to date] mjw/compress2 -> origin/mjw/compress2 | |
[0:04:41] = [up to date] mjw/compress3 -> origin/mjw/compress3 | |
[0:04:41] = [up to date] mjw/compress4 -> origin/mjw/compress4 | |
[0:04:41] = [up to date] mjw/dwarf_output -> origin/mjw/dwarf_output | |
[0:04:41] = [up to date] mjw/dwarfstrings -> origin/mjw/dwarfstrings | |
[0:04:41] = [up to date] mjw/dwelf -> origin/mjw/dwelf | |
[0:04:41] = [up to date] mjw/elfstrmerge -> origin/mjw/elfstrmerge | |
[0:04:41] = [up to date] mjw/leaks -> origin/mjw/leaks | |
[0:04:41] = [up to date] mjw/location-range -> origin/mjw/location-range | |
[0:04:41] = [up to date] mjw/pending -> origin/mjw/pending | |
[0:04:41] = [up to date] mpolacek/autotest -> origin/mpolacek/autotest | |
[0:04:41] = [up to date] pmachata/RH-DTS -> origin/pmachata/RH-DTS | |
[0:04:41] = [up to date] pmachata/aarch64-review -> origin/pmachata/aarch64-review | |
[0:04:41] = [up to date] pmachata/dwarf -> origin/pmachata/dwarf | |
[0:04:41] = [up to date] pmachata/dwarf-writer -> origin/pmachata/dwarf-writer | |
[0:04:41] = [up to date] pmachata/dwarf_output -> origin/pmachata/dwarf_output | |
[0:04:41] = [up to date] pmachata/dwarflint -> origin/pmachata/dwarflint | |
[0:04:41] = [up to date] pmachata/dwfl_core_file_report -> origin/pmachata/dwfl_core_file_report | |
[0:04:41] = [up to date] pmachata/iterators -> origin/pmachata/iterators | |
[0:04:41] = [up to date] pmachata/macro -> origin/pmachata/macro | |
[0:04:41] = [up to date] pmachata/range_list_iterator_formptr -> origin/pmachata/range_list_iterator_formptr | |
[0:04:41] = [up to date] pmachata/reader_hooks -> origin/pmachata/reader_hooks | |
[0:04:41] = [up to date] pmachata/sharing -> origin/pmachata/sharing | |
[0:04:41] = [up to date] pmachata/threads -> origin/pmachata/threads | |
[0:04:41] = [up to date] portable -> origin/portable | |
[0:04:41] = [up to date] relocate -> origin/relocate | |
[0:04:41] = [up to date] robustify -> origin/robustify | |
[0:04:41] = [up to date] roland/addrsym_tls -> origin/roland/addrsym_tls | |
[0:04:41] = [up to date] roland/arm_corenote -> origin/roland/arm_corenote | |
[0:04:41] = [up to date] roland/cfi -> origin/roland/cfi | |
[0:04:41] = [up to date] roland/dwarf-collector -> origin/roland/dwarf-collector | |
[0:04:41] = [up to date] roland/dwarf-hacking -> origin/roland/dwarf-hacking | |
[0:04:41] = [up to date] roland/dwarf-macinfo -> origin/roland/dwarf-macinfo | |
[0:04:41] = [up to date] roland/dwarf_edit -> origin/roland/dwarf_edit | |
[0:04:41] = [up to date] roland/dwarf_output-shape -> origin/roland/dwarf_output-shape | |
[0:04:41] = [up to date] roland/dwarf_output-tracker -> origin/roland/dwarf_output-tracker | |
[0:04:41] = [up to date] roland/elf_clone -> origin/roland/elf_clone | |
[0:04:41] = [up to date] roland/is_stmt -> origin/roland/is_stmt | |
[0:04:41] = [up to date] roland/notes -> origin/roland/notes | |
[0:04:41] = [up to date] roland/parisc -> origin/roland/parisc | |
[0:04:41] = [up to date] roland/parisc_corenote -> origin/roland/parisc_corenote | |
[0:04:41] = [up to date] roland/relocate-cfi-tmp -> origin/roland/relocate-cfi-tmp | |
[0:04:41] = [up to date] roland/tracker -> origin/roland/tracker | |
[0:04:41] = [up to date] roland/unstrip-buildid-relative -> origin/roland/unstrip-buildid-relative | |
[0:04:41] = [up to date] roland/unwind -> origin/roland/unwind | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/elfutils/src' | |
[0:04:43] HEAD is now at 2496737 Fix clang compilation errors in libelf. | |
[0:04:45] Up-to-date; skipping checkout. | |
Checked out revision 249673729a7e5dbd5de4f3760bdcaa3d23d154d7 | |
[0:04:47] Finished. | |
---------------------------------------- | |
src/third_party/chromite (Elapsed: 0:00:28) | |
---------------------------------------- | |
[0:04:19] 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:04:37] From https://chromium.googlesource.com/chromiumos/chromite | |
[0:04:37] = [up to date] 0.11.241.B -> origin/0.11.241.B | |
[0:04:37] = [up to date] 0.11.257.B -> origin/0.11.257.B | |
[0:04:37] = [up to date] 0.11.257.B90 -> origin/0.11.257.B90 | |
[0:04:37] = [up to date] 0.12.362.B -> origin/0.12.362.B | |
[0:04:37] = [up to date] 0.12.369.B -> origin/0.12.369.B | |
[0:04:37] = [up to date] 0.12.392.B -> origin/0.12.392.B | |
[0:04:37] = [up to date] 0.12.433.B -> origin/0.12.433.B | |
[0:04:37] = [up to date] 0.12.433.B109 -> origin/0.12.433.B109 | |
[0:04:37] = [up to date] 0.12.433.B62 -> origin/0.12.433.B62 | |
[0:04:37] = [up to date] 0.13.434.B -> origin/0.13.434.B | |
[0:04:37] = [up to date] 0.13.509.B -> origin/0.13.509.B | |
[0:04:37] = [up to date] 0.13.558.B -> origin/0.13.558.B | |
[0:04:37] = [up to date] 0.13.587.B -> origin/0.13.587.B | |
[0:04:37] = [up to date] 0.14.811.B -> origin/0.14.811.B | |
[0:04:37] = [up to date] 0.15.877.B -> origin/0.15.877.B | |
[0:04:37] = [up to date] 11.1.241.B -> origin/11.1.241.B | |
[0:04:37] = [up to date] 780.B -> origin/780.B | |
[0:04:37] = [up to date] addlkgmlogic -> origin/addlkgmlogic | |
[0:04:37] = [up to date] factory-1020.B -> origin/factory-1020.B | |
[0:04:37] = [up to date] factory-1235.B -> origin/factory-1235.B | |
[0:04:37] = [up to date] factory-1284.B -> origin/factory-1284.B | |
[0:04:37] = [up to date] factory-1412.B -> origin/factory-1412.B | |
[0:04:37] = [up to date] factory-1987.B -> origin/factory-1987.B | |
[0:04:37] = [up to date] factory-2268.16.B -> origin/factory-2268.16.B | |
[0:04:37] = [up to date] factory-2305.B -> origin/factory-2305.B | |
[0:04:37] = [up to date] factory-2338.B -> origin/factory-2338.B | |
[0:04:37] = [up to date] factory-2368.B -> origin/factory-2368.B | |
[0:04:37] = [up to date] factory-2394.B -> origin/factory-2394.B | |
[0:04:37] = [up to date] factory-2460.B -> origin/factory-2460.B | |
[0:04:37] = [up to date] factory-2475.B -> origin/factory-2475.B | |
[0:04:37] = [up to date] factory-2569.B -> origin/factory-2569.B | |
[0:04:37] = [up to date] factory-2717.B -> origin/factory-2717.B | |
[0:04:37] = [up to date] factory-2723.14.B -> origin/factory-2723.14.B | |
[0:04:37] = [up to date] factory-2846.B -> origin/factory-2846.B | |
[0:04:37] = [up to date] factory-2848.B -> origin/factory-2848.B | |
[0:04:37] = [up to date] factory-2914.B -> origin/factory-2914.B | |
[0:04:37] = [up to date] factory-2985.B -> origin/factory-2985.B | |
[0:04:37] = [up to date] factory-2993.B -> origin/factory-2993.B | |
[0:04:37] = [up to date] factory-3004.B -> origin/factory-3004.B | |
[0:04:37] = [up to date] factory-3536.B -> origin/factory-3536.B | |
[0:04:37] = [up to date] factory-4128.B -> origin/factory-4128.B | |
[0:04:37] = [up to date] factory-4290.B -> origin/factory-4290.B | |
[0:04:37] = [up to date] factory-4455.228.B -> origin/factory-4455.228.B | |
[0:04:37] = [up to date] factory-4455.B -> origin/factory-4455.B | |
[0:04:37] = [up to date] factory-980.B -> origin/factory-980.B | |
[0:04:37] = [up to date] factory-arkham-7077.113.B -> origin/factory-arkham-7077.113.B | |
[0:04:37] = [up to date] factory-auron-6459.B -> origin/factory-auron-6459.B | |
[0:04:37] = [up to date] factory-auron-6772.B -> origin/factory-auron-6772.B | |
[0:04:37] = [up to date] factory-beltino-5140.14.B -> origin/factory-beltino-5140.14.B | |
[0:04:37] = [up to date] factory-daisy-4731.81.B -> origin/factory-daisy-4731.81.B | |
[0:04:37] = [up to date] factory-glados-7657.B -> origin/factory-glados-7657.B | |
[0:04:37] = [up to date] factory-glados-7828.B -> origin/factory-glados-7828.B | |
[0:04:37] = [up to date] factory-monroe-5140.B -> origin/factory-monroe-5140.B | |
[0:04:37] = [up to date] factory-nyan-5772.B -> origin/factory-nyan-5772.B | |
[0:04:37] = [up to date] factory-oak-8141.B -> origin/factory-oak-8141.B | |
[0:04:37] = [up to date] factory-oak-8182.B -> origin/factory-oak-8182.B | |
[0:04:37] = [up to date] factory-panther-4920.23.B -> origin/factory-panther-4920.23.B | |
[0:04:37] = [up to date] factory-pit-4280.B -> origin/factory-pit-4280.B | |
[0:04:37] = [up to date] factory-pit-4390.B -> origin/factory-pit-4390.B | |
[0:04:37] = [up to date] factory-pit-4471.B -> origin/factory-pit-4471.B | |
[0:04:37] = [up to date] factory-pit-5499.B -> origin/factory-pit-5499.B | |
[0:04:37] = [up to date] factory-rambi-5517.B -> origin/factory-rambi-5517.B | |
[0:04:37] = [up to date] factory-rambi-6420.B -> origin/factory-rambi-6420.B | |
[0:04:37] = [up to date] factory-ryu-6212.B -> origin/factory-ryu-6212.B | |
[0:04:37] = [up to date] factory-ryu-6486.1.B -> origin/factory-ryu-6486.1.B | |
[0:04:37] = [up to date] factory-ryu-6486.14.B -> origin/factory-ryu-6486.14.B | |
[0:04:37] = [up to date] factory-ryu-6486.B -> origin/factory-ryu-6486.B | |
[0:04:37] = [up to date] factory-samus-4788.B -> origin/factory-samus-4788.B | |
[0:04:37] = [up to date] factory-samus-5939.B -> origin/factory-samus-5939.B | |
[0:04:37] = [up to date] factory-samus-6207.B -> origin/factory-samus-6207.B | |
[0:04:37] = [up to date] factory-samus-6375.B -> origin/factory-samus-6375.B | |
[0:04:37] = [up to date] factory-samus-6658.B -> origin/factory-samus-6658.B | |
[0:04:37] = [up to date] factory-skate-4262.459.B -> origin/factory-skate-4262.459.B | |
[0:04:37] = [up to date] factory-smaug-7265.B -> origin/factory-smaug-7265.B | |
[0:04:37] = [up to date] factory-spring-3842.B -> origin/factory-spring-3842.B | |
[0:04:37] = [up to date] factory-spring-4131.B -> origin/factory-spring-4131.B | |
[0:04:37] = [up to date] factory-spring-4262.B -> origin/factory-spring-4262.B | |
[0:04:37] = [up to date] factory-storm-6269.B -> origin/factory-storm-6269.B | |
[0:04:37] = [up to date] factory-strago-7458.B -> origin/factory-strago-7458.B | |
[0:04:37] = [up to date] factory-test-7077.114.B -> origin/factory-test-7077.114.B | |
[0:04:37] = [up to date] factory-veyron-6591.B -> origin/factory-veyron-6591.B | |
[0:04:37] = [up to date] factory-veyron-7505.B -> origin/factory-veyron-7505.B | |
[0:04:37] = [up to date] factory-whirlwind-6509.B -> origin/factory-whirlwind-6509.B | |
[0:04:37] = [up to date] factory-whirlwind-6812.41.B -> origin/factory-whirlwind-6812.41.B | |
[0:04:37] = [up to date] factory-zako-5220.B -> origin/factory-zako-5220.B | |
[0:04:37] = [up to date] firmware-4389.71.B -> origin/firmware-4389.71.B | |
[0:04:37] = [up to date] firmware-881-u-boot-v1 -> origin/firmware-881-u-boot-v1 | |
[0:04:37] = [up to date] firmware-auron-6301.B -> origin/firmware-auron-6301.B | |
[0:04:37] = [up to date] firmware-banjo-5216.334.B -> origin/firmware-banjo-5216.334.B | |
[0:04:37] = [up to date] firmware-bolt_kirby-4979.B -> origin/firmware-bolt_kirby-4979.B | |
[0:04:37] = [up to date] firmware-buddy-6301.202.B -> origin/firmware-buddy-6301.202.B | |
[0:04:37] = [up to date] firmware-butterfly-2788.B -> origin/firmware-butterfly-2788.B | |
[0:04:37] = [up to date] firmware-candy-5216.310.B -> origin/firmware-candy-5216.310.B | |
[0:04:37] = [up to date] firmware-celes-7287.92.B -> origin/firmware-celes-7287.92.B | |
[0:04:37] = [up to date] firmware-clapper-5216.199.B -> origin/firmware-clapper-5216.199.B | |
[0:04:37] = [up to date] firmware-clapper-5218.B -> origin/firmware-clapper-5218.B | |
[0:04:37] = [up to date] firmware-cyan-7287.57.B -> origin/firmware-cyan-7287.57.B | |
[0:04:37] = [up to date] firmware-edgar-7287.167.B -> origin/firmware-edgar-7287.167.B | |
[0:04:37] = [up to date] firmware-enguarde-5216.201.B -> origin/firmware-enguarde-5216.201.B | |
[0:04:37] = [up to date] firmware-expresso-5216.223.B -> origin/firmware-expresso-5216.223.B | |
[0:04:37] = [up to date] firmware-falco_peppy-4389.81.B -> origin/firmware-falco_peppy-4389.81.B | |
[0:04:37] = [up to date] firmware-falco_peppy-4389.B -> origin/firmware-falco_peppy-4389.B | |
[0:04:37] = [up to date] firmware-gandof-6301.155.B -> origin/firmware-gandof-6301.155.B | |
[0:04:37] = [up to date] firmware-glados-7820.B -> origin/firmware-glados-7820.B | |
[0:04:37] = [up to date] firmware-glimmer-5216.198.B -> origin/firmware-glimmer-5216.198.B | |
[0:04:37] = [up to date] firmware-glimmer-5217.B -> origin/firmware-glimmer-5217.B | |
[0:04:37] = [up to date] firmware-gnawty-5216.239.B -> origin/firmware-gnawty-5216.239.B | |
[0:04:37] = [up to date] firmware-guado-6301.108.B -> origin/firmware-guado-6301.108.B | |
[0:04:37] = [up to date] firmware-heli-5216.392.B -> origin/firmware-heli-5216.392.B | |
[0:04:37] = [up to date] firmware-kiev-2.112.B -> origin/firmware-kiev-2.112.B | |
[0:04:37] = [up to date] firmware-kip-5216.227.B -> origin/firmware-kip-5216.227.B | |
[0:04:37] = [up to date] firmware-kitty-5771.61.B -> origin/firmware-kitty-5771.61.B | |
[0:04:37] = [up to date] firmware-leon-4389.26.B -> origin/firmware-leon-4389.26.B | |
[0:04:37] = [up to date] firmware-leon-4389.61.B -> origin/firmware-leon-4389.61.B | |
[0:04:37] = [up to date] firmware-link-2348.B -> origin/firmware-link-2348.B | |
[0:04:37] = [up to date] firmware-link-2695.2.B -> origin/firmware-link-2695.2.B | |
[0:04:37] = [up to date] firmware-link-2695.B -> origin/firmware-link-2695.B | |
[0:04:37] = [up to date] firmware-lulu-6301.136.B -> origin/firmware-lulu-6301.136.B | |
[0:04:37] = [up to date] firmware-mccloud-5827.B -> origin/firmware-mccloud-5827.B | |
[0:04:37] = [up to date] firmware-monroe-4921.B -> origin/firmware-monroe-4921.B | |
[0:04:37] = [up to date] firmware-ninja-5216.383.B -> origin/firmware-ninja-5216.383.B | |
[0:04:37] = [up to date] firmware-nyan-5771.B -> origin/firmware-nyan-5771.B | |
[0:04:37] = [up to date] firmware-orco-5216.362.B -> origin/firmware-orco-5216.362.B | |
[0:04:37] = [up to date] firmware-paine-6301.58.B -> origin/firmware-paine-6301.58.B | |
[0:04:37] = [up to date] firmware-panther-4920.24.B -> origin/firmware-panther-4920.24.B | |
[0:04:37] = [up to date] firmware-parrot-2685.B -> origin/firmware-parrot-2685.B | |
[0:04:37] = [up to date] firmware-pit-4482.B -> origin/firmware-pit-4482.B | |
[0:04:37] = [up to date] firmware-quawks-5216.204.B -> origin/firmware-quawks-5216.204.B | |
[0:04:37] = [up to date] firmware-rambi-5216.B -> origin/firmware-rambi-5216.B | |
[0:04:37] = [up to date] firmware-reks-7287.133.B -> origin/firmware-reks-7287.133.B | |
[0:04:37] = [up to date] firmware-rikku-6301.110.B -> origin/firmware-rikku-6301.110.B | |
[0:04:37] = [up to date] firmware-samus-6300.B -> origin/firmware-samus-6300.B | |
[0:04:37] = [up to date] firmware-skate-3824.129.B -> origin/firmware-skate-3824.129.B | |
[0:04:37] = [up to date] firmware-smaug-7132.B -> origin/firmware-smaug-7132.B | |
[0:04:37] = [up to date] firmware-smaug-7900.B -> origin/firmware-smaug-7900.B | |
[0:04:37] = [up to date] firmware-snow-2695.90.B -> origin/firmware-snow-2695.90.B | |
[0:04:37] = [up to date] firmware-snow-2695.B -> origin/firmware-snow-2695.B | |
[0:04:37] = [up to date] firmware-spring-3824.4.B -> origin/firmware-spring-3824.4.B | |
[0:04:37] = [up to date] firmware-spring-3824.55.B -> origin/firmware-spring-3824.55.B | |
[0:04:37] = [up to date] firmware-spring-3824.84.B -> origin/firmware-spring-3824.84.B | |
[0:04:37] = [up to date] firmware-spring-3824.B -> origin/firmware-spring-3824.B | |
[0:04:37] = [up to date] firmware-spring-3833.B -> origin/firmware-spring-3833.B | |
[0:04:37] = [up to date] firmware-squawks-5216.152.B -> origin/firmware-squawks-5216.152.B | |
[0:04:37] = [up to date] firmware-storm-6315.B -> origin/firmware-storm-6315.B | |
[0:04:37] = [up to date] firmware-stout-2817.B -> origin/firmware-stout-2817.B | |
[0:04:37] = [up to date] firmware-strago-7287.B -> origin/firmware-strago-7287.B | |
[0:04:37] = [up to date] firmware-sumo-5216.382.B -> origin/firmware-sumo-5216.382.B | |
[0:04:37] = [up to date] firmware-swanky-5216.238.B -> origin/firmware-swanky-5216.238.B | |
[0:04:37] = [up to date] firmware-terra-7287.154.B -> origin/firmware-terra-7287.154.B | |
[0:04:37] = [up to date] firmware-tidus-6301.109.B -> origin/firmware-tidus-6301.109.B | |
[0:04:37] = [up to date] firmware-tricky-5829.B -> origin/firmware-tricky-5829.B | |
[0:04:37] = [up to date] firmware-u-boot-v1 -> origin/firmware-u-boot-v1 | |
[0:04:37] = [up to date] firmware-uboot_v2-1299.B -> origin/firmware-uboot_v2-1299.B | |
[0:04:37] = [up to date] firmware-ultima-7287.131.B -> origin/firmware-ultima-7287.131.B | |
[0:04:37] = [up to date] firmware-veyron-6588.B -> origin/firmware-veyron-6588.B | |
[0:04:37] = [up to date] firmware-winky-5216.1.B -> origin/firmware-winky-5216.1.B | |
[0:04:37] = [up to date] firmware-winky-5216.265.B -> origin/firmware-winky-5216.265.B | |
[0:04:37] = [up to date] firmware-wolf-4389.24.B -> origin/firmware-wolf-4389.24.B | |
[0:04:37] = [up to date] firmware-yuna-6301.59.B -> origin/firmware-yuna-6301.59.B | |
[0:04:37] = [up to date] firmware-zako-5219.17.B -> origin/firmware-zako-5219.17.B | |
[0:04:37] = [up to date] firmware-zako-5219.B -> origin/firmware-zako-5219.B | |
[0:04:37] = [up to date] foo-test -> origin/foo-test | |
[0:04:37] = [up to date] infra/config -> origin/infra/config | |
[0:04:37] = [up to date] master -> origin/master | |
[0:04:37] = [up to date] prod -> origin/prod | |
[0:04:37] = [up to date] release-1011.B -> origin/release-1011.B | |
[0:04:37] = [up to date] release-R16-1193.B -> origin/release-R16-1193.B | |
[0:04:37] = [up to date] release-R17-1412.B -> origin/release-R17-1412.B | |
[0:04:37] = [up to date] release-R18-1660.B -> origin/release-R18-1660.B | |
[0:04:37] = [up to date] release-R19-2046.B -> origin/release-R19-2046.B | |
[0:04:37] = [up to date] release-R20-2268.B -> origin/release-R20-2268.B | |
[0:04:37] = [up to date] release-R21-2465.B -> origin/release-R21-2465.B | |
[0:04:37] = [up to date] release-R22-2723.B -> origin/release-R22-2723.B | |
[0:04:37] = [up to date] release-R23-2913.B -> origin/release-R23-2913.B | |
[0:04:37] = [up to date] release-R25-3428.B -> origin/release-R25-3428.B | |
[0:04:37] = [up to date] release-R26-3701.B -> origin/release-R26-3701.B | |
[0:04:37] = [up to date] release-R27-3912.B -> origin/release-R27-3912.B | |
[0:04:37] = [up to date] release-R28-4100.B -> origin/release-R28-4100.B | |
[0:04:37] = [up to date] release-R29-4319.B -> origin/release-R29-4319.B | |
[0:04:37] = [up to date] release-R30-4537.B -> origin/release-R30-4537.B | |
[0:04:37] = [up to date] release-R31-4731.B -> origin/release-R31-4731.B | |
[0:04:37] = [up to date] release-R32-4920.B -> origin/release-R32-4920.B | |
[0:04:37] = [up to date] release-R33-5116.B -> origin/release-R33-5116.B | |
[0:04:37] = [up to date] release-R34-5500.B -> origin/release-R34-5500.B | |
[0:04:37] = [up to date] release-R35-5712.B -> origin/release-R35-5712.B | |
[0:04:37] = [up to date] release-R36-5841.B -> origin/release-R36-5841.B | |
[0:04:37] = [up to date] release-R37-5978.B -> origin/release-R37-5978.B | |
[0:04:37] = [up to date] release-R38-6158.B -> origin/release-R38-6158.B | |
[0:04:37] = [up to date] release-R39-6310.B -> origin/release-R39-6310.B | |
[0:04:37] = [up to date] release-R40-6457.B -> origin/release-R40-6457.B | |
[0:04:37] = [up to date] release-R41-6680.B -> origin/release-R41-6680.B | |
[0:04:37] = [up to date] release-R42-6812.B -> origin/release-R42-6812.B | |
[0:04:37] = [up to date] release-R43-6946.B -> origin/release-R43-6946.B | |
[0:04:37] = [up to date] release-R44-7077.B -> origin/release-R44-7077.B | |
[0:04:37] = [up to date] release-R45-7262.B -> origin/release-R45-7262.B | |
[0:04:37] = [up to date] release-R46-7390.B -> origin/release-R46-7390.B | |
[0:04:37] = [up to date] release-R47-7520.B -> origin/release-R47-7520.B | |
[0:04:37] = [up to date] release-R48-7647.B -> origin/release-R48-7647.B | |
[0:04:37] = [up to date] release-R49-7834.B -> origin/release-R49-7834.B | |
[0:04:37] = [up to date] release-R50-7978.B -> origin/release-R50-7978.B | |
[0:04:37] = [up to date] release-R51-8172.B -> origin/release-R51-8172.B | |
[0:04:37] = [up to date] stabilize -> origin/stabilize | |
[0:04:37] = [up to date] stabilize-3428.110.0 -> origin/stabilize-3428.110.0 | |
[0:04:37] = [up to date] stabilize-3428.149 -> origin/stabilize-3428.149 | |
[0:04:37] = [up to date] stabilize-3428.149.B -> origin/stabilize-3428.149.B | |
[0:04:37] = [up to date] stabilize-3428.193 -> origin/stabilize-3428.193 | |
[0:04:37] = [up to date] stabilize-3658.0.0 -> origin/stabilize-3658.0.0 | |
[0:04:37] = [up to date] stabilize-3701.30.0 -> origin/stabilize-3701.30.0 | |
[0:04:37] = [up to date] stabilize-3701.30.0b -> origin/stabilize-3701.30.0b | |
[0:04:37] = [up to date] stabilize-3701.46.B -> origin/stabilize-3701.46.B | |
[0:04:37] = [up to date] stabilize-3701.81.B -> origin/stabilize-3701.81.B | |
[0:04:37] = [up to date] stabilize-3881.0.B -> origin/stabilize-3881.0.B | |
[0:04:37] = [up to date] stabilize-3912.79.B -> origin/stabilize-3912.79.B | |
[0:04:37] = [up to date] stabilize-4008.0.B -> origin/stabilize-4008.0.B | |
[0:04:37] = [up to date] stabilize-4035.0.B -> origin/stabilize-4035.0.B | |
[0:04:37] = [up to date] stabilize-4068.0.B -> origin/stabilize-4068.0.B | |
[0:04:37] = [up to date] stabilize-4100.38.B -> origin/stabilize-4100.38.B | |
[0:04:37] = [up to date] stabilize-4255.B -> origin/stabilize-4255.B | |
[0:04:37] = [up to date] stabilize-4287.B -> origin/stabilize-4287.B | |
[0:04:37] = [up to date] stabilize-4443.B -> origin/stabilize-4443.B | |
[0:04:37] = [up to date] stabilize-4512.B -> origin/stabilize-4512.B | |
[0:04:37] = [up to date] stabilize-4537.118.B -> origin/stabilize-4537.118.B | |
[0:04:37] = [up to date] stabilize-4537.147.B -> origin/stabilize-4537.147.B | |
[0:04:37] = [up to date] stabilize-4636.B -> origin/stabilize-4636.B | |
[0:04:37] = [up to date] stabilize-4701.B -> origin/stabilize-4701.B | |
[0:04:37] = [up to date] stabilize-4731.31.B -> origin/stabilize-4731.31.B | |
[0:04:37] = [up to date] stabilize-4731.62.B -> origin/stabilize-4731.62.B | |
[0:04:37] = [up to date] stabilize-4731.85.B -> origin/stabilize-4731.85.B | |
[0:04:37] = [up to date] stabilize-4825.B -> origin/stabilize-4825.B | |
[0:04:37] = [up to date] stabilize-4856.B -> origin/stabilize-4856.B | |
[0:04:37] = [up to date] stabilize-4886.B -> origin/stabilize-4886.B | |
[0:04:37] = [up to date] stabilize-4920.6.B -> origin/stabilize-4920.6.B | |
[0:04:37] = [up to date] stabilize-5062.B -> origin/stabilize-5062.B | |
[0:04:37] = [up to date] stabilize-5085.B -> origin/stabilize-5085.B | |
[0:04:37] = [up to date] stabilize-5116.113.B -> origin/stabilize-5116.113.B | |
[0:04:37] = [up to date] stabilize-5116.115.B -> origin/stabilize-5116.115.B | |
[0:04:37] = [up to date] stabilize-5116.53.B -> origin/stabilize-5116.53.B | |
[0:04:37] = [up to date] stabilize-5116.88.B -> origin/stabilize-5116.88.B | |
[0:04:37] = [up to date] stabilize-5254.B -> origin/stabilize-5254.B | |
[0:04:37] = [up to date] stabilize-5339.B -> origin/stabilize-5339.B | |
[0:04:37] = [up to date] stabilize-5412.B -> origin/stabilize-5412.B | |
[0:04:37] = [up to date] stabilize-5414.B -> origin/stabilize-5414.B | |
[0:04:37] = [up to date] stabilize-5463.B -> origin/stabilize-5463.B | |
[0:04:37] = [up to date] stabilize-5500.100.B -> origin/stabilize-5500.100.B | |
[0:04:37] = [up to date] stabilize-5500.130.B -> origin/stabilize-5500.130.B | |
[0:04:37] = [up to date] stabilize-5500.26.B -> origin/stabilize-5500.26.B | |
[0:04:37] = [up to date] stabilize-5500.71.B -> origin/stabilize-5500.71.B | |
[0:04:37] = [up to date] stabilize-5511.B -> origin/stabilize-5511.B | |
[0:04:37] = [up to date] stabilize-5579.B -> origin/stabilize-5579.B | |
[0:04:37] = [up to date] stabilize-5656.B -> origin/stabilize-5656.B | |
[0:04:37] = [up to date] stabilize-5680.B -> origin/stabilize-5680.B | |
[0:04:37] = [up to date] stabilize-5696.B -> origin/stabilize-5696.B | |
[0:04:37] = [up to date] stabilize-5712.49.B -> origin/stabilize-5712.49.B | |
[0:04:37] = [up to date] stabilize-5712.61.B -> origin/stabilize-5712.61.B | |
[0:04:37] = [up to date] stabilize-5712.8.B -> origin/stabilize-5712.8.B | |
[0:04:37] = [up to date] stabilize-5712.89.B -> origin/stabilize-5712.89.B | |
[0:04:37] = [up to date] stabilize-5784.0.B -> origin/stabilize-5784.0.B | |
[0:04:37] = [up to date] stabilize-5791.0.B -> origin/stabilize-5791.0.B | |
[0:04:37] = [up to date] stabilize-5807.0.B -> origin/stabilize-5807.0.B | |
[0:04:37] = [up to date] stabilize-5828.0.B -> origin/stabilize-5828.0.B | |
[0:04:37] = [up to date] stabilize-5841.76.B -> origin/stabilize-5841.76.B | |
[0:04:37] = [up to date] stabilize-5841.83.B -> origin/stabilize-5841.83.B | |
[0:04:37] = [up to date] stabilize-5875.B -> origin/stabilize-5875.B | |
[0:04:37] = [up to date] stabilize-5899.B -> origin/stabilize-5899.B | |
[0:04:37] = [up to date] stabilize-5942.B -> origin/stabilize-5942.B | |
[0:04:37] = [up to date] stabilize-5943.B -> origin/stabilize-5943.B | |
[0:04:37] = [up to date] stabilize-5944.B -> origin/stabilize-5944.B | |
[0:04:37] = [up to date] stabilize-6082.B -> origin/stabilize-6082.B | |
[0:04:37] = [up to date] stabilize-6092.B -> origin/stabilize-6092.B | |
[0:04:37] = [up to date] stabilize-6146.B -> origin/stabilize-6146.B | |
[0:04:37] = [up to date] stabilize-6297.B -> origin/stabilize-6297.B | |
[0:04:37] = [up to date] stabilize-6310.69.B -> origin/stabilize-6310.69.B | |
[0:04:37] = [up to date] stabilize-6412.B -> origin/stabilize-6412.B | |
[0:04:37] = [up to date] stabilize-6415.B -> origin/stabilize-6415.B | |
[0:04:37] = [up to date] stabilize-6436.B -> origin/stabilize-6436.B | |
[0:04:37] = [up to date] stabilize-6480.B -> origin/stabilize-6480.B | |
[0:04:37] = [up to date] stabilize-6592.B -> origin/stabilize-6592.B | |
[0:04:37] = [up to date] stabilize-6662.B -> origin/stabilize-6662.B | |
[0:04:37] = [up to date] stabilize-6670.B -> origin/stabilize-6670.B | |
[0:04:37] = [up to date] stabilize-6680.78.B -> origin/stabilize-6680.78.B | |
[0:04:37] = [up to date] stabilize-6680.79.B -> origin/stabilize-6680.79.B | |
[0:04:37] = [up to date] stabilize-6736.B -> origin/stabilize-6736.B | |
[0:04:37] = [up to date] stabilize-6752.B -> origin/stabilize-6752.B | |
[0:04:37] = [up to date] stabilize-6771.B -> origin/stabilize-6771.B | |
[0:04:37] = [up to date] stabilize-6783.B -> origin/stabilize-6783.B | |
[0:04:37] = [up to date] stabilize-6812.13.B -> origin/stabilize-6812.13.B | |
[0:04:37] = [up to date] stabilize-6812.14.B -> origin/stabilize-6812.14.B | |
[0:04:37] = [up to date] stabilize-6812.15.B -> origin/stabilize-6812.15.B | |
[0:04:37] = [up to date] stabilize-6812.29.B -> origin/stabilize-6812.29.B | |
[0:04:37] = [up to date] stabilize-6812.34.B -> origin/stabilize-6812.34.B | |
[0:04:37] = [up to date] stabilize-6812.41.B -> origin/stabilize-6812.41.B | |
[0:04:37] = [up to date] stabilize-6812.75.B -> origin/stabilize-6812.75.B | |
[0:04:37] = [up to date] stabilize-6812.83.B -> origin/stabilize-6812.83.B | |
[0:04:37] = [up to date] stabilize-6812.85.B -> origin/stabilize-6812.85.B | |
[0:04:37] = [up to date] stabilize-6835.B -> origin/stabilize-6835.B | |
[0:04:37] = [up to date] stabilize-6842.B -> origin/stabilize-6842.B | |
[0:04:37] = [up to date] stabilize-6909.B -> origin/stabilize-6909.B | |
[0:04:37] = [up to date] stabilize-6912.B -> origin/stabilize-6912.B | |
[0:04:37] = [up to date] stabilize-6915.B -> origin/stabilize-6915.B | |
[0:04:37] = [up to date] stabilize-6919.B -> origin/stabilize-6919.B | |
[0:04:37] = [up to date] stabilize-6937.B -> origin/stabilize-6937.B | |
[0:04:37] = [up to date] stabilize-6946.55.B -> origin/stabilize-6946.55.B | |
[0:04:37] = [up to date] stabilize-6996.B -> origin/stabilize-6996.B | |
[0:04:37] = [up to date] stabilize-7018.B -> origin/stabilize-7018.B | |
[0:04:37] = [up to date] stabilize-7019.B -> origin/stabilize-7019.B | |
[0:04:37] = [up to date] stabilize-7039.B -> origin/stabilize-7039.B | |
[0:04:37] = [up to date] stabilize-7059.B -> origin/stabilize-7059.B | |
[0:04:37] = [up to date] stabilize-7060.B -> origin/stabilize-7060.B | |
[0:04:37] = [up to date] stabilize-7077.111.B -> origin/stabilize-7077.111.B | |
[0:04:37] = [up to date] stabilize-7077.122.B -> origin/stabilize-7077.122.B | |
[0:04:37] = [up to date] stabilize-7077.123.B -> origin/stabilize-7077.123.B | |
[0:04:37] = [up to date] stabilize-7077.134.B -> origin/stabilize-7077.134.B | |
[0:04:37] = [up to date] stabilize-7131.B -> origin/stabilize-7131.B | |
[0:04:37] = [up to date] stabilize-7134.B -> origin/stabilize-7134.B | |
[0:04:37] = [up to date] stabilize-7155.B -> origin/stabilize-7155.B | |
[0:04:37] = [up to date] stabilize-7173.B -> origin/stabilize-7173.B | |
[0:04:37] = [up to date] stabilize-7199.B -> origin/stabilize-7199.B | |
[0:04:37] = [up to date] stabilize-7202.B -> origin/stabilize-7202.B | |
[0:04:37] = [up to date] stabilize-7204.B -> origin/stabilize-7204.B | |
[0:04:37] = [up to date] stabilize-7356.B -> origin/stabilize-7356.B | |
[0:04:37] = [up to date] stabilize-7374.B -> origin/stabilize-7374.B | |
[0:04:37] = [up to date] stabilize-7390.59.B -> origin/stabilize-7390.59.B | |
[0:04:37] = [up to date] stabilize-7390.68.B -> origin/stabilize-7390.68.B | |
[0:04:37] = [up to date] stabilize-7442.B -> origin/stabilize-7442.B | |
[0:04:37] = [up to date] stabilize-7520.49.B -> origin/stabilize-7520.49.B | |
[0:04:37] = [up to date] stabilize-7520.63.B -> origin/stabilize-7520.63.B | |
[0:04:37] = [up to date] stabilize-7520.67.B -> origin/stabilize-7520.67.B | |
[0:04:37] = [up to date] stabilize-7628.B -> origin/stabilize-7628.B | |
[0:04:37] = [up to date] stabilize-7647.32.B -> origin/stabilize-7647.32.B | |
[0:04:37] = [up to date] stabilize-7647.72.B -> origin/stabilize-7647.72.B | |
[0:04:37] = [up to date] stabilize-7647.74.B -> origin/stabilize-7647.74.B | |
[0:04:37] = [up to date] stabilize-7729.B -> origin/stabilize-7729.B | |
[0:04:37] = [up to date] stabilize-7797.B -> origin/stabilize-7797.B | |
[0:04:37] = [up to date] stabilize-7821.B -> origin/stabilize-7821.B | |
[0:04:37] = [up to date] stabilize-7834.66.B -> origin/stabilize-7834.66.B | |
[0:04:37] = [up to date] stabilize-7907.B -> origin/stabilize-7907.B | |
[0:04:37] = [up to date] stabilize-7912.B -> origin/stabilize-7912.B | |
[0:04:37] = [up to date] stabilize-7956.B -> origin/stabilize-7956.B | |
[0:04:37] = [up to date] stabilize-7978.18.B -> origin/stabilize-7978.18.B | |
[0:04:37] = [up to date] stabilize-7978.B -> origin/stabilize-7978.B | |
[0:04:37] = [up to date] stabilize-8104.B -> origin/stabilize-8104.B | |
[0:04:37] = [up to date] stabilize-R33-4982.B -> origin/stabilize-R33-4982.B | |
[0:04:37] = [up to date] stabilize-bluetooth-smart -> origin/stabilize-bluetooth-smart | |
[0:04:37] = [up to date] stabilize-daisy -> origin/stabilize-daisy | |
[0:04:37] = [up to date] stabilize-daisy-4319.96.B -> origin/stabilize-daisy-4319.96.B | |
[0:04:37] = [up to date] stabilize-falco-4537.91.B -> origin/stabilize-falco-4537.91.B | |
[0:04:37] = [up to date] stabilize-gnawty-5841.84.B -> origin/stabilize-gnawty-5841.84.B | |
[0:04:37] = [up to date] stabilize-jetstream-7390.54.B -> origin/stabilize-jetstream-7390.54.B | |
[0:04:37] = [up to date] stabilize-jetstream-7390.62.B -> origin/stabilize-jetstream-7390.62.B | |
[0:04:37] = [up to date] stabilize-js-6812.21.B -> origin/stabilize-js-6812.21.B | |
[0:04:37] = [up to date] stabilize-js-6812.25.B -> origin/stabilize-js-6812.25.B | |
[0:04:37] = [up to date] stabilize-js-6812.26.B -> origin/stabilize-js-6812.26.B | |
[0:04:37] = [up to date] stabilize-link -> origin/stabilize-link | |
[0:04:37] = [up to date] stabilize-link-2913.278 -> origin/stabilize-link-2913.278 | |
[0:04:37] = [up to date] stabilize-smaug-7547.B -> origin/stabilize-smaug-7547.B | |
[0:04:37] = [up to date] stabilize-smaug-7566.B -> origin/stabilize-smaug-7566.B | |
[0:04:37] = [up to date] stabilize-smaug-7731.B -> origin/stabilize-smaug-7731.B | |
[0:04:37] = [up to date] stabilize-smaug-7800.B -> origin/stabilize-smaug-7800.B | |
[0:04:37] = [up to date] stabilize-smaug-7897.B -> origin/stabilize-smaug-7897.B | |
[0:04:37] = [up to date] stabilize-spring-4100.53.B -> origin/stabilize-spring-4100.53.B | |
[0:04:37] = [up to date] stabilize-springlte-5116.46.B -> origin/stabilize-springlte-5116.46.B | |
[0:04:37] = [up to date] stabilize-storm-6683.B -> origin/stabilize-storm-6683.B | |
[0:04:37] = [up to date] stabilize-swanky-5841.55.B -> origin/stabilize-swanky-5841.55.B | |
[0:04:37] = [up to date] stabilize-zako-5712.88.B -> origin/stabilize-zako-5712.88.B | |
[0:04:37] = [up to date] stabilize.5978.51.B -> origin/stabilize.5978.51.B | |
[0:04:37] = [up to date] stabilize.5978.98.B -> origin/stabilize.5978.98.B | |
[0:04:37] = [up to date] stabilize.59781.98.B -> origin/stabilize.59781.98.B | |
[0:04:37] = [up to date] stabilize2 -> origin/stabilize2 | |
[0:04:37] = [up to date] stabilze-7441.B -> origin/stabilze-7441.B | |
[0:04:37] = [up to date] test-4980.B -> origin/test-4980.B | |
[0:04:37] = [up to date] test-5394.B -> origin/test-5394.B | |
[0:04:37] = [up to date] test-5619.B -> origin/test-5619.B | |
[0:04:37] = [up to date] test-982.B -> origin/test-982.B | |
[0:04:37] = [up to date] toolchain-3428.65.B -> origin/toolchain-3428.65.B | |
[0:04:37] = [up to date] toolchain-3701.42.B -> origin/toolchain-3701.42.B | |
[0:04:37] = [up to date] toolchainA -> origin/toolchainA | |
[0:04:37] = [up to date] toolchainB -> origin/toolchainB | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/chromite' | |
[0:04:41] HEAD is now at e19f83b brillo: Remove Brillo CLI entry points. | |
[0:04:44] Up-to-date; skipping checkout. | |
Checked out revision e19f83ba227bf1ec0077f5d3a816a415f1dd88d0 | |
[0:04:48] Finished. | |
---------------------------------------- | |
src/third_party/findbugs (Elapsed: 0:00:04) | |
---------------------------------------- | |
[0:04:45] 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:04:46] From https://chromium.googlesource.com/chromium/deps/findbugs | |
[0:04:46] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/findbugs' | |
[0:04:48] HEAD is now at 57f0523 Add gyp and gn targets for jFormatString.jar needed by errorprone. | |
[0:04:49] Up-to-date; skipping checkout. | |
Checked out revision 57f05238d3ac77ea0a194813d3065dd780c6e566 | |
[0:04:49] Finished. | |
---------------------------------------- | |
src/third_party/flac (Elapsed: 0:00:03) | |
---------------------------------------- | |
[0:04:47] 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:04:49] From https://chromium.googlesource.com/chromium/deps/flac | |
[0:04:49] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/flac' | |
[0:04:50] HEAD is now at 2c4b86a Move configs out of targets in GN build files. | |
[0:04:50] Up-to-date; skipping checkout. | |
Checked out revision 2c4b86af352b23498315c016dc207e3fb2733fc0 | |
[0:04:50] Finished. | |
---------------------------------------- | |
src/third_party/deqp/src (Elapsed: 0:00:20) | |
---------------------------------------- | |
[0:04:33] 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:04:35] From https://android.googlesource.com/platform/external/deqp | |
[0:04:35] = [up to date] deqp-dev -> origin/deqp-dev | |
[0:04:35] = [up to date] gles32-dev -> origin/gles32-dev | |
[0:04:35] = [up to date] lollipop-cts-dev -> origin/lollipop-cts-dev | |
[0:04:35] = [up to date] lollipop-cts-release -> origin/lollipop-cts-release | |
[0:04:35] = [up to date] lollipop-dev -> origin/lollipop-dev | |
[0:04:35] = [up to date] lollipop-mr1-cts-dev -> origin/lollipop-mr1-cts-dev | |
[0:04:35] = [up to date] lollipop-mr1-cts-release -> origin/lollipop-mr1-cts-release | |
[0:04:35] = [up to date] lollipop-mr1-dev -> origin/lollipop-mr1-dev | |
[0:04:35] = [up to date] lollipop-mr1-fi-release -> origin/lollipop-mr1-fi-release | |
[0:04:35] = [up to date] lollipop-mr1-release -> origin/lollipop-mr1-release | |
[0:04:35] = [up to date] lollipop-mr1-wfc-release -> origin/lollipop-mr1-wfc-release | |
[0:04:35] = [up to date] lollipop-release -> origin/lollipop-release | |
[0:04:35] = [up to date] lollipop-wear-release -> origin/lollipop-wear-release | |
[0:04:35] = [up to date] marshmallow-cts-dev -> origin/marshmallow-cts-dev | |
[0:04:35] = [up to date] marshmallow-cts-release -> origin/marshmallow-cts-release | |
[0:04:35] = [up to date] marshmallow-dev -> origin/marshmallow-dev | |
[0:04:35] = [up to date] marshmallow-dr-dev -> origin/marshmallow-dr-dev | |
[0:04:35] = [up to date] marshmallow-dr-dragon-release -> origin/marshmallow-dr-dragon-release | |
[0:04:35] = [up to date] marshmallow-dr-release -> origin/marshmallow-dr-release | |
[0:04:35] = [up to date] marshmallow-dr1.5-dev -> origin/marshmallow-dr1.5-dev | |
[0:04:35] = [up to date] marshmallow-dr1.5-release -> origin/marshmallow-dr1.5-release | |
[0:04:35] = [up to date] marshmallow-mr1-dev -> origin/marshmallow-mr1-dev | |
[0:04:35] = [up to date] marshmallow-mr1-release -> origin/marshmallow-mr1-release | |
[0:04:35] = [up to date] marshmallow-mr2-release -> origin/marshmallow-mr2-release | |
[0:04:35] = [up to date] marshmallow-release -> origin/marshmallow-release | |
[0:04:35] = [up to date] master -> origin/master | |
[0:04:35] = [up to date] master-soong -> origin/master-soong | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/deqp/src' | |
[0:04:42] HEAD is now at cc0ded6 Merge in latest changes | |
[0:04:47] Up-to-date; skipping checkout. | |
Checked out revision cc0ded6c77267bbb14d21aac358fc5d9690c07f8 | |
[0:04:53] Finished. | |
---------------------------------------- | |
src/third_party/fontconfig/src (Elapsed: 0:00:06) | |
---------------------------------------- | |
[0:04:48] 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:04:50] From https://chromium.googlesource.com/external/fontconfig | |
[0:04:50] = [up to date] 2.3-branch -> origin/2.3-branch | |
[0:04:50] = [up to date] fc-2_2_branch -> origin/fc-2_2_branch | |
[0:04:50] = [up to date] fc-2_4-keithp -> origin/fc-2_4-keithp | |
[0:04:50] = [up to date] fc-2_4_branch -> origin/fc-2_4_branch | |
[0:04:50] = [up to date] fc_2-3 -> origin/fc_2-3 | |
[0:04:50] = [up to date] master -> origin/master | |
[0:04:50] = [up to date] ultra-weight -> origin/ultra-weight | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/fontconfig/src' | |
[0:04:52] HEAD is now at f16c311 Bump version to 2.11.0 | |
[0:04:53] Up-to-date; skipping checkout. | |
Checked out revision f16c3118e25546c1b749f9823c51827a60aeb5c1 | |
[0:04:54] Finished. | |
---------------------------------------- | |
src/third_party/angle (Elapsed: 0:00:40) | |
---------------------------------------- | |
[0:04:14] 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:04:43] From https://chromium.googlesource.com/angle/angle | |
[0:04:43] = [up to date] chrome_m27 -> origin/chrome_m27 | |
[0:04:43] = [up to date] chrome_m29 -> origin/chrome_m29 | |
[0:04:43] = [up to date] chrome_m32 -> origin/chrome_m32 | |
[0:04:43] = [up to date] chrome_m34 -> origin/chrome_m34 | |
[0:04:43] = [up to date] chrome_m35 -> origin/chrome_m35 | |
[0:04:43] = [up to date] chrome_m36 -> origin/chrome_m36 | |
[0:04:43] = [up to date] chromium/2013 -> origin/chromium/2013 | |
[0:04:43] = [up to date] chromium/2014 -> origin/chromium/2014 | |
[0:04:43] = [up to date] chromium/2015 -> origin/chromium/2015 | |
[0:04:43] = [up to date] chromium/2016 -> origin/chromium/2016 | |
[0:04:43] = [up to date] chromium/2017 -> origin/chromium/2017 | |
[0:04:43] = [up to date] chromium/2018 -> origin/chromium/2018 | |
[0:04:43] = [up to date] chromium/2019 -> origin/chromium/2019 | |
[0:04:43] = [up to date] chromium/2020 -> origin/chromium/2020 | |
[0:04:43] = [up to date] chromium/2021 -> origin/chromium/2021 | |
[0:04:43] = [up to date] chromium/2022 -> origin/chromium/2022 | |
[0:04:43] = [up to date] chromium/2023 -> origin/chromium/2023 | |
[0:04:43] = [up to date] chromium/2024 -> origin/chromium/2024 | |
[0:04:43] = [up to date] chromium/2025 -> origin/chromium/2025 | |
[0:04:43] = [up to date] chromium/2026 -> origin/chromium/2026 | |
[0:04:43] = [up to date] chromium/2027 -> origin/chromium/2027 | |
[0:04:43] = [up to date] chromium/2028 -> origin/chromium/2028 | |
[0:04:43] = [up to date] chromium/2029 -> origin/chromium/2029 | |
[0:04:43] = [up to date] chromium/2030 -> origin/chromium/2030 | |
[0:04:43] = [up to date] chromium/2031 -> origin/chromium/2031 | |
[0:04:43] = [up to date] chromium/2032 -> origin/chromium/2032 | |
[0:04:43] = [up to date] chromium/2033 -> origin/chromium/2033 | |
[0:04:43] = [up to date] chromium/2034 -> origin/chromium/2034 | |
[0:04:43] = [up to date] chromium/2035 -> origin/chromium/2035 | |
[0:04:43] = [up to date] chromium/2036 -> origin/chromium/2036 | |
[0:04:43] = [up to date] chromium/2037 -> origin/chromium/2037 | |
[0:04:43] = [up to date] chromium/2038 -> origin/chromium/2038 | |
[0:04:43] = [up to date] chromium/2039 -> origin/chromium/2039 | |
[0:04:43] = [up to date] chromium/2040 -> origin/chromium/2040 | |
[0:04:43] = [up to date] chromium/2041 -> origin/chromium/2041 | |
[0:04:43] = [up to date] chromium/2042 -> origin/chromium/2042 | |
[0:04:43] = [up to date] chromium/2043 -> origin/chromium/2043 | |
[0:04:43] = [up to date] chromium/2044 -> origin/chromium/2044 | |
[0:04:43] = [up to date] chromium/2045 -> origin/chromium/2045 | |
[0:04:43] = [up to date] chromium/2046 -> origin/chromium/2046 | |
[0:04:43] = [up to date] chromium/2047 -> origin/chromium/2047 | |
[0:04:43] = [up to date] chromium/2048 -> origin/chromium/2048 | |
[0:04:43] = [up to date] chromium/2049 -> origin/chromium/2049 | |
[0:04:43] = [up to date] chromium/2050 -> origin/chromium/2050 | |
[0:04:43] = [up to date] chromium/2051 -> origin/chromium/2051 | |
[0:04:43] = [up to date] chromium/2052 -> origin/chromium/2052 | |
[0:04:43] = [up to date] chromium/2053 -> origin/chromium/2053 | |
[0:04:43] = [up to date] chromium/2054 -> origin/chromium/2054 | |
[0:04:43] = [up to date] chromium/2055 -> origin/chromium/2055 | |
[0:04:43] = [up to date] chromium/2056 -> origin/chromium/2056 | |
[0:04:43] = [up to date] chromium/2057 -> origin/chromium/2057 | |
[0:04:43] = [up to date] chromium/2058 -> origin/chromium/2058 | |
[0:04:43] = [up to date] chromium/2059 -> origin/chromium/2059 | |
[0:04:43] = [up to date] chromium/2060 -> origin/chromium/2060 | |
[0:04:43] = [up to date] chromium/2061 -> origin/chromium/2061 | |
[0:04:43] = [up to date] chromium/2062 -> origin/chromium/2062 | |
[0:04:43] = [up to date] chromium/2063 -> origin/chromium/2063 | |
[0:04:43] = [up to date] chromium/2064 -> origin/chromium/2064 | |
[0:04:43] = [up to date] chromium/2065 -> origin/chromium/2065 | |
[0:04:43] = [up to date] chromium/2066 -> origin/chromium/2066 | |
[0:04:43] = [up to date] chromium/2067 -> origin/chromium/2067 | |
[0:04:43] = [up to date] chromium/2068 -> origin/chromium/2068 | |
[0:04:43] = [up to date] chromium/2069 -> origin/chromium/2069 | |
[0:04:43] = [up to date] chromium/2070 -> origin/chromium/2070 | |
[0:04:43] = [up to date] chromium/2071 -> origin/chromium/2071 | |
[0:04:43] = [up to date] chromium/2072 -> origin/chromium/2072 | |
[0:04:43] = [up to date] chromium/2073 -> origin/chromium/2073 | |
[0:04:43] = [up to date] chromium/2074 -> origin/chromium/2074 | |
[0:04:43] = [up to date] chromium/2075 -> origin/chromium/2075 | |
[0:04:43] = [up to date] chromium/2076 -> origin/chromium/2076 | |
[0:04:43] = [up to date] chromium/2077 -> origin/chromium/2077 | |
[0:04:43] = [up to date] chromium/2078 -> origin/chromium/2078 | |
[0:04:43] = [up to date] chromium/2079 -> origin/chromium/2079 | |
[0:04:43] = [up to date] chromium/2080 -> origin/chromium/2080 | |
[0:04:43] = [up to date] chromium/2081 -> origin/chromium/2081 | |
[0:04:43] = [up to date] chromium/2082 -> origin/chromium/2082 | |
[0:04:43] = [up to date] chromium/2083 -> origin/chromium/2083 | |
[0:04:43] = [up to date] chromium/2084 -> origin/chromium/2084 | |
[0:04:43] = [up to date] chromium/2085 -> origin/chromium/2085 | |
[0:04:43] = [up to date] chromium/2086 -> origin/chromium/2086 | |
[0:04:43] = [up to date] chromium/2087 -> origin/chromium/2087 | |
[0:04:43] = [up to date] chromium/2088 -> origin/chromium/2088 | |
[0:04:43] = [up to date] chromium/2089 -> origin/chromium/2089 | |
[0:04:43] = [up to date] chromium/2090 -> origin/chromium/2090 | |
[0:04:43] = [up to date] chromium/2091 -> origin/chromium/2091 | |
[0:04:43] = [up to date] chromium/2092 -> origin/chromium/2092 | |
[0:04:43] = [up to date] chromium/2093 -> origin/chromium/2093 | |
[0:04:43] = [up to date] chromium/2094 -> origin/chromium/2094 | |
[0:04:43] = [up to date] chromium/2095 -> origin/chromium/2095 | |
[0:04:43] = [up to date] chromium/2096 -> origin/chromium/2096 | |
[0:04:43] = [up to date] chromium/2097 -> origin/chromium/2097 | |
[0:04:43] = [up to date] chromium/2098 -> origin/chromium/2098 | |
[0:04:43] = [up to date] chromium/2099 -> origin/chromium/2099 | |
[0:04:43] = [up to date] chromium/2100 -> origin/chromium/2100 | |
[0:04:43] = [up to date] chromium/2101 -> origin/chromium/2101 | |
[0:04:43] = [up to date] chromium/2102 -> origin/chromium/2102 | |
[0:04:43] = [up to date] chromium/2103 -> origin/chromium/2103 | |
[0:04:43] = [up to date] chromium/2104 -> origin/chromium/2104 | |
[0:04:43] = [up to date] chromium/2105 -> origin/chromium/2105 | |
[0:04:43] = [up to date] chromium/2106 -> origin/chromium/2106 | |
[0:04:43] = [up to date] chromium/2107 -> origin/chromium/2107 | |
[0:04:43] = [up to date] chromium/2108 -> origin/chromium/2108 | |
[0:04:43] = [up to date] chromium/2109 -> origin/chromium/2109 | |
[0:04:43] = [up to date] chromium/2110 -> origin/chromium/2110 | |
[0:04:43] = [up to date] chromium/2111 -> origin/chromium/2111 | |
[0:04:43] = [up to date] chromium/2112 -> origin/chromium/2112 | |
[0:04:43] = [up to date] chromium/2113 -> origin/chromium/2113 | |
[0:04:43] = [up to date] chromium/2114 -> origin/chromium/2114 | |
[0:04:43] = [up to date] chromium/2115 -> origin/chromium/2115 | |
[0:04:43] = [up to date] chromium/2116 -> origin/chromium/2116 | |
[0:04:43] = [up to date] chromium/2117 -> origin/chromium/2117 | |
[0:04:43] = [up to date] chromium/2118 -> origin/chromium/2118 | |
[0:04:43] = [up to date] chromium/2119 -> origin/chromium/2119 | |
[0:04:43] = [up to date] chromium/2120 -> origin/chromium/2120 | |
[0:04:43] = [up to date] chromium/2121 -> origin/chromium/2121 | |
[0:04:43] = [up to date] chromium/2122 -> origin/chromium/2122 | |
[0:04:43] = [up to date] chromium/2123 -> origin/chromium/2123 | |
[0:04:43] = [up to date] chromium/2124 -> origin/chromium/2124 | |
[0:04:43] = [up to date] chromium/2125 -> origin/chromium/2125 | |
[0:04:43] = [up to date] chromium/2126 -> origin/chromium/2126 | |
[0:04:43] = [up to date] chromium/2127 -> origin/chromium/2127 | |
[0:04:43] = [up to date] chromium/2128 -> origin/chromium/2128 | |
[0:04:43] = [up to date] chromium/2129 -> origin/chromium/2129 | |
[0:04:43] = [up to date] chromium/2130 -> origin/chromium/2130 | |
[0:04:43] = [up to date] chromium/2131 -> origin/chromium/2131 | |
[0:04:43] = [up to date] chromium/2132 -> origin/chromium/2132 | |
[0:04:43] = [up to date] chromium/2133 -> origin/chromium/2133 | |
[0:04:43] = [up to date] chromium/2135 -> origin/chromium/2135 | |
[0:04:43] = [up to date] chromium/2136 -> origin/chromium/2136 | |
[0:04:43] = [up to date] chromium/2137 -> origin/chromium/2137 | |
[0:04:43] = [up to date] chromium/2138 -> origin/chromium/2138 | |
[0:04:43] = [up to date] chromium/2139 -> origin/chromium/2139 | |
[0:04:43] = [up to date] chromium/2140 -> origin/chromium/2140 | |
[0:04:43] = [up to date] chromium/2141 -> origin/chromium/2141 | |
[0:04:43] = [up to date] chromium/2142 -> origin/chromium/2142 | |
[0:04:43] = [up to date] chromium/2143 -> origin/chromium/2143 | |
[0:04:43] = [up to date] chromium/2144 -> origin/chromium/2144 | |
[0:04:43] = [up to date] chromium/2145 -> origin/chromium/2145 | |
[0:04:43] = [up to date] chromium/2146 -> origin/chromium/2146 | |
[0:04:43] = [up to date] chromium/2147 -> origin/chromium/2147 | |
[0:04:43] = [up to date] chromium/2148 -> origin/chromium/2148 | |
[0:04:43] = [up to date] chromium/2149 -> origin/chromium/2149 | |
[0:04:43] = [up to date] chromium/2150 -> origin/chromium/2150 | |
[0:04:43] = [up to date] chromium/2151 -> origin/chromium/2151 | |
[0:04:43] = [up to date] chromium/2152 -> origin/chromium/2152 | |
[0:04:43] = [up to date] chromium/2154 -> origin/chromium/2154 | |
[0:04:43] = [up to date] chromium/2155 -> origin/chromium/2155 | |
[0:04:43] = [up to date] chromium/2156 -> origin/chromium/2156 | |
[0:04:43] = [up to date] chromium/2157 -> origin/chromium/2157 | |
[0:04:43] = [up to date] chromium/2158 -> origin/chromium/2158 | |
[0:04:43] = [up to date] chromium/2159 -> origin/chromium/2159 | |
[0:04:43] = [up to date] chromium/2160 -> origin/chromium/2160 | |
[0:04:43] = [up to date] chromium/2161 -> origin/chromium/2161 | |
[0:04:43] = [up to date] chromium/2162 -> origin/chromium/2162 | |
[0:04:43] = [up to date] chromium/2163 -> origin/chromium/2163 | |
[0:04:43] = [up to date] chromium/2164 -> origin/chromium/2164 | |
[0:04:43] = [up to date] chromium/2165 -> origin/chromium/2165 | |
[0:04:43] = [up to date] chromium/2166 -> origin/chromium/2166 | |
[0:04:43] = [up to date] chromium/2167 -> origin/chromium/2167 | |
[0:04:43] = [up to date] chromium/2168 -> origin/chromium/2168 | |
[0:04:43] = [up to date] chromium/2169 -> origin/chromium/2169 | |
[0:04:43] = [up to date] chromium/2170 -> origin/chromium/2170 | |
[0:04:43] = [up to date] chromium/2171 -> origin/chromium/2171 | |
[0:04:43] = [up to date] chromium/2172 -> origin/chromium/2172 | |
[0:04:43] = [up to date] chromium/2173 -> origin/chromium/2173 | |
[0:04:43] = [up to date] chromium/2174 -> origin/chromium/2174 | |
[0:04:43] = [up to date] chromium/2175 -> origin/chromium/2175 | |
[0:04:44] = [up to date] chromium/2176 -> origin/chromium/2176 | |
[0:04:44] = [up to date] chromium/2177 -> origin/chromium/2177 | |
[0:04:44] = [up to date] chromium/2178 -> origin/chromium/2178 | |
[0:04:44] = [up to date] chromium/2179 -> origin/chromium/2179 | |
[0:04:44] = [up to date] chromium/2180 -> origin/chromium/2180 | |
[0:04:44] = [up to date] chromium/2181 -> origin/chromium/2181 | |
[0:04:44] = [up to date] chromium/2182 -> origin/chromium/2182 | |
[0:04:44] = [up to date] chromium/2183 -> origin/chromium/2183 | |
[0:04:44] = [up to date] chromium/2184 -> origin/chromium/2184 | |
[0:04:44] = [up to date] chromium/2185 -> origin/chromium/2185 | |
[0:04:44] = [up to date] chromium/2186 -> origin/chromium/2186 | |
[0:04:44] = [up to date] chromium/2187 -> origin/chromium/2187 | |
[0:04:44] = [up to date] chromium/2188 -> origin/chromium/2188 | |
[0:04:44] = [up to date] chromium/2189 -> origin/chromium/2189 | |
[0:04:44] = [up to date] chromium/2190 -> origin/chromium/2190 | |
[0:04:44] = [up to date] chromium/2191 -> origin/chromium/2191 | |
[0:04:44] = [up to date] chromium/2192 -> origin/chromium/2192 | |
[0:04:44] = [up to date] chromium/2193 -> origin/chromium/2193 | |
[0:04:44] = [up to date] chromium/2194 -> origin/chromium/2194 | |
[0:04:44] = [up to date] chromium/2195 -> origin/chromium/2195 | |
[0:04:44] = [up to date] chromium/2196 -> origin/chromium/2196 | |
[0:04:44] = [up to date] chromium/2197 -> origin/chromium/2197 | |
[0:04:44] = [up to date] chromium/2198 -> origin/chromium/2198 | |
[0:04:44] = [up to date] chromium/2199 -> origin/chromium/2199 | |
[0:04:44] = [up to date] chromium/2200 -> origin/chromium/2200 | |
[0:04:44] = [up to date] chromium/2201 -> origin/chromium/2201 | |
[0:04:44] = [up to date] chromium/2202 -> origin/chromium/2202 | |
[0:04:44] = [up to date] chromium/2214 -> origin/chromium/2214 | |
[0:04:44] = [up to date] chromium/2237 -> origin/chromium/2237 | |
[0:04:44] = [up to date] chromium/2238 -> origin/chromium/2238 | |
[0:04:44] = [up to date] chromium/2239 -> origin/chromium/2239 | |
[0:04:44] = [up to date] chromium/2240 -> origin/chromium/2240 | |
[0:04:44] = [up to date] chromium/2241 -> origin/chromium/2241 | |
[0:04:44] = [up to date] chromium/2242 -> origin/chromium/2242 | |
[0:04:44] = [up to date] chromium/2243 -> origin/chromium/2243 | |
[0:04:44] = [up to date] chromium/2244 -> origin/chromium/2244 | |
[0:04:44] = [up to date] chromium/2245 -> origin/chromium/2245 | |
[0:04:44] = [up to date] chromium/2246 -> origin/chromium/2246 | |
[0:04:44] = [up to date] chromium/2247 -> origin/chromium/2247 | |
[0:04:44] = [up to date] chromium/2248 -> origin/chromium/2248 | |
[0:04:44] = [up to date] chromium/2249 -> origin/chromium/2249 | |
[0:04:44] = [up to date] chromium/2250 -> origin/chromium/2250 | |
[0:04:44] = [up to date] chromium/2251 -> origin/chromium/2251 | |
[0:04:44] = [up to date] chromium/2252 -> origin/chromium/2252 | |
[0:04:44] = [up to date] chromium/2253 -> origin/chromium/2253 | |
[0:04:44] = [up to date] chromium/2254 -> origin/chromium/2254 | |
[0:04:44] = [up to date] chromium/2255 -> origin/chromium/2255 | |
[0:04:44] = [up to date] chromium/2256 -> origin/chromium/2256 | |
[0:04:44] = [up to date] chromium/2257 -> origin/chromium/2257 | |
[0:04:44] = [up to date] chromium/2258 -> origin/chromium/2258 | |
[0:04:44] = [up to date] chromium/2259 -> origin/chromium/2259 | |
[0:04:44] = [up to date] chromium/2260 -> origin/chromium/2260 | |
[0:04:44] = [up to date] chromium/2261 -> origin/chromium/2261 | |
[0:04:44] = [up to date] chromium/2262 -> origin/chromium/2262 | |
[0:04:44] = [up to date] chromium/2263 -> origin/chromium/2263 | |
[0:04:44] = [up to date] chromium/2264 -> origin/chromium/2264 | |
[0:04:44] = [up to date] chromium/2265 -> origin/chromium/2265 | |
[0:04:44] = [up to date] chromium/2266 -> origin/chromium/2266 | |
[0:04:44] = [up to date] chromium/2267 -> origin/chromium/2267 | |
[0:04:44] = [up to date] chromium/2268 -> origin/chromium/2268 | |
[0:04:44] = [up to date] chromium/2269 -> origin/chromium/2269 | |
[0:04:44] = [up to date] chromium/2270 -> origin/chromium/2270 | |
[0:04:44] = [up to date] chromium/2271 -> origin/chromium/2271 | |
[0:04:44] = [up to date] chromium/2272 -> origin/chromium/2272 | |
[0:04:44] = [up to date] chromium/2273 -> origin/chromium/2273 | |
[0:04:44] = [up to date] chromium/2274 -> origin/chromium/2274 | |
[0:04:44] = [up to date] chromium/2275 -> origin/chromium/2275 | |
[0:04:44] = [up to date] chromium/2276 -> origin/chromium/2276 | |
[0:04:44] = [up to date] chromium/2277 -> origin/chromium/2277 | |
[0:04:44] = [up to date] chromium/2278 -> origin/chromium/2278 | |
[0:04:44] = [up to date] chromium/2279 -> origin/chromium/2279 | |
[0:04:44] = [up to date] chromium/2280 -> origin/chromium/2280 | |
[0:04:44] = [up to date] chromium/2281 -> origin/chromium/2281 | |
[0:04:44] = [up to date] chromium/2282 -> origin/chromium/2282 | |
[0:04:44] = [up to date] chromium/2283 -> origin/chromium/2283 | |
[0:04:44] = [up to date] chromium/2284 -> origin/chromium/2284 | |
[0:04:44] = [up to date] chromium/2285 -> origin/chromium/2285 | |
[0:04:44] = [up to date] chromium/2286 -> origin/chromium/2286 | |
[0:04:44] = [up to date] chromium/2287 -> origin/chromium/2287 | |
[0:04:44] = [up to date] chromium/2288 -> origin/chromium/2288 | |
[0:04:44] = [up to date] chromium/2289 -> origin/chromium/2289 | |
[0:04:44] = [up to date] chromium/2290 -> origin/chromium/2290 | |
[0:04:44] = [up to date] chromium/2291 -> origin/chromium/2291 | |
[0:04:44] = [up to date] chromium/2292 -> origin/chromium/2292 | |
[0:04:44] = [up to date] chromium/2293 -> origin/chromium/2293 | |
[0:04:44] = [up to date] chromium/2294 -> origin/chromium/2294 | |
[0:04:44] = [up to date] chromium/2295 -> origin/chromium/2295 | |
[0:04:44] = [up to date] chromium/2296 -> origin/chromium/2296 | |
[0:04:44] = [up to date] chromium/2297 -> origin/chromium/2297 | |
[0:04:44] = [up to date] chromium/2298 -> origin/chromium/2298 | |
[0:04:44] = [up to date] chromium/2299 -> origin/chromium/2299 | |
[0:04:44] = [up to date] chromium/2300 -> origin/chromium/2300 | |
[0:04:44] = [up to date] chromium/2301 -> origin/chromium/2301 | |
[0:04:44] = [up to date] chromium/2302 -> origin/chromium/2302 | |
[0:04:44] = [up to date] chromium/2303 -> origin/chromium/2303 | |
[0:04:44] = [up to date] chromium/2304 -> origin/chromium/2304 | |
[0:04:44] = [up to date] chromium/2305 -> origin/chromium/2305 | |
[0:04:44] = [up to date] chromium/2306 -> origin/chromium/2306 | |
[0:04:44] = [up to date] chromium/2307 -> origin/chromium/2307 | |
[0:04:44] = [up to date] chromium/2308 -> origin/chromium/2308 | |
[0:04:44] = [up to date] chromium/2309 -> origin/chromium/2309 | |
[0:04:44] = [up to date] chromium/2310 -> origin/chromium/2310 | |
[0:04:44] = [up to date] chromium/2311 -> origin/chromium/2311 | |
[0:04:44] = [up to date] chromium/2312 -> origin/chromium/2312 | |
[0:04:44] = [up to date] chromium/2313 -> origin/chromium/2313 | |
[0:04:44] = [up to date] chromium/2314 -> origin/chromium/2314 | |
[0:04:44] = [up to date] chromium/2315 -> origin/chromium/2315 | |
[0:04:44] = [up to date] chromium/2316 -> origin/chromium/2316 | |
[0:04:44] = [up to date] chromium/2317 -> origin/chromium/2317 | |
[0:04:44] = [up to date] chromium/2318 -> origin/chromium/2318 | |
[0:04:44] = [up to date] chromium/2319 -> origin/chromium/2319 | |
[0:04:44] = [up to date] chromium/2320 -> origin/chromium/2320 | |
[0:04:44] = [up to date] chromium/2321 -> origin/chromium/2321 | |
[0:04:44] = [up to date] chromium/2322 -> origin/chromium/2322 | |
[0:04:44] = [up to date] chromium/2323 -> origin/chromium/2323 | |
[0:04:44] = [up to date] chromium/2324 -> origin/chromium/2324 | |
[0:04:44] = [up to date] chromium/2325 -> origin/chromium/2325 | |
[0:04:44] = [up to date] chromium/2326 -> origin/chromium/2326 | |
[0:04:44] = [up to date] chromium/2327 -> origin/chromium/2327 | |
[0:04:44] = [up to date] chromium/2328 -> origin/chromium/2328 | |
[0:04:44] = [up to date] chromium/2329 -> origin/chromium/2329 | |
[0:04:44] = [up to date] chromium/2330 -> origin/chromium/2330 | |
[0:04:44] = [up to date] chromium/2331 -> origin/chromium/2331 | |
[0:04:44] = [up to date] chromium/2332 -> origin/chromium/2332 | |
[0:04:44] = [up to date] chromium/2333 -> origin/chromium/2333 | |
[0:04:44] = [up to date] chromium/2334 -> origin/chromium/2334 | |
[0:04:44] = [up to date] chromium/2335 -> origin/chromium/2335 | |
[0:04:44] = [up to date] chromium/2336 -> origin/chromium/2336 | |
[0:04:44] = [up to date] chromium/2337 -> origin/chromium/2337 | |
[0:04:44] = [up to date] chromium/2338 -> origin/chromium/2338 | |
[0:04:44] = [up to date] chromium/2339 -> origin/chromium/2339 | |
[0:04:44] = [up to date] chromium/2340 -> origin/chromium/2340 | |
[0:04:44] = [up to date] chromium/2341 -> origin/chromium/2341 | |
[0:04:44] = [up to date] chromium/2342 -> origin/chromium/2342 | |
[0:04:44] = [up to date] chromium/2343 -> origin/chromium/2343 | |
[0:04:44] = [up to date] chromium/2344 -> origin/chromium/2344 | |
[0:04:44] = [up to date] chromium/2345 -> origin/chromium/2345 | |
[0:04:44] = [up to date] chromium/2346 -> origin/chromium/2346 | |
[0:04:44] = [up to date] chromium/2347 -> origin/chromium/2347 | |
[0:04:44] = [up to date] chromium/2348 -> origin/chromium/2348 | |
[0:04:44] = [up to date] chromium/2349 -> origin/chromium/2349 | |
[0:04:44] = [up to date] chromium/2350 -> origin/chromium/2350 | |
[0:04:44] = [up to date] chromium/2351 -> origin/chromium/2351 | |
[0:04:44] = [up to date] chromium/2352 -> origin/chromium/2352 | |
[0:04:44] = [up to date] chromium/2353 -> origin/chromium/2353 | |
[0:04:44] = [up to date] chromium/2354 -> origin/chromium/2354 | |
[0:04:44] = [up to date] chromium/2355 -> origin/chromium/2355 | |
[0:04:44] = [up to date] chromium/2356 -> origin/chromium/2356 | |
[0:04:44] = [up to date] chromium/2357 -> origin/chromium/2357 | |
[0:04:44] = [up to date] chromium/2358 -> origin/chromium/2358 | |
[0:04:44] = [up to date] chromium/2359 -> origin/chromium/2359 | |
[0:04:44] = [up to date] chromium/2360 -> origin/chromium/2360 | |
[0:04:44] = [up to date] chromium/2361 -> origin/chromium/2361 | |
[0:04:44] = [up to date] chromium/2362 -> origin/chromium/2362 | |
[0:04:44] = [up to date] chromium/2363 -> origin/chromium/2363 | |
[0:04:44] = [up to date] chromium/2364 -> origin/chromium/2364 | |
[0:04:44] = [up to date] chromium/2365 -> origin/chromium/2365 | |
[0:04:44] = [up to date] chromium/2366 -> origin/chromium/2366 | |
[0:04:44] = [up to date] chromium/2367 -> origin/chromium/2367 | |
[0:04:44] = [up to date] chromium/2368 -> origin/chromium/2368 | |
[0:04:44] = [up to date] chromium/2369 -> origin/chromium/2369 | |
[0:04:44] = [up to date] chromium/2370 -> origin/chromium/2370 | |
[0:04:44] = [up to date] chromium/2371 -> origin/chromium/2371 | |
[0:04:44] = [up to date] chromium/2372 -> origin/chromium/2372 | |
[0:04:44] = [up to date] chromium/2373 -> origin/chromium/2373 | |
[0:04:44] = [up to date] chromium/2374 -> origin/chromium/2374 | |
[0:04:44] = [up to date] chromium/2375 -> origin/chromium/2375 | |
[0:04:44] = [up to date] chromium/2376 -> origin/chromium/2376 | |
[0:04:44] = [up to date] chromium/2377 -> origin/chromium/2377 | |
[0:04:44] = [up to date] chromium/2378 -> origin/chromium/2378 | |
[0:04:44] = [up to date] chromium/2379 -> origin/chromium/2379 | |
[0:04:44] = [up to date] chromium/2380 -> origin/chromium/2380 | |
[0:04:44] = [up to date] chromium/2381 -> origin/chromium/2381 | |
[0:04:44] = [up to date] chromium/2382 -> origin/chromium/2382 | |
[0:04:44] = [up to date] chromium/2383 -> origin/chromium/2383 | |
[0:04:44] = [up to date] chromium/2384 -> origin/chromium/2384 | |
[0:04:44] = [up to date] chromium/2385 -> origin/chromium/2385 | |
[0:04:44] = [up to date] chromium/2386 -> origin/chromium/2386 | |
[0:04:44] = [up to date] chromium/2387 -> origin/chromium/2387 | |
[0:04:44] = [up to date] chromium/2388 -> origin/chromium/2388 | |
[0:04:44] = [up to date] chromium/2389 -> origin/chromium/2389 | |
[0:04:44] = [up to date] chromium/2390 -> origin/chromium/2390 | |
[0:04:44] = [up to date] chromium/2391 -> origin/chromium/2391 | |
[0:04:44] = [up to date] chromium/2392 -> origin/chromium/2392 | |
[0:04:44] = [up to date] chromium/2393 -> origin/chromium/2393 | |
[0:04:44] = [up to date] chromium/2394 -> origin/chromium/2394 | |
[0:04:44] = [up to date] chromium/2395 -> origin/chromium/2395 | |
[0:04:44] = [up to date] chromium/2396 -> origin/chromium/2396 | |
[0:04:44] = [up to date] chromium/2397 -> origin/chromium/2397 | |
[0:04:44] = [up to date] chromium/2398 -> origin/chromium/2398 | |
[0:04:44] = [up to date] chromium/2399 -> origin/chromium/2399 | |
[0:04:44] = [up to date] chromium/2400 -> origin/chromium/2400 | |
[0:04:44] = [up to date] chromium/2401 -> origin/chromium/2401 | |
[0:04:44] = [up to date] chromium/2402 -> origin/chromium/2402 | |
[0:04:44] = [up to date] chromium/2403 -> origin/chromium/2403 | |
[0:04:44] = [up to date] chromium/2404 -> origin/chromium/2404 | |
[0:04:44] = [up to date] chromium/2405 -> origin/chromium/2405 | |
[0:04:44] = [up to date] chromium/2406 -> origin/chromium/2406 | |
[0:04:44] = [up to date] chromium/2407 -> origin/chromium/2407 | |
[0:04:44] = [up to date] chromium/2408 -> origin/chromium/2408 | |
[0:04:44] = [up to date] chromium/2409 -> origin/chromium/2409 | |
[0:04:44] = [up to date] chromium/2410 -> origin/chromium/2410 | |
[0:04:44] = [up to date] chromium/2411 -> origin/chromium/2411 | |
[0:04:44] = [up to date] chromium/2412 -> origin/chromium/2412 | |
[0:04:44] = [up to date] chromium/2413 -> origin/chromium/2413 | |
[0:04:44] = [up to date] chromium/2414 -> origin/chromium/2414 | |
[0:04:44] = [up to date] chromium/2415 -> origin/chromium/2415 | |
[0:04:44] = [up to date] chromium/2416 -> origin/chromium/2416 | |
[0:04:44] = [up to date] chromium/2417 -> origin/chromium/2417 | |
[0:04:44] = [up to date] chromium/2418 -> origin/chromium/2418 | |
[0:04:44] = [up to date] chromium/2419 -> origin/chromium/2419 | |
[0:04:44] = [up to date] chromium/2420 -> origin/chromium/2420 | |
[0:04:44] = [up to date] chromium/2421 -> origin/chromium/2421 | |
[0:04:44] = [up to date] chromium/2422 -> origin/chromium/2422 | |
[0:04:44] = [up to date] chromium/2423 -> origin/chromium/2423 | |
[0:04:44] = [up to date] chromium/2424 -> origin/chromium/2424 | |
[0:04:44] = [up to date] chromium/2425 -> origin/chromium/2425 | |
[0:04:44] = [up to date] chromium/2426 -> origin/chromium/2426 | |
[0:04:44] = [up to date] chromium/2427 -> origin/chromium/2427 | |
[0:04:44] = [up to date] chromium/2428 -> origin/chromium/2428 | |
[0:04:44] = [up to date] chromium/2429 -> origin/chromium/2429 | |
[0:04:44] = [up to date] chromium/2430 -> origin/chromium/2430 | |
[0:04:44] = [up to date] chromium/2431 -> origin/chromium/2431 | |
[0:04:44] = [up to date] chromium/2432 -> origin/chromium/2432 | |
[0:04:44] = [up to date] chromium/2433 -> origin/chromium/2433 | |
[0:04:44] = [up to date] chromium/2434 -> origin/chromium/2434 | |
[0:04:44] = [up to date] chromium/2435 -> origin/chromium/2435 | |
[0:04:44] = [up to date] chromium/2436 -> origin/chromium/2436 | |
[0:04:44] = [up to date] chromium/2437 -> origin/chromium/2437 | |
[0:04:44] = [up to date] chromium/2438 -> origin/chromium/2438 | |
[0:04:44] = [up to date] chromium/2439 -> origin/chromium/2439 | |
[0:04:44] = [up to date] chromium/2440 -> origin/chromium/2440 | |
[0:04:44] = [up to date] chromium/2441 -> origin/chromium/2441 | |
[0:04:44] = [up to date] chromium/2442 -> origin/chromium/2442 | |
[0:04:44] = [up to date] chromium/2443 -> origin/chromium/2443 | |
[0:04:44] = [up to date] chromium/2444 -> origin/chromium/2444 | |
[0:04:44] = [up to date] chromium/2445 -> origin/chromium/2445 | |
[0:04:44] = [up to date] chromium/2446 -> origin/chromium/2446 | |
[0:04:44] = [up to date] chromium/2447 -> origin/chromium/2447 | |
[0:04:44] = [up to date] chromium/2448 -> origin/chromium/2448 | |
[0:04:44] = [up to date] chromium/2449 -> origin/chromium/2449 | |
[0:04:44] = [up to date] chromium/2450 -> origin/chromium/2450 | |
[0:04:44] = [up to date] chromium/2451 -> origin/chromium/2451 | |
[0:04:44] = [up to date] chromium/2452 -> origin/chromium/2452 | |
[0:04:44] = [up to date] chromium/2453 -> origin/chromium/2453 | |
[0:04:44] = [up to date] chromium/2454 -> origin/chromium/2454 | |
[0:04:44] = [up to date] chromium/2455 -> origin/chromium/2455 | |
[0:04:44] = [up to date] chromium/2456 -> origin/chromium/2456 | |
[0:04:44] = [up to date] chromium/2457 -> origin/chromium/2457 | |
[0:04:44] = [up to date] chromium/2458 -> origin/chromium/2458 | |
[0:04:44] = [up to date] chromium/2459 -> origin/chromium/2459 | |
[0:04:44] = [up to date] chromium/2460 -> origin/chromium/2460 | |
[0:04:44] = [up to date] chromium/2461 -> origin/chromium/2461 | |
[0:04:44] = [up to date] chromium/2462 -> origin/chromium/2462 | |
[0:04:44] = [up to date] chromium/2463 -> origin/chromium/2463 | |
[0:04:44] = [up to date] chromium/2464 -> origin/chromium/2464 | |
[0:04:44] = [up to date] chromium/2465 -> origin/chromium/2465 | |
[0:04:44] = [up to date] chromium/2466 -> origin/chromium/2466 | |
[0:04:44] = [up to date] chromium/2467 -> origin/chromium/2467 | |
[0:04:44] = [up to date] chromium/2468 -> origin/chromium/2468 | |
[0:04:44] = [up to date] chromium/2469 -> origin/chromium/2469 | |
[0:04:44] = [up to date] chromium/2470 -> origin/chromium/2470 | |
[0:04:44] = [up to date] chromium/2471 -> origin/chromium/2471 | |
[0:04:44] = [up to date] chromium/2472 -> origin/chromium/2472 | |
[0:04:44] = [up to date] chromium/2473 -> origin/chromium/2473 | |
[0:04:44] = [up to date] chromium/2474 -> origin/chromium/2474 | |
[0:04:44] = [up to date] chromium/2475 -> origin/chromium/2475 | |
[0:04:44] = [up to date] chromium/2476 -> origin/chromium/2476 | |
[0:04:44] = [up to date] chromium/2477 -> origin/chromium/2477 | |
[0:04:44] = [up to date] chromium/2478 -> origin/chromium/2478 | |
[0:04:44] = [up to date] chromium/2479 -> origin/chromium/2479 | |
[0:04:44] = [up to date] chromium/2480 -> origin/chromium/2480 | |
[0:04:44] = [up to date] chromium/2481 -> origin/chromium/2481 | |
[0:04:44] = [up to date] chromium/2482 -> origin/chromium/2482 | |
[0:04:44] = [up to date] chromium/2483 -> origin/chromium/2483 | |
[0:04:44] = [up to date] chromium/2484 -> origin/chromium/2484 | |
[0:04:44] = [up to date] chromium/2485 -> origin/chromium/2485 | |
[0:04:44] = [up to date] chromium/2486 -> origin/chromium/2486 | |
[0:04:44] = [up to date] chromium/2487 -> origin/chromium/2487 | |
[0:04:44] = [up to date] chromium/2488 -> origin/chromium/2488 | |
[0:04:44] = [up to date] chromium/2489 -> origin/chromium/2489 | |
[0:04:44] = [up to date] chromium/2490 -> origin/chromium/2490 | |
[0:04:44] = [up to date] chromium/2491 -> origin/chromium/2491 | |
[0:04:44] = [up to date] chromium/2492 -> origin/chromium/2492 | |
[0:04:44] = [up to date] chromium/2493 -> origin/chromium/2493 | |
[0:04:44] = [up to date] chromium/2494 -> origin/chromium/2494 | |
[0:04:44] = [up to date] chromium/2495 -> origin/chromium/2495 | |
[0:04:44] = [up to date] chromium/2496 -> origin/chromium/2496 | |
[0:04:44] = [up to date] chromium/2497 -> origin/chromium/2497 | |
[0:04:44] = [up to date] chromium/2498 -> origin/chromium/2498 | |
[0:04:44] = [up to date] chromium/2499 -> origin/chromium/2499 | |
[0:04:44] = [up to date] chromium/2500 -> origin/chromium/2500 | |
[0:04:44] = [up to date] chromium/2501 -> origin/chromium/2501 | |
[0:04:44] = [up to date] chromium/2502 -> origin/chromium/2502 | |
[0:04:44] = [up to date] chromium/2503 -> origin/chromium/2503 | |
[0:04:44] = [up to date] chromium/2504 -> origin/chromium/2504 | |
[0:04:44] = [up to date] chromium/2505 -> origin/chromium/2505 | |
[0:04:44] = [up to date] chromium/2506 -> origin/chromium/2506 | |
[0:04:44] = [up to date] chromium/2507 -> origin/chromium/2507 | |
[0:04:44] = [up to date] chromium/2508 -> origin/chromium/2508 | |
[0:04:44] = [up to date] chromium/2509 -> origin/chromium/2509 | |
[0:04:44] = [up to date] chromium/2510 -> origin/chromium/2510 | |
[0:04:44] = [up to date] chromium/2511 -> origin/chromium/2511 | |
[0:04:44] = [up to date] chromium/2512 -> origin/chromium/2512 | |
[0:04:44] = [up to date] chromium/2513 -> origin/chromium/2513 | |
[0:04:44] = [up to date] chromium/2514 -> origin/chromium/2514 | |
[0:04:44] = [up to date] chromium/2515 -> origin/chromium/2515 | |
[0:04:44] = [up to date] chromium/2516 -> origin/chromium/2516 | |
[0:04:44] = [up to date] chromium/2517 -> origin/chromium/2517 | |
[0:04:44] = [up to date] chromium/2518 -> origin/chromium/2518 | |
[0:04:44] = [up to date] chromium/2519 -> origin/chromium/2519 | |
[0:04:44] = [up to date] chromium/2520 -> origin/chromium/2520 | |
[0:04:44] = [up to date] chromium/2521 -> origin/chromium/2521 | |
[0:04:44] = [up to date] chromium/2522 -> origin/chromium/2522 | |
[0:04:44] = [up to date] chromium/2523 -> origin/chromium/2523 | |
[0:04:44] = [up to date] chromium/2524 -> origin/chromium/2524 | |
[0:04:44] = [up to date] chromium/2525 -> origin/chromium/2525 | |
[0:04:44] = [up to date] chromium/2526 -> origin/chromium/2526 | |
[0:04:44] = [up to date] chromium/2527 -> origin/chromium/2527 | |
[0:04:44] = [up to date] chromium/2528 -> origin/chromium/2528 | |
[0:04:44] = [up to date] chromium/2529 -> origin/chromium/2529 | |
[0:04:44] = [up to date] chromium/2530 -> origin/chromium/2530 | |
[0:04:44] = [up to date] chromium/2531 -> origin/chromium/2531 | |
[0:04:44] = [up to date] chromium/2532 -> origin/chromium/2532 | |
[0:04:44] = [up to date] chromium/2533 -> origin/chromium/2533 | |
[0:04:44] = [up to date] chromium/2534 -> origin/chromium/2534 | |
[0:04:44] = [up to date] chromium/2535 -> origin/chromium/2535 | |
[0:04:44] = [up to date] chromium/2536 -> origin/chromium/2536 | |
[0:04:44] = [up to date] chromium/2537 -> origin/chromium/2537 | |
[0:04:44] = [up to date] chromium/2538 -> origin/chromium/2538 | |
[0:04:44] = [up to date] chromium/2539 -> origin/chromium/2539 | |
[0:04:44] = [up to date] chromium/2540 -> origin/chromium/2540 | |
[0:04:44] = [up to date] chromium/2541 -> origin/chromium/2541 | |
[0:04:44] = [up to date] chromium/2542 -> origin/chromium/2542 | |
[0:04:44] = [up to date] chromium/2543 -> origin/chromium/2543 | |
[0:04:44] = [up to date] chromium/2544 -> origin/chromium/2544 | |
[0:04:44] = [up to date] chromium/2545 -> origin/chromium/2545 | |
[0:04:44] = [up to date] chromium/2546 -> origin/chromium/2546 | |
[0:04:44] = [up to date] chromium/2547 -> origin/chromium/2547 | |
[0:04:44] = [up to date] chromium/2548 -> origin/chromium/2548 | |
[0:04:44] = [up to date] chromium/2549 -> origin/chromium/2549 | |
[0:04:44] = [up to date] chromium/2550 -> origin/chromium/2550 | |
[0:04:44] = [up to date] chromium/2551 -> origin/chromium/2551 | |
[0:04:44] = [up to date] chromium/2552 -> origin/chromium/2552 | |
[0:04:44] = [up to date] chromium/2553 -> origin/chromium/2553 | |
[0:04:44] = [up to date] chromium/2554 -> origin/chromium/2554 | |
[0:04:44] = [up to date] chromium/2555 -> origin/chromium/2555 | |
[0:04:44] = [up to date] chromium/2556 -> origin/chromium/2556 | |
[0:04:44] = [up to date] chromium/2557 -> origin/chromium/2557 | |
[0:04:44] = [up to date] chromium/2558 -> origin/chromium/2558 | |
[0:04:44] = [up to date] chromium/2559 -> origin/chromium/2559 | |
[0:04:44] = [up to date] chromium/2560 -> origin/chromium/2560 | |
[0:04:44] = [up to date] chromium/2561 -> origin/chromium/2561 | |
[0:04:44] = [up to date] chromium/2562 -> origin/chromium/2562 | |
[0:04:44] = [up to date] chromium/2563 -> origin/chromium/2563 | |
[0:04:44] = [up to date] chromium/2564 -> origin/chromium/2564 | |
[0:04:44] = [up to date] chromium/2565 -> origin/chromium/2565 | |
[0:04:44] = [up to date] chromium/2566 -> origin/chromium/2566 | |
[0:04:44] = [up to date] chromium/2567 -> origin/chromium/2567 | |
[0:04:44] = [up to date] chromium/2568 -> origin/chromium/2568 | |
[0:04:44] = [up to date] chromium/2569 -> origin/chromium/2569 | |
[0:04:44] = [up to date] chromium/2570 -> origin/chromium/2570 | |
[0:04:44] = [up to date] chromium/2571 -> origin/chromium/2571 | |
[0:04:44] = [up to date] chromium/2572 -> origin/chromium/2572 | |
[0:04:44] = [up to date] chromium/2573 -> origin/chromium/2573 | |
[0:04:44] = [up to date] chromium/2574 -> origin/chromium/2574 | |
[0:04:44] = [up to date] chromium/2575 -> origin/chromium/2575 | |
[0:04:44] = [up to date] chromium/2576 -> origin/chromium/2576 | |
[0:04:44] = [up to date] chromium/2577 -> origin/chromium/2577 | |
[0:04:44] = [up to date] chromium/2578 -> origin/chromium/2578 | |
[0:04:44] = [up to date] chromium/2579 -> origin/chromium/2579 | |
[0:04:44] = [up to date] chromium/2580 -> origin/chromium/2580 | |
[0:04:44] = [up to date] chromium/2581 -> origin/chromium/2581 | |
[0:04:44] = [up to date] chromium/2582 -> origin/chromium/2582 | |
[0:04:44] = [up to date] chromium/2583 -> origin/chromium/2583 | |
[0:04:44] = [up to date] chromium/2584 -> origin/chromium/2584 | |
[0:04:44] = [up to date] chromium/2585 -> origin/chromium/2585 | |
[0:04:44] = [up to date] chromium/2586 -> origin/chromium/2586 | |
[0:04:44] = [up to date] chromium/2587 -> origin/chromium/2587 | |
[0:04:44] = [up to date] chromium/2588 -> origin/chromium/2588 | |
[0:04:44] = [up to date] chromium/2589 -> origin/chromium/2589 | |
[0:04:44] = [up to date] chromium/2590 -> origin/chromium/2590 | |
[0:04:44] = [up to date] chromium/2591 -> origin/chromium/2591 | |
[0:04:44] = [up to date] chromium/2592 -> origin/chromium/2592 | |
[0:04:44] = [up to date] chromium/2593 -> origin/chromium/2593 | |
[0:04:44] = [up to date] chromium/2594 -> origin/chromium/2594 | |
[0:04:44] = [up to date] chromium/2595 -> origin/chromium/2595 | |
[0:04:44] = [up to date] chromium/2596 -> origin/chromium/2596 | |
[0:04:44] = [up to date] chromium/2597 -> origin/chromium/2597 | |
[0:04:44] = [up to date] chromium/2598 -> origin/chromium/2598 | |
[0:04:44] = [up to date] chromium/2599 -> origin/chromium/2599 | |
[0:04:44] = [up to date] chromium/2600 -> origin/chromium/2600 | |
[0:04:44] = [up to date] chromium/2601 -> origin/chromium/2601 | |
[0:04:44] = [up to date] chromium/2602 -> origin/chromium/2602 | |
[0:04:44] = [up to date] chromium/2603 -> origin/chromium/2603 | |
[0:04:44] = [up to date] chromium/2604 -> origin/chromium/2604 | |
[0:04:44] = [up to date] chromium/2605 -> origin/chromium/2605 | |
[0:04:44] = [up to date] chromium/2606 -> origin/chromium/2606 | |
[0:04:44] = [up to date] chromium/2607 -> origin/chromium/2607 | |
[0:04:44] = [up to date] chromium/2608 -> origin/chromium/2608 | |
[0:04:44] = [up to date] chromium/2609 -> origin/chromium/2609 | |
[0:04:44] = [up to date] chromium/2610 -> origin/chromium/2610 | |
[0:04:44] = [up to date] chromium/2611 -> origin/chromium/2611 | |
[0:04:44] = [up to date] chromium/2612 -> origin/chromium/2612 | |
[0:04:44] = [up to date] chromium/2613 -> origin/chromium/2613 | |
[0:04:44] = [up to date] chromium/2614 -> origin/chromium/2614 | |
[0:04:44] = [up to date] chromium/2615 -> origin/chromium/2615 | |
[0:04:44] = [up to date] chromium/2616 -> origin/chromium/2616 | |
[0:04:44] = [up to date] chromium/2617 -> origin/chromium/2617 | |
[0:04:44] = [up to date] chromium/2618 -> origin/chromium/2618 | |
[0:04:44] = [up to date] chromium/2619 -> origin/chromium/2619 | |
[0:04:44] = [up to date] chromium/2620 -> origin/chromium/2620 | |
[0:04:44] = [up to date] chromium/2621 -> origin/chromium/2621 | |
[0:04:44] = [up to date] chromium/2622 -> origin/chromium/2622 | |
[0:04:44] = [up to date] chromium/2623 -> origin/chromium/2623 | |
[0:04:44] = [up to date] chromium/2624 -> origin/chromium/2624 | |
[0:04:44] = [up to date] chromium/2625 -> origin/chromium/2625 | |
[0:04:44] = [up to date] chromium/2626 -> origin/chromium/2626 | |
[0:04:44] = [up to date] chromium/2627 -> origin/chromium/2627 | |
[0:04:44] = [up to date] chromium/2628 -> origin/chromium/2628 | |
[0:04:44] = [up to date] chromium/2629 -> origin/chromium/2629 | |
[0:04:44] = [up to date] chromium/2630 -> origin/chromium/2630 | |
[0:04:44] = [up to date] chromium/2631 -> origin/chromium/2631 | |
[0:04:44] = [up to date] chromium/2632 -> origin/chromium/2632 | |
[0:04:44] = [up to date] chromium/2633 -> origin/chromium/2633 | |
[0:04:44] = [up to date] chromium/2634 -> origin/chromium/2634 | |
[0:04:44] = [up to date] chromium/2635 -> origin/chromium/2635 | |
[0:04:44] = [up to date] chromium/2636 -> origin/chromium/2636 | |
[0:04:44] = [up to date] chromium/2637 -> origin/chromium/2637 | |
[0:04:44] = [up to date] chromium/2638 -> origin/chromium/2638 | |
[0:04:44] = [up to date] chromium/2639 -> origin/chromium/2639 | |
[0:04:44] = [up to date] chromium/2640 -> origin/chromium/2640 | |
[0:04:44] = [up to date] chromium/2641 -> origin/chromium/2641 | |
[0:04:44] = [up to date] chromium/2642 -> origin/chromium/2642 | |
[0:04:44] = [up to date] chromium/2643 -> origin/chromium/2643 | |
[0:04:44] = [up to date] chromium/2644 -> origin/chromium/2644 | |
[0:04:44] = [up to date] chromium/2645 -> origin/chromium/2645 | |
[0:04:44] = [up to date] chromium/2646 -> origin/chromium/2646 | |
[0:04:44] = [up to date] chromium/2647 -> origin/chromium/2647 | |
[0:04:44] = [up to date] chromium/2648 -> origin/chromium/2648 | |
[0:04:44] = [up to date] chromium/2649 -> origin/chromium/2649 | |
[0:04:44] = [up to date] chromium/2650 -> origin/chromium/2650 | |
[0:04:44] = [up to date] chromium/2651 -> origin/chromium/2651 | |
[0:04:44] = [up to date] chromium/2652 -> origin/chromium/2652 | |
[0:04:44] = [up to date] chromium/2653 -> origin/chromium/2653 | |
[0:04:44] = [up to date] chromium/2654 -> origin/chromium/2654 | |
[0:04:44] = [up to date] chromium/2655 -> origin/chromium/2655 | |
[0:04:44] = [up to date] chromium/2656 -> origin/chromium/2656 | |
[0:04:44] = [up to date] chromium/2657 -> origin/chromium/2657 | |
[0:04:44] = [up to date] chromium/2658 -> origin/chromium/2658 | |
[0:04:44] = [up to date] chromium/2659 -> origin/chromium/2659 | |
[0:04:44] = [up to date] chromium/2660 -> origin/chromium/2660 | |
[0:04:44] = [up to date] chromium/2661 -> origin/chromium/2661 | |
[0:04:44] = [up to date] chromium/2662 -> origin/chromium/2662 | |
[0:04:44] = [up to date] chromium/2663 -> origin/chromium/2663 | |
[0:04:44] = [up to date] chromium/2664 -> origin/chromium/2664 | |
[0:04:44] = [up to date] chromium/2665 -> origin/chromium/2665 | |
[0:04:44] = [up to date] chromium/2666 -> origin/chromium/2666 | |
[0:04:44] = [up to date] chromium/2667 -> origin/chromium/2667 | |
[0:04:44] = [up to date] chromium/2668 -> origin/chromium/2668 | |
[0:04:44] = [up to date] chromium/2669 -> origin/chromium/2669 | |
[0:04:44] = [up to date] chromium/2670 -> origin/chromium/2670 | |
[0:04:44] = [up to date] chromium/2671 -> origin/chromium/2671 | |
[0:04:44] = [up to date] chromium/2672 -> origin/chromium/2672 | |
[0:04:44] = [up to date] chromium/2673 -> origin/chromium/2673 | |
[0:04:44] = [up to date] chromium/2674 -> origin/chromium/2674 | |
[0:04:44] = [up to date] chromium/2675 -> origin/chromium/2675 | |
[0:04:44] = [up to date] chromium/2676 -> origin/chromium/2676 | |
[0:04:44] = [up to date] chromium/2677 -> origin/chromium/2677 | |
[0:04:44] = [up to date] chromium/2678 -> origin/chromium/2678 | |
[0:04:44] = [up to date] chromium/2679 -> origin/chromium/2679 | |
[0:04:44] = [up to date] chromium/2680 -> origin/chromium/2680 | |
[0:04:44] = [up to date] chromium/2681 -> origin/chromium/2681 | |
[0:04:44] = [up to date] chromium/2682 -> origin/chromium/2682 | |
[0:04:44] = [up to date] chromium/2683 -> origin/chromium/2683 | |
[0:04:44] = [up to date] chromium/2684 -> origin/chromium/2684 | |
[0:04:44] = [up to date] chromium/2685 -> origin/chromium/2685 | |
[0:04:44] = [up to date] chromium/2686 -> origin/chromium/2686 | |
[0:04:44] = [up to date] chromium/2687 -> origin/chromium/2687 | |
[0:04:44] = [up to date] chromium/2688 -> origin/chromium/2688 | |
[0:04:44] = [up to date] chromium/2689 -> origin/chromium/2689 | |
[0:04:44] = [up to date] chromium/2690 -> origin/chromium/2690 | |
[0:04:44] = [up to date] chromium/2691 -> origin/chromium/2691 | |
[0:04:44] = [up to date] chromium/2692 -> origin/chromium/2692 | |
[0:04:44] = [up to date] chromium/2693 -> origin/chromium/2693 | |
[0:04:44] = [up to date] chromium/2694 -> origin/chromium/2694 | |
[0:04:44] = [up to date] chromium/2695 -> origin/chromium/2695 | |
[0:04:44] = [up to date] chromium/2696 -> origin/chromium/2696 | |
[0:04:44] = [up to date] chromium/2697 -> origin/chromium/2697 | |
[0:04:44] = [up to date] chromium/2698 -> origin/chromium/2698 | |
[0:04:44] = [up to date] chromium/2699 -> origin/chromium/2699 | |
[0:04:44] = [up to date] chromium/2700 -> origin/chromium/2700 | |
[0:04:44] = [up to date] chromium/2701 -> origin/chromium/2701 | |
[0:04:44] = [up to date] chromium/2702 -> origin/chromium/2702 | |
[0:04:44] = [up to date] chromium/2703 -> origin/chromium/2703 | |
[0:04:44] = [up to date] chromium/2704 -> origin/chromium/2704 | |
[0:04:44] = [up to date] chromium/2705 -> origin/chromium/2705 | |
[0:04:44] = [up to date] chromium/2706 -> origin/chromium/2706 | |
[0:04:44] = [up to date] chromium/2707 -> origin/chromium/2707 | |
[0:04:44] = [up to date] chromium/2708 -> origin/chromium/2708 | |
[0:04:44] = [up to date] chromium/2709 -> origin/chromium/2709 | |
[0:04:44] = [up to date] chromium/2710 -> origin/chromium/2710 | |
[0:04:44] = [up to date] chromium/2711 -> origin/chromium/2711 | |
[0:04:44] = [up to date] es2only-legacy -> origin/es2only-legacy | |
[0:04:44] = [up to date] es3proto -> origin/es3proto | |
[0:04:44] = [up to date] infra/config -> origin/infra/config | |
[0:04:44] = [up to date] legacy -> origin/legacy | |
[0:04:44] = [up to date] master -> origin/master | |
[0:04:44] = [up to date] testbranch -> origin/testbranch | |
[0:04:44] = [up to date] testbranchthree -> origin/testbranchthree | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/angle' | |
[0:04:48] HEAD is now at 4e9536d Revert tests changes of 3e7ae4249217eb66dfad09419525066bcbdb560b | |
[0:04:51] Up-to-date; skipping checkout. | |
Checked out revision 4e9536d0f612dab15dd6722975155b78b92ca0ae | |
[0:04:55] Finished. | |
---------------------------------------- | |
src/third_party/freetype-android/src (Elapsed: 0:00:08) | |
---------------------------------------- | |
[0:04:49] 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:04:51] From https://chromium.googlesource.com/chromium/src/third_party/freetype2 | |
[0:04:51] = [up to date] BRANCH-2-1-5 -> origin/BRANCH-2-1-5 | |
[0:04:51] = [up to date] CACHE -> origin/CACHE | |
[0:04:51] = [up to date] LAYOUT -> origin/LAYOUT | |
[0:04:51] = [up to date] RGB -> origin/RGB | |
[0:04:51] = [up to date] STABLE -> origin/STABLE | |
[0:04:51] = [up to date] STABLE-2-1-0 -> origin/STABLE-2-1-0 | |
[0:04:51] = [up to date] VER-2-0-4-PATCH -> origin/VER-2-0-4-PATCH | |
[0:04:51] = [up to date] VER-2-1-0 -> origin/VER-2-1-0 | |
[0:04:51] = [up to date] autohinter-properties -> origin/autohinter-properties | |
[0:04:51] = [up to date] chromium/ubuntu/precise -> origin/chromium/ubuntu/precise | |
[0:04:51] = [up to date] david-pic-changes -> origin/david-pic-changes | |
[0:04:51] = [up to date] dbgmem-more-limiters -> origin/dbgmem-more-limiters | |
[0:04:51] = [up to date] int-not32-changes -> origin/int-not32-changes | |
[0:04:51] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/freetype-android/src' | |
[0:04:54] HEAD is now at a512b0f [bdf] Remove dead code (#46625). | |
[0:04:56] Up-to-date; skipping checkout. | |
Checked out revision a512b0fe7a8d9db0e5aa9c0a4db1e92cb861722d | |
[0:04:58] Finished. | |
---------------------------------------- | |
src/third_party/hunspell_dictionaries (Elapsed: 0:00:03) | |
---------------------------------------- | |
[0:04:55] 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:04:56] From https://chromium.googlesource.com/chromium/deps/hunspell_dictionaries | |
[0:04:56] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/hunspell_dictionaries' | |
[0:04:57] HEAD is now at c106afd Add in script to update SCOWL dictionaries | |
[0:04:58] Up-to-date; skipping checkout. | |
Checked out revision c106afdcec5d3de2622e19f1b3294c47bbd8bd72 | |
[0:04:58] Finished. | |
---------------------------------------- | |
src/third_party/freetype2/src (Elapsed: 0:00:08) | |
---------------------------------------- | |
[0:04:50] 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:04:53] From https://chromium.googlesource.com/chromium/src/third_party/freetype2 | |
[0:04:53] = [up to date] BRANCH-2-1-5 -> origin/BRANCH-2-1-5 | |
[0:04:53] = [up to date] CACHE -> origin/CACHE | |
[0:04:53] = [up to date] LAYOUT -> origin/LAYOUT | |
[0:04:53] = [up to date] RGB -> origin/RGB | |
[0:04:53] = [up to date] STABLE -> origin/STABLE | |
[0:04:53] = [up to date] STABLE-2-1-0 -> origin/STABLE-2-1-0 | |
[0:04:53] = [up to date] VER-2-0-4-PATCH -> origin/VER-2-0-4-PATCH | |
[0:04:53] = [up to date] VER-2-1-0 -> origin/VER-2-1-0 | |
[0:04:53] = [up to date] autohinter-properties -> origin/autohinter-properties | |
[0:04:53] = [up to date] chromium/ubuntu/precise -> origin/chromium/ubuntu/precise | |
[0:04:53] = [up to date] david-pic-changes -> origin/david-pic-changes | |
[0:04:53] = [up to date] dbgmem-more-limiters -> origin/dbgmem-more-limiters | |
[0:04:53] = [up to date] int-not32-changes -> origin/int-not32-changes | |
[0:04:53] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/freetype2/src' | |
[0:04:55] HEAD is now at fc1532a Fix Savannah bug #41309. | |
[0:04:57] Up-to-date; skipping checkout. | |
Checked out revision fc1532a7c4c592f24a4c1a0261d2845524ca5cff | |
[0:04:59] Finished. | |
---------------------------------------- | |
src/third_party/jarjar (Elapsed: 0:00:04) | |
---------------------------------------- | |
[0:04:58] 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:05:00] From https://chromium.googlesource.com/chromium/deps/jarjar | |
[0:05:00] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/jarjar' | |
[0:05:02] HEAD is now at 2e1ead4 Fix paths for jarjar tool. | |
[0:05:02] Up-to-date; skipping checkout. | |
Checked out revision 2e1ead4c68c450e0b77fe49e3f9137842b8b6920 | |
[0:05:03] Finished. | |
---------------------------------------- | |
src/third_party/jsoncpp/source (Elapsed: 0:00:04) | |
---------------------------------------- | |
[0:04:59] 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:05:01] From https://chromium.googlesource.com/external/github.com/open-source-parsers/jsoncpp | |
[0:05:01] = [up to date] 0.y.z -> origin/0.y.z | |
[0:05:01] = [up to date] accept_all_arithmetic_types -> origin/accept_all_arithmetic_types | |
[0:05:01] = [up to date] cma-master -> origin/cma-master | |
[0:05:01] = [up to date] cmake-adjustments -> origin/cmake-adjustments | |
[0:05:01] = [up to date] master -> origin/master | |
[0:05:01] = [up to date] moveSemantics -> origin/moveSemantics | |
[0:05:01] = [up to date] private-0.y.z -> origin/private-0.y.z | |
[0:05:01] = [up to date] private-null -> origin/private-null | |
[0:05:01] = [up to date] revert-280-pkg-config-fix -> origin/revert-280-pkg-config-fix | |
[0:05:01] = [up to date] template -> origin/template | |
[0:05:01] = [up to date] thing -> origin/thing | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/jsoncpp/source' | |
[0:05:02] HEAD is now at f572e8e Added an exit() to JSON_FAIL_MESSAGE to fix "no return" errors. | |
[0:05:02] Up-to-date; skipping checkout. | |
Checked out revision f572e8e42e22cfcf5ab0aea26574f408943edfa4 | |
[0:05:03] Finished. | |
---------------------------------------- | |
src/third_party/jsr-305/src (Elapsed: 0:00:04) | |
---------------------------------------- | |
[0:05:03] 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:05:04] From https://chromium.googlesource.com/external/jsr-305 | |
[0:05:04] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/jsr-305/src' | |
[0:05:06] HEAD is now at 642c508 produce jar file containing just the jsr305 classes without source files | |
[0:05:06] Up-to-date; skipping checkout. | |
Checked out revision 642c508235471f7220af6d5df2d3210e3bfc0919 | |
[0:05:07] Finished. | |
---------------------------------------- | |
src/third_party/httpcomponents-client (Elapsed: 0:00:15) | |
---------------------------------------- | |
[0:04:53] 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:04:54] From https://chromium.googlesource.com/chromium/deps/httpcomponents-client | |
[0:04:54] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/httpcomponents-client' | |
[0:05:00] HEAD is now at 285c4da Add Apache libraries for multipart in Java | |
[0:05:04] Up-to-date; skipping checkout. | |
Checked out revision 285c4dafc5de0e853fa845dce5773e223219601c | |
[0:05:08] Finished. | |
---------------------------------------- | |
src/third_party/httpcomponents-core (Elapsed: 0:00:15) | |
---------------------------------------- | |
[0:04:54] 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:04:55] From https://chromium.googlesource.com/chromium/deps/httpcomponents-core | |
[0:04:55] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/httpcomponents-core' | |
[0:05:00] HEAD is now at 9f7180a Add Apache libraries for multipart in Java | |
[0:05:04] Up-to-date; skipping checkout. | |
Checked out revision 9f7180a96f8fa5cab23f793c14b413356d419e62 | |
[0:05:09] Finished. | |
---------------------------------------- | |
src/third_party/leveldatabase/src (Elapsed: 0:00:03) | |
---------------------------------------- | |
[0:05:07] 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:05:09] From https://chromium.googlesource.com/external/leveldb | |
[0:05:09] = [up to date] android -> origin/android | |
[0:05:09] = [up to date] master -> origin/master | |
[0:05:09] = [up to date] reuse-manifest -> origin/reuse-manifest | |
[0:05:09] = [up to date] windows -> origin/windows | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/leveldatabase/src' | |
[0:05:10] HEAD is now at 706b7f8 Resolve race when getting approximate-memory-usage property | |
[0:05:10] Up-to-date; skipping checkout. | |
Checked out revision 706b7f8d43b0aecdc75c5ee49d3e4ef5f27b9faf | |
[0:05:11] Finished. | |
---------------------------------------- | |
src/third_party/libexif/sources (Elapsed: 0:00:02) | |
---------------------------------------- | |
[0:05:09] 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:05:10] From https://chromium.googlesource.com/chromium/deps/libexif/sources | |
[0:05:10] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/libexif/sources' | |
[0:05:11] HEAD is now at 045b7fb libexif: Fix out of bound reads in exif_mnote_data_olympus_load(). | |
[0:05:11] Up-to-date; skipping checkout. | |
Checked out revision 045b7fb9aa6d9b7f1954db248caf5eefe917476d | |
[0:05:12] Finished. | |
---------------------------------------- | |
src/third_party/libaddressinput/src (Elapsed: 0:00:05) | |
---------------------------------------- | |
[0:05:08] 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:05:09] From https://chromium.googlesource.com/external/libaddressinput | |
[0:05:09] = [up to date] master -> origin/master | |
[0:05:09] = [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:05:11] HEAD is now at 5eeeb79 Merge pull request #85 from googlei18n/opensource_update_10890 | |
[0:05:12] Up-to-date; skipping checkout. | |
Checked out revision 5eeeb797e79fa01503fcdcbebdc50036fac023ef | |
[0:05:13] Finished. | |
---------------------------------------- | |
src/third_party/junit/src (Elapsed: 0:00:10) | |
---------------------------------------- | |
[0:05:03] 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:05:06] From https://chromium.googlesource.com/external/junit | |
[0:05:06] = [up to date] concurrent-run-listeners -> origin/concurrent-run-listeners | |
[0:05:06] = [up to date] gh-pages -> origin/gh-pages | |
[0:05:06] = [up to date] immutable-description -> origin/immutable-description | |
[0:05:06] = [up to date] junit-lambda-website -> origin/junit-lambda-website | |
[0:05:06] = [up to date] junit5 -> origin/junit5 | |
[0:05:06] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/junit/src' | |
[0:05:09] HEAD is now at 45a4464 4.10 final | |
[0:05:11] Up-to-date; skipping checkout. | |
Checked out revision 45a44647e7306262162e1346b750c3209019f2e1 | |
[0:05:14] Finished. | |
---------------------------------------- | |
src/third_party/libjpeg_turbo (Elapsed: 0:00:03) | |
---------------------------------------- | |
[0:05:12] 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:05:13] From https://chromium.googlesource.com/chromium/deps/libjpeg_turbo | |
[0:05:13] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/libjpeg_turbo' | |
[0:05:14] HEAD is now at e4e7503 Add missing change from 'Rewrite the JDIMENSION argument management for x86 64-bit assembly' | |
[0:05:14] Up-to-date; skipping checkout. | |
Checked out revision e4e75037f29745f1546b6ebf5cf532e841c04c2c | |
[0:05:15] Finished. | |
---------------------------------------- | |
src/third_party/libphonenumber/src/phonenumbers (Elapsed: 0:00:03) | |
---------------------------------------- | |
[0:05:14] 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:05:15] From https://chromium.googlesource.com/external/libphonenumber/cpp/src/phonenumbers | |
[0:05:15] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/libphonenumber/src/phonenumbers' | |
[0:05:16] HEAD is now at 0d6e3e5 Adding missing license information for the new matcher API files. | |
[0:05:17] Up-to-date; skipping checkout. | |
Checked out revision 0d6e3e50e17c94262ad1ca3b7d52b11223084bca | |
[0:05:17] Finished. | |
---------------------------------------- | |
src/third_party/libphonenumber/src/test (Elapsed: 0:00:02) | |
---------------------------------------- | |
[0:05:17] 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:05:18] From https://chromium.googlesource.com/external/libphonenumber/cpp/test | |
[0:05:18] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/libphonenumber/src/test' | |
[0:05:19] HEAD is now at f351a7e C++: Updated Geocoder documentation and tests | |
[0:05:19] Up-to-date; skipping checkout. | |
Checked out revision f351a7e007f9c9995494499120bbc361ca808a16 | |
[0:05:20] Finished. | |
---------------------------------------- | |
src/third_party/catapult (Elapsed: 0:01:00) | |
---------------------------------------- | |
[0:04:19] 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:04:20] POST git-upload-pack (959 bytes) | |
[0:04:22] From https://chromium.googlesource.com/external/github.com/catapult-project/catapult | |
[0:04:22] = [up to date] infra/config -> origin/infra/config | |
[0:04:22] = [up to date] mappersv2 -> origin/mappersv2 | |
[0:04:22] = [up to date] mappersv2_merge -> origin/mappersv2_merge | |
[0:04:22] 69f4fce..919807b master -> origin/master | |
[0:04:22] = [up to date] md-pages -> origin/md-pages | |
[0:04:22] = [up to date] polymer10 -> origin/polymer10 | |
[0:04:22] = [up to date] polymer10-dashboard -> origin/polymer10-dashboard | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/catapult' | |
[0:04:40] HEAD is now at dc74f19 [Devil] Fix for crash if writing logcat to preexisting dir. | |
[0:04:56] Up-to-date; skipping checkout. | |
Checked out revision dc74f19fa849b17180f09cfdf3c5757a26e9a379 | |
[0:05:20] Finished. | |
---------------------------------------- | |
src/third_party/liblouis/src (Elapsed: 0:00:06) | |
---------------------------------------- | |
[0:05:13] 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:05:16] From https://chromium.googlesource.com/external/liblouis-github | |
[0:05:16] = [up to date] bfrees_harness_xfail -> origin/bfrees_harness_xfail | |
[0:05:16] = [up to date] bfrees_hyphenation_patch_igor_poretsky -> origin/bfrees_hyphenation_patch_igor_poretsky | |
[0:05:16] = [up to date] bfrees_issue_105 -> origin/bfrees_issue_105 | |
[0:05:16] = [up to date] bfrees_issue_106 -> origin/bfrees_issue_106 | |
[0:05:16] = [up to date] bfrees_issue_78 -> origin/bfrees_issue_78 | |
[0:05:16] = [up to date] bfrees_odt2braille -> origin/bfrees_odt2braille | |
[0:05:16] = [up to date] bfrees_pt -> origin/bfrees_pt | |
[0:05:16] = [up to date] bfrees_table_dev -> origin/bfrees_table_dev | |
[0:05:16] = [up to date] bfrees_table_dev_ready_dist -> origin/bfrees_table_dev_ready_dist | |
[0:05:16] = [up to date] bfrees_table_find -> origin/bfrees_table_find | |
[0:05:16] = [up to date] bfrees_test_hyphenation -> origin/bfrees_test_hyphenation | |
[0:05:16] = [up to date] bfrees_unicode -> origin/bfrees_unicode | |
[0:05:16] = [up to date] bfrees_website_contributing -> origin/bfrees_website_contributing | |
[0:05:16] = [up to date] braille_spec_croatian -> origin/braille_spec_croatian | |
[0:05:16] = [up to date] danish_tests -> origin/danish_tests | |
[0:05:16] = [up to date] emphclass_indirection -> origin/emphclass_indirection | |
[0:05:16] = [up to date] feature/add_license_headers -> origin/feature/add_license_headers | |
[0:05:16] = [up to date] feature/merge_mg_changes -> origin/feature/merge_mg_changes | |
[0:05:16] = [up to date] feature/ueb_update -> origin/feature/ueb_update | |
[0:05:16] = [up to date] ikiwiki_ctl -> origin/ikiwiki_ctl | |
[0:05:16] = [up to date] integration/ueb_merge -> origin/integration/ueb_merge | |
[0:05:16] = [up to date] issues/35 -> origin/issues/35 | |
[0:05:16] = [up to date] jboyer-devel -> origin/jboyer-devel | |
[0:05:16] = [up to date] jboyer_refactor -> origin/jboyer_refactor | |
[0:05:16] = [up to date] master -> origin/master | |
[0:05:16] = [up to date] mhameed_brf2unicode -> origin/mhameed_brf2unicode | |
[0:05:16] = [up to date] mhameed_simplify_harness_tests -> origin/mhameed_simplify_harness_tests | |
[0:05:16] = [up to date] mhameed_travis_test -> origin/mhameed_travis_test | |
[0:05:16] = [up to date] mwhapples_emphasis-dev -> origin/mwhapples_emphasis-dev | |
[0:05:16] = [up to date] opcode-unification -> origin/opcode-unification | |
[0:05:16] = [up to date] regression_test_data -> origin/regression_test_data | |
[0:05:16] = [up to date] table_tagging -> origin/table_tagging | |
[0:05:16] = [up to date] tables/ueb -> origin/tables/ueb | |
[0:05:16] = [up to date] test_exhaustive -> origin/test_exhaustive | |
[0:05:16] = [up to date] torchtrust_master_rebased -> origin/torchtrust_master_rebased | |
[0:05:16] = [up to date] website -> origin/website | |
[0:05:16] = [up to date] windows/check_yaml -> origin/windows/check_yaml | |
[0:05:16] = [up to date] zh-cn -> origin/zh-cn | |
[0:05:16] = [up to date] zstanecic_tables -> origin/zstanecic_tables | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/liblouis/src' | |
[0:05:18] HEAD is now at 5f9c03f Update the release instructions | |
[0:05:19] Up-to-date; skipping checkout. | |
Checked out revision 5f9c03f2a3478561deb6ae4798175094be8a26c2 | |
[0:05:20] Finished. | |
---------------------------------------- | |
src/third_party/libphonenumber/src/resources (Elapsed: 0:00:05) | |
---------------------------------------- | |
[0:05:15] 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:05:16] From https://chromium.googlesource.com/external/libphonenumber/resources | |
[0:05:16] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/libphonenumber/src/resources' | |
[0:05:19] HEAD is now at b6dfdc7 JAVA/JS/CPP:libphonenumber v7.0 last changes | |
[0:05:20] Up-to-date; skipping checkout. | |
Checked out revision b6dfdc7952571ff7ee72643cd88c988cbe966396 | |
[0:05:21] Finished. | |
---------------------------------------- | |
src/third_party/libjingle/source/talk (Elapsed: 0:00:11) | |
---------------------------------------- | |
[0:05:11] 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:05:16] From https://chromium.googlesource.com/external/webrtc/trunk/talk | |
[0:05:16] = [up to date] master -> origin/master | |
[0:05:16] = [up to date] refs/branch-heads/3.36 -> branch-heads/3.36 | |
[0:05:16] = [up to date] refs/branch-heads/3.37 -> branch-heads/3.37 | |
[0:05:16] = [up to date] refs/branch-heads/3.38 -> branch-heads/3.38 | |
[0:05:16] = [up to date] refs/branch-heads/3.38@4516 -> branch-heads/3.38@4516 | |
[0:05:16] = [up to date] refs/branch-heads/3.39 -> branch-heads/3.39 | |
[0:05:16] = [up to date] refs/branch-heads/3.40 -> branch-heads/3.40 | |
[0:05:16] = [up to date] refs/branch-heads/3.41 -> branch-heads/3.41 | |
[0:05:16] = [up to date] refs/branch-heads/3.42 -> branch-heads/3.42 | |
[0:05:16] = [up to date] refs/branch-heads/3.43 -> branch-heads/3.43 | |
[0:05:16] = [up to date] refs/branch-heads/3.43@4842 -> branch-heads/3.43@4842 | |
[0:05:16] = [up to date] refs/branch-heads/3.44 -> branch-heads/3.44 | |
[0:05:16] = [up to date] refs/branch-heads/3.45 -> branch-heads/3.45 | |
[0:05:16] = [up to date] refs/branch-heads/3.46 -> branch-heads/3.46 | |
[0:05:16] = [up to date] refs/branch-heads/3.46@5080 -> branch-heads/3.46@5080 | |
[0:05:16] = [up to date] refs/branch-heads/3.47 -> branch-heads/3.47 | |
[0:05:16] = [up to date] refs/branch-heads/3.48 -> branch-heads/3.48 | |
[0:05:16] = [up to date] refs/branch-heads/3.48@5301 -> branch-heads/3.48@5301 | |
[0:05:16] = [up to date] refs/branch-heads/3.49 -> branch-heads/3.49 | |
[0:05:16] = [up to date] refs/branch-heads/3.50 -> branch-heads/3.50 | |
[0:05:16] = [up to date] refs/branch-heads/3.51 -> branch-heads/3.51 | |
[0:05:16] = [up to date] refs/branch-heads/3.52 -> branch-heads/3.52 | |
[0:05:16] = [up to date] refs/branch-heads/3.53 -> branch-heads/3.53 | |
[0:05:16] = [up to date] refs/branch-heads/3.54 -> branch-heads/3.54 | |
[0:05:16] = [up to date] refs/branch-heads/3.55 -> branch-heads/3.55 | |
[0:05:16] = [up to date] refs/branch-heads/38 -> branch-heads/38 | |
[0:05:16] = [up to date] refs/branch-heads/38p -> branch-heads/38p | |
[0:05:16] = [up to date] refs/branch-heads/39 -> branch-heads/39 | |
[0:05:16] = [up to date] refs/branch-heads/39p -> branch-heads/39p | |
[0:05:16] = [up to date] refs/branch-heads/40 -> branch-heads/40 | |
[0:05:16] = [up to date] refs/branch-heads/40p -> branch-heads/40p | |
[0:05:16] = [up to date] refs/branch-heads/41 -> branch-heads/41 | |
[0:05:16] = [up to date] refs/branch-heads/41p -> branch-heads/41p | |
[0:05:16] = [up to date] refs/branch-heads/42 -> branch-heads/42 | |
[0:05:16] = [up to date] refs/branch-heads/42p -> branch-heads/42p | |
[0:05:16] = [up to date] refs/branch-heads/43 -> branch-heads/43 | |
[0:05:16] = [up to date] refs/branch-heads/43-pre-test -> branch-heads/43-pre-test | |
[0:05:16] = [up to date] refs/branch-heads/44 -> branch-heads/44 | |
[0:05:16] = [up to date] refs/branch-heads/45 -> branch-heads/45 | |
[0:05:16] = [up to date] refs/branch-heads/46 -> branch-heads/46 | |
[0:05:16] = [up to date] refs/branch-heads/47 -> branch-heads/47 | |
[0:05:16] = [up to date] refs/branch-heads/48 -> branch-heads/48 | |
[0:05:16] = [up to date] refs/branch-heads/49 -> branch-heads/49 | |
[0:05:16] = [up to date] refs/branch-heads/50 -> branch-heads/50 | |
[0:05:16] = [up to date] refs/branch-heads/51 -> branch-heads/51 | |
[0:05:16] = [up to date] refs/branch-heads/kjellander-test -> branch-heads/kjellander-test | |
[0:05:16] = [up to date] refs/branch-heads/tedtest -> branch-heads/tedtest | |
[0:05:16] = [up to date] refs/branch-heads/tedtest2 -> branch-heads/tedtest2 | |
[0:05:16] = [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:05:18] HEAD is now at 4ce7fef Revert changes to default option setting in https://codereview.webrtc.org/1500633002/ | |
[0:05:21] Up-to-date; skipping checkout. | |
Checked out revision 4ce7fef091e1d63a3bfc2ed225619893b0eb1782 | |
[0:05:22] Finished. | |
---------------------------------------- | |
src/third_party/libpxc (Elapsed: 0:00:02) | |
---------------------------------------- | |
[0:05:20] 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:05:21] From https://github.com/crosswalk-project/libpxc | |
[0:05:21] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/libpxc' | |
[0:05:22] HEAD is now at 568e4ec Merge pull request #4 from huningxin/wm6 | |
[0:05:22] Up-to-date; skipping checkout. | |
Checked out revision 568e4ecc969b4663e82034e71d08efdd5fa77e1a | |
[0:05:23] Finished. | |
---------------------------------------- | |
src/third_party/libwebm/source (Elapsed: 0:00:02) | |
---------------------------------------- | |
[0:05:21] 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:05:22] From https://chromium.googlesource.com/webm/libwebm | |
[0:05:22] = [up to date] master -> origin/master | |
[0:05:22] = [up to date] sandbox/matthewjheaney/issue_399 -> origin/sandbox/matthewjheaney/issue_399 | |
[0:05:22] = [up to date] sandbox/matthewjheaney/mkvstream -> origin/sandbox/matthewjheaney/mkvstream | |
[0:05:22] = [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:05:23] HEAD is now at 75a6d2d sample_muxer: Don't write huge files. | |
[0:05:23] Up-to-date; skipping checkout. | |
Checked out revision 75a6d2da8b63e0c446ec0ce1ac942c2962d959d7 | |
[0:05:23] Finished. | |
---------------------------------------- | |
src/third_party/libsrtp (Elapsed: 0:00:03) | |
---------------------------------------- | |
[0:05:20] 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:05:22] From https://chromium.googlesource.com/chromium/deps/libsrtp | |
[0:05:22] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/libsrtp' | |
[0:05:23] HEAD is now at ebfcc9a Fix arm64 and mips missing -DCPU_CISC in BUILD.gn | |
[0:05:24] Up-to-date; skipping checkout. | |
Checked out revision ebfcc9ac562411e12487036820fb1cbcd4bbe670 | |
[0:05:24] Finished. | |
---------------------------------------- | |
src/third_party/lss (Elapsed: 0:00:02) | |
---------------------------------------- | |
[0:05:23] 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:05:24] From https://chromium.googlesource.com/external/linux-syscall-support/lss | |
[0:05:24] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/lss' | |
[0:05:24] HEAD is now at 4fc9422 MIPS Android: use asm/sgidefs.h instead of sgidefs.h | |
[0:05:25] Up-to-date; skipping checkout. | |
Checked out revision 4fc942258fe5509549333b9487ec018e3c8c5b10 | |
[0:05:25] Finished. | |
---------------------------------------- | |
src/third_party/libyuv (Elapsed: 0:00:04) | |
---------------------------------------- | |
[0:05:22] 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:05:23] From https://chromium.googlesource.com/libyuv/libyuv | |
[0:05:23] = [up to date] infra/config -> origin/infra/config | |
[0:05:23] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/libyuv' | |
[0:05:25] HEAD is now at fc52d8d Odd width variation of scale down by 2 for subsampling | |
[0:05:26] Up-to-date; skipping checkout. | |
Checked out revision fc52d8ded269e9cd40c7a763e36758a08f177da0 | |
[0:05:26] Finished. | |
---------------------------------------- | |
src/third_party/minigbm/src (Elapsed: 0:00:08) | |
---------------------------------------- | |
[0:05:24] 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:05:31] From https://chromium.googlesource.com/chromiumos/platform/minigbm | |
[0:05:31] = [up to date] factory-arkham-7077.113.B -> origin/factory-arkham-7077.113.B | |
[0:05:31] = [up to date] factory-auron-6459.B -> origin/factory-auron-6459.B | |
[0:05:31] = [up to date] factory-auron-6772.B -> origin/factory-auron-6772.B | |
[0:05:31] = [up to date] factory-glados-7657.B -> origin/factory-glados-7657.B | |
[0:05:31] = [up to date] factory-glados-7828.B -> origin/factory-glados-7828.B | |
[0:05:31] = [up to date] factory-oak-8141.B -> origin/factory-oak-8141.B | |
[0:05:31] = [up to date] factory-oak-8182.B -> origin/factory-oak-8182.B | |
[0:05:31] = [up to date] factory-rambi-6420.B -> origin/factory-rambi-6420.B | |
[0:05:31] = [up to date] factory-ryu-6486.1.B -> origin/factory-ryu-6486.1.B | |
[0:05:31] = [up to date] factory-ryu-6486.14.B -> origin/factory-ryu-6486.14.B | |
[0:05:31] = [up to date] factory-ryu-6486.B -> origin/factory-ryu-6486.B | |
[0:05:31] = [up to date] factory-samus-6375.B -> origin/factory-samus-6375.B | |
[0:05:31] = [up to date] factory-samus-6658.B -> origin/factory-samus-6658.B | |
[0:05:31] = [up to date] factory-smaug-7265.B -> origin/factory-smaug-7265.B | |
[0:05:31] = [up to date] factory-strago-7458.B -> origin/factory-strago-7458.B | |
[0:05:31] = [up to date] factory-test-7077.114.B -> origin/factory-test-7077.114.B | |
[0:05:31] = [up to date] factory-veyron-6591.B -> origin/factory-veyron-6591.B | |
[0:05:31] = [up to date] factory-veyron-7505.B -> origin/factory-veyron-7505.B | |
[0:05:31] = [up to date] factory-whirlwind-6509.B -> origin/factory-whirlwind-6509.B | |
[0:05:31] = [up to date] factory-whirlwind-6812.41.B -> origin/factory-whirlwind-6812.41.B | |
[0:05:31] = [up to date] firmware-auron-6301.B -> origin/firmware-auron-6301.B | |
[0:05:31] = [up to date] firmware-buddy-6301.202.B -> origin/firmware-buddy-6301.202.B | |
[0:05:31] = [up to date] firmware-celes-7287.92.B -> origin/firmware-celes-7287.92.B | |
[0:05:31] = [up to date] firmware-cyan-7287.57.B -> origin/firmware-cyan-7287.57.B | |
[0:05:31] = [up to date] firmware-edgar-7287.167.B -> origin/firmware-edgar-7287.167.B | |
[0:05:31] = [up to date] firmware-gandof-6301.155.B -> origin/firmware-gandof-6301.155.B | |
[0:05:31] = [up to date] firmware-glados-7820.B -> origin/firmware-glados-7820.B | |
[0:05:31] = [up to date] firmware-guado-6301.108.B -> origin/firmware-guado-6301.108.B | |
[0:05:31] = [up to date] firmware-lulu-6301.136.B -> origin/firmware-lulu-6301.136.B | |
[0:05:31] = [up to date] firmware-paine-6301.58.B -> origin/firmware-paine-6301.58.B | |
[0:05:31] = [up to date] firmware-reks-7287.133.B -> origin/firmware-reks-7287.133.B | |
[0:05:31] = [up to date] firmware-rikku-6301.110.B -> origin/firmware-rikku-6301.110.B | |
[0:05:31] = [up to date] firmware-samus-6300.B -> origin/firmware-samus-6300.B | |
[0:05:31] = [up to date] firmware-smaug-7132.B -> origin/firmware-smaug-7132.B | |
[0:05:31] = [up to date] firmware-smaug-7900.B -> origin/firmware-smaug-7900.B | |
[0:05:31] = [up to date] firmware-storm-6315.B -> origin/firmware-storm-6315.B | |
[0:05:31] = [up to date] firmware-strago-7287.B -> origin/firmware-strago-7287.B | |
[0:05:31] = [up to date] firmware-terra-7287.154.B -> origin/firmware-terra-7287.154.B | |
[0:05:31] = [up to date] firmware-tidus-6301.109.B -> origin/firmware-tidus-6301.109.B | |
[0:05:31] = [up to date] firmware-ultima-7287.131.B -> origin/firmware-ultima-7287.131.B | |
[0:05:31] = [up to date] firmware-veyron-6588.B -> origin/firmware-veyron-6588.B | |
[0:05:31] = [up to date] firmware-yuna-6301.59.B -> origin/firmware-yuna-6301.59.B | |
[0:05:31] = [up to date] foo-test -> origin/foo-test | |
[0:05:31] = [up to date] master -> origin/master | |
[0:05:31] = [up to date] release-R39-6310.B -> origin/release-R39-6310.B | |
[0:05:31] = [up to date] release-R40-6457.B -> origin/release-R40-6457.B | |
[0:05:31] = [up to date] release-R41-6680.B -> origin/release-R41-6680.B | |
[0:05:31] = [up to date] release-R42-6812.B -> origin/release-R42-6812.B | |
[0:05:31] = [up to date] release-R43-6946.B -> origin/release-R43-6946.B | |
[0:05:31] = [up to date] release-R44-7077.B -> origin/release-R44-7077.B | |
[0:05:31] = [up to date] release-R45-7262.B -> origin/release-R45-7262.B | |
[0:05:31] = [up to date] release-R46-7390.B -> origin/release-R46-7390.B | |
[0:05:31] = [up to date] release-R47-7520.B -> origin/release-R47-7520.B | |
[0:05:31] = [up to date] release-R48-7647.B -> origin/release-R48-7647.B | |
[0:05:31] = [up to date] release-R49-7834.B -> origin/release-R49-7834.B | |
[0:05:31] = [up to date] release-R50-7978.B -> origin/release-R50-7978.B | |
[0:05:31] = [up to date] release-R51-8172.B -> origin/release-R51-8172.B | |
[0:05:31] = [up to date] stabilize-6297.B -> origin/stabilize-6297.B | |
[0:05:31] = [up to date] stabilize-6310.69.B -> origin/stabilize-6310.69.B | |
[0:05:31] = [up to date] stabilize-6412.B -> origin/stabilize-6412.B | |
[0:05:31] = [up to date] stabilize-6415.B -> origin/stabilize-6415.B | |
[0:05:31] = [up to date] stabilize-6436.B -> origin/stabilize-6436.B | |
[0:05:31] = [up to date] stabilize-6480.B -> origin/stabilize-6480.B | |
[0:05:31] = [up to date] stabilize-6592.B -> origin/stabilize-6592.B | |
[0:05:31] = [up to date] stabilize-6662.B -> origin/stabilize-6662.B | |
[0:05:31] = [up to date] stabilize-6670.B -> origin/stabilize-6670.B | |
[0:05:31] = [up to date] stabilize-6680.78.B -> origin/stabilize-6680.78.B | |
[0:05:31] = [up to date] stabilize-6680.79.B -> origin/stabilize-6680.79.B | |
[0:05:31] = [up to date] stabilize-6736.B -> origin/stabilize-6736.B | |
[0:05:31] = [up to date] stabilize-6752.B -> origin/stabilize-6752.B | |
[0:05:31] = [up to date] stabilize-6771.B -> origin/stabilize-6771.B | |
[0:05:31] = [up to date] stabilize-6783.B -> origin/stabilize-6783.B | |
[0:05:31] = [up to date] stabilize-6812.13.B -> origin/stabilize-6812.13.B | |
[0:05:31] = [up to date] stabilize-6812.14.B -> origin/stabilize-6812.14.B | |
[0:05:31] = [up to date] stabilize-6812.15.B -> origin/stabilize-6812.15.B | |
[0:05:31] = [up to date] stabilize-6812.29.B -> origin/stabilize-6812.29.B | |
[0:05:31] = [up to date] stabilize-6812.34.B -> origin/stabilize-6812.34.B | |
[0:05:31] = [up to date] stabilize-6812.41.B -> origin/stabilize-6812.41.B | |
[0:05:31] = [up to date] stabilize-6812.75.B -> origin/stabilize-6812.75.B | |
[0:05:31] = [up to date] stabilize-6812.83.B -> origin/stabilize-6812.83.B | |
[0:05:31] = [up to date] stabilize-6812.85.B -> origin/stabilize-6812.85.B | |
[0:05:31] = [up to date] stabilize-6835.B -> origin/stabilize-6835.B | |
[0:05:31] = [up to date] stabilize-6842.B -> origin/stabilize-6842.B | |
[0:05:31] = [up to date] stabilize-6909.B -> origin/stabilize-6909.B | |
[0:05:31] = [up to date] stabilize-6912.B -> origin/stabilize-6912.B | |
[0:05:31] = [up to date] stabilize-6915.B -> origin/stabilize-6915.B | |
[0:05:31] = [up to date] stabilize-6919.B -> origin/stabilize-6919.B | |
[0:05:31] = [up to date] stabilize-6937.B -> origin/stabilize-6937.B | |
[0:05:31] = [up to date] stabilize-6946.55.B -> origin/stabilize-6946.55.B | |
[0:05:31] = [up to date] stabilize-6996.B -> origin/stabilize-6996.B | |
[0:05:31] = [up to date] stabilize-7018.B -> origin/stabilize-7018.B | |
[0:05:31] = [up to date] stabilize-7019.B -> origin/stabilize-7019.B | |
[0:05:31] = [up to date] stabilize-7039.B -> origin/stabilize-7039.B | |
[0:05:31] = [up to date] stabilize-7059.B -> origin/stabilize-7059.B | |
[0:05:31] = [up to date] stabilize-7060.B -> origin/stabilize-7060.B | |
[0:05:31] = [up to date] stabilize-7077.111.B -> origin/stabilize-7077.111.B | |
[0:05:31] = [up to date] stabilize-7077.122.B -> origin/stabilize-7077.122.B | |
[0:05:31] = [up to date] stabilize-7077.123.B -> origin/stabilize-7077.123.B | |
[0:05:31] = [up to date] stabilize-7077.134.B -> origin/stabilize-7077.134.B | |
[0:05:31] = [up to date] stabilize-7131.B -> origin/stabilize-7131.B | |
[0:05:31] = [up to date] stabilize-7134.B -> origin/stabilize-7134.B | |
[0:05:31] = [up to date] stabilize-7155.B -> origin/stabilize-7155.B | |
[0:05:31] = [up to date] stabilize-7173.B -> origin/stabilize-7173.B | |
[0:05:31] = [up to date] stabilize-7199.B -> origin/stabilize-7199.B | |
[0:05:31] = [up to date] stabilize-7202.B -> origin/stabilize-7202.B | |
[0:05:31] = [up to date] stabilize-7204.B -> origin/stabilize-7204.B | |
[0:05:31] = [up to date] stabilize-7356.B -> origin/stabilize-7356.B | |
[0:05:31] = [up to date] stabilize-7374.B -> origin/stabilize-7374.B | |
[0:05:31] = [up to date] stabilize-7390.59.B -> origin/stabilize-7390.59.B | |
[0:05:31] = [up to date] stabilize-7390.68.B -> origin/stabilize-7390.68.B | |
[0:05:31] = [up to date] stabilize-7442.B -> origin/stabilize-7442.B | |
[0:05:31] = [up to date] stabilize-7520.49.B -> origin/stabilize-7520.49.B | |
[0:05:31] = [up to date] stabilize-7520.63.B -> origin/stabilize-7520.63.B | |
[0:05:31] = [up to date] stabilize-7520.67.B -> origin/stabilize-7520.67.B | |
[0:05:31] = [up to date] stabilize-7628.B -> origin/stabilize-7628.B | |
[0:05:31] = [up to date] stabilize-7647.32.B -> origin/stabilize-7647.32.B | |
[0:05:31] = [up to date] stabilize-7647.72.B -> origin/stabilize-7647.72.B | |
[0:05:31] = [up to date] stabilize-7647.74.B -> origin/stabilize-7647.74.B | |
[0:05:31] = [up to date] stabilize-7729.B -> origin/stabilize-7729.B | |
[0:05:31] = [up to date] stabilize-7797.B -> origin/stabilize-7797.B | |
[0:05:31] = [up to date] stabilize-7821.B -> origin/stabilize-7821.B | |
[0:05:31] = [up to date] stabilize-7834.66.B -> origin/stabilize-7834.66.B | |
[0:05:31] = [up to date] stabilize-7907.B -> origin/stabilize-7907.B | |
[0:05:31] = [up to date] stabilize-7912.B -> origin/stabilize-7912.B | |
[0:05:31] = [up to date] stabilize-7956.B -> origin/stabilize-7956.B | |
[0:05:31] = [up to date] stabilize-7978.18.B -> origin/stabilize-7978.18.B | |
[0:05:31] = [up to date] stabilize-7978.B -> origin/stabilize-7978.B | |
[0:05:31] = [up to date] stabilize-8104.B -> origin/stabilize-8104.B | |
[0:05:31] = [up to date] stabilize-jetstream-7390.54.B -> origin/stabilize-jetstream-7390.54.B | |
[0:05:31] = [up to date] stabilize-jetstream-7390.62.B -> origin/stabilize-jetstream-7390.62.B | |
[0:05:31] = [up to date] stabilize-js-6812.21.B -> origin/stabilize-js-6812.21.B | |
[0:05:31] = [up to date] stabilize-js-6812.25.B -> origin/stabilize-js-6812.25.B | |
[0:05:31] = [up to date] stabilize-js-6812.26.B -> origin/stabilize-js-6812.26.B | |
[0:05:31] = [up to date] stabilize-smaug-7547.B -> origin/stabilize-smaug-7547.B | |
[0:05:31] = [up to date] stabilize-smaug-7566.B -> origin/stabilize-smaug-7566.B | |
[0:05:31] = [up to date] stabilize-smaug-7731.B -> origin/stabilize-smaug-7731.B | |
[0:05:31] = [up to date] stabilize-smaug-7800.B -> origin/stabilize-smaug-7800.B | |
[0:05:31] = [up to date] stabilize-smaug-7897.B -> origin/stabilize-smaug-7897.B | |
[0:05:31] = [up to date] stabilize-storm-6683.B -> origin/stabilize-storm-6683.B | |
[0:05:31] = [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:05:32] HEAD is now at f9d2ab7 minigbm: add spew on IOCTL failures. | |
[0:05:32] Up-to-date; skipping checkout. | |
Checked out revision f9d2ab79a15a1bb6a1307f3b608964c81c27791b | |
[0:05:32] Finished. | |
---------------------------------------- | |
src/third_party/libvpx_new/source/libvpx (Elapsed: 0:00:13) | |
---------------------------------------- | |
[0:05:20] 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:05:24] From https://chromium.googlesource.com/webm/libvpx | |
[0:05:24] = [up to date] aylesbury -> origin/aylesbury | |
[0:05:24] = [up to date] bali -> origin/bali | |
[0:05:24] = [up to date] cayuga -> origin/cayuga | |
[0:05:24] = [up to date] dixie -> origin/dixie | |
[0:05:24] = [up to date] eider -> origin/eider | |
[0:05:24] = [up to date] experimental -> origin/experimental | |
[0:05:24] = [up to date] forest -> origin/forest | |
[0:05:24] = [up to date] frame_parallel -> origin/frame_parallel | |
[0:05:24] = [up to date] highbitdepth -> origin/highbitdepth | |
[0:05:24] = [up to date] indianrunnerduck -> origin/indianrunnerduck | |
[0:05:24] = [up to date] javanwhistlingduck -> origin/javanwhistlingduck | |
[0:05:24] = [up to date] m29-baseline -> origin/m29-baseline | |
[0:05:24] = [up to date] m31-baseline -> origin/m31-baseline | |
[0:05:24] = [up to date] m49-2623 -> origin/m49-2623 | |
[0:05:24] = [up to date] master -> origin/master | |
[0:05:24] = [up to date] mcw -> origin/mcw | |
[0:05:24] = [up to date] mcw2 -> origin/mcw2 | |
[0:05:24] = [up to date] nextgen -> origin/nextgen | |
[0:05:24] = [up to date] nextgenv2 -> origin/nextgenv2 | |
[0:05:24] = [up to date] pcs-2013 -> origin/pcs-2013 | |
[0:05:24] = [up to date] playground -> origin/playground | |
[0:05:24] = [up to date] sandbox/Jingning/experimental -> origin/sandbox/Jingning/experimental | |
[0:05:24] = [up to date] sandbox/Jingning/transcode -> origin/sandbox/Jingning/transcode | |
[0:05:24] = [up to date] sandbox/Jingning/vpx -> origin/sandbox/Jingning/vpx | |
[0:05:24] = [up to date] sandbox/[email protected]/ansbench -> origin/sandbox/[email protected]/ansbench | |
[0:05:24] = [up to date] sandbox/atna/dec_sem_sync -> origin/sandbox/atna/dec_sem_sync | |
[0:05:24] = [up to date] sandbox/awatry/initial_opencl_implementation -> origin/sandbox/awatry/initial_opencl_implementation | |
[0:05:24] = [up to date] sandbox/debargha/playground -> origin/sandbox/debargha/playground | |
[0:05:24] = [up to date] sandbox/hkuang/frame_parallel -> origin/sandbox/hkuang/frame_parallel | |
[0:05:24] = [up to date] sandbox/[email protected]/decode -> origin/sandbox/[email protected]/decode | |
[0:05:24] = [up to date] sandbox/hlundin/error-concealment -> origin/sandbox/hlundin/error-concealment | |
[0:05:24] = [up to date] sandbox/holmer/error-concealment -> origin/sandbox/holmer/error-concealment | |
[0:05:24] = [up to date] sandbox/[email protected]/proposed-aom -> origin/sandbox/[email protected]/proposed-aom | |
[0:05:24] = [up to date] sandbox/[email protected]/decoder_test_suite -> origin/sandbox/[email protected]/decoder_test_suite | |
[0:05:24] = [up to date] sandbox/[email protected]/experimental -> origin/sandbox/[email protected]/experimental | |
[0:05:24] = [up to date] sandbox/jkoleszar/cached-multibit -> origin/sandbox/jkoleszar/cached-multibit | |
[0:05:24] = [up to date] sandbox/jkoleszar/experimental-knobs -> origin/sandbox/jkoleszar/experimental-knobs | |
[0:05:24] = [up to date] sandbox/jkoleszar/new-rate-control -> origin/sandbox/jkoleszar/new-rate-control | |
[0:05:24] = [up to date] sandbox/jkoleszar/new-rtcd -> origin/sandbox/jkoleszar/new-rtcd | |
[0:05:24] = [up to date] sandbox/jkoleszar/reuse-modemv -> origin/sandbox/jkoleszar/reuse-modemv | |
[0:05:24] = [up to date] sandbox/jkoleszar/use-memcpy -> origin/sandbox/jkoleszar/use-memcpy | |
[0:05:24] = [up to date] sandbox/[email protected]/test -> origin/sandbox/[email protected]/test | |
[0:05:24] = [up to date] sandbox/slavarnway/test -> origin/sandbox/slavarnway/test | |
[0:05:24] = [up to date] stable-vp9-decoder -> origin/stable-vp9-decoder | |
[0:05:24] = [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:05:28] HEAD is now at 16ec39c vp9-denoiser bugfix: Disable postproc-denoiser under temporal denoising. | |
[0:05:31] Up-to-date; skipping checkout. | |
Checked out revision 16ec39cf96cb90f2d1f8e4d091724e875e608905 | |
[0:05:34] Finished. | |
---------------------------------------- | |
src/third_party/ffmpeg (Elapsed: 0:00:52) | |
---------------------------------------- | |
[0:04:44] Started. | |
_____ src/third_party/ffmpeg at 501a5c5db447ec2b0903551c011dfcbf6c5cd22f | |
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/third_party/ffmpeg' | |
[0:04:46] From https://chromium.googlesource.com/chromium/third_party/ffmpeg | |
[0:04:46] = [up to date] boop -> origin/boop | |
[0:04:46] = [up to date] branch-m40 -> origin/branch-m40 | |
[0:04:46] = [up to date] experimental;removing_build_ffmpegsumo -> origin/experimental;removing_build_ffmpegsumo | |
[0:04:46] = [up to date] ffmpeg-m44-cherrypick -> origin/ffmpeg-m44-cherrypick | |
[0:04:46] = [up to date] ffmpeg-static-staging -> origin/ffmpeg-static-staging | |
[0:04:46] = [up to date] ffvp9-staging -> origin/ffvp9-staging | |
[0:04:46] = [up to date] fix-mipsel-gn-build -> origin/fix-mipsel-gn-build | |
[0:04:46] = [up to date] m46-cherry-picks -> origin/m46-cherry-picks | |
[0:04:46] = [up to date] m48-cherry-picks -> origin/m48-cherry-picks | |
[0:04:46] = [up to date] master -> origin/master | |
[0:04:46] = [up to date] merge-m37 -> origin/merge-m37 | |
[0:04:46] = [up to date] merge-m38 -> origin/merge-m38 | |
[0:04:46] = [up to date] merge-m39 -> origin/merge-m39 | |
[0:04:46] = [up to date] merge-m40 -> origin/merge-m40 | |
[0:04:46] = [up to date] merge-m41 -> origin/merge-m41 | |
[0:04:46] = [up to date] merge-m42 -> origin/merge-m42 | |
[0:04:46] = [up to date] merge-m43 -> origin/merge-m43 | |
[0:04:46] = [up to date] merge-m45 -> origin/merge-m45 | |
[0:04:46] = [up to date] merge-m47 -> origin/merge-m47 | |
[0:04:46] = [up to date] merge-m48 -> origin/merge-m48 | |
[0:04:46] = [up to date] merge-m49 -> origin/merge-m49 | |
[0:04:46] = [up to date] merge-m50 -> origin/merge-m50 | |
[0:04:46] = [up to date] remove_windows_includes -> origin/remove_windows_includes | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/ffmpeg' | |
[0:05:11] HEAD is now at 501a5c5 qtpalette: make the color_* variables unsigned again | |
[0:05:23] Up-to-date; skipping checkout. | |
Checked out revision 501a5c5db447ec2b0903551c011dfcbf6c5cd22f | |
[0:05:36] Finished. | |
---------------------------------------- | |
src/third_party/openh264/src (Elapsed: 0:00:10) | |
---------------------------------------- | |
[0:05:26] 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:05:29] From https://chromium.googlesource.com/external/github.com/cisco/openh264 | |
[0:05:29] = [up to date] cj-build1 -> origin/cj-build1 | |
[0:05:29] = [up to date] gh-pages -> origin/gh-pages | |
[0:05:29] = [up to date] master -> origin/master | |
[0:05:29] = [up to date] openh264v1.0 -> origin/openh264v1.0 | |
[0:05:29] = [up to date] openh264v1.1 -> origin/openh264v1.1 | |
[0:05:29] = [up to date] openh264v1.1.1 -> origin/openh264v1.1.1 | |
[0:05:29] = [up to date] openh264v1.2 -> origin/openh264v1.2 | |
[0:05:29] = [up to date] openh264v1.3 -> origin/openh264v1.3 | |
[0:05:29] = [up to date] openh264v1.4 -> origin/openh264v1.4 | |
[0:05:29] = [up to date] openh264v1.4.1 -> origin/openh264v1.4.1 | |
[0:05:29] = [up to date] openh264v1.5 -> origin/openh264v1.5 | |
[0:05:29] = [up to date] openh264v1.5.1 -> origin/openh264v1.5.1 | |
[0:05:29] = [up to date] v1.1-Firefox32 -> origin/v1.1-Firefox32 | |
[0:05:29] = [up to date] v1.1-Firefox33 -> origin/v1.1-Firefox33 | |
[0:05:29] = [up to date] v1.1-Firefox34 -> origin/v1.1-Firefox34 | |
[0:05:29] = [up to date] v1.3-Firefox36 -> origin/v1.3-Firefox36 | |
[0:05:29] = [up to date] v1.4-Firefox38 -> origin/v1.4-Firefox38 | |
[0:05:29] = [up to date] v1.5-Firefox39 -> origin/v1.5-Firefox39 | |
[0:05:29] = [up to date] v1.5.1-Firefox39 -> origin/v1.5.1-Firefox39 | |
[0:05:29] = [up to date] v1.5.2-Firefox39 -> origin/v1.5.2-Firefox39 | |
[0:05:29] = [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:05:31] HEAD is now at b37cda2 Merge pull request #2138 from HaiboZhu/Bugfix_SPS_update_logic_under_EC | |
[0:05:34] Up-to-date; skipping checkout. | |
Checked out revision b37cda248234162033e3e11b0335f3131cdfe488 | |
[0:05:36] Finished. | |
---------------------------------------- | |
src/third_party/openmax_dl (Elapsed: 0:00:04) | |
---------------------------------------- | |
[0:05:32] 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:05:34] From https://chromium.googlesource.com/external/webrtc/deps/third_party/openmax | |
[0:05:34] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/openmax_dl' | |
[0:05:35] HEAD is now at ff8766d GN: Mark dl sourceset as non-chromium code to silence compiler warnings | |
[0:05:36] Up-to-date; skipping checkout. | |
Checked out revision ff8766d39ce6b9c1c59fd6b752833e138852e778 | |
[0:05:37] Finished. | |
---------------------------------------- | |
src/third_party/py_trace_event/src (Elapsed: 0:00:02) | |
---------------------------------------- | |
[0:05:37] 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:05:38] From https://chromium.googlesource.com/external/py_trace_event | |
[0:05:38] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/py_trace_event/src' | |
[0:05:38] HEAD is now at dd463ea Fixes for previous commit. | |
[0:05:39] Up-to-date; skipping checkout. | |
Checked out revision dd463ea9e2c430de2b9e53dea57a77b4c3ac9b30 | |
[0:05:39] Finished. | |
---------------------------------------- | |
src/third_party/pyftpdlib/src (Elapsed: 0:00:02) | |
---------------------------------------- | |
[0:05:39] 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:05:40] From https://chromium.googlesource.com/external/pyftpdlib | |
[0:05:40] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/pyftpdlib/src' | |
[0:05:41] HEAD is now at 2be6d65 Fix #185: add license in all files to pass Debian licenscheck tool and ease inclusion into Chromium project | |
[0:05:41] Up-to-date; skipping checkout. | |
Checked out revision 2be6d65e31c7ee6320d059f581f05ae8d89d7e45 | |
[0:05:42] Finished. | |
---------------------------------------- | |
src/third_party/mockito/src (Elapsed: 0:00:16) | |
---------------------------------------- | |
[0:05:25] 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:05:28] From https://chromium.googlesource.com/external/mockito/mockito | |
[0:05:28] = [up to date] gh-pages -> origin/gh-pages | |
[0:05:28] = [up to date] master -> origin/master | |
[0:05:28] = [up to date] release -> origin/release | |
[0:05:28] = [up to date] sf-spy-hack -> origin/sf-spy-hack | |
[0:05:28] = [up to date] travis_oracle_jdk8 -> origin/travis_oracle_jdk8 | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/mockito/src' | |
[0:05:33] HEAD is now at 4d987dc Moved the new MockitoJUnitRule to 'junit' package. | |
[0:05:37] Up-to-date; skipping checkout. | |
Checked out revision 4d987dcd923b81525c42b1333e6c4e07440776c3 | |
[0:05:42] Finished. | |
---------------------------------------- | |
src/third_party/opus/src (Elapsed: 0:00:08) | |
---------------------------------------- | |
[0:05:34] 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:05:40] From https://chromium.googlesource.com/chromium/deps/opus | |
[0:05:40] = [up to date] 1.0.1 -> origin/1.0.1 | |
[0:05:40] = [up to date] 1.0.x -> origin/1.0.x | |
[0:05:40] = [up to date] 1.1.1 -> origin/1.1.1 | |
[0:05:40] = [up to date] 1.1.2 -> origin/1.1.2 | |
[0:05:40] = [up to date] burg_optimization -> origin/burg_optimization | |
[0:05:40] = [up to date] cng_fix -> origin/cng_fix | |
[0:05:40] = [up to date] cng_fix2 -> origin/cng_fix2 | |
[0:05:40] = [up to date] exp-highpass -> origin/exp-highpass | |
[0:05:40] = [up to date] exp_analysis -> origin/exp_analysis | |
[0:05:40] = [up to date] exp_analysis6 -> origin/exp_analysis6 | |
[0:05:40] = [up to date] exp_analysis7 -> origin/exp_analysis7 | |
[0:05:40] = [up to date] exp_analysis8 -> origin/exp_analysis8 | |
[0:05:40] = [up to date] exp_analysis9 -> origin/exp_analysis9 | |
[0:05:40] = [up to date] exp_bandwidth -> origin/exp_bandwidth | |
[0:05:40] = [up to date] exp_cbr_silk -> origin/exp_cbr_silk | |
[0:05:40] = [up to date] exp_delayed_decision -> origin/exp_delayed_decision | |
[0:05:40] = [up to date] exp_detection -> origin/exp_detection | |
[0:05:40] = [up to date] exp_koen4 -> origin/exp_koen4 | |
[0:05:40] = [up to date] exp_lbr_tune -> origin/exp_lbr_tune | |
[0:05:40] = [up to date] exp_lbr_tune1 -> origin/exp_lbr_tune1 | |
[0:05:40] = [up to date] exp_lbr_tune2 -> origin/exp_lbr_tune2 | |
[0:05:40] = [up to date] exp_lbr_tune3 -> origin/exp_lbr_tune3 | |
[0:05:40] = [up to date] exp_lbr_tune4 -> origin/exp_lbr_tune4 | |
[0:05:40] = [up to date] exp_mips_alt -> origin/exp_mips_alt | |
[0:05:40] = [up to date] exp_mips_alt_jun03 -> origin/exp_mips_alt_jun03 | |
[0:05:40] = [up to date] exp_mips_opt -> origin/exp_mips_opt | |
[0:05:40] = [up to date] exp_refactoring -> origin/exp_refactoring | |
[0:05:40] = [up to date] exp_silk_cbr -> origin/exp_silk_cbr | |
[0:05:40] = [up to date] exp_surround1 -> origin/exp_surround1 | |
[0:05:40] = [up to date] exp_temporal -> origin/exp_temporal | |
[0:05:40] = [up to date] exp_temporal1 -> origin/exp_temporal1 | |
[0:05:40] = [up to date] exp_wip -> origin/exp_wip | |
[0:05:40] = [up to date] exp_wip4 -> origin/exp_wip4 | |
[0:05:40] = [up to date] exp_wip5 -> origin/exp_wip5 | |
[0:05:40] = [up to date] exp_wip6 -> origin/exp_wip6 | |
[0:05:40] = [up to date] git-svn -> origin/git-svn | |
[0:05:40] = [up to date] hybrid_vbr -> origin/hybrid_vbr | |
[0:05:40] = [up to date] hybrid_vbr3 -> origin/hybrid_vbr3 | |
[0:05:40] = [up to date] ietf-draft -> origin/ietf-draft | |
[0:05:40] = [up to date] jon_patches -> origin/jon_patches | |
[0:05:40] = [up to date] master -> origin/master | |
[0:05:40] = [up to date] merge_attempt -> origin/merge_attempt | |
[0:05:40] = [up to date] msvc -> origin/msvc | |
[0:05:40] = [up to date] ne10_patches -> origin/ne10_patches | |
[0:05:40] = [up to date] opt_float -> origin/opt_float | |
[0:05:40] = [up to date] silk_pitch_fix -> origin/silk_pitch_fix | |
[0:05:40] = [up to date] silk_tunings -> origin/silk_tunings | |
[0:05:40] = [up to date] silk_tunings2 -> origin/silk_tunings2 | |
[0:05:40] = [up to date] silk_tunings3 -> origin/silk_tunings3 | |
[0:05:40] = [up to date] silk_tunings4 -> origin/silk_tunings4 | |
[0:05:40] = [up to date] surround -> origin/surround | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/opus/src' | |
[0:05:41] HEAD is now at cae6961 Merge http://git.xiph.org/?p=opus.git;a=commitdiff;h=e70faf98b0465e4f278c72ce2d7b4ad10221a2f2 | |
[0:05:42] Up-to-date; skipping checkout. | |
Checked out revision cae696156f1e60006e39821e79a1811ae1933c69 | |
[0:05:43] Finished. | |
---------------------------------------- | |
src/third_party/icu (Elapsed: 0:00:47) | |
---------------------------------------- | |
[0:04:58] 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:04:59] From https://chromium.googlesource.com/chromium/deps/icu | |
[0:04:59] = [up to date] chromium/m39 -> origin/chromium/m39 | |
[0:04:59] = [up to date] chromium/m41 -> origin/chromium/m41 | |
[0:04:59] = [up to date] chromium/m42 -> origin/chromium/m42 | |
[0:04:59] = [up to date] chromium/m43 -> origin/chromium/m43 | |
[0:04:59] = [up to date] chromium/m45 -> origin/chromium/m45 | |
[0:04:59] = [up to date] chromium/m49 -> origin/chromium/m49 | |
[0:04:59] = [up to date] chromium/m50 -> origin/chromium/m50 | |
[0:04:59] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/icu' | |
[0:05:17] HEAD is now at 8f91ea3 Cherry-pick a regex compile patch to M49 branch | |
[0:05:31] Up-to-date; skipping checkout. | |
Checked out revision 8f91ea3a7e0413df3312204058da856058a8099b | |
[0:05:45] Finished. | |
---------------------------------------- | |
src/third_party/pywebsocket/src (Elapsed: 0:00:04) | |
---------------------------------------- | |
[0:05:42] 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:05:44] From https://chromium.googlesource.com/external/github.com/google/pywebsocket | |
[0:05:44] = [up to date] master -> origin/master | |
[0:05:44] = [up to date] mintotal -> origin/mintotal | |
[0:05:44] = [up to date] noteupdate -> origin/noteupdate | |
[0:05:44] = [up to date] wiki -> origin/wiki | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/pywebsocket/src' | |
[0:05:45] HEAD is now at 2d7b73c Merge pull request #147 from hiroshige-g/iframe | |
[0:05:46] Up-to-date; skipping checkout. | |
Checked out revision 2d7b73c3acbd0f41dcab487ae5c97c6feae06ce2 | |
[0:05:46] Finished. | |
---------------------------------------- | |
src/third_party/re2/src (Elapsed: 0:00:04) | |
---------------------------------------- | |
[0:05:42] 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:05:44] From https://chromium.googlesource.com/external/github.com/google/re2 | |
[0:05:44] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/re2/src' | |
[0:05:45] HEAD is now at dba3349 Fix initialization (under Valgrind) in SparseArray::resize(). | |
[0:05:46] Up-to-date; skipping checkout. | |
Checked out revision dba3349aba83b5588e85e5ecf2b56c97f2d259b7 | |
[0:05:46] Finished. | |
---------------------------------------- | |
src/third_party/requests/src (Elapsed: 0:00:04) | |
---------------------------------------- | |
[0:05: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:05:45] From https://chromium.googlesource.com/external/github.com/kennethreitz/requests | |
[0:05:45] = [up to date] master -> origin/master | |
[0:05:45] = [up to date] proposed/3.0.0 -> origin/proposed/3.0.0 | |
[0:05:45] = [up to date] render -> origin/render | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/requests/src' | |
[0:05:46] HEAD is now at f172b30 Merge pull request #2365 from sigmavirus24/release/2.5 | |
[0:05:47] Up-to-date; skipping checkout. | |
Checked out revision f172b30356d821d180fa4ecfa3e71c7274a32de4 | |
[0:05:48] Finished. | |
---------------------------------------- | |
src/third_party/safe_browsing/testing (Elapsed: 0:00:02) | |
---------------------------------------- | |
[0:05:46] 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:05:47] From https://chromium.googlesource.com/external/google-safe-browsing/testing | |
[0:05:47] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/safe_browsing/testing' | |
[0:05:48] HEAD is now at 9d7e806 Ignore the new-style API 'key' parameter in the test server. | |
[0:05:48] Up-to-date; skipping checkout. | |
Checked out revision 9d7e8064f3ca2e45891470c9b5b1dce54af6a9d6 | |
[0:05:49] Finished. | |
---------------------------------------- | |
src/third_party/robolectric/lib (Elapsed: 0:00:04) | |
---------------------------------------- | |
[0:05: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:05:46] From https://chromium.googlesource.com/chromium/third_party/robolectric | |
[0:05:46] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/robolectric/lib' | |
[0:05:49] HEAD is now at 6b63c99 Initial commit of the robolectric JARs. | |
[0:05:49] Up-to-date; skipping checkout. | |
Checked out revision 6b63c99a8b6967acdb42cbed0adb067c80efc810 | |
[0:05:49] Finished. | |
---------------------------------------- | |
src/third_party/scons-2.0.1 (Elapsed: 0:00:04) | |
---------------------------------------- | |
[0:05:46] 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:05:48] From https://chromium.googlesource.com/native_client/src/third_party/scons-2.0.1 | |
[0:05:48] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/scons-2.0.1' | |
[0:05:49] HEAD is now at 1c1550e Adding msvs2013 support to scons. | |
[0:05:50] Up-to-date; skipping checkout. | |
Checked out revision 1c1550e17fc26355d08627fbdec13d8291227067 | |
[0:05:51] Finished. | |
---------------------------------------- | |
src/third_party/pyelftools (Elapsed: 0:00:15) | |
---------------------------------------- | |
[0:05:37] 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:05:50] From https://chromium.googlesource.com/chromiumos/third_party/pyelftools | |
[0:05:50] = [up to date] factory-3536.B -> origin/factory-3536.B | |
[0:05:50] = [up to date] factory-4128.B -> origin/factory-4128.B | |
[0:05:50] = [up to date] factory-4290.B -> origin/factory-4290.B | |
[0:05:50] = [up to date] factory-4455.228.B -> origin/factory-4455.228.B | |
[0:05:50] = [up to date] factory-4455.B -> origin/factory-4455.B | |
[0:05:50] = [up to date] factory-arkham-7077.113.B -> origin/factory-arkham-7077.113.B | |
[0:05:50] = [up to date] factory-auron-6459.B -> origin/factory-auron-6459.B | |
[0:05:50] = [up to date] factory-auron-6772.B -> origin/factory-auron-6772.B | |
[0:05:50] = [up to date] factory-beltino-5140.14.B -> origin/factory-beltino-5140.14.B | |
[0:05:50] = [up to date] factory-daisy-4731.81.B -> origin/factory-daisy-4731.81.B | |
[0:05:50] = [up to date] factory-glados-7657.B -> origin/factory-glados-7657.B | |
[0:05:50] = [up to date] factory-glados-7828.B -> origin/factory-glados-7828.B | |
[0:05:50] = [up to date] factory-monroe-5140.B -> origin/factory-monroe-5140.B | |
[0:05:50] = [up to date] factory-nyan-5772.B -> origin/factory-nyan-5772.B | |
[0:05:50] = [up to date] factory-oak-8141.B -> origin/factory-oak-8141.B | |
[0:05:50] = [up to date] factory-oak-8182.B -> origin/factory-oak-8182.B | |
[0:05:50] = [up to date] factory-panther-4920.23.B -> origin/factory-panther-4920.23.B | |
[0:05:50] = [up to date] factory-pit-4280.B -> origin/factory-pit-4280.B | |
[0:05:50] = [up to date] factory-pit-4390.B -> origin/factory-pit-4390.B | |
[0:05:50] = [up to date] factory-pit-4471.B -> origin/factory-pit-4471.B | |
[0:05:50] = [up to date] factory-pit-5499.B -> origin/factory-pit-5499.B | |
[0:05:50] = [up to date] factory-rambi-5517.B -> origin/factory-rambi-5517.B | |
[0:05:50] = [up to date] factory-rambi-6420.B -> origin/factory-rambi-6420.B | |
[0:05:50] = [up to date] factory-ryu-6212.B -> origin/factory-ryu-6212.B | |
[0:05:50] = [up to date] factory-ryu-6486.1.B -> origin/factory-ryu-6486.1.B | |
[0:05:50] = [up to date] factory-ryu-6486.14.B -> origin/factory-ryu-6486.14.B | |
[0:05:50] = [up to date] factory-ryu-6486.B -> origin/factory-ryu-6486.B | |
[0:05:50] = [up to date] factory-samus-4788.B -> origin/factory-samus-4788.B | |
[0:05:50] = [up to date] factory-samus-5939.B -> origin/factory-samus-5939.B | |
[0:05:50] = [up to date] factory-samus-6207.B -> origin/factory-samus-6207.B | |
[0:05:50] = [up to date] factory-samus-6375.B -> origin/factory-samus-6375.B | |
[0:05:50] = [up to date] factory-samus-6658.B -> origin/factory-samus-6658.B | |
[0:05:50] = [up to date] factory-skate-4262.459.B -> origin/factory-skate-4262.459.B | |
[0:05:50] = [up to date] factory-smaug-7265.B -> origin/factory-smaug-7265.B | |
[0:05:50] = [up to date] factory-spring-3842.B -> origin/factory-spring-3842.B | |
[0:05:50] = [up to date] factory-spring-4131.B -> origin/factory-spring-4131.B | |
[0:05:50] = [up to date] factory-spring-4262.B -> origin/factory-spring-4262.B | |
[0:05:50] = [up to date] factory-storm-6269.B -> origin/factory-storm-6269.B | |
[0:05:50] = [up to date] factory-strago-7458.B -> origin/factory-strago-7458.B | |
[0:05:50] = [up to date] factory-test-7077.114.B -> origin/factory-test-7077.114.B | |
[0:05:50] = [up to date] factory-veyron-6591.B -> origin/factory-veyron-6591.B | |
[0:05:50] = [up to date] factory-veyron-7505.B -> origin/factory-veyron-7505.B | |
[0:05:50] = [up to date] factory-whirlwind-6509.B -> origin/factory-whirlwind-6509.B | |
[0:05:50] = [up to date] factory-whirlwind-6812.41.B -> origin/factory-whirlwind-6812.41.B | |
[0:05:50] = [up to date] factory-zako-5220.B -> origin/factory-zako-5220.B | |
[0:05:50] = [up to date] firmware-4389.71.B -> origin/firmware-4389.71.B | |
[0:05:50] = [up to date] firmware-auron-6301.B -> origin/firmware-auron-6301.B | |
[0:05:50] = [up to date] firmware-banjo-5216.334.B -> origin/firmware-banjo-5216.334.B | |
[0:05:50] = [up to date] firmware-bolt_kirby-4979.B -> origin/firmware-bolt_kirby-4979.B | |
[0:05:50] = [up to date] firmware-buddy-6301.202.B -> origin/firmware-buddy-6301.202.B | |
[0:05:50] = [up to date] firmware-candy-5216.310.B -> origin/firmware-candy-5216.310.B | |
[0:05:50] = [up to date] firmware-celes-7287.92.B -> origin/firmware-celes-7287.92.B | |
[0:05:50] = [up to date] firmware-clapper-5216.199.B -> origin/firmware-clapper-5216.199.B | |
[0:05:50] = [up to date] firmware-clapper-5218.B -> origin/firmware-clapper-5218.B | |
[0:05:50] = [up to date] firmware-cyan-7287.57.B -> origin/firmware-cyan-7287.57.B | |
[0:05:50] = [up to date] firmware-edgar-7287.167.B -> origin/firmware-edgar-7287.167.B | |
[0:05:50] = [up to date] firmware-enguarde-5216.201.B -> origin/firmware-enguarde-5216.201.B | |
[0:05:50] = [up to date] firmware-expresso-5216.223.B -> origin/firmware-expresso-5216.223.B | |
[0:05:50] = [up to date] firmware-falco_peppy-4389.81.B -> origin/firmware-falco_peppy-4389.81.B | |
[0:05:50] = [up to date] firmware-falco_peppy-4389.B -> origin/firmware-falco_peppy-4389.B | |
[0:05:50] = [up to date] firmware-gandof-6301.155.B -> origin/firmware-gandof-6301.155.B | |
[0:05:50] = [up to date] firmware-glados-7820.B -> origin/firmware-glados-7820.B | |
[0:05:50] = [up to date] firmware-glimmer-5216.198.B -> origin/firmware-glimmer-5216.198.B | |
[0:05:50] = [up to date] firmware-glimmer-5217.B -> origin/firmware-glimmer-5217.B | |
[0:05:50] = [up to date] firmware-gnawty-5216.239.B -> origin/firmware-gnawty-5216.239.B | |
[0:05:50] = [up to date] firmware-guado-6301.108.B -> origin/firmware-guado-6301.108.B | |
[0:05:50] = [up to date] firmware-heli-5216.392.B -> origin/firmware-heli-5216.392.B | |
[0:05:50] = [up to date] firmware-kip-5216.227.B -> origin/firmware-kip-5216.227.B | |
[0:05:50] = [up to date] firmware-kitty-5771.61.B -> origin/firmware-kitty-5771.61.B | |
[0:05:50] = [up to date] firmware-leon-4389.26.B -> origin/firmware-leon-4389.26.B | |
[0:05:50] = [up to date] firmware-leon-4389.61.B -> origin/firmware-leon-4389.61.B | |
[0:05:50] = [up to date] firmware-lulu-6301.136.B -> origin/firmware-lulu-6301.136.B | |
[0:05:50] = [up to date] firmware-mccloud-5827.B -> origin/firmware-mccloud-5827.B | |
[0:05:50] = [up to date] firmware-monroe-4921.B -> origin/firmware-monroe-4921.B | |
[0:05:50] = [up to date] firmware-ninja-5216.383.B -> origin/firmware-ninja-5216.383.B | |
[0:05:50] = [up to date] firmware-nyan-5771.B -> origin/firmware-nyan-5771.B | |
[0:05:50] = [up to date] firmware-orco-5216.362.B -> origin/firmware-orco-5216.362.B | |
[0:05:50] = [up to date] firmware-paine-6301.58.B -> origin/firmware-paine-6301.58.B | |
[0:05:50] = [up to date] firmware-panther-4920.24.B -> origin/firmware-panther-4920.24.B | |
[0:05:50] = [up to date] firmware-pit-4482.B -> origin/firmware-pit-4482.B | |
[0:05:50] = [up to date] firmware-quawks-5216.204.B -> origin/firmware-quawks-5216.204.B | |
[0:05:50] = [up to date] firmware-rambi-5216.B -> origin/firmware-rambi-5216.B | |
[0:05:50] = [up to date] firmware-reks-7287.133.B -> origin/firmware-reks-7287.133.B | |
[0:05:50] = [up to date] firmware-rikku-6301.110.B -> origin/firmware-rikku-6301.110.B | |
[0:05:50] = [up to date] firmware-samus-6300.B -> origin/firmware-samus-6300.B | |
[0:05:50] = [up to date] firmware-skate-3824.129.B -> origin/firmware-skate-3824.129.B | |
[0:05:50] = [up to date] firmware-smaug-7132.B -> origin/firmware-smaug-7132.B | |
[0:05:50] = [up to date] firmware-smaug-7900.B -> origin/firmware-smaug-7900.B | |
[0:05:50] = [up to date] firmware-spring-3824.4.B -> origin/firmware-spring-3824.4.B | |
[0:05:50] = [up to date] firmware-spring-3824.55.B -> origin/firmware-spring-3824.55.B | |
[0:05:50] = [up to date] firmware-spring-3824.84.B -> origin/firmware-spring-3824.84.B | |
[0:05:50] = [up to date] firmware-spring-3824.B -> origin/firmware-spring-3824.B | |
[0:05:50] = [up to date] firmware-spring-3833.B -> origin/firmware-spring-3833.B | |
[0:05:50] = [up to date] firmware-squawks-5216.152.B -> origin/firmware-squawks-5216.152.B | |
[0:05:50] = [up to date] firmware-storm-6315.B -> origin/firmware-storm-6315.B | |
[0:05:50] = [up to date] firmware-strago-7287.B -> origin/firmware-strago-7287.B | |
[0:05:50] = [up to date] firmware-sumo-5216.382.B -> origin/firmware-sumo-5216.382.B | |
[0:05:50] = [up to date] firmware-swanky-5216.238.B -> origin/firmware-swanky-5216.238.B | |
[0:05:50] = [up to date] firmware-terra-7287.154.B -> origin/firmware-terra-7287.154.B | |
[0:05:50] = [up to date] firmware-tidus-6301.109.B -> origin/firmware-tidus-6301.109.B | |
[0:05:50] = [up to date] firmware-tricky-5829.B -> origin/firmware-tricky-5829.B | |
[0:05:50] = [up to date] firmware-ultima-7287.131.B -> origin/firmware-ultima-7287.131.B | |
[0:05:50] = [up to date] firmware-veyron-6588.B -> origin/firmware-veyron-6588.B | |
[0:05:50] = [up to date] firmware-winky-5216.1.B -> origin/firmware-winky-5216.1.B | |
[0:05:50] = [up to date] firmware-winky-5216.265.B -> origin/firmware-winky-5216.265.B | |
[0:05:50] = [up to date] firmware-wolf-4389.24.B -> origin/firmware-wolf-4389.24.B | |
[0:05:50] = [up to date] firmware-yuna-6301.59.B -> origin/firmware-yuna-6301.59.B | |
[0:05:50] = [up to date] firmware-zako-5219.17.B -> origin/firmware-zako-5219.17.B | |
[0:05:50] = [up to date] firmware-zako-5219.B -> origin/firmware-zako-5219.B | |
[0:05:50] = [up to date] foo-test -> origin/foo-test | |
[0:05:50] = [up to date] master -> origin/master | |
[0:05:50] = [up to date] master-0.21 -> origin/master-0.21 | |
[0:05:50] = [up to date] master-0.22 -> origin/master-0.22 | |
[0:05:50] = [up to date] release-R25-3428.B -> origin/release-R25-3428.B | |
[0:05:50] = [up to date] release-R26-3701.B -> origin/release-R26-3701.B | |
[0:05:50] = [up to date] release-R27-3912.B -> origin/release-R27-3912.B | |
[0:05:50] = [up to date] release-R28-4100.B -> origin/release-R28-4100.B | |
[0:05:50] = [up to date] release-R29-4319.B -> origin/release-R29-4319.B | |
[0:05:50] = [up to date] release-R30-4537.B -> origin/release-R30-4537.B | |
[0:05:50] = [up to date] release-R31-4731.B -> origin/release-R31-4731.B | |
[0:05:50] = [up to date] release-R32-4920.B -> origin/release-R32-4920.B | |
[0:05:50] = [up to date] release-R33-5116.B -> origin/release-R33-5116.B | |
[0:05:50] = [up to date] release-R34-5500.B -> origin/release-R34-5500.B | |
[0:05:50] = [up to date] release-R35-5712.B -> origin/release-R35-5712.B | |
[0:05:50] = [up to date] release-R36-5841.B -> origin/release-R36-5841.B | |
[0:05:50] = [up to date] release-R37-5978.B -> origin/release-R37-5978.B | |
[0:05:50] = [up to date] release-R38-6158.B -> origin/release-R38-6158.B | |
[0:05:50] = [up to date] release-R39-6310.B -> origin/release-R39-6310.B | |
[0:05:50] = [up to date] release-R40-6457.B -> origin/release-R40-6457.B | |
[0:05:50] = [up to date] release-R41-6680.B -> origin/release-R41-6680.B | |
[0:05:50] = [up to date] release-R42-6812.B -> origin/release-R42-6812.B | |
[0:05:50] = [up to date] release-R43-6946.B -> origin/release-R43-6946.B | |
[0:05:50] = [up to date] release-R44-7077.B -> origin/release-R44-7077.B | |
[0:05:50] = [up to date] release-R45-7262.B -> origin/release-R45-7262.B | |
[0:05:50] = [up to date] release-R46-7390.B -> origin/release-R46-7390.B | |
[0:05:50] = [up to date] release-R47-7520.B -> origin/release-R47-7520.B | |
[0:05:50] = [up to date] release-R48-7647.B -> origin/release-R48-7647.B | |
[0:05:50] = [up to date] release-R49-7834.B -> origin/release-R49-7834.B | |
[0:05:50] = [up to date] release-R50-7978.B -> origin/release-R50-7978.B | |
[0:05:50] = [up to date] release-R51-8172.B -> origin/release-R51-8172.B | |
[0:05:50] = [up to date] stabilize-3428.110.0 -> origin/stabilize-3428.110.0 | |
[0:05:50] = [up to date] stabilize-3428.149 -> origin/stabilize-3428.149 | |
[0:05:50] = [up to date] stabilize-3428.149.B -> origin/stabilize-3428.149.B | |
[0:05:50] = [up to date] stabilize-3428.193 -> origin/stabilize-3428.193 | |
[0:05:50] = [up to date] stabilize-3658.0.0 -> origin/stabilize-3658.0.0 | |
[0:05:50] = [up to date] stabilize-3701.30.0 -> origin/stabilize-3701.30.0 | |
[0:05:50] = [up to date] stabilize-3701.30.0b -> origin/stabilize-3701.30.0b | |
[0:05:50] = [up to date] stabilize-3701.46.B -> origin/stabilize-3701.46.B | |
[0:05:50] = [up to date] stabilize-3701.81.B -> origin/stabilize-3701.81.B | |
[0:05:50] = [up to date] stabilize-3881.0.B -> origin/stabilize-3881.0.B | |
[0:05:50] = [up to date] stabilize-3912.79.B -> origin/stabilize-3912.79.B | |
[0:05:50] = [up to date] stabilize-4008.0.B -> origin/stabilize-4008.0.B | |
[0:05:50] = [up to date] stabilize-4035.0.B -> origin/stabilize-4035.0.B | |
[0:05:50] = [up to date] stabilize-4068.0.B -> origin/stabilize-4068.0.B | |
[0:05:50] = [up to date] stabilize-4100.38.B -> origin/stabilize-4100.38.B | |
[0:05:50] = [up to date] stabilize-4255.B -> origin/stabilize-4255.B | |
[0:05:50] = [up to date] stabilize-4287.B -> origin/stabilize-4287.B | |
[0:05:50] = [up to date] stabilize-4443.B -> origin/stabilize-4443.B | |
[0:05:50] = [up to date] stabilize-4512.B -> origin/stabilize-4512.B | |
[0:05:50] = [up to date] stabilize-4537.118.B -> origin/stabilize-4537.118.B | |
[0:05:50] = [up to date] stabilize-4537.147.B -> origin/stabilize-4537.147.B | |
[0:05:50] = [up to date] stabilize-4636.B -> origin/stabilize-4636.B | |
[0:05:50] = [up to date] stabilize-4701.B -> origin/stabilize-4701.B | |
[0:05:50] = [up to date] stabilize-4731.31.B -> origin/stabilize-4731.31.B | |
[0:05:50] = [up to date] stabilize-4731.62.B -> origin/stabilize-4731.62.B | |
[0:05:50] = [up to date] stabilize-4731.85.B -> origin/stabilize-4731.85.B | |
[0:05:50] = [up to date] stabilize-4825.B -> origin/stabilize-4825.B | |
[0:05:50] = [up to date] stabilize-4856.B -> origin/stabilize-4856.B | |
[0:05:50] = [up to date] stabilize-4886.B -> origin/stabilize-4886.B | |
[0:05:50] = [up to date] stabilize-4920.6.B -> origin/stabilize-4920.6.B | |
[0:05:50] = [up to date] stabilize-5062.B -> origin/stabilize-5062.B | |
[0:05:50] = [up to date] stabilize-5085.B -> origin/stabilize-5085.B | |
[0:05:50] = [up to date] stabilize-5116.113.B -> origin/stabilize-5116.113.B | |
[0:05:50] = [up to date] stabilize-5116.115.B -> origin/stabilize-5116.115.B | |
[0:05:50] = [up to date] stabilize-5116.53.B -> origin/stabilize-5116.53.B | |
[0:05:50] = [up to date] stabilize-5116.88.B -> origin/stabilize-5116.88.B | |
[0:05:50] = [up to date] stabilize-5254.B -> origin/stabilize-5254.B | |
[0:05:50] = [up to date] stabilize-5339.B -> origin/stabilize-5339.B | |
[0:05:50] = [up to date] stabilize-5412.B -> origin/stabilize-5412.B | |
[0:05:50] = [up to date] stabilize-5414.B -> origin/stabilize-5414.B | |
[0:05:50] = [up to date] stabilize-5463.B -> origin/stabilize-5463.B | |
[0:05:50] = [up to date] stabilize-5500.100.B -> origin/stabilize-5500.100.B | |
[0:05:50] = [up to date] stabilize-5500.130.B -> origin/stabilize-5500.130.B | |
[0:05:50] = [up to date] stabilize-5500.26.B -> origin/stabilize-5500.26.B | |
[0:05:50] = [up to date] stabilize-5500.71.B -> origin/stabilize-5500.71.B | |
[0:05:50] = [up to date] stabilize-5511.B -> origin/stabilize-5511.B | |
[0:05:50] = [up to date] stabilize-5579.B -> origin/stabilize-5579.B | |
[0:05:50] = [up to date] stabilize-5656.B -> origin/stabilize-5656.B | |
[0:05:50] = [up to date] stabilize-5680.B -> origin/stabilize-5680.B | |
[0:05:50] = [up to date] stabilize-5696.B -> origin/stabilize-5696.B | |
[0:05:50] = [up to date] stabilize-5712.49.B -> origin/stabilize-5712.49.B | |
[0:05:50] = [up to date] stabilize-5712.61.B -> origin/stabilize-5712.61.B | |
[0:05:50] = [up to date] stabilize-5712.8.B -> origin/stabilize-5712.8.B | |
[0:05:50] = [up to date] stabilize-5712.89.B -> origin/stabilize-5712.89.B | |
[0:05:50] = [up to date] stabilize-5784.0.B -> origin/stabilize-5784.0.B | |
[0:05:50] = [up to date] stabilize-5791.0.B -> origin/stabilize-5791.0.B | |
[0:05:50] = [up to date] stabilize-5807.0.B -> origin/stabilize-5807.0.B | |
[0:05:50] = [up to date] stabilize-5828.0.B -> origin/stabilize-5828.0.B | |
[0:05:50] = [up to date] stabilize-5841.76.B -> origin/stabilize-5841.76.B | |
[0:05:50] = [up to date] stabilize-5841.83.B -> origin/stabilize-5841.83.B | |
[0:05:50] = [up to date] stabilize-5875.B -> origin/stabilize-5875.B | |
[0:05:50] = [up to date] stabilize-5899.B -> origin/stabilize-5899.B | |
[0:05:50] = [up to date] stabilize-5942.B -> origin/stabilize-5942.B | |
[0:05:50] = [up to date] stabilize-5943.B -> origin/stabilize-5943.B | |
[0:05:50] = [up to date] stabilize-5944.B -> origin/stabilize-5944.B | |
[0:05:50] = [up to date] stabilize-6082.B -> origin/stabilize-6082.B | |
[0:05:50] = [up to date] stabilize-6092.B -> origin/stabilize-6092.B | |
[0:05:50] = [up to date] stabilize-6146.B -> origin/stabilize-6146.B | |
[0:05:50] = [up to date] stabilize-6297.B -> origin/stabilize-6297.B | |
[0:05:50] = [up to date] stabilize-6310.69.B -> origin/stabilize-6310.69.B | |
[0:05:50] = [up to date] stabilize-6412.B -> origin/stabilize-6412.B | |
[0:05:50] = [up to date] stabilize-6415.B -> origin/stabilize-6415.B | |
[0:05:50] = [up to date] stabilize-6436.B -> origin/stabilize-6436.B | |
[0:05:50] = [up to date] stabilize-6480.B -> origin/stabilize-6480.B | |
[0:05:50] = [up to date] stabilize-6592.B -> origin/stabilize-6592.B | |
[0:05:50] = [up to date] stabilize-6662.B -> origin/stabilize-6662.B | |
[0:05:50] = [up to date] stabilize-6670.B -> origin/stabilize-6670.B | |
[0:05:50] = [up to date] stabilize-6680.78.B -> origin/stabilize-6680.78.B | |
[0:05:50] = [up to date] stabilize-6680.79.B -> origin/stabilize-6680.79.B | |
[0:05:50] = [up to date] stabilize-6736.B -> origin/stabilize-6736.B | |
[0:05:50] = [up to date] stabilize-6752.B -> origin/stabilize-6752.B | |
[0:05:50] = [up to date] stabilize-6771.B -> origin/stabilize-6771.B | |
[0:05:50] = [up to date] stabilize-6783.B -> origin/stabilize-6783.B | |
[0:05:50] = [up to date] stabilize-6812.13.B -> origin/stabilize-6812.13.B | |
[0:05:50] = [up to date] stabilize-6812.14.B -> origin/stabilize-6812.14.B | |
[0:05:50] = [up to date] stabilize-6812.15.B -> origin/stabilize-6812.15.B | |
[0:05:50] = [up to date] stabilize-6812.29.B -> origin/stabilize-6812.29.B | |
[0:05:50] = [up to date] stabilize-6812.34.B -> origin/stabilize-6812.34.B | |
[0:05:50] = [up to date] stabilize-6812.41.B -> origin/stabilize-6812.41.B | |
[0:05:50] = [up to date] stabilize-6812.75.B -> origin/stabilize-6812.75.B | |
[0:05:50] = [up to date] stabilize-6812.83.B -> origin/stabilize-6812.83.B | |
[0:05:50] = [up to date] stabilize-6812.85.B -> origin/stabilize-6812.85.B | |
[0:05:50] = [up to date] stabilize-6835.B -> origin/stabilize-6835.B | |
[0:05:50] = [up to date] stabilize-6842.B -> origin/stabilize-6842.B | |
[0:05:50] = [up to date] stabilize-6909.B -> origin/stabilize-6909.B | |
[0:05:50] = [up to date] stabilize-6912.B -> origin/stabilize-6912.B | |
[0:05:50] = [up to date] stabilize-6915.B -> origin/stabilize-6915.B | |
[0:05:50] = [up to date] stabilize-6919.B -> origin/stabilize-6919.B | |
[0:05:50] = [up to date] stabilize-6937.B -> origin/stabilize-6937.B | |
[0:05:50] = [up to date] stabilize-6946.55.B -> origin/stabilize-6946.55.B | |
[0:05:50] = [up to date] stabilize-6996.B -> origin/stabilize-6996.B | |
[0:05:50] = [up to date] stabilize-7018.B -> origin/stabilize-7018.B | |
[0:05:50] = [up to date] stabilize-7019.B -> origin/stabilize-7019.B | |
[0:05:50] = [up to date] stabilize-7039.B -> origin/stabilize-7039.B | |
[0:05:50] = [up to date] stabilize-7059.B -> origin/stabilize-7059.B | |
[0:05:50] = [up to date] stabilize-7060.B -> origin/stabilize-7060.B | |
[0:05:50] = [up to date] stabilize-7077.111.B -> origin/stabilize-7077.111.B | |
[0:05:50] = [up to date] stabilize-7077.122.B -> origin/stabilize-7077.122.B | |
[0:05:50] = [up to date] stabilize-7077.123.B -> origin/stabilize-7077.123.B | |
[0:05:50] = [up to date] stabilize-7077.134.B -> origin/stabilize-7077.134.B | |
[0:05:50] = [up to date] stabilize-7131.B -> origin/stabilize-7131.B | |
[0:05:50] = [up to date] stabilize-7134.B -> origin/stabilize-7134.B | |
[0:05:50] = [up to date] stabilize-7155.B -> origin/stabilize-7155.B | |
[0:05:50] = [up to date] stabilize-7173.B -> origin/stabilize-7173.B | |
[0:05:50] = [up to date] stabilize-7199.B -> origin/stabilize-7199.B | |
[0:05:50] = [up to date] stabilize-7202.B -> origin/stabilize-7202.B | |
[0:05:50] = [up to date] stabilize-7204.B -> origin/stabilize-7204.B | |
[0:05:50] = [up to date] stabilize-7356.B -> origin/stabilize-7356.B | |
[0:05:50] = [up to date] stabilize-7374.B -> origin/stabilize-7374.B | |
[0:05:50] = [up to date] stabilize-7390.59.B -> origin/stabilize-7390.59.B | |
[0:05:50] = [up to date] stabilize-7390.68.B -> origin/stabilize-7390.68.B | |
[0:05:50] = [up to date] stabilize-7442.B -> origin/stabilize-7442.B | |
[0:05:50] = [up to date] stabilize-7520.49.B -> origin/stabilize-7520.49.B | |
[0:05:50] = [up to date] stabilize-7520.63.B -> origin/stabilize-7520.63.B | |
[0:05:50] = [up to date] stabilize-7520.67.B -> origin/stabilize-7520.67.B | |
[0:05:50] = [up to date] stabilize-7628.B -> origin/stabilize-7628.B | |
[0:05:50] = [up to date] stabilize-7647.32.B -> origin/stabilize-7647.32.B | |
[0:05:50] = [up to date] stabilize-7647.72.B -> origin/stabilize-7647.72.B | |
[0:05:50] = [up to date] stabilize-7647.74.B -> origin/stabilize-7647.74.B | |
[0:05:50] = [up to date] stabilize-7729.B -> origin/stabilize-7729.B | |
[0:05:50] = [up to date] stabilize-7797.B -> origin/stabilize-7797.B | |
[0:05:50] = [up to date] stabilize-7821.B -> origin/stabilize-7821.B | |
[0:05:50] = [up to date] stabilize-7834.66.B -> origin/stabilize-7834.66.B | |
[0:05:50] = [up to date] stabilize-7907.B -> origin/stabilize-7907.B | |
[0:05:50] = [up to date] stabilize-7912.B -> origin/stabilize-7912.B | |
[0:05:50] = [up to date] stabilize-7956.B -> origin/stabilize-7956.B | |
[0:05:50] = [up to date] stabilize-7978.18.B -> origin/stabilize-7978.18.B | |
[0:05:50] = [up to date] stabilize-7978.B -> origin/stabilize-7978.B | |
[0:05:50] = [up to date] stabilize-8104.B -> origin/stabilize-8104.B | |
[0:05:50] = [up to date] stabilize-R33-4982.B -> origin/stabilize-R33-4982.B | |
[0:05:50] = [up to date] stabilize-bluetooth-smart -> origin/stabilize-bluetooth-smart | |
[0:05:50] = [up to date] stabilize-daisy-4319.96.B -> origin/stabilize-daisy-4319.96.B | |
[0:05:50] = [up to date] stabilize-falco-4537.91.B -> origin/stabilize-falco-4537.91.B | |
[0:05:50] = [up to date] stabilize-gnawty-5841.84.B -> origin/stabilize-gnawty-5841.84.B | |
[0:05:50] = [up to date] stabilize-jetstream-7390.54.B -> origin/stabilize-jetstream-7390.54.B | |
[0:05:50] = [up to date] stabilize-jetstream-7390.62.B -> origin/stabilize-jetstream-7390.62.B | |
[0:05:50] = [up to date] stabilize-js-6812.21.B -> origin/stabilize-js-6812.21.B | |
[0:05:50] = [up to date] stabilize-js-6812.25.B -> origin/stabilize-js-6812.25.B | |
[0:05:50] = [up to date] stabilize-js-6812.26.B -> origin/stabilize-js-6812.26.B | |
[0:05:50] = [up to date] stabilize-smaug-7547.B -> origin/stabilize-smaug-7547.B | |
[0:05:50] = [up to date] stabilize-smaug-7566.B -> origin/stabilize-smaug-7566.B | |
[0:05:50] = [up to date] stabilize-smaug-7731.B -> origin/stabilize-smaug-7731.B | |
[0:05:50] = [up to date] stabilize-smaug-7800.B -> origin/stabilize-smaug-7800.B | |
[0:05:50] = [up to date] stabilize-smaug-7897.B -> origin/stabilize-smaug-7897.B | |
[0:05:50] = [up to date] stabilize-spring-4100.53.B -> origin/stabilize-spring-4100.53.B | |
[0:05:50] = [up to date] stabilize-springlte-5116.46.B -> origin/stabilize-springlte-5116.46.B | |
[0:05:50] = [up to date] stabilize-storm-6683.B -> origin/stabilize-storm-6683.B | |
[0:05:50] = [up to date] stabilize-swanky-5841.55.B -> origin/stabilize-swanky-5841.55.B | |
[0:05:50] = [up to date] stabilize-zako-5712.88.B -> origin/stabilize-zako-5712.88.B | |
[0:05:50] = [up to date] stabilize.5978.51.B -> origin/stabilize.5978.51.B | |
[0:05:50] = [up to date] stabilize.5978.98.B -> origin/stabilize.5978.98.B | |
[0:05:50] = [up to date] stabilize.59781.98.B -> origin/stabilize.59781.98.B | |
[0:05:50] = [up to date] stabilize2 -> origin/stabilize2 | |
[0:05:50] = [up to date] stabilze-7441.B -> origin/stabilze-7441.B | |
[0:05:50] = [up to date] test-4980.B -> origin/test-4980.B | |
[0:05:50] = [up to date] test-5394.B -> origin/test-5394.B | |
[0:05:50] = [up to date] test-5619.B -> origin/test-5619.B | |
[0:05:50] = [up to date] toolchain-3428.65.B -> origin/toolchain-3428.65.B | |
[0:05:50] = [up to date] toolchain-3701.42.B -> origin/toolchain-3701.42.B | |
[0:05:50] = [up to date] toolchainA -> origin/toolchainA | |
[0:05:50] = [up to date] toolchainB -> origin/toolchainB | |
[0:05:50] = [up to date] upstream/master -> origin/upstream/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/pyelftools' | |
[0:05:51] HEAD is now at bdc1d38 Add README.chromium. | |
[0:05:51] Up-to-date; skipping checkout. | |
Checked out revision bdc1d380acd88d4bfaf47265008091483b0d614e | |
[0:05:52] Finished. | |
---------------------------------------- | |
src/third_party/smhasher/src (Elapsed: 0:00:03) | |
---------------------------------------- | |
[0:05:49] 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:05:52] From https://chromium.googlesource.com/external/smhasher | |
[0:05:52] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/smhasher/src' | |
[0:05:52] HEAD is now at e87738e Patch City.h to fix compile errors in Chromium (see issue 27) | |
[0:05:52] Up-to-date; skipping checkout. | |
Checked out revision e87738e57558e0ec472b2fc3a643b838e5b6e88f | |
[0:05:53] Finished. | |
---------------------------------------- | |
src/third_party/ub-uiautomator/lib (Elapsed: 0:00:03) | |
---------------------------------------- | |
[0:05:52] 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:05:54] From https://chromium.googlesource.com/chromium/third_party/ub-uiautomator | |
[0:05:54] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/ub-uiautomator/lib' | |
[0:05:54] HEAD is now at 0027054 Copy LICENSE and README.chromium down into this repo. | |
[0:05:55] Up-to-date; skipping checkout. | |
Checked out revision 00270549ce3161ae72ceb24712618ea28b4f9434 | |
[0:05:55] Finished. | |
---------------------------------------- | |
src/third_party/snappy/src (Elapsed: 0:00:04) | |
---------------------------------------- | |
[0:05:51] 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:05:53] From https://chromium.googlesource.com/external/snappy | |
[0:05:53] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/snappy/src' | |
[0:05:55] HEAD is now at 762bb32 Add autoconf tests for size_t and ssize_t. Sort-of resolves public issue 79; | |
[0:05:55] Up-to-date; skipping checkout. | |
Checked out revision 762bb32f0c9d2f31ba4958c7c0933d22e80c20bf | |
[0:05:55] Finished. | |
---------------------------------------- | |
src/third_party/usrsctp/usrsctplib (Elapsed: 0:00:04) | |
---------------------------------------- | |
[0:05:53] 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:05:54] From https://chromium.googlesource.com/external/github.com/sctplab/usrsctp | |
[0:05:54] = [up to date] crash-test -> origin/crash-test | |
[0:05:54] = [up to date] idata-integration -> origin/idata-integration | |
[0:05:54] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/usrsctp/usrsctplib' | |
[0:05:56] HEAD is now at c60ec8b Add license text. | |
[0:05:56] Up-to-date; skipping checkout. | |
Checked out revision c60ec8b35c3fe6027d7a3faae89d1c8d7dd3ce98 | |
[0:05:57] Finished. | |
---------------------------------------- | |
src/third_party/wayland-protocols/src (Elapsed: 0:00:02) | |
---------------------------------------- | |
[0:05:55] 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:05:56] From https://chromium.googlesource.com/external/anongit.freedesktop.org/git/wayland/wayland-protocols | |
[0:05:56] = [up to date] master -> origin/master | |
[0:05:56] = [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:05:57] HEAD is now at 3543bb7 configure.ac: Bump version to 1.0 | |
[0:05:57] Up-to-date; skipping checkout. | |
Checked out revision 3543bb755c8858b0a70dfd20fd1beb74d865751d | |
[0:05:58] Finished. | |
---------------------------------------- | |
src/third_party/wayland/src (Elapsed: 0:00:04) | |
---------------------------------------- | |
[0:05:55] 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:05:57] From https://chromium.googlesource.com/external/anongit.freedesktop.org/git/wayland/wayland | |
[0:05:57] = [up to date] 0.85 -> origin/0.85 | |
[0:05:57] = [up to date] 1.0 -> origin/1.0 | |
[0:05:57] = [up to date] 1.1 -> origin/1.1 | |
[0:05:57] = [up to date] 1.10 -> origin/1.10 | |
[0:05:57] = [up to date] 1.2 -> origin/1.2 | |
[0:05:57] = [up to date] 1.3 -> origin/1.3 | |
[0:05:57] = [up to date] 1.4 -> origin/1.4 | |
[0:05:57] = [up to date] 1.5 -> origin/1.5 | |
[0:05:57] = [up to date] 1.6 -> origin/1.6 | |
[0:05:57] = [up to date] 1.7 -> origin/1.7 | |
[0:05:57] = [up to date] 1.8 -> origin/1.8 | |
[0:05:57] = [up to date] 1.9 -> origin/1.9 | |
[0:05:57] = [up to date] master -> origin/master | |
[0:05:57] = [up to date] next -> origin/next | |
[0:05:57] = [up to date] terminal -> origin/terminal | |
[0:05:57] = [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:05:59] HEAD is now at b05668f configure.ac: bump to version 1.9.0 for the official release | |
[0:05:59] Up-to-date; skipping checkout. | |
Checked out revision b05668f0ad64ad9ba82e124965163daed4172ead | |
[0:06:00] Finished. | |
---------------------------------------- | |
src/third_party/sfntly/src (Elapsed: 0:00:12) | |
---------------------------------------- | |
[0:05:48] 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:05:49] From https://chromium.googlesource.com/external/github.com/googlei18n/sfntly | |
[0:05:49] = [up to date] cibu -> origin/cibu | |
[0:05:49] = [up to date] master -> origin/master | |
[0:05:49] = [up to date] stuartg -> origin/stuartg | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/sfntly/src' | |
[0:05:53] HEAD is now at 130f832 Merge pull request #47 from leizleiz/leiz-upstream | |
[0:05:56] Up-to-date; skipping checkout. | |
Checked out revision 130f832eddf98467e6578b548cb74ce17d04a26d | |
[0:06:00] Finished. | |
---------------------------------------- | |
src/third_party/mesa/src (Elapsed: 0:00:37) | |
---------------------------------------- | |
[0:05:23] 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:05:25] From https://chromium.googlesource.com/chromium/deps/mesa | |
[0:05:25] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/mesa/src' | |
[0:05:37] HEAD is now at ef811c6 Merge upstream version of wayland-drm.xml and include autogenerated files in chromium_gensrc. | |
[0:05:49] Up-to-date; skipping checkout. | |
Checked out revision ef811c6bd4de74e13e7035ca882cc77f85793fef | |
[0:06:01] Finished. | |
---------------------------------------- | |
src/third_party/webdriver/pylib (Elapsed: 0:00:04) | |
---------------------------------------- | |
[0:05:57] 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:05:59] From https://chromium.googlesource.com/external/selenium/py | |
[0:05:59] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/webdriver/pylib' | |
[0:06:00] HEAD is now at 5fd7826 DanielWagnerHall: Removing trailing whitespace | |
[0:06:01] Up-to-date; skipping checkout. | |
Checked out revision 5fd78261a75fe08d27ca4835fb6c5ce4b42275bd | |
[0:06:01] Finished. | |
---------------------------------------- | |
src/third_party/webpagereplay (Elapsed: 0:00:04) | |
---------------------------------------- | |
[0:06:00] 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:06:02] From https://chromium.googlesource.com/external/github.com/chromium/web-page-replay | |
[0:06:02] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/webpagereplay' | |
[0:06:03] HEAD is now at 7564939 Merge pull request #52 from zwri/master | |
[0:06:04] Up-to-date; skipping checkout. | |
Checked out revision 7564939bdf6482d57b9bd5e9c931679f96d8cf75 | |
[0:06:04] Finished. | |
---------------------------------------- | |
src/third_party/xdg-utils (Elapsed: 0:00:04) | |
---------------------------------------- | |
[0:06:01] 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:06:03] From https://chromium.googlesource.com/chromium/deps/xdg-utils | |
[0:06:03] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/xdg-utils' | |
[0:06:04] HEAD is now at d80274d Add OWNERS for third_party/xdg-utils. | |
[0:06:05] Up-to-date; skipping checkout. | |
Checked out revision d80274d5869b17b8c9067a1022e4416ee7ed5e0d | |
[0:06:06] Finished. | |
---------------------------------------- | |
src/tools/page_cycler/acid3 (Elapsed: 0:00:02) | |
---------------------------------------- | |
[0:06:06] 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:06:07] From https://chromium.googlesource.com/chromium/deps/acid3 | |
[0:06:07] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/tools/page_cycler/acid3' | |
[0:06:08] HEAD is now at 6be0a66 Mark tools/page_cycler/acid3 as NOT_SHIPPED | |
[0:06:08] Up-to-date; skipping checkout. | |
Checked out revision 6be0a66a1ebd7ebc5abc1b2f405a945f6d871521 | |
[0:06:08] Finished. | |
---------------------------------------- | |
src/tools/swarming_client (Elapsed: 0:00:04) | |
---------------------------------------- | |
[0:06:08] 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:06:10] From https://chromium.googlesource.com/external/swarming.client | |
[0:06:10] = [up to date] master -> origin/master | |
[0:06:10] = [up to date] stable -> origin/stable | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/tools/swarming_client' | |
[0:06:11] HEAD is now at 9cdd761 Fix undeleteable directory. | |
[0:06:12] Up-to-date; skipping checkout. | |
Checked out revision 9cdd76171e517a430a72dcd7d66ade67e109aa00 | |
[0:06:13] Finished. | |
---------------------------------------- | |
src/third_party/yasm/source/patched-yasm (Elapsed: 0:00:14) | |
---------------------------------------- | |
[0:06:01] 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:06:04] From https://chromium.googlesource.com/chromium/deps/yasm/patched-yasm | |
[0:06:04] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/yasm/source/patched-yasm' | |
[0:06:08] HEAD is now at 4671120 Remove a reference to __DATE__ from yasm for non official builds. | |
[0:06:12] Up-to-date; skipping checkout. | |
Checked out revision 4671120cd8558ce62ee8672ebf3eb6f5216f909b | |
[0:06:16] 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/buildtools/clang_format/script (Elapsed: 0:00:02) | |
---------------------------------------- | |
[0:06:16] 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:06:17] From https://chromium.googlesource.com/chromium/llvm-project/cfe/tools/clang-format | |
[0:06:17] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/buildtools/clang_format/script' | |
[0:06:18] HEAD is now at 81edd55 clang-format: Make clang-format-diff.py format java files. | |
[0:06:18] Up-to-date; skipping checkout. | |
Checked out revision 81edd558fea5dd7855d67a1dc61db34ae8c1fd63 | |
[0:06:18] Finished. | |
---------------------------------------- | |
src/third_party/skia (Elapsed: 0:00:30) | |
---------------------------------------- | |
[0:05:49] 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:05:51] POST git-upload-pack (959 bytes) | |
[0:05:54] From https://chromium.googlesource.com/skia | |
[0:05:54] = [up to date] chrome/m39 -> origin/chrome/m39 | |
[0:05:54] = [up to date] chrome/m40 -> origin/chrome/m40 | |
[0:05:54] = [up to date] chrome/m41 -> origin/chrome/m41 | |
[0:05:54] = [up to date] chrome/m42 -> origin/chrome/m42 | |
[0:05:54] = [up to date] chrome/m43 -> origin/chrome/m43 | |
[0:05:54] = [up to date] chrome/m44 -> origin/chrome/m44 | |
[0:05:54] = [up to date] chrome/m45 -> origin/chrome/m45 | |
[0:05:54] = [up to date] chrome/m46 -> origin/chrome/m46 | |
[0:05:54] = [up to date] chrome/m47 -> origin/chrome/m47 | |
[0:05:54] = [up to date] chrome/m48 -> origin/chrome/m48 | |
[0:05:54] = [up to date] chrome/m49 -> origin/chrome/m49 | |
[0:05:54] = [up to date] chrome/m50 -> origin/chrome/m50 | |
[0:05:54] = [up to date] chrome/m51 -> origin/chrome/m51 | |
[0:05:54] = [up to date] infra/config -> origin/infra/config | |
[0:05:54] f7142e7..7b8b237 master -> origin/master | |
[0:05:54] = [up to date] refs/branch-heads/m20_1132 -> branch-heads/m20_1132 | |
[0:05:54] = [up to date] refs/branch-heads/m21_1180 -> branch-heads/m21_1180 | |
[0:05:54] = [up to date] refs/branch-heads/m22_1229 -> branch-heads/m22_1229 | |
[0:05:54] = [up to date] refs/branch-heads/m23_1271 -> branch-heads/m23_1271 | |
[0:05:54] = [up to date] refs/branch-heads/m24_1312 -> branch-heads/m24_1312 | |
[0:05:54] = [up to date] refs/branch-heads/m25_1364 -> branch-heads/m25_1364 | |
[0:05:54] = [up to date] refs/branch-heads/m26_1410 -> branch-heads/m26_1410 | |
[0:05:54] = [up to date] refs/branch-heads/m26_1411 -> branch-heads/m26_1411 | |
[0:05:54] = [up to date] refs/branch-heads/m27_1453 -> branch-heads/m27_1453 | |
[0:05:54] = [up to date] refs/branch-heads/m28_1500 -> branch-heads/m28_1500 | |
[0:05:54] = [up to date] refs/branch-heads/m29_1547 -> branch-heads/m29_1547 | |
[0:05:54] = [up to date] refs/branch-heads/m30_1599 -> branch-heads/m30_1599 | |
[0:05:54] = [up to date] refs/branch-heads/m31_1650 -> branch-heads/m31_1650 | |
[0:05:54] = [up to date] refs/branch-heads/m32_1700 -> branch-heads/m32_1700 | |
[0:05:54] = [up to date] refs/branch-heads/m33_1750 -> branch-heads/m33_1750 | |
[0:05:54] = [up to date] refs/branch-heads/m35_13966 -> branch-heads/m35_13966 | |
[0:05:54] = [up to date] refs/branch-heads/master -> branch-heads/master | |
[0:05:54] = [up to date] refs/branch-heads/trunk -> branch-heads/trunk | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/skia' | |
[0:06:03] HEAD is now at e2913ed SkPDF: roll back 53b1c09 and 05b48e2 | |
[0:06:10] Up-to-date; skipping checkout. | |
Checked out revision e2913ed9b25bf4a47194c4ca134beec0b5784842 | |
[0:06:19] Finished. | |
---------------------------------------- | |
gclient(678) ParseDepsFile:use_relative_paths enabled. | |
gclient(684) ParseDepsFile:Updating deps by prepending src/third_party/pdfium. | |
src/tools/gyp (Elapsed: 0:00:17) | |
---------------------------------------- | |
[0:06:04] Started. | |
_____ src/tools/gyp at 54b7dfc03f746b6a539ac38f2fb0815d10b54734 | |
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/tools/gyp' | |
[0:06:06] From https://chromium.googlesource.com/external/gyp | |
[0:06:06] = [up to date] infra/config -> origin/infra/config | |
[0:06:06] = [up to date] master -> origin/master | |
[0:06:06] = [up to date] md-pages -> origin/md-pages | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/tools/gyp' | |
[0:06:11] HEAD is now at 54b7dfc mac ninja&make: Use xcrun instead of xcodebuild where possible. | |
[0:06:15] Up-to-date; skipping checkout. | |
Checked out revision 54b7dfc03f746b6a539ac38f2fb0815d10b54734 | |
[0:06:22] Finished. | |
---------------------------------------- | |
src/third_party/pdfium (Elapsed: 0:00:47) | |
---------------------------------------- | |
[0:05:36] 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:06:04] From https://pdfium.googlesource.com/pdfium | |
[0:06:04] = [up to date] chromium/2013 -> origin/chromium/2013 | |
[0:06:04] = [up to date] chromium/2014 -> origin/chromium/2014 | |
[0:06:04] = [up to date] chromium/2015 -> origin/chromium/2015 | |
[0:06:04] = [up to date] chromium/2016 -> origin/chromium/2016 | |
[0:06:04] = [up to date] chromium/2017 -> origin/chromium/2017 | |
[0:06:04] = [up to date] chromium/2018 -> origin/chromium/2018 | |
[0:06:04] = [up to date] chromium/2019 -> origin/chromium/2019 | |
[0:06:04] = [up to date] chromium/2020 -> origin/chromium/2020 | |
[0:06:04] = [up to date] chromium/2021 -> origin/chromium/2021 | |
[0:06:04] = [up to date] chromium/2022 -> origin/chromium/2022 | |
[0:06:04] = [up to date] chromium/2023 -> origin/chromium/2023 | |
[0:06:04] = [up to date] chromium/2024 -> origin/chromium/2024 | |
[0:06:04] = [up to date] chromium/2025 -> origin/chromium/2025 | |
[0:06:04] = [up to date] chromium/2026 -> origin/chromium/2026 | |
[0:06:04] = [up to date] chromium/2027 -> origin/chromium/2027 | |
[0:06:04] = [up to date] chromium/2028 -> origin/chromium/2028 | |
[0:06:04] = [up to date] chromium/2029 -> origin/chromium/2029 | |
[0:06:04] = [up to date] chromium/2030 -> origin/chromium/2030 | |
[0:06:04] = [up to date] chromium/2031 -> origin/chromium/2031 | |
[0:06:04] = [up to date] chromium/2032 -> origin/chromium/2032 | |
[0:06:04] = [up to date] chromium/2033 -> origin/chromium/2033 | |
[0:06:04] = [up to date] chromium/2034 -> origin/chromium/2034 | |
[0:06:04] = [up to date] chromium/2035 -> origin/chromium/2035 | |
[0:06:04] = [up to date] chromium/2036 -> origin/chromium/2036 | |
[0:06:04] = [up to date] chromium/2037 -> origin/chromium/2037 | |
[0:06:04] = [up to date] chromium/2038 -> origin/chromium/2038 | |
[0:06:04] = [up to date] chromium/2039 -> origin/chromium/2039 | |
[0:06:04] = [up to date] chromium/2040 -> origin/chromium/2040 | |
[0:06:04] = [up to date] chromium/2041 -> origin/chromium/2041 | |
[0:06:04] = [up to date] chromium/2042 -> origin/chromium/2042 | |
[0:06:04] = [up to date] chromium/2043 -> origin/chromium/2043 | |
[0:06:04] = [up to date] chromium/2044 -> origin/chromium/2044 | |
[0:06:04] = [up to date] chromium/2045 -> origin/chromium/2045 | |
[0:06:04] = [up to date] chromium/2046 -> origin/chromium/2046 | |
[0:06:04] = [up to date] chromium/2047 -> origin/chromium/2047 | |
[0:06:04] = [up to date] chromium/2048 -> origin/chromium/2048 | |
[0:06:04] = [up to date] chromium/2049 -> origin/chromium/2049 | |
[0:06:04] = [up to date] chromium/2050 -> origin/chromium/2050 | |
[0:06:04] = [up to date] chromium/2051 -> origin/chromium/2051 | |
[0:06:04] = [up to date] chromium/2052 -> origin/chromium/2052 | |
[0:06:04] = [up to date] chromium/2053 -> origin/chromium/2053 | |
[0:06:04] = [up to date] chromium/2054 -> origin/chromium/2054 | |
[0:06:04] = [up to date] chromium/2055 -> origin/chromium/2055 | |
[0:06:04] = [up to date] chromium/2056 -> origin/chromium/2056 | |
[0:06:04] = [up to date] chromium/2057 -> origin/chromium/2057 | |
[0:06:04] = [up to date] chromium/2058 -> origin/chromium/2058 | |
[0:06:04] = [up to date] chromium/2059 -> origin/chromium/2059 | |
[0:06:04] = [up to date] chromium/2060 -> origin/chromium/2060 | |
[0:06:04] = [up to date] chromium/2061 -> origin/chromium/2061 | |
[0:06:04] = [up to date] chromium/2062 -> origin/chromium/2062 | |
[0:06:04] = [up to date] chromium/2063 -> origin/chromium/2063 | |
[0:06:04] = [up to date] chromium/2064 -> origin/chromium/2064 | |
[0:06:04] = [up to date] chromium/2065 -> origin/chromium/2065 | |
[0:06:04] = [up to date] chromium/2066 -> origin/chromium/2066 | |
[0:06:04] = [up to date] chromium/2067 -> origin/chromium/2067 | |
[0:06:04] = [up to date] chromium/2068 -> origin/chromium/2068 | |
[0:06:04] = [up to date] chromium/2069 -> origin/chromium/2069 | |
[0:06:04] = [up to date] chromium/2070 -> origin/chromium/2070 | |
[0:06:04] = [up to date] chromium/2071 -> origin/chromium/2071 | |
[0:06:04] = [up to date] chromium/2072 -> origin/chromium/2072 | |
[0:06:04] = [up to date] chromium/2073 -> origin/chromium/2073 | |
[0:06:04] = [up to date] chromium/2074 -> origin/chromium/2074 | |
[0:06:04] = [up to date] chromium/2075 -> origin/chromium/2075 | |
[0:06:04] = [up to date] chromium/2076 -> origin/chromium/2076 | |
[0:06:04] = [up to date] chromium/2077 -> origin/chromium/2077 | |
[0:06:04] = [up to date] chromium/2078 -> origin/chromium/2078 | |
[0:06:04] = [up to date] chromium/2079 -> origin/chromium/2079 | |
[0:06:04] = [up to date] chromium/2080 -> origin/chromium/2080 | |
[0:06:04] = [up to date] chromium/2081 -> origin/chromium/2081 | |
[0:06:04] = [up to date] chromium/2082 -> origin/chromium/2082 | |
[0:06:04] = [up to date] chromium/2083 -> origin/chromium/2083 | |
[0:06:04] = [up to date] chromium/2084 -> origin/chromium/2084 | |
[0:06:04] = [up to date] chromium/2085 -> origin/chromium/2085 | |
[0:06:04] = [up to date] chromium/2086 -> origin/chromium/2086 | |
[0:06:04] = [up to date] chromium/2087 -> origin/chromium/2087 | |
[0:06:04] = [up to date] chromium/2088 -> origin/chromium/2088 | |
[0:06:04] = [up to date] chromium/2089 -> origin/chromium/2089 | |
[0:06:04] = [up to date] chromium/2090 -> origin/chromium/2090 | |
[0:06:04] = [up to date] chromium/2091 -> origin/chromium/2091 | |
[0:06:04] = [up to date] chromium/2092 -> origin/chromium/2092 | |
[0:06:04] = [up to date] chromium/2093 -> origin/chromium/2093 | |
[0:06:04] = [up to date] chromium/2094 -> origin/chromium/2094 | |
[0:06:04] = [up to date] chromium/2095 -> origin/chromium/2095 | |
[0:06:04] = [up to date] chromium/2096 -> origin/chromium/2096 | |
[0:06:04] = [up to date] chromium/2097 -> origin/chromium/2097 | |
[0:06:04] = [up to date] chromium/2098 -> origin/chromium/2098 | |
[0:06:04] = [up to date] chromium/2099 -> origin/chromium/2099 | |
[0:06:04] = [up to date] chromium/2100 -> origin/chromium/2100 | |
[0:06:04] = [up to date] chromium/2101 -> origin/chromium/2101 | |
[0:06:04] = [up to date] chromium/2102 -> origin/chromium/2102 | |
[0:06:04] = [up to date] chromium/2103 -> origin/chromium/2103 | |
[0:06:04] = [up to date] chromium/2104 -> origin/chromium/2104 | |
[0:06:04] = [up to date] chromium/2105 -> origin/chromium/2105 | |
[0:06:04] = [up to date] chromium/2106 -> origin/chromium/2106 | |
[0:06:04] = [up to date] chromium/2107 -> origin/chromium/2107 | |
[0:06:04] = [up to date] chromium/2108 -> origin/chromium/2108 | |
[0:06:04] = [up to date] chromium/2109 -> origin/chromium/2109 | |
[0:06:04] = [up to date] chromium/2110 -> origin/chromium/2110 | |
[0:06:04] = [up to date] chromium/2111 -> origin/chromium/2111 | |
[0:06:04] = [up to date] chromium/2112 -> origin/chromium/2112 | |
[0:06:04] = [up to date] chromium/2113 -> origin/chromium/2113 | |
[0:06:04] = [up to date] chromium/2114 -> origin/chromium/2114 | |
[0:06:04] = [up to date] chromium/2115 -> origin/chromium/2115 | |
[0:06:04] = [up to date] chromium/2116 -> origin/chromium/2116 | |
[0:06:04] = [up to date] chromium/2117 -> origin/chromium/2117 | |
[0:06:04] = [up to date] chromium/2118 -> origin/chromium/2118 | |
[0:06:04] = [up to date] chromium/2119 -> origin/chromium/2119 | |
[0:06:04] = [up to date] chromium/2120 -> origin/chromium/2120 | |
[0:06:04] = [up to date] chromium/2121 -> origin/chromium/2121 | |
[0:06:04] = [up to date] chromium/2122 -> origin/chromium/2122 | |
[0:06:04] = [up to date] chromium/2123 -> origin/chromium/2123 | |
[0:06:04] = [up to date] chromium/2124 -> origin/chromium/2124 | |
[0:06:04] = [up to date] chromium/2125 -> origin/chromium/2125 | |
[0:06:04] = [up to date] chromium/2126 -> origin/chromium/2126 | |
[0:06:04] = [up to date] chromium/2127 -> origin/chromium/2127 | |
[0:06:04] = [up to date] chromium/2128 -> origin/chromium/2128 | |
[0:06:04] = [up to date] chromium/2129 -> origin/chromium/2129 | |
[0:06:04] = [up to date] chromium/2130 -> origin/chromium/2130 | |
[0:06:04] = [up to date] chromium/2131 -> origin/chromium/2131 | |
[0:06:04] = [up to date] chromium/2132 -> origin/chromium/2132 | |
[0:06:04] = [up to date] chromium/2133 -> origin/chromium/2133 | |
[0:06:04] = [up to date] chromium/2135 -> origin/chromium/2135 | |
[0:06:04] = [up to date] chromium/2136 -> origin/chromium/2136 | |
[0:06:04] = [up to date] chromium/2137 -> origin/chromium/2137 | |
[0:06:04] = [up to date] chromium/2138 -> origin/chromium/2138 | |
[0:06:04] = [up to date] chromium/2139 -> origin/chromium/2139 | |
[0:06:04] = [up to date] chromium/2140 -> origin/chromium/2140 | |
[0:06:04] = [up to date] chromium/2141 -> origin/chromium/2141 | |
[0:06:04] = [up to date] chromium/2142 -> origin/chromium/2142 | |
[0:06:04] = [up to date] chromium/2143 -> origin/chromium/2143 | |
[0:06:04] = [up to date] chromium/2144 -> origin/chromium/2144 | |
[0:06:04] = [up to date] chromium/2145 -> origin/chromium/2145 | |
[0:06:04] = [up to date] chromium/2146 -> origin/chromium/2146 | |
[0:06:04] = [up to date] chromium/2147 -> origin/chromium/2147 | |
[0:06:04] = [up to date] chromium/2148 -> origin/chromium/2148 | |
[0:06:04] = [up to date] chromium/2149 -> origin/chromium/2149 | |
[0:06:04] = [up to date] chromium/2150 -> origin/chromium/2150 | |
[0:06:04] = [up to date] chromium/2151 -> origin/chromium/2151 | |
[0:06:04] = [up to date] chromium/2152 -> origin/chromium/2152 | |
[0:06:04] = [up to date] chromium/2154 -> origin/chromium/2154 | |
[0:06:04] = [up to date] chromium/2155 -> origin/chromium/2155 | |
[0:06:04] = [up to date] chromium/2156 -> origin/chromium/2156 | |
[0:06:04] = [up to date] chromium/2157 -> origin/chromium/2157 | |
[0:06:04] = [up to date] chromium/2158 -> origin/chromium/2158 | |
[0:06:04] = [up to date] chromium/2159 -> origin/chromium/2159 | |
[0:06:04] = [up to date] chromium/2160 -> origin/chromium/2160 | |
[0:06:04] = [up to date] chromium/2161 -> origin/chromium/2161 | |
[0:06:04] = [up to date] chromium/2162 -> origin/chromium/2162 | |
[0:06:04] = [up to date] chromium/2163 -> origin/chromium/2163 | |
[0:06:04] = [up to date] chromium/2164 -> origin/chromium/2164 | |
[0:06:04] = [up to date] chromium/2165 -> origin/chromium/2165 | |
[0:06:04] = [up to date] chromium/2166 -> origin/chromium/2166 | |
[0:06:04] = [up to date] chromium/2167 -> origin/chromium/2167 | |
[0:06:04] = [up to date] chromium/2168 -> origin/chromium/2168 | |
[0:06:04] = [up to date] chromium/2169 -> origin/chromium/2169 | |
[0:06:04] = [up to date] chromium/2170 -> origin/chromium/2170 | |
[0:06:04] = [up to date] chromium/2171 -> origin/chromium/2171 | |
[0:06:04] = [up to date] chromium/2172 -> origin/chromium/2172 | |
[0:06:04] = [up to date] chromium/2173 -> origin/chromium/2173 | |
[0:06:04] = [up to date] chromium/2174 -> origin/chromium/2174 | |
[0:06:04] = [up to date] chromium/2175 -> origin/chromium/2175 | |
[0:06:04] = [up to date] chromium/2176 -> origin/chromium/2176 | |
[0:06:04] = [up to date] chromium/2177 -> origin/chromium/2177 | |
[0:06:04] = [up to date] chromium/2178 -> origin/chromium/2178 | |
[0:06:04] = [up to date] chromium/2179 -> origin/chromium/2179 | |
[0:06:04] = [up to date] chromium/2180 -> origin/chromium/2180 | |
[0:06:04] = [up to date] chromium/2181 -> origin/chromium/2181 | |
[0:06:04] = [up to date] chromium/2182 -> origin/chromium/2182 | |
[0:06:04] = [up to date] chromium/2183 -> origin/chromium/2183 | |
[0:06:04] = [up to date] chromium/2184 -> origin/chromium/2184 | |
[0:06:04] = [up to date] chromium/2185 -> origin/chromium/2185 | |
[0:06:04] = [up to date] chromium/2186 -> origin/chromium/2186 | |
[0:06:04] = [up to date] chromium/2187 -> origin/chromium/2187 | |
[0:06:04] = [up to date] chromium/2188 -> origin/chromium/2188 | |
[0:06:04] = [up to date] chromium/2189 -> origin/chromium/2189 | |
[0:06:04] = [up to date] chromium/2190 -> origin/chromium/2190 | |
[0:06:04] = [up to date] chromium/2191 -> origin/chromium/2191 | |
[0:06:04] = [up to date] chromium/2192 -> origin/chromium/2192 | |
[0:06:04] = [up to date] chromium/2193 -> origin/chromium/2193 | |
[0:06:04] = [up to date] chromium/2194 -> origin/chromium/2194 | |
[0:06:04] = [up to date] chromium/2195 -> origin/chromium/2195 | |
[0:06:04] = [up to date] chromium/2196 -> origin/chromium/2196 | |
[0:06:04] = [up to date] chromium/2197 -> origin/chromium/2197 | |
[0:06:04] = [up to date] chromium/2198 -> origin/chromium/2198 | |
[0:06:04] = [up to date] chromium/2199 -> origin/chromium/2199 | |
[0:06:04] = [up to date] chromium/2200 -> origin/chromium/2200 | |
[0:06:04] = [up to date] chromium/2201 -> origin/chromium/2201 | |
[0:06:04] = [up to date] chromium/2202 -> origin/chromium/2202 | |
[0:06:04] = [up to date] chromium/2214 -> origin/chromium/2214 | |
[0:06:04] = [up to date] chromium/2237 -> origin/chromium/2237 | |
[0:06:04] = [up to date] chromium/2238 -> origin/chromium/2238 | |
[0:06:04] = [up to date] chromium/2239 -> origin/chromium/2239 | |
[0:06:04] = [up to date] chromium/2240 -> origin/chromium/2240 | |
[0:06:04] = [up to date] chromium/2241 -> origin/chromium/2241 | |
[0:06:04] = [up to date] chromium/2242 -> origin/chromium/2242 | |
[0:06:04] = [up to date] chromium/2243 -> origin/chromium/2243 | |
[0:06:04] = [up to date] chromium/2244 -> origin/chromium/2244 | |
[0:06:04] = [up to date] chromium/2245 -> origin/chromium/2245 | |
[0:06:04] = [up to date] chromium/2246 -> origin/chromium/2246 | |
[0:06:04] = [up to date] chromium/2247 -> origin/chromium/2247 | |
[0:06:04] = [up to date] chromium/2248 -> origin/chromium/2248 | |
[0:06:04] = [up to date] chromium/2249 -> origin/chromium/2249 | |
[0:06:04] = [up to date] chromium/2250 -> origin/chromium/2250 | |
[0:06:04] = [up to date] chromium/2251 -> origin/chromium/2251 | |
[0:06:04] = [up to date] chromium/2252 -> origin/chromium/2252 | |
[0:06:04] = [up to date] chromium/2253 -> origin/chromium/2253 | |
[0:06:04] = [up to date] chromium/2254 -> origin/chromium/2254 | |
[0:06:04] = [up to date] chromium/2255 -> origin/chromium/2255 | |
[0:06:04] = [up to date] chromium/2256 -> origin/chromium/2256 | |
[0:06:04] = [up to date] chromium/2257 -> origin/chromium/2257 | |
[0:06:04] = [up to date] chromium/2258 -> origin/chromium/2258 | |
[0:06:04] = [up to date] chromium/2259 -> origin/chromium/2259 | |
[0:06:04] = [up to date] chromium/2260 -> origin/chromium/2260 | |
[0:06:04] = [up to date] chromium/2261 -> origin/chromium/2261 | |
[0:06:04] = [up to date] chromium/2262 -> origin/chromium/2262 | |
[0:06:04] = [up to date] chromium/2263 -> origin/chromium/2263 | |
[0:06:04] = [up to date] chromium/2264 -> origin/chromium/2264 | |
[0:06:04] = [up to date] chromium/2265 -> origin/chromium/2265 | |
[0:06:04] = [up to date] chromium/2266 -> origin/chromium/2266 | |
[0:06:04] = [up to date] chromium/2267 -> origin/chromium/2267 | |
[0:06:04] = [up to date] chromium/2268 -> origin/chromium/2268 | |
[0:06:04] = [up to date] chromium/2269 -> origin/chromium/2269 | |
[0:06:04] = [up to date] chromium/2270 -> origin/chromium/2270 | |
[0:06:04] = [up to date] chromium/2271 -> origin/chromium/2271 | |
[0:06:04] = [up to date] chromium/2272 -> origin/chromium/2272 | |
[0:06:04] = [up to date] chromium/2273 -> origin/chromium/2273 | |
[0:06:04] = [up to date] chromium/2274 -> origin/chromium/2274 | |
[0:06:04] = [up to date] chromium/2275 -> origin/chromium/2275 | |
[0:06:04] = [up to date] chromium/2276 -> origin/chromium/2276 | |
[0:06:04] = [up to date] chromium/2277 -> origin/chromium/2277 | |
[0:06:04] = [up to date] chromium/2278 -> origin/chromium/2278 | |
[0:06:04] = [up to date] chromium/2279 -> origin/chromium/2279 | |
[0:06:04] = [up to date] chromium/2280 -> origin/chromium/2280 | |
[0:06:04] = [up to date] chromium/2281 -> origin/chromium/2281 | |
[0:06:04] = [up to date] chromium/2282 -> origin/chromium/2282 | |
[0:06:04] = [up to date] chromium/2283 -> origin/chromium/2283 | |
[0:06:04] = [up to date] chromium/2284 -> origin/chromium/2284 | |
[0:06:04] = [up to date] chromium/2285 -> origin/chromium/2285 | |
[0:06:04] = [up to date] chromium/2286 -> origin/chromium/2286 | |
[0:06:04] = [up to date] chromium/2287 -> origin/chromium/2287 | |
[0:06:04] = [up to date] chromium/2288 -> origin/chromium/2288 | |
[0:06:04] = [up to date] chromium/2289 -> origin/chromium/2289 | |
[0:06:04] = [up to date] chromium/2290 -> origin/chromium/2290 | |
[0:06:04] = [up to date] chromium/2291 -> origin/chromium/2291 | |
[0:06:04] = [up to date] chromium/2292 -> origin/chromium/2292 | |
[0:06:04] = [up to date] chromium/2293 -> origin/chromium/2293 | |
[0:06:04] = [up to date] chromium/2294 -> origin/chromium/2294 | |
[0:06:04] = [up to date] chromium/2295 -> origin/chromium/2295 | |
[0:06:04] = [up to date] chromium/2296 -> origin/chromium/2296 | |
[0:06:04] = [up to date] chromium/2297 -> origin/chromium/2297 | |
[0:06:04] = [up to date] chromium/2298 -> origin/chromium/2298 | |
[0:06:04] = [up to date] chromium/2299 -> origin/chromium/2299 | |
[0:06:04] = [up to date] chromium/2300 -> origin/chromium/2300 | |
[0:06:04] = [up to date] chromium/2301 -> origin/chromium/2301 | |
[0:06:04] = [up to date] chromium/2302 -> origin/chromium/2302 | |
[0:06:04] = [up to date] chromium/2303 -> origin/chromium/2303 | |
[0:06:04] = [up to date] chromium/2304 -> origin/chromium/2304 | |
[0:06:04] = [up to date] chromium/2305 -> origin/chromium/2305 | |
[0:06:04] = [up to date] chromium/2306 -> origin/chromium/2306 | |
[0:06:04] = [up to date] chromium/2307 -> origin/chromium/2307 | |
[0:06:04] = [up to date] chromium/2308 -> origin/chromium/2308 | |
[0:06:04] = [up to date] chromium/2309 -> origin/chromium/2309 | |
[0:06:04] = [up to date] chromium/2310 -> origin/chromium/2310 | |
[0:06:04] = [up to date] chromium/2311 -> origin/chromium/2311 | |
[0:06:04] = [up to date] chromium/2312 -> origin/chromium/2312 | |
[0:06:04] = [up to date] chromium/2313 -> origin/chromium/2313 | |
[0:06:04] = [up to date] chromium/2314 -> origin/chromium/2314 | |
[0:06:04] = [up to date] chromium/2315 -> origin/chromium/2315 | |
[0:06:04] = [up to date] chromium/2316 -> origin/chromium/2316 | |
[0:06:04] = [up to date] chromium/2317 -> origin/chromium/2317 | |
[0:06:04] = [up to date] chromium/2318 -> origin/chromium/2318 | |
[0:06:04] = [up to date] chromium/2319 -> origin/chromium/2319 | |
[0:06:04] = [up to date] chromium/2320 -> origin/chromium/2320 | |
[0:06:04] = [up to date] chromium/2321 -> origin/chromium/2321 | |
[0:06:04] = [up to date] chromium/2322 -> origin/chromium/2322 | |
[0:06:04] = [up to date] chromium/2323 -> origin/chromium/2323 | |
[0:06:04] = [up to date] chromium/2324 -> origin/chromium/2324 | |
[0:06:04] = [up to date] chromium/2325 -> origin/chromium/2325 | |
[0:06:04] = [up to date] chromium/2326 -> origin/chromium/2326 | |
[0:06:04] = [up to date] chromium/2327 -> origin/chromium/2327 | |
[0:06:04] = [up to date] chromium/2328 -> origin/chromium/2328 | |
[0:06:04] = [up to date] chromium/2329 -> origin/chromium/2329 | |
[0:06:04] = [up to date] chromium/2330 -> origin/chromium/2330 | |
[0:06:04] = [up to date] chromium/2331 -> origin/chromium/2331 | |
[0:06:04] = [up to date] chromium/2332 -> origin/chromium/2332 | |
[0:06:04] = [up to date] chromium/2333 -> origin/chromium/2333 | |
[0:06:04] = [up to date] chromium/2334 -> origin/chromium/2334 | |
[0:06:04] = [up to date] chromium/2335 -> origin/chromium/2335 | |
[0:06:04] = [up to date] chromium/2336 -> origin/chromium/2336 | |
[0:06:04] = [up to date] chromium/2337 -> origin/chromium/2337 | |
[0:06:04] = [up to date] chromium/2338 -> origin/chromium/2338 | |
[0:06:04] = [up to date] chromium/2339 -> origin/chromium/2339 | |
[0:06:04] = [up to date] chromium/2340 -> origin/chromium/2340 | |
[0:06:04] = [up to date] chromium/2341 -> origin/chromium/2341 | |
[0:06:04] = [up to date] chromium/2342 -> origin/chromium/2342 | |
[0:06:04] = [up to date] chromium/2343 -> origin/chromium/2343 | |
[0:06:04] = [up to date] chromium/2344 -> origin/chromium/2344 | |
[0:06:04] = [up to date] chromium/2345 -> origin/chromium/2345 | |
[0:06:04] = [up to date] chromium/2346 -> origin/chromium/2346 | |
[0:06:04] = [up to date] chromium/2347 -> origin/chromium/2347 | |
[0:06:04] = [up to date] chromium/2348 -> origin/chromium/2348 | |
[0:06:04] = [up to date] chromium/2349 -> origin/chromium/2349 | |
[0:06:04] = [up to date] chromium/2350 -> origin/chromium/2350 | |
[0:06:04] = [up to date] chromium/2351 -> origin/chromium/2351 | |
[0:06:04] = [up to date] chromium/2352 -> origin/chromium/2352 | |
[0:06:04] = [up to date] chromium/2353 -> origin/chromium/2353 | |
[0:06:04] = [up to date] chromium/2354 -> origin/chromium/2354 | |
[0:06:04] = [up to date] chromium/2355 -> origin/chromium/2355 | |
[0:06:04] = [up to date] chromium/2356 -> origin/chromium/2356 | |
[0:06:04] = [up to date] chromium/2357 -> origin/chromium/2357 | |
[0:06:04] = [up to date] chromium/2358 -> origin/chromium/2358 | |
[0:06:04] = [up to date] chromium/2359 -> origin/chromium/2359 | |
[0:06:04] = [up to date] chromium/2360 -> origin/chromium/2360 | |
[0:06:04] = [up to date] chromium/2361 -> origin/chromium/2361 | |
[0:06:04] = [up to date] chromium/2362 -> origin/chromium/2362 | |
[0:06:04] = [up to date] chromium/2363 -> origin/chromium/2363 | |
[0:06:04] = [up to date] chromium/2364 -> origin/chromium/2364 | |
[0:06:04] = [up to date] chromium/2365 -> origin/chromium/2365 | |
[0:06:04] = [up to date] chromium/2366 -> origin/chromium/2366 | |
[0:06:04] = [up to date] chromium/2367 -> origin/chromium/2367 | |
[0:06:04] = [up to date] chromium/2368 -> origin/chromium/2368 | |
[0:06:04] = [up to date] chromium/2369 -> origin/chromium/2369 | |
[0:06:04] = [up to date] chromium/2370 -> origin/chromium/2370 | |
[0:06:04] = [up to date] chromium/2371 -> origin/chromium/2371 | |
[0:06:04] = [up to date] chromium/2372 -> origin/chromium/2372 | |
[0:06:04] = [up to date] chromium/2373 -> origin/chromium/2373 | |
[0:06:04] = [up to date] chromium/2374 -> origin/chromium/2374 | |
[0:06:04] = [up to date] chromium/2375 -> origin/chromium/2375 | |
[0:06:04] = [up to date] chromium/2376 -> origin/chromium/2376 | |
[0:06:04] = [up to date] chromium/2377 -> origin/chromium/2377 | |
[0:06:04] = [up to date] chromium/2378 -> origin/chromium/2378 | |
[0:06:04] = [up to date] chromium/2379 -> origin/chromium/2379 | |
[0:06:04] = [up to date] chromium/2380 -> origin/chromium/2380 | |
[0:06:04] = [up to date] chromium/2381 -> origin/chromium/2381 | |
[0:06:04] = [up to date] chromium/2382 -> origin/chromium/2382 | |
[0:06:04] = [up to date] chromium/2383 -> origin/chromium/2383 | |
[0:06:04] = [up to date] chromium/2384 -> origin/chromium/2384 | |
[0:06:04] = [up to date] chromium/2385 -> origin/chromium/2385 | |
[0:06:04] = [up to date] chromium/2386 -> origin/chromium/2386 | |
[0:06:04] = [up to date] chromium/2387 -> origin/chromium/2387 | |
[0:06:04] = [up to date] chromium/2388 -> origin/chromium/2388 | |
[0:06:04] = [up to date] chromium/2389 -> origin/chromium/2389 | |
[0:06:04] = [up to date] chromium/2390 -> origin/chromium/2390 | |
[0:06:04] = [up to date] chromium/2391 -> origin/chromium/2391 | |
[0:06:04] = [up to date] chromium/2392 -> origin/chromium/2392 | |
[0:06:04] = [up to date] chromium/2393 -> origin/chromium/2393 | |
[0:06:04] = [up to date] chromium/2394 -> origin/chromium/2394 | |
[0:06:04] = [up to date] chromium/2395 -> origin/chromium/2395 | |
[0:06:04] = [up to date] chromium/2396 -> origin/chromium/2396 | |
[0:06:04] = [up to date] chromium/2397 -> origin/chromium/2397 | |
[0:06:04] = [up to date] chromium/2398 -> origin/chromium/2398 | |
[0:06:04] = [up to date] chromium/2399 -> origin/chromium/2399 | |
[0:06:04] = [up to date] chromium/2400 -> origin/chromium/2400 | |
[0:06:04] = [up to date] chromium/2401 -> origin/chromium/2401 | |
[0:06:04] = [up to date] chromium/2402 -> origin/chromium/2402 | |
[0:06:04] = [up to date] chromium/2403 -> origin/chromium/2403 | |
[0:06:04] = [up to date] chromium/2404 -> origin/chromium/2404 | |
[0:06:04] = [up to date] chromium/2405 -> origin/chromium/2405 | |
[0:06:04] = [up to date] chromium/2406 -> origin/chromium/2406 | |
[0:06:04] = [up to date] chromium/2407 -> origin/chromium/2407 | |
[0:06:04] = [up to date] chromium/2408 -> origin/chromium/2408 | |
[0:06:04] = [up to date] chromium/2409 -> origin/chromium/2409 | |
[0:06:04] = [up to date] chromium/2410 -> origin/chromium/2410 | |
[0:06:04] = [up to date] chromium/2411 -> origin/chromium/2411 | |
[0:06:04] = [up to date] chromium/2412 -> origin/chromium/2412 | |
[0:06:04] = [up to date] chromium/2413 -> origin/chromium/2413 | |
[0:06:04] = [up to date] chromium/2414 -> origin/chromium/2414 | |
[0:06:04] = [up to date] chromium/2415 -> origin/chromium/2415 | |
[0:06:04] = [up to date] chromium/2416 -> origin/chromium/2416 | |
[0:06:04] = [up to date] chromium/2417 -> origin/chromium/2417 | |
[0:06:04] = [up to date] chromium/2418 -> origin/chromium/2418 | |
[0:06:04] = [up to date] chromium/2419 -> origin/chromium/2419 | |
[0:06:04] = [up to date] chromium/2420 -> origin/chromium/2420 | |
[0:06:04] = [up to date] chromium/2421 -> origin/chromium/2421 | |
[0:06:04] = [up to date] chromium/2422 -> origin/chromium/2422 | |
[0:06:04] = [up to date] chromium/2423 -> origin/chromium/2423 | |
[0:06:04] = [up to date] chromium/2424 -> origin/chromium/2424 | |
[0:06:04] = [up to date] chromium/2425 -> origin/chromium/2425 | |
[0:06:04] = [up to date] chromium/2426 -> origin/chromium/2426 | |
[0:06:04] = [up to date] chromium/2427 -> origin/chromium/2427 | |
[0:06:04] = [up to date] chromium/2428 -> origin/chromium/2428 | |
[0:06:04] = [up to date] chromium/2429 -> origin/chromium/2429 | |
[0:06:04] = [up to date] chromium/2430 -> origin/chromium/2430 | |
[0:06:04] = [up to date] chromium/2431 -> origin/chromium/2431 | |
[0:06:04] = [up to date] chromium/2432 -> origin/chromium/2432 | |
[0:06:04] = [up to date] chromium/2433 -> origin/chromium/2433 | |
[0:06:04] = [up to date] chromium/2434 -> origin/chromium/2434 | |
[0:06:04] = [up to date] chromium/2435 -> origin/chromium/2435 | |
[0:06:04] = [up to date] chromium/2436 -> origin/chromium/2436 | |
[0:06:04] = [up to date] chromium/2437 -> origin/chromium/2437 | |
[0:06:04] = [up to date] chromium/2438 -> origin/chromium/2438 | |
[0:06:04] = [up to date] chromium/2439 -> origin/chromium/2439 | |
[0:06:04] = [up to date] chromium/2440 -> origin/chromium/2440 | |
[0:06:04] = [up to date] chromium/2441 -> origin/chromium/2441 | |
[0:06:04] = [up to date] chromium/2442 -> origin/chromium/2442 | |
[0:06:04] = [up to date] chromium/2443 -> origin/chromium/2443 | |
[0:06:04] = [up to date] chromium/2444 -> origin/chromium/2444 | |
[0:06:04] = [up to date] chromium/2445 -> origin/chromium/2445 | |
[0:06:04] = [up to date] chromium/2446 -> origin/chromium/2446 | |
[0:06:04] = [up to date] chromium/2447 -> origin/chromium/2447 | |
[0:06:04] = [up to date] chromium/2448 -> origin/chromium/2448 | |
[0:06:04] = [up to date] chromium/2449 -> origin/chromium/2449 | |
[0:06:04] = [up to date] chromium/2450 -> origin/chromium/2450 | |
[0:06:04] = [up to date] chromium/2451 -> origin/chromium/2451 | |
[0:06:04] = [up to date] chromium/2452 -> origin/chromium/2452 | |
[0:06:04] = [up to date] chromium/2453 -> origin/chromium/2453 | |
[0:06:04] = [up to date] chromium/2454 -> origin/chromium/2454 | |
[0:06:04] = [up to date] chromium/2455 -> origin/chromium/2455 | |
[0:06:04] = [up to date] chromium/2456 -> origin/chromium/2456 | |
[0:06:04] = [up to date] chromium/2457 -> origin/chromium/2457 | |
[0:06:04] = [up to date] chromium/2458 -> origin/chromium/2458 | |
[0:06:04] = [up to date] chromium/2459 -> origin/chromium/2459 | |
[0:06:04] = [up to date] chromium/2460 -> origin/chromium/2460 | |
[0:06:04] = [up to date] chromium/2461 -> origin/chromium/2461 | |
[0:06:04] = [up to date] chromium/2462 -> origin/chromium/2462 | |
[0:06:04] = [up to date] chromium/2463 -> origin/chromium/2463 | |
[0:06:04] = [up to date] chromium/2464 -> origin/chromium/2464 | |
[0:06:04] = [up to date] chromium/2465 -> origin/chromium/2465 | |
[0:06:04] = [up to date] chromium/2466 -> origin/chromium/2466 | |
[0:06:04] = [up to date] chromium/2467 -> origin/chromium/2467 | |
[0:06:04] = [up to date] chromium/2468 -> origin/chromium/2468 | |
[0:06:04] = [up to date] chromium/2469 -> origin/chromium/2469 | |
[0:06:04] = [up to date] chromium/2470 -> origin/chromium/2470 | |
[0:06:04] = [up to date] chromium/2471 -> origin/chromium/2471 | |
[0:06:04] = [up to date] chromium/2472 -> origin/chromium/2472 | |
[0:06:04] = [up to date] chromium/2473 -> origin/chromium/2473 | |
[0:06:04] = [up to date] chromium/2474 -> origin/chromium/2474 | |
[0:06:04] = [up to date] chromium/2475 -> origin/chromium/2475 | |
[0:06:04] = [up to date] chromium/2476 -> origin/chromium/2476 | |
[0:06:04] = [up to date] chromium/2477 -> origin/chromium/2477 | |
[0:06:04] = [up to date] chromium/2478 -> origin/chromium/2478 | |
[0:06:04] = [up to date] chromium/2479 -> origin/chromium/2479 | |
[0:06:04] = [up to date] chromium/2480 -> origin/chromium/2480 | |
[0:06:04] = [up to date] chromium/2481 -> origin/chromium/2481 | |
[0:06:04] = [up to date] chromium/2482 -> origin/chromium/2482 | |
[0:06:04] = [up to date] chromium/2483 -> origin/chromium/2483 | |
[0:06:04] = [up to date] chromium/2484 -> origin/chromium/2484 | |
[0:06:04] = [up to date] chromium/2485 -> origin/chromium/2485 | |
[0:06:04] = [up to date] chromium/2486 -> origin/chromium/2486 | |
[0:06:04] = [up to date] chromium/2487 -> origin/chromium/2487 | |
[0:06:04] = [up to date] chromium/2488 -> origin/chromium/2488 | |
[0:06:04] = [up to date] chromium/2489 -> origin/chromium/2489 | |
[0:06:04] = [up to date] chromium/2490 -> origin/chromium/2490 | |
[0:06:04] = [up to date] chromium/2491 -> origin/chromium/2491 | |
[0:06:04] = [up to date] chromium/2492 -> origin/chromium/2492 | |
[0:06:04] = [up to date] chromium/2493 -> origin/chromium/2493 | |
[0:06:04] = [up to date] chromium/2494 -> origin/chromium/2494 | |
[0:06:04] = [up to date] chromium/2495 -> origin/chromium/2495 | |
[0:06:04] = [up to date] chromium/2496 -> origin/chromium/2496 | |
[0:06:04] = [up to date] chromium/2497 -> origin/chromium/2497 | |
[0:06:04] = [up to date] chromium/2498 -> origin/chromium/2498 | |
[0:06:04] = [up to date] chromium/2499 -> origin/chromium/2499 | |
[0:06:04] = [up to date] chromium/2500 -> origin/chromium/2500 | |
[0:06:04] = [up to date] chromium/2501 -> origin/chromium/2501 | |
[0:06:04] = [up to date] chromium/2502 -> origin/chromium/2502 | |
[0:06:04] = [up to date] chromium/2503 -> origin/chromium/2503 | |
[0:06:04] = [up to date] chromium/2504 -> origin/chromium/2504 | |
[0:06:04] = [up to date] chromium/2505 -> origin/chromium/2505 | |
[0:06:04] = [up to date] chromium/2506 -> origin/chromium/2506 | |
[0:06:04] = [up to date] chromium/2507 -> origin/chromium/2507 | |
[0:06:04] = [up to date] chromium/2508 -> origin/chromium/2508 | |
[0:06:04] = [up to date] chromium/2509 -> origin/chromium/2509 | |
[0:06:04] = [up to date] chromium/2510 -> origin/chromium/2510 | |
[0:06:04] = [up to date] chromium/2511 -> origin/chromium/2511 | |
[0:06:04] = [up to date] chromium/2512 -> origin/chromium/2512 | |
[0:06:04] = [up to date] chromium/2513 -> origin/chromium/2513 | |
[0:06:04] = [up to date] chromium/2514 -> origin/chromium/2514 | |
[0:06:04] = [up to date] chromium/2515 -> origin/chromium/2515 | |
[0:06:04] = [up to date] chromium/2516 -> origin/chromium/2516 | |
[0:06:04] = [up to date] chromium/2517 -> origin/chromium/2517 | |
[0:06:04] = [up to date] chromium/2518 -> origin/chromium/2518 | |
[0:06:04] = [up to date] chromium/2519 -> origin/chromium/2519 | |
[0:06:04] = [up to date] chromium/2520 -> origin/chromium/2520 | |
[0:06:04] = [up to date] chromium/2521 -> origin/chromium/2521 | |
[0:06:04] = [up to date] chromium/2522 -> origin/chromium/2522 | |
[0:06:04] = [up to date] chromium/2523 -> origin/chromium/2523 | |
[0:06:04] = [up to date] chromium/2524 -> origin/chromium/2524 | |
[0:06:04] = [up to date] chromium/2525 -> origin/chromium/2525 | |
[0:06:04] = [up to date] chromium/2526 -> origin/chromium/2526 | |
[0:06:04] = [up to date] chromium/2527 -> origin/chromium/2527 | |
[0:06:04] = [up to date] chromium/2528 -> origin/chromium/2528 | |
[0:06:04] = [up to date] chromium/2529 -> origin/chromium/2529 | |
[0:06:04] = [up to date] chromium/2530 -> origin/chromium/2530 | |
[0:06:04] = [up to date] chromium/2531 -> origin/chromium/2531 | |
[0:06:04] = [up to date] chromium/2532 -> origin/chromium/2532 | |
[0:06:04] = [up to date] chromium/2533 -> origin/chromium/2533 | |
[0:06:04] = [up to date] chromium/2534 -> origin/chromium/2534 | |
[0:06:04] = [up to date] chromium/2535 -> origin/chromium/2535 | |
[0:06:04] = [up to date] chromium/2536 -> origin/chromium/2536 | |
[0:06:04] = [up to date] chromium/2537 -> origin/chromium/2537 | |
[0:06:04] = [up to date] chromium/2538 -> origin/chromium/2538 | |
[0:06:04] = [up to date] chromium/2539 -> origin/chromium/2539 | |
[0:06:04] = [up to date] chromium/2540 -> origin/chromium/2540 | |
[0:06:04] = [up to date] chromium/2541 -> origin/chromium/2541 | |
[0:06:04] = [up to date] chromium/2542 -> origin/chromium/2542 | |
[0:06:04] = [up to date] chromium/2543 -> origin/chromium/2543 | |
[0:06:04] = [up to date] chromium/2544 -> origin/chromium/2544 | |
[0:06:04] = [up to date] chromium/2545 -> origin/chromium/2545 | |
[0:06:04] = [up to date] chromium/2546 -> origin/chromium/2546 | |
[0:06:04] = [up to date] chromium/2547 -> origin/chromium/2547 | |
[0:06:04] = [up to date] chromium/2548 -> origin/chromium/2548 | |
[0:06:04] = [up to date] chromium/2549 -> origin/chromium/2549 | |
[0:06:04] = [up to date] chromium/2550 -> origin/chromium/2550 | |
[0:06:04] = [up to date] chromium/2551 -> origin/chromium/2551 | |
[0:06:04] = [up to date] chromium/2552 -> origin/chromium/2552 | |
[0:06:04] = [up to date] chromium/2553 -> origin/chromium/2553 | |
[0:06:04] = [up to date] chromium/2554 -> origin/chromium/2554 | |
[0:06:04] = [up to date] chromium/2555 -> origin/chromium/2555 | |
[0:06:04] = [up to date] chromium/2556 -> origin/chromium/2556 | |
[0:06:04] = [up to date] chromium/2557 -> origin/chromium/2557 | |
[0:06:04] = [up to date] chromium/2558 -> origin/chromium/2558 | |
[0:06:04] = [up to date] chromium/2559 -> origin/chromium/2559 | |
[0:06:04] = [up to date] chromium/2560 -> origin/chromium/2560 | |
[0:06:04] = [up to date] chromium/2561 -> origin/chromium/2561 | |
[0:06:04] = [up to date] chromium/2562 -> origin/chromium/2562 | |
[0:06:04] = [up to date] chromium/2563 -> origin/chromium/2563 | |
[0:06:04] = [up to date] chromium/2564 -> origin/chromium/2564 | |
[0:06:04] = [up to date] chromium/2565 -> origin/chromium/2565 | |
[0:06:04] = [up to date] chromium/2566 -> origin/chromium/2566 | |
[0:06:04] = [up to date] chromium/2567 -> origin/chromium/2567 | |
[0:06:04] = [up to date] chromium/2568 -> origin/chromium/2568 | |
[0:06:04] = [up to date] chromium/2569 -> origin/chromium/2569 | |
[0:06:04] = [up to date] chromium/2570 -> origin/chromium/2570 | |
[0:06:04] = [up to date] chromium/2571 -> origin/chromium/2571 | |
[0:06:04] = [up to date] chromium/2572 -> origin/chromium/2572 | |
[0:06:04] = [up to date] chromium/2573 -> origin/chromium/2573 | |
[0:06:04] = [up to date] chromium/2574 -> origin/chromium/2574 | |
[0:06:04] = [up to date] chromium/2575 -> origin/chromium/2575 | |
[0:06:04] = [up to date] chromium/2576 -> origin/chromium/2576 | |
[0:06:04] = [up to date] chromium/2577 -> origin/chromium/2577 | |
[0:06:04] = [up to date] chromium/2578 -> origin/chromium/2578 | |
[0:06:04] = [up to date] chromium/2579 -> origin/chromium/2579 | |
[0:06:04] = [up to date] chromium/2580 -> origin/chromium/2580 | |
[0:06:04] = [up to date] chromium/2581 -> origin/chromium/2581 | |
[0:06:04] = [up to date] chromium/2582 -> origin/chromium/2582 | |
[0:06:04] = [up to date] chromium/2583 -> origin/chromium/2583 | |
[0:06:04] = [up to date] chromium/2584 -> origin/chromium/2584 | |
[0:06:04] = [up to date] chromium/2585 -> origin/chromium/2585 | |
[0:06:04] = [up to date] chromium/2586 -> origin/chromium/2586 | |
[0:06:04] = [up to date] chromium/2587 -> origin/chromium/2587 | |
[0:06:04] = [up to date] chromium/2588 -> origin/chromium/2588 | |
[0:06:04] = [up to date] chromium/2589 -> origin/chromium/2589 | |
[0:06:04] = [up to date] chromium/2590 -> origin/chromium/2590 | |
[0:06:04] = [up to date] chromium/2591 -> origin/chromium/2591 | |
[0:06:04] = [up to date] chromium/2592 -> origin/chromium/2592 | |
[0:06:04] = [up to date] chromium/2593 -> origin/chromium/2593 | |
[0:06:04] = [up to date] chromium/2594 -> origin/chromium/2594 | |
[0:06:04] = [up to date] chromium/2595 -> origin/chromium/2595 | |
[0:06:04] = [up to date] chromium/2596 -> origin/chromium/2596 | |
[0:06:04] = [up to date] chromium/2597 -> origin/chromium/2597 | |
[0:06:04] = [up to date] chromium/2598 -> origin/chromium/2598 | |
[0:06:04] = [up to date] chromium/2599 -> origin/chromium/2599 | |
[0:06:04] = [up to date] chromium/2600 -> origin/chromium/2600 | |
[0:06:04] = [up to date] chromium/2601 -> origin/chromium/2601 | |
[0:06:04] = [up to date] chromium/2602 -> origin/chromium/2602 | |
[0:06:04] = [up to date] chromium/2603 -> origin/chromium/2603 | |
[0:06:04] = [up to date] chromium/2604 -> origin/chromium/2604 | |
[0:06:04] = [up to date] chromium/2605 -> origin/chromium/2605 | |
[0:06:04] = [up to date] chromium/2606 -> origin/chromium/2606 | |
[0:06:04] = [up to date] chromium/2607 -> origin/chromium/2607 | |
[0:06:04] = [up to date] chromium/2608 -> origin/chromium/2608 | |
[0:06:04] = [up to date] chromium/2609 -> origin/chromium/2609 | |
[0:06:04] = [up to date] chromium/2610 -> origin/chromium/2610 | |
[0:06:04] = [up to date] chromium/2611 -> origin/chromium/2611 | |
[0:06:04] = [up to date] chromium/2612 -> origin/chromium/2612 | |
[0:06:04] = [up to date] chromium/2613 -> origin/chromium/2613 | |
[0:06:04] = [up to date] chromium/2614 -> origin/chromium/2614 | |
[0:06:04] = [up to date] chromium/2615 -> origin/chromium/2615 | |
[0:06:04] = [up to date] chromium/2616 -> origin/chromium/2616 | |
[0:06:04] = [up to date] chromium/2617 -> origin/chromium/2617 | |
[0:06:04] = [up to date] chromium/2618 -> origin/chromium/2618 | |
[0:06:04] = [up to date] chromium/2619 -> origin/chromium/2619 | |
[0:06:04] = [up to date] chromium/2620 -> origin/chromium/2620 | |
[0:06:04] = [up to date] chromium/2621 -> origin/chromium/2621 | |
[0:06:04] = [up to date] chromium/2622 -> origin/chromium/2622 | |
[0:06:04] = [up to date] chromium/2623 -> origin/chromium/2623 | |
[0:06:04] = [up to date] chromium/2624 -> origin/chromium/2624 | |
[0:06:04] = [up to date] chromium/2625 -> origin/chromium/2625 | |
[0:06:04] = [up to date] chromium/2626 -> origin/chromium/2626 | |
[0:06:04] = [up to date] chromium/2627 -> origin/chromium/2627 | |
[0:06:04] = [up to date] chromium/2628 -> origin/chromium/2628 | |
[0:06:04] = [up to date] chromium/2629 -> origin/chromium/2629 | |
[0:06:04] = [up to date] chromium/2630 -> origin/chromium/2630 | |
[0:06:04] = [up to date] chromium/2631 -> origin/chromium/2631 | |
[0:06:04] = [up to date] chromium/2632 -> origin/chromium/2632 | |
[0:06:04] = [up to date] chromium/2633 -> origin/chromium/2633 | |
[0:06:04] = [up to date] chromium/2634 -> origin/chromium/2634 | |
[0:06:04] = [up to date] chromium/2635 -> origin/chromium/2635 | |
[0:06:04] = [up to date] chromium/2636 -> origin/chromium/2636 | |
[0:06:04] = [up to date] chromium/2637 -> origin/chromium/2637 | |
[0:06:04] = [up to date] chromium/2638 -> origin/chromium/2638 | |
[0:06:04] = [up to date] chromium/2639 -> origin/chromium/2639 | |
[0:06:04] = [up to date] chromium/2640 -> origin/chromium/2640 | |
[0:06:04] = [up to date] chromium/2641 -> origin/chromium/2641 | |
[0:06:04] = [up to date] chromium/2642 -> origin/chromium/2642 | |
[0:06:04] = [up to date] chromium/2643 -> origin/chromium/2643 | |
[0:06:04] = [up to date] chromium/2644 -> origin/chromium/2644 | |
[0:06:04] = [up to date] chromium/2645 -> origin/chromium/2645 | |
[0:06:04] = [up to date] chromium/2646 -> origin/chromium/2646 | |
[0:06:04] = [up to date] chromium/2647 -> origin/chromium/2647 | |
[0:06:04] = [up to date] chromium/2648 -> origin/chromium/2648 | |
[0:06:04] = [up to date] chromium/2649 -> origin/chromium/2649 | |
[0:06:04] = [up to date] chromium/2650 -> origin/chromium/2650 | |
[0:06:04] = [up to date] chromium/2651 -> origin/chromium/2651 | |
[0:06:04] = [up to date] chromium/2652 -> origin/chromium/2652 | |
[0:06:04] = [up to date] chromium/2653 -> origin/chromium/2653 | |
[0:06:04] = [up to date] chromium/2654 -> origin/chromium/2654 | |
[0:06:04] = [up to date] chromium/2655 -> origin/chromium/2655 | |
[0:06:04] = [up to date] chromium/2656 -> origin/chromium/2656 | |
[0:06:04] = [up to date] chromium/2657 -> origin/chromium/2657 | |
[0:06:04] = [up to date] chromium/2658 -> origin/chromium/2658 | |
[0:06:04] = [up to date] chromium/2659 -> origin/chromium/2659 | |
[0:06:04] = [up to date] chromium/2660 -> origin/chromium/2660 | |
[0:06:04] = [up to date] chromium/2661 -> origin/chromium/2661 | |
[0:06:04] = [up to date] chromium/2662 -> origin/chromium/2662 | |
[0:06:04] = [up to date] chromium/2663 -> origin/chromium/2663 | |
[0:06:04] = [up to date] chromium/2664 -> origin/chromium/2664 | |
[0:06:04] = [up to date] chromium/2665 -> origin/chromium/2665 | |
[0:06:04] = [up to date] chromium/2666 -> origin/chromium/2666 | |
[0:06:04] = [up to date] chromium/2667 -> origin/chromium/2667 | |
[0:06:04] = [up to date] chromium/2668 -> origin/chromium/2668 | |
[0:06:04] = [up to date] chromium/2669 -> origin/chromium/2669 | |
[0:06:04] = [up to date] chromium/2670 -> origin/chromium/2670 | |
[0:06:04] = [up to date] chromium/2671 -> origin/chromium/2671 | |
[0:06:04] = [up to date] chromium/2672 -> origin/chromium/2672 | |
[0:06:04] = [up to date] chromium/2673 -> origin/chromium/2673 | |
[0:06:04] = [up to date] chromium/2674 -> origin/chromium/2674 | |
[0:06:04] = [up to date] chromium/2675 -> origin/chromium/2675 | |
[0:06:04] = [up to date] chromium/2676 -> origin/chromium/2676 | |
[0:06:04] = [up to date] chromium/2677 -> origin/chromium/2677 | |
[0:06:04] = [up to date] chromium/2678 -> origin/chromium/2678 | |
[0:06:04] = [up to date] chromium/2679 -> origin/chromium/2679 | |
[0:06:04] = [up to date] chromium/2680 -> origin/chromium/2680 | |
[0:06:04] = [up to date] chromium/2681 -> origin/chromium/2681 | |
[0:06:04] = [up to date] chromium/2682 -> origin/chromium/2682 | |
[0:06:04] = [up to date] chromium/2683 -> origin/chromium/2683 | |
[0:06:04] = [up to date] chromium/2688 -> origin/chromium/2688 | |
[0:06:04] = [up to date] chromium/2689 -> origin/chromium/2689 | |
[0:06:04] = [up to date] chromium/2690 -> origin/chromium/2690 | |
[0:06:04] = [up to date] chromium/2691 -> origin/chromium/2691 | |
[0:06:04] = [up to date] chromium/2692 -> origin/chromium/2692 | |
[0:06:04] = [up to date] chromium/2693 -> origin/chromium/2693 | |
[0:06:04] = [up to date] chromium/2694 -> origin/chromium/2694 | |
[0:06:04] = [up to date] chromium/2695 -> origin/chromium/2695 | |
[0:06:04] = [up to date] chromium/2696 -> origin/chromium/2696 | |
[0:06:04] = [up to date] chromium/2697 -> origin/chromium/2697 | |
[0:06:04] = [up to date] chromium/2698 -> origin/chromium/2698 | |
[0:06:04] = [up to date] chromium/2699 -> origin/chromium/2699 | |
[0:06:04] = [up to date] chromium/2700 -> origin/chromium/2700 | |
[0:06:04] = [up to date] chromium/2701 -> origin/chromium/2701 | |
[0:06:04] = [up to date] chromium/2702 -> origin/chromium/2702 | |
[0:06:04] = [up to date] chromium/2703 -> origin/chromium/2703 | |
[0:06:04] = [up to date] chromium/2704 -> origin/chromium/2704 | |
[0:06:04] = [up to date] chromium/2705 -> origin/chromium/2705 | |
[0:06:04] = [up to date] chromium/2706 -> origin/chromium/2706 | |
[0:06:04] = [up to date] chromium/2707 -> origin/chromium/2707 | |
[0:06:04] = [up to date] chromium/2708 -> origin/chromium/2708 | |
[0:06:04] = [up to date] chromium/2709 -> origin/chromium/2709 | |
[0:06:04] = [up to date] chromium/2710 -> origin/chromium/2710 | |
[0:06:04] = [up to date] chromium/2711 -> origin/chromium/2711 | |
[0:06:04] = [up to date] infra/config -> origin/infra/config | |
[0:06:04] = [up to date] master -> origin/master | |
[0:06:04] = [up to date] xfa -> origin/xfa | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/pdfium' | |
[0:06:11] HEAD is now at f8eda05 Merge to M49: Reland "Fix sycc{420,422}_to_rgb issues." | |
[0:06:17] Up-to-date; skipping checkout. | |
Checked out revision f8eda05ad3696181dccbb1aad95c3b87a3897a0e | |
[0:06:24] Finished. | |
---------------------------------------- | |
src/buildtools/third_party/libc++abi/trunk (Elapsed: 0:00:04) | |
---------------------------------------- | |
[0:06:19] 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:06:21] From https://chromium.googlesource.com/chromium/llvm-project/libcxxabi | |
[0:06:21] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/buildtools/third_party/libc++abi/trunk' | |
[0:06:23] HEAD is now at 9a39e42 Add new tests for throwing incomplete pointer types | |
[0:06:23] Up-to-date; skipping checkout. | |
Checked out revision 9a39e428d018b723d7d187181fd08908b1cb6bd0 | |
[0:06:24] Finished. | |
---------------------------------------- | |
src/third_party/webrtc (Elapsed: 0:00:31) | |
---------------------------------------- | |
[0:06:00] 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:06:05] POST git-upload-pack (959 bytes) | |
[0:06:10] From https://chromium.googlesource.com/external/webrtc/trunk/webrtc | |
[0:06:10] f5266f5..04f0053 master -> origin/master | |
[0:06:10] = [up to date] refs/branch-heads/3.15 -> branch-heads/3.15 | |
[0:06:10] = [up to date] refs/branch-heads/3.16 -> branch-heads/3.16 | |
[0:06:10] = [up to date] refs/branch-heads/3.16@3031 -> branch-heads/3.16@3031 | |
[0:06:10] = [up to date] refs/branch-heads/3.17 -> branch-heads/3.17 | |
[0:06:10] = [up to date] refs/branch-heads/3.18 -> branch-heads/3.18 | |
[0:06:10] = [up to date] refs/branch-heads/3.19 -> branch-heads/3.19 | |
[0:06:10] = [up to date] refs/branch-heads/3.19@3298 -> branch-heads/3.19@3298 | |
[0:06:10] = [up to date] refs/branch-heads/3.20 -> branch-heads/3.20 | |
[0:06:10] = [up to date] refs/branch-heads/3.21 -> branch-heads/3.21 | |
[0:06:10] = [up to date] refs/branch-heads/3.22 -> branch-heads/3.22 | |
[0:06:10] = [up to date] refs/branch-heads/3.23 -> branch-heads/3.23 | |
[0:06:10] = [up to date] refs/branch-heads/3.23@3489 -> branch-heads/3.23@3489 | |
[0:06:10] = [up to date] refs/branch-heads/3.23@3498 -> branch-heads/3.23@3498 | |
[0:06:10] = [up to date] refs/branch-heads/3.24 -> branch-heads/3.24 | |
[0:06:10] = [up to date] refs/branch-heads/3.25 -> branch-heads/3.25 | |
[0:06:10] = [up to date] refs/branch-heads/3.26 -> branch-heads/3.26 | |
[0:06:10] = [up to date] refs/branch-heads/3.27 -> branch-heads/3.27 | |
[0:06:10] = [up to date] refs/branch-heads/3.27@3704 -> branch-heads/3.27@3704 | |
[0:06:10] = [up to date] refs/branch-heads/3.28 -> branch-heads/3.28 | |
[0:06:10] = [up to date] refs/branch-heads/3.29 -> branch-heads/3.29 | |
[0:06:10] = [up to date] refs/branch-heads/3.30 -> branch-heads/3.30 | |
[0:06:10] = [up to date] refs/branch-heads/3.30@3956 -> branch-heads/3.30@3956 | |
[0:06:10] = [up to date] refs/branch-heads/3.31 -> branch-heads/3.31 | |
[0:06:10] = [up to date] refs/branch-heads/3.32 -> branch-heads/3.32 | |
[0:06:10] = [up to date] refs/branch-heads/3.33 -> branch-heads/3.33 | |
[0:06:10] = [up to date] refs/branch-heads/3.34 -> branch-heads/3.34 | |
[0:06:10] = [up to date] refs/branch-heads/3.34@4253 -> branch-heads/3.34@4253 | |
[0:06:10] = [up to date] refs/branch-heads/3.35 -> branch-heads/3.35 | |
[0:06:10] = [up to date] refs/branch-heads/3.36 -> branch-heads/3.36 | |
[0:06:10] = [up to date] refs/branch-heads/3.37 -> branch-heads/3.37 | |
[0:06:10] = [up to date] refs/branch-heads/3.38 -> branch-heads/3.38 | |
[0:06:10] = [up to date] refs/branch-heads/3.38@4516 -> branch-heads/3.38@4516 | |
[0:06:10] = [up to date] refs/branch-heads/3.39 -> branch-heads/3.39 | |
[0:06:10] = [up to date] refs/branch-heads/3.40 -> branch-heads/3.40 | |
[0:06:10] = [up to date] refs/branch-heads/3.41 -> branch-heads/3.41 | |
[0:06:10] = [up to date] refs/branch-heads/3.42 -> branch-heads/3.42 | |
[0:06:10] = [up to date] refs/branch-heads/3.43 -> branch-heads/3.43 | |
[0:06:10] = [up to date] refs/branch-heads/3.43@4842 -> branch-heads/3.43@4842 | |
[0:06:10] = [up to date] refs/branch-heads/3.44 -> branch-heads/3.44 | |
[0:06:10] = [up to date] refs/branch-heads/3.45 -> branch-heads/3.45 | |
[0:06:10] = [up to date] refs/branch-heads/3.46 -> branch-heads/3.46 | |
[0:06:10] = [up to date] refs/branch-heads/3.46@5080 -> branch-heads/3.46@5080 | |
[0:06:10] = [up to date] refs/branch-heads/3.47 -> branch-heads/3.47 | |
[0:06:10] = [up to date] refs/branch-heads/3.48 -> branch-heads/3.48 | |
[0:06:10] = [up to date] refs/branch-heads/3.48@5301 -> branch-heads/3.48@5301 | |
[0:06:10] = [up to date] refs/branch-heads/3.49 -> branch-heads/3.49 | |
[0:06:10] = [up to date] refs/branch-heads/3.50 -> branch-heads/3.50 | |
[0:06:10] = [up to date] refs/branch-heads/3.51 -> branch-heads/3.51 | |
[0:06:10] = [up to date] refs/branch-heads/3.52 -> branch-heads/3.52 | |
[0:06:10] = [up to date] refs/branch-heads/3.53 -> branch-heads/3.53 | |
[0:06:10] = [up to date] refs/branch-heads/3.54 -> branch-heads/3.54 | |
[0:06:10] = [up to date] refs/branch-heads/3.55 -> branch-heads/3.55 | |
[0:06:10] = [up to date] refs/branch-heads/38 -> branch-heads/38 | |
[0:06:10] = [up to date] refs/branch-heads/38p -> branch-heads/38p | |
[0:06:10] = [up to date] refs/branch-heads/39 -> branch-heads/39 | |
[0:06:10] = [up to date] refs/branch-heads/39p -> branch-heads/39p | |
[0:06:10] = [up to date] refs/branch-heads/40 -> branch-heads/40 | |
[0:06:10] = [up to date] refs/branch-heads/40p -> branch-heads/40p | |
[0:06:10] = [up to date] refs/branch-heads/41 -> branch-heads/41 | |
[0:06:10] = [up to date] refs/branch-heads/41p -> branch-heads/41p | |
[0:06:10] = [up to date] refs/branch-heads/42 -> branch-heads/42 | |
[0:06:10] = [up to date] refs/branch-heads/42p -> branch-heads/42p | |
[0:06:10] = [up to date] refs/branch-heads/43 -> branch-heads/43 | |
[0:06:10] = [up to date] refs/branch-heads/43-pre-test -> branch-heads/43-pre-test | |
[0:06:10] = [up to date] refs/branch-heads/44 -> branch-heads/44 | |
[0:06:10] = [up to date] refs/branch-heads/45 -> branch-heads/45 | |
[0:06:10] = [up to date] refs/branch-heads/46 -> branch-heads/46 | |
[0:06:10] = [up to date] refs/branch-heads/47 -> branch-heads/47 | |
[0:06:10] = [up to date] refs/branch-heads/48 -> branch-heads/48 | |
[0:06:10] = [up to date] refs/branch-heads/49 -> branch-heads/49 | |
[0:06:10] = [up to date] refs/branch-heads/50 -> branch-heads/50 | |
[0:06:10] = [up to date] refs/branch-heads/51 -> branch-heads/51 | |
[0:06:10] = [up to date] refs/branch-heads/kjellander-test -> branch-heads/kjellander-test | |
[0:06:10] = [up to date] refs/branch-heads/tedtest -> branch-heads/tedtest | |
[0:06:10] = [up to date] refs/branch-heads/tedtest2 -> branch-heads/tedtest2 | |
[0:06:10] = [up to date] refs/branch-heads/tedtest48 -> branch-heads/tedtest48 | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/third_party/webrtc' | |
[0:06:20] HEAD is now at 24a1665 Report all packets to bitrate probing. | |
[0:06:26] Up-to-date; skipping checkout. | |
Checked out revision 24a16656da7249c0d836247bc77dbc475f71f0af | |
[0:06:32] Finished. | |
---------------------------------------- | |
src/v8 (Elapsed: 0:00:31) | |
---------------------------------------- | |
[0:06:13] Started. | |
_____ src/v8 at d18f5fddd42ce37e0938cf5d875c90132794c1e0 | |
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/vagrant/crosswalk-src/src/v8' | |
[0:06:20] From https://github.com/crosswalk-project/v8-crosswalk | |
[0:06:20] = [up to date] 3.24.24 -> origin/3.24.24 | |
[0:06:20] = [up to date] bleeding_edge -> origin/bleeding_edge | |
[0:06:20] = [up to date] crosswalk-10/38.0.2125.101 -> origin/crosswalk-10/38.0.2125.101 | |
[0:06:20] = [up to date] crosswalk-10/38.0.2125.66 -> origin/crosswalk-10/38.0.2125.66 | |
[0:06:20] = [up to date] crosswalk-10/39.0.2171.19 -> origin/crosswalk-10/39.0.2171.19 | |
[0:06:20] = [up to date] crosswalk-10/39.0.2171.62 -> origin/crosswalk-10/39.0.2171.62 | |
[0:06:20] = [up to date] crosswalk-10/39.0.2171.71 -> origin/crosswalk-10/39.0.2171.71 | |
[0:06:20] = [up to date] crosswalk-11/39.0.2171.19 -> origin/crosswalk-11/39.0.2171.19 | |
[0:06:20] = [up to date] crosswalk-11/39.0.2171.62 -> origin/crosswalk-11/39.0.2171.62 | |
[0:06:20] = [up to date] crosswalk-11/39.0.2171.71 -> origin/crosswalk-11/39.0.2171.71 | |
[0:06:20] = [up to date] crosswalk-11/40.0.2214.28 -> origin/crosswalk-11/40.0.2214.28 | |
[0:06:20] = [up to date] crosswalk-11/40.0.2214.91 -> origin/crosswalk-11/40.0.2214.91 | |
[0:06:20] = [up to date] crosswalk-12/40.0.2214.28 -> origin/crosswalk-12/40.0.2214.28 | |
[0:06:20] = [up to date] crosswalk-12/41.0.2272.101 -> origin/crosswalk-12/41.0.2272.101 | |
[0:06:20] = [up to date] crosswalk-12/41.0.2272.118 -> origin/crosswalk-12/41.0.2272.118 | |
[0:06:20] = [up to date] crosswalk-12/41.0.2272.16 -> origin/crosswalk-12/41.0.2272.16 | |
[0:06:20] = [up to date] crosswalk-12/41.0.2272.74 -> origin/crosswalk-12/41.0.2272.74 | |
[0:06:20] = [up to date] crosswalk-13/41.0.2272.16 -> origin/crosswalk-13/41.0.2272.16 | |
[0:06:20] = [up to date] crosswalk-13/41.0.2272.35 -> origin/crosswalk-13/41.0.2272.35 | |
[0:06:20] = [up to date] crosswalk-13/41.0.2272.74 -> origin/crosswalk-13/41.0.2272.74 | |
[0:06:20] = [up to date] crosswalk-13/42.0.2311.135 -> origin/crosswalk-13/42.0.2311.135 | |
[0:06:20] = [up to date] crosswalk-13/42.0.2311.39 -> origin/crosswalk-13/42.0.2311.39 | |
[0:06:20] = [up to date] crosswalk-13/42.0.2311.68 -> origin/crosswalk-13/42.0.2311.68 | |
[0:06:20] = [up to date] crosswalk-13/42.0.2311.90 -> origin/crosswalk-13/42.0.2311.90 | |
[0:06:20] = [up to date] crosswalk-14/42.0.2311.39 -> origin/crosswalk-14/42.0.2311.39 | |
[0:06:20] = [up to date] crosswalk-14/42.0.2311.68 -> origin/crosswalk-14/42.0.2311.68 | |
[0:06:20] = [up to date] crosswalk-14/42.0.2311.90 -> origin/crosswalk-14/42.0.2311.90 | |
[0:06:20] = [up to date] crosswalk-14/43.0.2357.124 -> origin/crosswalk-14/43.0.2357.124 | |
[0:06:20] = [up to date] crosswalk-14/43.0.2357.125 -> origin/crosswalk-14/43.0.2357.125 | |
[0:06:20] = [up to date] crosswalk-14/43.0.2357.130 -> origin/crosswalk-14/43.0.2357.130 | |
[0:06:20] = [up to date] crosswalk-14/43.0.2357.18 -> origin/crosswalk-14/43.0.2357.18 | |
[0:06:20] = [up to date] crosswalk-14/43.0.2357.45 -> origin/crosswalk-14/43.0.2357.45 | |
[0:06:20] = [up to date] crosswalk-14/43.0.2357.65 -> origin/crosswalk-14/43.0.2357.65 | |
[0:06:20] = [up to date] crosswalk-15/43.0.2357.45 -> origin/crosswalk-15/43.0.2357.45 | |
[0:06:20] = [up to date] crosswalk-15/43.0.2357.52 -> origin/crosswalk-15/43.0.2357.52 | |
[0:06:20] = [up to date] crosswalk-15/43.0.2357.65 -> origin/crosswalk-15/43.0.2357.65 | |
[0:06:20] = [up to date] crosswalk-15/44.0.2403.107 -> origin/crosswalk-15/44.0.2403.107 | |
[0:06:20] = [up to date] crosswalk-15/44.0.2403.130 -> origin/crosswalk-15/44.0.2403.130 | |
[0:06:20] = [up to date] crosswalk-15/44.0.2403.157 -> origin/crosswalk-15/44.0.2403.157 | |
[0:06:20] = [up to date] crosswalk-15/44.0.2403.30 -> origin/crosswalk-15/44.0.2403.30 | |
[0:06:20] = [up to date] crosswalk-15/44.0.2403.52 -> origin/crosswalk-15/44.0.2403.52 | |
[0:06:20] = [up to date] crosswalk-15/44.0.2403.81 -> origin/crosswalk-15/44.0.2403.81 | |
[0:06:20] = [up to date] crosswalk-16/44.0.2403.107 -> origin/crosswalk-16/44.0.2403.107 | |
[0:06:20] = [up to date] crosswalk-16/44.0.2403.130 -> origin/crosswalk-16/44.0.2403.130 | |
[0:06:20] = [up to date] crosswalk-16/44.0.2403.157 -> origin/crosswalk-16/44.0.2403.157 | |
[0:06:20] = [up to date] crosswalk-16/45.0.2454.101 -> origin/crosswalk-16/45.0.2454.101 | |
[0:06:20] = [up to date] crosswalk-16/45.0.2454.85 -> origin/crosswalk-16/45.0.2454.85 | |
[0:06:20] = [up to date] crosswalk-16/45.0.2454.93 -> origin/crosswalk-16/45.0.2454.93 | |
[0:06:20] = [up to date] crosswalk-17/45.0.2454.101 -> origin/crosswalk-17/45.0.2454.101 | |
[0:06:20] = [up to date] crosswalk-17/45.0.2454.93 -> origin/crosswalk-17/45.0.2454.93 | |
[0:06:20] = [up to date] crosswalk-17/46.0.2490.86 -> origin/crosswalk-17/46.0.2490.86 | |
[0:06:20] = [up to date] crosswalk-18/46.0.2490.86 -> origin/crosswalk-18/46.0.2490.86 | |
[0:06:20] = [up to date] crosswalk-18/48.0.2564.103 -> origin/crosswalk-18/48.0.2564.103 | |
[0:06:20] = [up to date] crosswalk-18/48.0.2564.109 -> origin/crosswalk-18/48.0.2564.109 | |
[0:06:20] = [up to date] crosswalk-18/48.0.2564.116 -> origin/crosswalk-18/48.0.2564.116 | |
[0:06:20] = [up to date] crosswalk-18/48.0.2564.79 -> origin/crosswalk-18/48.0.2564.79 | |
[0:06:20] = [up to date] crosswalk-18/48.0.2564.82 -> origin/crosswalk-18/48.0.2564.82 | |
[0:06:20] = [up to date] crosswalk-18/48.0.2564.97 -> origin/crosswalk-18/48.0.2564.97 | |
[0:06:20] = [up to date] crosswalk-19/48.0.2564.103 -> origin/crosswalk-19/48.0.2564.103 | |
[0:06:20] = [up to date] crosswalk-19/48.0.2564.109 -> origin/crosswalk-19/48.0.2564.109 | |
[0:06:20] = [up to date] crosswalk-19/48.0.2564.116 -> origin/crosswalk-19/48.0.2564.116 | |
[0:06:20] = [up to date] crosswalk-19/48.0.2564.97 -> origin/crosswalk-19/48.0.2564.97 | |
[0:06:20] = [up to date] crosswalk-19/49.0.2623.110 -> origin/crosswalk-19/49.0.2623.110 | |
[0:06:20] = [up to date] crosswalk-19/49.0.2623.112 -> origin/crosswalk-19/49.0.2623.112 | |
[0:06:20] = [up to date] crosswalk-5/34.0.1809.2 -> origin/crosswalk-5/34.0.1809.2 | |
[0:06:20] = [up to date] crosswalk-5/34.0.1847.116 -> origin/crosswalk-5/34.0.1847.116 | |
[0:06:20] = [up to date] crosswalk-5/34.0.1847.45 -> origin/crosswalk-5/34.0.1847.45 | |
[0:06:20] = [up to date] crosswalk-6/34.0.1847.45 -> origin/crosswalk-6/34.0.1847.45 | |
[0:06:20] = [up to date] crosswalk-6/35.0.1916.114 -> origin/crosswalk-6/35.0.1916.114 | |
[0:06:20] = [up to date] crosswalk-6/35.0.1916.153 -> origin/crosswalk-6/35.0.1916.153 | |
[0:06:20] = [up to date] crosswalk-6/35.0.1916.17 -> origin/crosswalk-6/35.0.1916.17 | |
[0:06:20] = [up to date] crosswalk-7/35.0.1916.114 -> origin/crosswalk-7/35.0.1916.114 | |
[0:06:20] = [up to date] crosswalk-7/36.0.1985.125 -> origin/crosswalk-7/36.0.1985.125 | |
[0:06:20] = [up to date] crosswalk-7/36.0.1985.143 -> origin/crosswalk-7/36.0.1985.143 | |
[0:06:20] = [up to date] crosswalk-7/36.0.1985.18 -> origin/crosswalk-7/36.0.1985.18 | |
[0:06:20] = [up to date] crosswalk-8/36.0.1985.18 -> origin/crosswalk-8/36.0.1985.18 | |
[0:06:20] = [up to date] crosswalk-8/37.0.2062.120 -> origin/crosswalk-8/37.0.2062.120 | |
[0:06:20] = [up to date] crosswalk-8/37.0.2062.20 -> origin/crosswalk-8/37.0.2062.20 | |
[0:06:20] = [up to date] crosswalk-8/37.0.2062.76 -> origin/crosswalk-8/37.0.2062.76 | |
[0:06:20] = [up to date] crosswalk-8/37.0.2062.94 -> origin/crosswalk-8/37.0.2062.94 | |
[0:06:20] = [up to date] crosswalk-9/37.0.2062.20 -> origin/crosswalk-9/37.0.2062.20 | |
[0:06:20] = [up to date] crosswalk-9/37.0.2062.76 -> origin/crosswalk-9/37.0.2062.76 | |
[0:06:20] = [up to date] crosswalk-9/37.0.2062.94 -> origin/crosswalk-9/37.0.2062.94 | |
[0:06:20] = [up to date] crosswalk-9/38.0.2125.101 -> origin/crosswalk-9/38.0.2125.101 | |
[0:06:20] = [up to date] crosswalk-9/38.0.2125.122 -> origin/crosswalk-9/38.0.2125.122 | |
[0:06:20] = [up to date] crosswalk-9/38.0.2125.23 -> origin/crosswalk-9/38.0.2125.23 | |
[0:06:20] = [up to date] crosswalk-9/38.0.2125.66 -> origin/crosswalk-9/38.0.2125.66 | |
[0:06:20] = [up to date] crosswalk-lite -> origin/crosswalk-lite | |
[0:06:20] = [up to date] crosswalk-lite-15 -> origin/crosswalk-lite-15 | |
[0:06:20] = [up to date] crosswalk-lite-next -> origin/crosswalk-lite-next | |
[0:06:20] = [up to date] master -> origin/master | |
[0:06:20] = [up to date] next -> origin/next | |
[0:06:20] = [up to date] next_m49_backup -> origin/next_m49_backup | |
[0:06:20] = [up to date] pre-cleanup-backup/crosswalk-16/45.0.2454.93 -> origin/pre-cleanup-backup/crosswalk-16/45.0.2454.93 | |
[0:06:20] = [up to date] trunk -> origin/trunk | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/v8' | |
[0:06:31] HEAD is now at d18f5fd Merge pull request #148 from chuan9/bug-6736 | |
[0:06:37] Up-to-date; skipping checkout. | |
Checked out revision d18f5fddd42ce37e0938cf5d875c90132794c1e0 | |
[0:06:44] Finished. | |
---------------------------------------- | |
src/buildtools/third_party/libc++/trunk (Elapsed: 0:00:33) | |
---------------------------------------- | |
[0:06:18] 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:06:20] From https://chromium.googlesource.com/chromium/llvm-project/libcxx | |
[0:06:20] = [up to date] master -> origin/master | |
________ running 'git reset --hard HEAD' in '/vagrant/crosswalk-src/src/buildtools/third_party/libc++/trunk' | |
[0:06:33] HEAD is now at aad34a1 Fix locale feature testing in test suite. | |
[0:06:43] Up-to-date; skipping checkout. | |
Checked out revision aad34a13af010898f54c1bb2069194cb083cea4b | |
[0:06:51] Finished. | |
---------------------------------------- | |
src/third_party/webgl/src (Elapsed: 0:00:55) | |
---------------------------------------- | |
[0:05:58] 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:05:59] From https://chromium.googlesource.com/external/khronosgroup/webgl | |
[0:05:59] = [up to date] Khronoswebmaster-hostedbytext -> origin/Khronoswebmaster-hostedbytext | |
[0:05:59] = [up to date] master -> origin/master | |
[0:05:59] = [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:06:31] HEAD is now at 2925849 Merge pull request #1428 from zhenyao/bounds | |
[0:06:46] Up-to-date; skipping checkout. | |
Checked out revision 292584Error: Command '/usr/bin/python src/xwalk/tools/fetch_deps.py -v' returned non-zero exit status 1 in /vagrant/crosswalk-src | |
90ea902efba0cd3ef8200299b5c31d5d26 | |
[0:06:54] Finished. | |
---------------------------------------- | |
src/third_party/android_tools (ERROR) | |
---------------------------------------- | |
[0:04:14] 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:04:16] From https://chromium.googlesource.com/android_tools | |
[0:04:16] = [up to date] 2403 -> origin/2403 | |
[0:04:16] = [up to date] master -> origin/master | |
[0:04:16] = [up to date] refs/branch-heads/2357 -> branch-heads/2357 | |
[0:04:16] = [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:06:58] 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. | |
src/third_party/android_tools | |
---------------------------------------- | |
[0:04:14] 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:04:16] From https://chromium.googlesource.com/android_tools | |
[0:04:16] = [up to date] 2403 -> origin/2403 | |
[0:04:16] = [up to date] master -> origin/master | |
[0:04:16] = [up to date] refs/branch-heads/2357 -> branch-heads/2357 | |
[0:04:16] = [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:06:58] HEAD is now at f4c36ad Remove the play services version check | |
---------------------------------------- | |
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 438.75 secs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment