Last active
          February 10, 2018 20:44 
        
      - 
      
- 
        Save cocowalla/97ba28c28d5f7a3a09c1cd58a443f84a to your computer and use it in GitHub Desktop. 
    Docker build output
  
        
  
    
      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
    
  
  
    
  | Sending build context to Docker daemon 36.86kB | |
| Step 1/6 : FROM postgres:9.6-alpine | |
| ---> 613fcd71a3c8 | |
| Step 2/6 : MAINTAINER Linhe Huo <[email protected]> | |
| ---> Using cache | |
| ---> 5ded9a9ddcee | |
| Step 3/6 : ENV PLV8_VERSION v2.0.3 | |
| ---> Using cache | |
| ---> ff3c92b5174b | |
| Step 4/6 : ENV DEPOT_TOOLS /depot_tools | |
| ---> Running in 57fa4de42c1b | |
| Removing intermediate container 57fa4de42c1b | |
| ---> 8db33b2441d2 | |
| Step 5/6 : ENV PATH $PATH:$DEPOT_TOOLS | |
| ---> Running in e543a7dc84b2 | |
| Removing intermediate container e543a7dc84b2 | |
| ---> 3fbc1af33289 | |
| Step 6/6 : RUN apk --update add git curl wget make gcc g++ perl python tar && mkdir -p /tmp/build && curl -o /tmp/build/${PLV8_VERSION}.tar.gz -SL "https://github.com/plv8/plv8/archive/$PLV8_VERSION.tar.gz" && cd /tmp/build && tar -xzf /tmp/build/${PLV8_VERSION}.tar.gz -C /tmp/build/ && cd /tmp/build/plv8-${PLV8_VERSION#?} && make static && make install && strip /usr/lib/postgresql/${PG_MAJOR}/lib/plv8.so && cd / && rm -rf /tmp/build | |
| ---> Running in 195911dcda13 | |
| fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/main/x86_64/APKINDEX.tar.gz | |
| fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/community/x86_64/APKINDEX.tar.gz | |
| (1/30) Installing ca-certificates (20161130-r1) | |
| (2/30) Installing libcurl (7.58.0-r0) | |
| (3/30) Installing curl (7.58.0-r0) | |
| (4/30) Installing libgcc (6.2.1-r1) | |
| (5/30) Installing libstdc++ (6.2.1-r1) | |
| (6/30) Installing binutils-libs (2.27-r1) | |
| (7/30) Installing binutils (2.27-r1) | |
| (8/30) Installing gmp (6.1.1-r0) | |
| (9/30) Installing isl (0.17.1-r0) | |
| (10/30) Installing libgomp (6.2.1-r1) | |
| (11/30) Installing libatomic (6.2.1-r1) | |
| (12/30) Installing pkgconf (1.0.2-r0) | |
| (13/30) Installing mpfr3 (3.1.5-r0) | |
| (14/30) Installing mpc1 (1.0.3-r0) | |
| (15/30) Installing gcc (6.2.1-r1) | |
| (16/30) Installing musl-dev (1.1.15-r8) | |
| (17/30) Installing libc-dev (0.7-r1) | |
| (18/30) Installing g++ (6.2.1-r1) | |
| (19/30) Installing expat (2.2.0-r1) | |
| (20/30) Installing pcre (8.39-r0) | |
| (21/30) Installing git (2.11.3-r0) | |
| (22/30) Installing make (4.2.1-r0) | |
| (23/30) Installing libbz2 (1.0.6-r5) | |
| (24/30) Installing perl (5.24.3-r1) | |
| (25/30) Installing libffi (3.2.1-r2) | |
| (26/30) Installing gdbm (1.12-r0) | |
| (27/30) Installing sqlite-libs (3.15.2-r1) | |
| (28/30) Installing python2 (2.7.13-r0) | |
| (29/30) Installing tar (1.29-r1) | |
| (30/30) Installing wget (1.18-r3) | |
| Executing busybox-1.25.1-r1.trigger | |
| Executing ca-certificates-20161130-r1.trigger | |
| OK: 280 MiB in 57 packages | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 117 0 117 0 0 223 0 --:--:-- --:--:-- --:--:-- 222 | |
| 100 159k 0 159k 0 0 107k 0 --:--:-- 0:00:01 --:--:-- 107k | |
| make -f Makefile.v8 | |
| make[1]: Entering directory '/tmp/build/plv8-2.0.3' | |
| mkdir -p build | |
| cd build; git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git | |
| Cloning into 'depot_tools'... | |
| cd build; fetch v8; cd v8; git checkout 5.4.500.43; gclient sync | |
| Running: gclient root | |
| ________ running 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress https://chromium.googlesource.com/v8/v8.git /tmp/build/plv8-2.0.3/build/_gclient_v8_1SD1e9' in '/tmp/build/plv8-2.0.3/build' Cloning into '/tmp/build/plv8-2.0.3/build/_gclient_v8_1SD1e9'... | |
| remote: Sending approximately 551.68 MiB ... | |
| [0:01:00] Still working on:931 | |
| [0:01:00] v8 | |
| remote: Counting objects: 7660, done | |
| [0:01:10] Still working on:1531/530343), 84.29 MiB | 8.84 MiB/s | |
| [0:01:10] v8 | |
| [0:01:20] Still working on:0809/530343), 162.76 MiB | 8.92 MiB/s | |
| [0:01:20] v8 | |
| [0:01:30] Still working on:4117/530343), 258.96 MiB | 8.92 MiB/s | |
| [0:01:30] v8 | |
| [0:01:40] Still working on:5937/530343), 342.33 MiB | 8.91 MiB/s | |
| [0:01:40] v8 | |
| [0:01:50] Still working on:8939/530343), 425.24 MiB | 8.90 MiB/s | |
| [0:01:50] v8 | |
| [0:02:00] Still working on:2006/530343), 517.65 MiB | 8.92 MiB/s | |
| [0:02:00] v8 | |
| remote: Total 530343 (delta 432185), reused 530343 (delta 432185) | |
| Receiving objects: 100% (530343/530343), 551.68 MiB | 8.40 MiB/s, done. | |
| [0:02:10] Still working on:813/432185) | |
| [0:02:10] v8 | |
| [0:02:20] Still working on:066/432185) | |
| [0:02:20] v8 | |
| [0:02:30] Still working on:154/432185) | |
| [0:02:30] v8 | |
| [0:02:40] Still working on:225/432185) | |
| [0:02:40] v8 | |
| [0:02:50] Still working on:216/432185) | |
| [0:02:50] v8 | |
| Resolving deltas: 100% (432185/432185), done. | |
| [0:03:00] Still working on: | |
| [0:03:00] v8 | |
| [0:03:10] Still working on: | |
| [0:03:10] v8 | |
| WARNING: subprocess '"git" "-c" "core.deltaBaseCacheLimit=2g" "fetch" "origin"' in /tmp/build/plv8-2.0.3/build/v8 failed; will retry after a short nap... | |
| [0:03:20] Still working on: | |
| [0:03:20] v8 | |
| [0:03:30] Still working on: | |
| [0:03:30] v8 | |
| [0:03:40] Still working on: | |
| [0:03:40] v8 | |
| [0:03:50] Still working on: | |
| [0:03:50] v8 | |
| [0:04:00] Still working on: | |
| [0:04:00] v8 | |
| [0:04:10] Still working on: | |
| [0:04:10] v8 | |
| [0:04:20] Still working on: | |
| [0:04:20] v8 | |
| [0:04:30] Still working on: | |
| [0:04:30] v8 | |
| [0:04:40] Still working on: | |
| [0:04:40] v8 | |
| [0:04:50] Still working on: | |
| [0:04:50] v8 | |
| [0:05:00] Still working on: | |
| [0:05:00] v8 | |
| [0:05:10] Still working on: | |
| [0:05:10] v8 | |
| [0:05:20] Still working on: | |
| [0:05:20] v8 | |
| [0:05:29] Still working on: | |
| [0:05:29] v8 | |
| ________ running '/usr/bin/python v8/build/landmines.py --landmine-scripts v8/tools/get_landmines.py' in '/tmp/build/plv8-2.0.3/build' | |
| ________ running 'download_from_google_storage --no_resume --platform=linux* --no_auth --bucket chromium-clang-format -s v8/buildtools/linux64/clang-format.sha1' in '/tmp/build/plv8-2.0.3/build' | |
| 0> Failed to fetch file gs://chromium-clang-format/5349d1954e17f6ccafb6e6663b0f13cdb2bb33c8 for v8/buildtools/linux64/clang-format, skipping. [Err: [E2018-02-10T20:26:43.707138Z 1099 0 venv.go:940] Process output: | |
| Collecting appdirs==1.4.3 (from -r /tmp/vpython_bootstrap467758084/requirements.txt (line 1)) | |
| Collecting asn1crypto==0.22.0 (from -r /tmp/vpython_bootstrap467758084/requirements.txt (line 2)) | |
| Collecting boto==2.48.0 (from -r /tmp/vpython_bootstrap467758084/requirements.txt (line 3)) | |
| Collecting cffi==1.10.0 (from -r /tmp/vpython_bootstrap467758084/requirements.txt (line 4)) | |
| Could not find a version that satisfies the requirement cffi==1.10.0 (from -r /tmp/vpython_bootstrap467758084/requirements.txt (line 4)) (from versions: ) | |
| No matching distribution found for cffi==1.10.0 (from -r /tmp/vpython_bootstrap467758084/requirements.txt (line 4)) | |
| [E2018-02-10T20:26:43.720185Z 1099 0 annotate.go:242] original error: exit status 1 | |
| [E2018-02-10T20:26:43.720240Z 1099 0 annotate.go:242] | |
| [E2018-02-10T20:26:43.720265Z 1099 0 annotate.go:242] goroutine 1: | |
| [E2018-02-10T20:26:43.720287Z 1099 0 annotate.go:242] #0 go.chromium.org/luci/vpython/venv/venv.go:730 - venv.(*Env).installWheels() | |
| [E2018-02-10T20:26:43.720309Z 1099 0 annotate.go:242] reason: failed to install wheels | |
| [E2018-02-10T20:26:43.720330Z 1099 0 annotate.go:242] | |
| [E2018-02-10T20:26:43.720351Z 1099 0 annotate.go:242] #1 go.chromium.org/luci/vpython/venv/venv.go:527 - venv.(*Env).createLocked.func1() | |
| [E2018-02-10T20:26:43.720372Z 1099 0 annotate.go:242] reason: failed to install wheels | |
| [E2018-02-10T20:26:43.720395Z 1099 0 annotate.go:242] | |
| [E2018-02-10T20:26:43.720416Z 1099 0 annotate.go:242] #2 go.chromium.org/luci/common/system/filesystem/tempdir.go:55 - filesystem.(*TempDir).With() | |
| [E2018-02-10T20:26:43.720437Z 1099 0 annotate.go:242] #3 go.chromium.org/luci/vpython/venv/venv.go:103 - venv.withTempDir() | |
| [E2018-02-10T20:26:43.720510Z 1099 0 annotate.go:242] #4 go.chromium.org/luci/vpython/venv/venv.go:497 - venv.(*Env).createLocked() | |
| [E2018-02-10T20:26:43.720551Z 1099 0 annotate.go:242] #5 go.chromium.org/luci/vpython/venv/venv.go:272 - venv.(*Env).ensure.func1() | |
| [E2018-02-10T20:26:43.720611Z 1099 0 annotate.go:242] reason: failed to create new VirtualEnv | |
| [E2018-02-10T20:26:43.720661Z 1099 0 annotate.go:242] | |
| [E2018-02-10T20:26:43.720719Z 1099 0 annotate.go:242] #6 go.chromium.org/luci/vpython/venv/venv.go:955 - venv.mustReleaseLock() | |
| [E2018-02-10T20:26:43.720761Z 1099 0 annotate.go:242] #7 go.chromium.org/luci/vpython/venv/venv.go:258 - venv.(*Env).ensure() | |
| [E2018-02-10T20:26:43.720815Z 1099 0 annotate.go:242] #8 go.chromium.org/luci/vpython/venv/venv.go:328 - venv.(*Env).withImpl() | |
| [E2018-02-10T20:26:43.720873Z 1099 0 annotate.go:242] #9 go.chromium.org/luci/vpython/venv/venv.go:168 - venv.With() | |
| [E2018-02-10T20:26:43.720929Z 1099 0 annotate.go:242] #10 go.chromium.org/luci/vpython/run.go:63 - vpython.Run() | |
| [E2018-02-10T20:26:43.720986Z 1099 0 annotate.go:242] #11 go.chromium.org/luci/vpython/application/application.go:318 - application.(*application).mainImpl() | |
| [E2018-02-10T20:26:43.721023Z 1099 0 annotate.go:242] #12 go.chromium.org/luci/vpython/application/application.go:402 - application.(*Config).Main.func1() | |
| [E2018-02-10T20:26:43.721045Z 1099 0 annotate.go:242] #13 go.chromium.org/luci/vpython/application/support.go:47 - application.run() | |
| [E2018-02-10T20:26:43.721066Z 1099 0 annotate.go:242] #14 go.chromium.org/luci/vpython/application/application.go:401 - application.(*Config).Main() | |
| [E2018-02-10T20:26:43.721088Z 1099 0 annotate.go:242] #15 vpython/main.go:92 - main.mainImpl() | |
| [E2018-02-10T20:26:43.721109Z 1099 0 annotate.go:242] #16 vpython/main.go:98 - main.main() | |
| [E2018-02-10T20:26:43.721130Z 1099 0 annotate.go:242] #17 runtime/proc.go:195 - runtime.main() | |
| [E2018-02-10T20:26:43.721152Z 1099 0 annotate.go:242] #18 runtime/asm_amd64.s:2337 - runtime.goexit() | |
| ]Failed to fetch file gs://chromium-clang-format/5349d1954e17f6ccafb6e6663b0f13cdb2bb33c8 for v8/buildtools/linux64/clang-format. [Err: [E2018-02-10T20:26:43.707138Z 1099 0 venv.go:940] Process output: | |
| Collecting appdirs==1.4.3 (from -r /tmp/vpython_bootstrap467758084/requirements.txt (line 1)) | |
| Collecting asn1crypto==0.22.0 (from -r /tmp/vpython_bootstrap467758084/requirements.txt (line 2)) | |
| Collecting boto==2.48.0 (from -r /tmp/vpython_bootstrap467758084/requirements.txt (line 3)) | |
| Collecting cffi==1.10.0 (from -r /tmp/vpython_bootstrap467758084/requirements.txt (line 4)) | |
| Could not find a version that satisfies the requirement cffi==1.10.0 (from -r /tmp/vpython_bootstrap467758084/requirements.txt (line 4)) (from versions: ) | |
| No matching distribution found for cffi==1.10.0 (from -r /tmp/vpython_bootstrap467758084/requirements.txt (line 4)) | |
| [E2018-02-10T20:26:43.720185Z 1099 0 annotate.go:242] original error: exit status 1 | |
| [E2018-02-10T20:26:43.720240Z 1099 0 annotate.go:242] | |
| [E2018-02-10T20:26:43.720265Z 1099 0 annotate.go:242] goroutine 1: | |
| [E2018-02-10T20:26:43.720287Z 1099 0 annotate.go:242] #0 go.chromium.org/luci/vpython/venv/venv.go:730 - venv.(*Env).installWheels() | |
| [E2018-02-10T20:26:43.720309Z 1099 0 annotate.go:242] reason: failed to install wheels | |
| [E2018-02-10T20:26:43.720330Z 1099 0 annotate.go:242] | |
| [E2018-02-10T20:26:43.720351Z 1099 0 annotate.go:242] #1 go.chromium.org/luci/vpython/venv/venv.go:527 - venv.(*Env).createLocked.func1() | |
| [E2018-02-10T20:26:43.720372Z 1099 0 annotate.go:242] reason: failed to install wheels | |
| [E2018-02-10T20:26:43.720395Z 1099 0 annotate.go:242] | |
| [E2018-02-10T20:26:43.720416Z 1099 0 annotate.go:242] #2 go.chromium.org/luci/common/system/filesystem/tempdir.go:55 - filesystem.(*TempDir).With() | |
| [E2018-02-10T20:26:43.720437Z 1099 0 annotate.go:242] #3 go.chromium.org/luci/vpython/venv/venv.go:103 - venv.withTempDir() | |
| [E2018-02-10T20:26:43.720510Z 1099 0 annotate.go:242] #4 go.chromium.org/luci/vpython/venv/venv.go:497 - venv.(*Env).createLocked() | |
| [E2018-02-10T20:26:43.720551Z 1099 0 annotate.go:242] #5 go.chromium.org/luci/vpython/venv/venv.go:272 - venv.(*Env).ensure.func1() | |
| [E2018-02-10T20:26:43.720611Z 1099 0 annotate.go:242] reason: failed to create new VirtualEnv | |
| [E2018-02-10T20:26:43.720661Z 1099 0 annotate.go:242] | |
| [E2018-02-10T20:26:43.720719Z 1099 0 annotate.go:242] #6 go.chromium.org/luci/vpython/venv/venv.go:955 - venv.mustReleaseLock() | |
| [E2018-02-10T20:26:43.720761Z 1099 0 annotate.go:242] #7 go.chromium.org/luci/vpython/venv/venv.go:258 - venv.(*Env).ensure() | |
| [E2018-02-10T20:26:43.720815Z 1099 0 annotate.go:242] #8 go.chromium.org/luci/vpython/venv/venv.go:328 - venv.(*Env).withImpl() | |
| [E2018-02-10T20:26:43.720873Z 1099 0 annotate.go:242] #9 go.chromium.org/luci/vpython/venv/venv.go:168 - venv.With() | |
| [E2018-02-10T20:26:43.720929Z 1099 0 annotate.go:242] #10 go.chromium.org/luci/vpython/run.go:63 - vpython.Run() | |
| [E2018-02-10T20:26:43.720986Z 1099 0 annotate.go:242] #11 go.chromium.org/luci/vpython/application/application.go:318 - application.(*application).mainImpl() | |
| [E2018-02-10T20:26:43.721023Z 1099 0 annotate.go:242] #12 go.chromium.org/luci/vpython/application/application.go:402 - application.(*Config).Main.func1() | |
| [E2018-02-10T20:26:43.721045Z 1099 0 annotError: Command 'download_from_google_storage --no_resume --platform=linux* --no_auth --bucket chromium-clang-format -s v8/buildtools/linux64/clang-format.sha1' returned non-zero exit status 1 in /tmp/build/plv8-2.0.3/build | |
| ate.go:242] #13 go.chromium.org/luci/vpython/application/support.go:47 - application.run() | |
| [E2018-02-10T20:26:43.721066Z 1099 0 annotate.go:242] #14 go.chromium.org/luci/vpython/application/application.go:401 - application.(*Config).Main() | |
| [E2018-02-10T20:26:43.721088Z 1099 0 annotate.go:242] #15 vpython/main.go:92 - main.mainImpl() | |
| [E2018-02-10T20:26:43.721109Z 1099 0 annotate.go:242] #16 vpython/main.go:98 - main.main() | |
| [E2018-02-10T20:26:43.721130Z 1099 0 annotate.go:242] #17 runtime/proc.go:195 - runtime.main() | |
| [E2018-02-10T20:26:43.721152Z 1099 0 annotate.go:242] #18 runtime/asm_amd64.s:2337 - runtime.goexit() | |
| ] | |
| Downloading 1 files took 18.129307 second(s) | |
| Hook 'download_from_google_storage --no_resume '--platform=linux*' --no_auth --bucket chromium-clang-format -s v8/buildtools/linux64/clang-format.sha1' took 18.24 secs | |
| Running: gclient config --spec 'solutions = [ | |
| { | |
| "url": "https://chromium.googlesource.com/v8/v8.git", | |
| "managed": False, | |
| "name": "v8", | |
| "deps_file": "DEPS", | |
| "custom_deps": {}, | |
| }, | |
| ] | |
| ' | |
| Running: gclient sync --with_branch_heads | |
| Traceback (most recent call last): | |
| File "/tmp/build/plv8-2.0.3/build/depot_tools/fetch.py", line 306, in <module> | |
| sys.exit(main()) | |
| File "/tmp/build/plv8-2.0.3/build/depot_tools/fetch.py", line 301, in main | |
| return run(options, spec, root) | |
| File "/tmp/build/plv8-2.0.3/build/depot_tools/fetch.py", line 295, in run | |
| return checkout.init() | |
| File "/tmp/build/plv8-2.0.3/build/depot_tools/fetch.py", line 137, in init | |
| self.run_gclient(*sync_cmd) | |
| File "/tmp/build/plv8-2.0.3/build/depot_tools/fetch.py", line 82, in run_gclient | |
| return self.run(cmd_prefix + cmd, **kwargs) | |
| File "/tmp/build/plv8-2.0.3/build/depot_tools/fetch.py", line 71, in run | |
| subprocess.check_call(cmd, **kwargs) | |
| File "/usr/lib/python2.7/subprocess.py", line 186, in check_call | |
| raise CalledProcessError(retcode, cmd) | |
| subprocess.CalledProcessError: Command '('gclient', 'sync', '--with_branch_heads')' returned non-zero exit status 2 | |
| Previous HEAD position was c9e22a982e... Make heap snapshot string limit configurable. | |
| HEAD is now at b3c782e29c... Version 5.4.500.43 | |
| /tmp/build/plv8-2.0.3/build/.gclient_entries missing, .gclient file in parent directory /tmp/build/plv8-2.0.3/build might not be the file you want to use. | |
| ________ running '/usr/bin/python v8/gypfiles/landmines.py' in '/tmp/build/plv8-2.0.3/build' | |
| Clobbering due to: | |
| --- old_landmines Sat Feb 10 20:26:25 2018 | |
| +++ new_landmines Sat Feb 10 20:26:53 2018 | |
| @@ -14,4 +13,0 @@ | |
| -Clober to fix windows build problems. | |
| -Clober again to fix windows build problems. | |
| -Clobber to possibly resolve failure on win-32 bot. | |
| -Clobber for http://crbug.com/668958. | |
| ________ running 'download_from_google_storage --no_resume --platform=win32 --no_auth --bucket chromium-clang-format -s v8/buildtools/win/clang-format.exe.sha1' in '/tmp/build/plv8-2.0.3/build' | |
| The current platform doesn't match "win32", skipping. | |
| ________ running 'download_from_google_storage --no_resume --platform=darwin --no_auth --bucket chromium-clang-format -s v8/buildtools/mac/clang-format.sha1' in '/tmp/build/plv8-2.0.3/build' | |
| The current platform doesn't match "darwin", skipping. | |
| ________ running 'download_from_google_storage --no_resume --platform=linux* --no_auth --bucket chromium-clang-format -s v8/buildtools/linux64/clang-format.sha1' in '/tmp/build/plv8-2.0.3/build' | |
| 0> Failed to fetch file gs://chromium-clang-format/8b68e8093516183b8f38626740eeaff97f112f7e for v8/buildtools/linux64/clang-format, skipping. [Err: [E2018-02-10T20:26:56.527010Z 1930 0 venv.go:940] Process output: | |
| Collecting appdirs==1.4.3 (from -r /tmp/vpython_bootstrap679792279/requirements.txt (line 1)) | |
| Collecting asn1crypto==0.22.0 (from -r /tmp/vpython_bootstrap679792279/requirements.txt (line 2)) | |
| Collecting boto==2.48.0 (from -r /tmp/vpython_bootstrap679792279/requirements.txt (line 3)) | |
| Collecting cffi==1.10.0 (from -r /tmp/vpython_bootstrap679792279/requirements.txt (line 4)) | |
| Could not find a version that satisfies the requirement cffi==1.10.0 (from -r /tmp/vpython_bootstrap679792279/requirements.txt (line 4)) (from versions: ) | |
| No matching distribution found for cffi==1.10.0 (from -r /tmp/vpython_bootstrap679792279/requirements.txt (line 4)) | |
| [E2018-02-10T20:26:56.539341Z 1930 0 annotate.go:242] original error: exit status 1 | |
| [E2018-02-10T20:26:56.539395Z 1930 0 annotate.go:242] | |
| [E2018-02-10T20:26:56.539421Z 1930 0 annotate.go:242] goroutine 1: | |
| [E2018-02-10T20:26:56.539444Z 1930 0 annotate.go:242] #0 go.chromium.org/luci/vpython/venv/venv.go:730 - venv.(*Env).installWheels() | |
| [E2018-02-10T20:26:56.539469Z 1930 0 annotate.go:242] reason: failed to install wheels | |
| [E2018-02-10T20:26:56.539491Z 1930 0 annotate.go:242] | |
| [E2018-02-10T20:26:56.539513Z 1930 0 annotate.go:242] #1 go.chromium.org/luci/vpython/venv/venv.go:527 - venv.(*Env).createLocked.func1() | |
| [E2018-02-10T20:26:56.539536Z 1930 0 annotate.go:242] reason: failed to install wheels | |
| [E2018-02-10T20:26:56.539560Z 1930 0 annotate.go:242] | |
| [E2018-02-10T20:26:56.539623Z 1930 0 annotate.go:242] #2 go.chromium.org/luci/common/system/filesystem/tempdir.go:55 - filesystem.(*TempDir).With() | |
| [E2018-02-10T20:26:56.539659Z 1930 0 annotate.go:242] #3 go.chromium.org/luci/vpython/venv/venv.go:103 - venv.withTempDir() | |
| [E2018-02-10T20:26:56.539680Z 1930 0 annotate.go:242] #4 go.chromium.org/luci/vpython/venv/venv.go:497 - venv.(*Env).createLocked() | |
| [E2018-02-10T20:26:56.539705Z 1930 0 annotate.go:242] #5 go.chromium.org/luci/vpython/venv/venv.go:272 - venv.(*Env).ensure.func1() | |
| [E2018-02-10T20:26:56.539726Z 1930 0 annotate.go:242] reason: failed to create new VirtualEnv | |
| [E2018-02-10T20:26:56.539746Z 1930 0 annotate.go:242] | |
| [E2018-02-10T20:26:56.539768Z 1930 0 annotate.go:242] #6 go.chromium.org/luci/vpython/venv/venv.go:955 - venv.mustReleaseLock() | |
| [E2018-02-10T20:26:56.539789Z 1930 0 annotate.go:242] #7 go.chromium.org/luci/vpython/venv/venv.go:258 - venv.(*Env).ensure() | |
| [E2018-02-10T20:26:56.539811Z 1930 0 annotate.go:242] #8 go.chromium.org/luci/vpython/venv/venv.go:328 - venv.(*Env).withImpl() | |
| [E2018-02-10T20:26:56.539831Z 1930 0 annotate.go:242] #9 go.chromium.org/luci/vpython/venv/venv.go:168 - venv.With() | |
| [E2018-02-10T20:26:56.539853Z 1930 0 annotate.go:242] #10 go.chromium.org/luci/vpython/run.go:63 - vpython.Run() | |
| [E2018-02-10T20:26:56.539878Z 1930 0 annotate.go:242] #11 go.chromium.org/luci/vpython/application/application.go:318 - application.(*application).mainImpl() | |
| [E2018-02-10T20:26:56.539900Z 1930 0 annotate.go:242] #12 go.chromium.org/luci/vpython/application/application.go:402 - application.(*Config).Main.func1() | |
| [E2018-02-10T20:26:56.539922Z 1930 0 annotate.go:242] #13 go.chromium.org/luci/vpython/application/support.go:47 - application.run() | |
| [E2018-02-10T20:26:56.539943Z 1930 0 annotate.go:242] #14 go.chromium.org/luci/vpython/application/application.go:401 - application.(*Config).Main() | |
| [E2018-02-10T20:26:56.539963Z 1930 0 annotate.go:242] #15 vpython/main.go:92 - main.mainImpl() | |
| [E2018-02-10T20:26:56.539984Z 1930 0 annotate.go:242] #16 vpython/main.go:98 - main.main() | |
| [E2018-02-10T20:26:56.540005Z 1930 0 annotate.go:242] #17 runtime/proc.go:195 - runtime.main() | |
| [E2018-02-10T20:26:56.540026Z 1930 0 annotate.go:242] #18 runtime/asm_amd64.s:2337 - runtime.goexit() | |
| ]Failed to fetch file gs://chromium-clang-format/8b68e8093516183b8f38626740eeaff97f112f7e for v8/buildtools/linux64/clang-format. [Err: [E2018-02-10T20:26:56.527010Z 1930 0 venv.go:940] Process output: | |
| Collecting appdirs==1.4.3 (from -r /tmp/vpython_bootstrap679792279/requirements.txt (line 1)) | |
| Collecting asn1crypto==0.22.0 (from -r /tmp/vpython_bootstrap679792279/requirements.txt (line 2)) | |
| Collecting boto==2.48.0 (from -r /tmp/vpython_bootstrap679792279/requirements.txt (line 3)) | |
| Collecting cffi==1.10.0 (from -r /tmp/vpython_bootstrap679792279/requirements.txt (line 4)) | |
| Could not find a version that satisfies the requirement cffi==1.10.0 (from -r /tmp/vpython_bootstrap679792279/requirements.txt (line 4)) (from versions: ) | |
| No matching distribution found for cffi==1.10.0 (from -r /tmp/vpython_bootstrap679792279/requirements.txt (line 4)) | |
| [E2018-02-10T20:26:56.539341Z 1930 0 annotate.go:242] original error: exit status 1 | |
| [E2018-02-10T20:26:56.539395Z 1930 0 annotate.go:242] | |
| [E2018-02-10T20:26:56.539421Z 1930 0 annotate.go:242] goroutine 1: | |
| [E2018-02-10T20:26:56.539444Z 1930 0 annotate.go:242] #0 go.chromium.org/luci/vpython/venv/venv.go:730 - venv.(*Env).installWheels() | |
| [E2018-02-10T20:26:56.539469Z 1930 0 annotate.go:242] reason: failed to install wheels | |
| [E2018-02-10T20:26:56.539491Z 1930 0 annotate.go:242] | |
| [E2018-02-10T20:26:56.539513Z 1930 0 annotate.go:242] #1 go.chromium.org/luci/vpython/venv/venv.go:527 - venv.(*Env).createLocked.func1() | |
| [E2018-02-10T20:26:56.539536Z 1930 0 annotate.go:242] reason: failed to install wheels | |
| [E2018-02-10T20:26:56.539560Z 1930 0 annotate.go:242] | |
| [E2018-02-10T20:26:56.539623Z 1930 0 annotate.go:242] #2 go.chromium.org/luci/common/system/filesystem/tempdir.go:55 - filesystem.(*TempDir).With() | |
| [E2018-02-10T20:26:56.539659Z 1930 0 annotate.go:242] #3 go.chromium.org/luci/vpython/venv/venv.go:103 - venv.withTempDir() | |
| [E2018-02-10T20:26:56.539680Z 1930 0 annotate.go:242] #4 go.chromium.org/luci/vpython/venv/venv.go:497 - venv.(*Env).createLocked() | |
| [E2018-02-10T20:26:56.539705Z 1930 0 annotate.go:242] #5 go.chromium.org/luci/vpython/venv/venv.go:272 - venv.(*Env).ensure.func1() | |
| [E2018-02-10T20:26:56.539726Z 1930 0 annotate.go:242] reason: failed to create new VirtualEnv | |
| [E2018-02-10T20:26:56.539746Z 1930 0 annotate.go:242] | |
| [E2018-02-10T20:26:56.539768Z 1930 0 annotate.go:242] #6 go.chromium.org/luci/vpython/venv/venv.go:955 - venv.mustReleaseLock() | |
| [E2018-02-10T20:26:56.539789Z 1930 0 annotate.go:242] #7 go.chromium.org/luci/vpython/venv/venv.go:258 - venv.(*Env).ensure() | |
| [E2018-02-10T20:26:56.539811Z 1930 0 annotate.go:242] #8 go.chromium.org/luci/vpython/venv/venv.go:328 - venv.(*Env).withImpl() | |
| [E2018-02-10T20:26:56.539831Z 1930 0 annotate.go:242] #9 go.chromium.org/luci/vpython/venv/venv.go:168 - venv.With() | |
| [E2018-02-10T20:26:56.539853Z 1930 0 annotate.go:242] #10 go.chromium.org/luci/vpython/run.go:63 - vpython.Run() | |
| [E2018-02-10T20:26:56.539878Z 1930 0 annotate.go:242] #11 go.chromium.org/luci/vpython/application/application.go:318 - application.(*application).mainImpl() | |
| [E2018-02-10T20:26:56.539900Z 1930 0 annotate.go:242] #12 go.chromium.org/luci/vpython/application/application.go:402 - application.(*Config).Main.func1() | |
| [E2018-02-10T20:26:56.539922Z 1930 0 annotError: Command 'download_from_google_storage --no_resume --platform=linux* --no_auth --bucket chromium-clang-format -s v8/buildtools/linux64/clang-format.sha1' returned non-zero exit status 1 in /tmp/build/plv8-2.0.3/build | |
| ate.go:242] #13 go.chromium.org/luci/vpython/application/support.go:47 - application.run() | |
| [E2018-02-10T20:26:56.539943Z 1930 0 annotate.go:242] #14 go.chromium.org/luci/vpython/application/application.go:401 - application.(*Config).Main() | |
| [E2018-02-10T20:26:56.539963Z 1930 0 annotate.go:242] #15 vpython/main.go:92 - main.mainImpl() | |
| [E2018-02-10T20:26:56.539984Z 1930 0 annotate.go:242] #16 vpython/main.go:98 - main.main() | |
| [E2018-02-10T20:26:56.540005Z 1930 0 annotate.go:242] #17 runtime/proc.go:195 - runtime.main() | |
| [E2018-02-10T20:26:56.540026Z 1930 0 annotate.go:242] #18 runtime/asm_amd64.s:2337 - runtime.goexit() | |
| ] | |
| Downloading 1 files took 2.519627 second(s) | |
| make[1]: *** [Makefile.v8:31: build/v8-git-mirror-5.4.500.43] Error 2 | |
| make[1]: Leaving directory '/tmp/build/plv8-2.0.3' | |
| make: *** [Makefile:145: static] Error 2 | |
| The command '/bin/sh -c apk --update add git curl wget make gcc g++ perl python tar && mkdir -p /tmp/build && curl -o /tmp/build/${PLV8_VERSION}.tar.gz -SL "https://github.com/plv8/plv8/archive/$PLV8_VERSION.tar.gz" && cd /tmp/build && tar -xzf /tmp/build/${PLV8_VERSION}.tar.gz -C /tmp/build/ && cd /tmp/build/plv8-${PLV8_VERSION#?} && make static && make install && strip /usr/lib/postgresql/${PG_MAJOR}/lib/plv8.so && cd / && rm -rf /tmp/build' returned a non-zero code: 2 | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment