[INFO] cloning repository https://github.com/feenkcom/libskia [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/feenkcom/libskia" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffeenkcom%2Flibskia", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffeenkcom%2Flibskia'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 352b615fc600dd1d8a1d0acd59eae1480b1196e0 [INFO] checking feenkcom/libskia against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffeenkcom%2Flibskia" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/feenkcom/libskia on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-4/source/.cargo/config [INFO] started tweaking git repo https://github.com/feenkcom/libskia [INFO] finished tweaking git repo https://github.com/feenkcom/libskia [INFO] tweaked toml for git repo https://github.com/feenkcom/libskia written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/feenkcom/libskia already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1a6d087b03a763b8183c9ce5b1aec31b0788e513b636b30e869465f88c6ed215 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1a6d087b03a763b8183c9ce5b1aec31b0788e513b636b30e869465f88c6ed215", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1a6d087b03a763b8183c9ce5b1aec31b0788e513b636b30e869465f88c6ed215", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a6d087b03a763b8183c9ce5b1aec31b0788e513b636b30e869465f88c6ed215", kill_on_drop: false }` [INFO] [stdout] 1a6d087b03a763b8183c9ce5b1aec31b0788e513b636b30e869465f88c6ed215 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5afd83b688df328b45f1f2916ea707f5391382e9c3e3a3d9c4edfcc6f26b6397 [INFO] running `Command { std: "docker" "start" "-a" "5afd83b688df328b45f1f2916ea707f5391382e9c3e3a3d9c4edfcc6f26b6397", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling cc v1.0.54 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling proc-macro2 v1.0.17 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling serde v1.0.110 [INFO] [stderr] Compiling libloading v0.6.2 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking lazycell v1.2.1 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling ryu v1.0.4 [INFO] [stderr] Compiling syn v1.0.27 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling curl v0.4.29 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling bindgen v0.55.1 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Checking downcast-rs v1.1.1 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking smallvec v1.4.0 [INFO] [stderr] Checking xdg v2.2.0 [INFO] [stderr] Checking instant v0.1.4 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking widestring v0.4.2 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling nom v5.1.1 [INFO] [stderr] Compiling miniz_oxide v0.3.6 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling clang-sys v1.0.1 [INFO] [stderr] Checking walkdir v2.3.1 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Checking boxer v0.2.0 (https://github.com/feenkcom/gtoolkit-boxer?rev=8ffd345b6aabda55c5ab1b4914f6f3e5f92918d4#8ffd345b) [INFO] [stderr] Checking aho-corasick v0.7.10 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling openssl-sys v0.9.57 [INFO] [stderr] Compiling curl-sys v0.4.31+curl-7.70.0 [INFO] [stderr] Compiling gl_generator v0.13.1 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking stb_truetype v0.3.1 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.34 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking parking_lot_core v0.7.2 [INFO] [stderr] Checking raw-window-handle v0.3.3 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling filetime v0.2.10 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling socket2 v0.3.12 [INFO] [stderr] Compiling flate2 v1.0.14 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Checking crossbeam-queue v0.2.1 [INFO] [stderr] Checking crossbeam-channel v0.4.2 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Compiling regex v1.3.7 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Compiling tar v0.4.28 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Checking float-cmp v0.6.0 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Compiling glutin_egl_sys v0.1.4 (https://github.com/syrel/glutin?rev=0b1971f880f68ee3c2dd83e777b6f20be980c3b4#0b1971f8) [INFO] [stderr] Compiling glutin_glx_sys v0.1.6 (https://github.com/syrel/glutin?rev=0b1971f880f68ee3c2dd83e777b6f20be980c3b4#0b1971f8) [INFO] [stderr] Checking rusttype v0.8.3 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Checking wayland-sys v0.23.6 [INFO] [stderr] Checking crossbeam v0.7.3 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [INFO] [stderr] Checking wayland-commons v0.23.6 [INFO] [stderr] Checking calloop v0.4.4 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling derivative v2.1.1 [INFO] [stderr] Compiling typename_derive v0.1.4 [INFO] [stderr] Compiling proc-macro-crate v0.1.4 [INFO] [stderr] Compiling num_enum_derive v0.4.3 [INFO] [stderr] Checking typename v0.1.2 [INFO] [stderr] Checking num_enum v0.4.3 [INFO] [stderr] Compiling skia-bindings v0.35.1 (https://github.com/syrel/rust-skia?rev=4d5ce6982325686cef4f05129bff52a682527831#4d5ce698) [INFO] [stderr] Checking smithay-client-toolkit v0.6.6 [INFO] [stderr] Checking winit v0.22.2 (https://github.com/rust-windowing/winit?rev=6cfddfea21319ef7e28f4a6dc16e119ab033f550#6cfddfea) [INFO] [stderr] error: failed to run custom build command for `skia-bindings v0.35.1 (https://github.com/syrel/rust-skia?rev=4d5ce6982325686cef4f05129bff52a682527831#4d5ce698)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/skia-bindings-536055cea198ea85/build-script-build` (exit code: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-env-changed=SKIA_DEBUG [INFO] [stderr] HOST: x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=SKIA_OFFLINE_SOURCE_DIR [INFO] [stderr] cargo:rerun-if-env-changed=FORCE_SKIA_BUILD [INFO] [stderr] cargo:rerun-if-env-changed=FORCE_SKIA_BINARIES_DOWNLOAD [INFO] [stderr] STARTING A FULL BUILD [INFO] [stderr] Probing 'python' [INFO] [stderr] Python 2 found: "python" [INFO] [stderr] Synchronizing Skia dependencies [INFO] [stderr] Skipping "../src". [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] fatal: could not create leading directories of 'skia/third_party/externals/expat': Read-only file system [INFO] [stderr] fatal: could not create leading directories of 'skia/third_party/externals/freetype': Read-only file system [INFO] [stderr] Exception in thread Thread-2: [INFO] [stderr] Traceback (most recent call last): [INFO] [stderr] File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner [INFO] [stderr] self.run() [INFO] [stderr] File "/usr/lib/python2.7/threading.py", line 754, in run [INFO] [stderr] self.__target(*self.__args, **self.__kwargs) [INFO] [stderr] File "skia/tools/git-sync-deps", line 132, in git_checkout_to_directory [INFO] [stderr] [git, 'clone', '--quiet', '--no-checkout', repo, directory]) [INFO] [stderr] File "/usr/lib/python2.7/subprocess.py", line 190, in check_call [INFO] [stderr] raise CalledProcessError(retcode, cmd) [INFO] [stderr] CalledProcessError: Command '['git', 'clone', '--quiet', '--no-checkout', 'https://skia.googlesource.com/third_party/freetype2.git', 'skia/third_party/externals/freetype']' returned non-zero exit status 128 [INFO] [stderr] [INFO] [stderr] Exception in thread Thread-1: [INFO] [stderr] Traceback (most recent call last): [INFO] [stderr] File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner [INFO] [stderr] self.run() [INFO] [stderr] File "/usr/lib/python2.7/threading.py", line 754, in run [INFO] [stderr] self.__target(*self.__args, **self.__kwargs) [INFO] [stderr] File "skia/tools/git-sync-deps", line 132, in git_checkout_to_directory [INFO] [stderr] [git, 'clone', '--quiet', '--no-checkout', repo, directory]) [INFO] [stderr] File "/usr/lib/python2.7/subprocess.py", line 190, in check_call [INFO] [stderr] raise CalledProcessError(retcode, cmd) [INFO] [stderr] CalledProcessError: Command '['git', 'clone', '--quiet', '--no-checkout', 'https://chromium.googlesource.com/external/github.com/libexpat/libexpat.git', 'skia/third_party/externals/expat']' returned non-zero exit status 128 [INFO] [stderr] [INFO] [stderr] fatal: could not create leading directories of 'skia/third_party/externals/harfbuzz': Read-only file system [INFO] [stderr] Exception in thread Thread-3: [INFO] [stderr] Traceback (most recent call last): [INFO] [stderr] File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner [INFO] [stderr] self.run() [INFO] [stderr] File "/usr/lib/python2.7/threading.py", line 754, in run [INFO] [stderr] self.__target(*self.__args, **self.__kwargs) [INFO] [stderr] File "skia/tools/git-sync-deps", line 132, in git_checkout_to_directory [INFO] [stderr] [git, 'clone', '--quiet', '--no-checkout', repo, directory]) [INFO] [stderr] File "/usr/lib/python2.7/subprocess.py", line 190, in check_call [INFO] [stderr] raise CalledProcessError(retcode, cmd) [INFO] [stderr] CalledProcessError: Command '['git', 'clone', '--quiet', '--no-checkout', 'https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git', 'skia/third_party/externals/harfbuzz']' returned non-zero exit status 128 [INFO] [stderr] [INFO] [stderr] fatal: could not create leading directories of 'skia/third_party/externals/icu': Read-only file system [INFO] [stderr] fatal: could not create leading directories of 'skia/third_party/externals/libgifcodec': Read-only file system [INFO] [stderr] Exception in thread Thread-5: [INFO] [stderr] Traceback (most recent call last): [INFO] [stderr] File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner [INFO] [stderr] self.run() [INFO] [stderr] File "/usr/lib/python2.7/threading.py", line 754, in run [INFO] [stderr] self.__target(*self.__args, **self.__kwargs) [INFO] [stderr] File "skia/tools/git-sync-deps", line 132, in git_checkout_to_directory [INFO] [stderr] [git, 'clone', '--quiet', '--no-checkout', repo, directory]) [INFO] [stderr] File "/usr/lib/python2.7/subprocess.py", line 190, in check_call [INFO] [stderr] raise CalledProcessError(retcode, cmd) [INFO] [stderr] CalledProcessError: Command '['git', 'clone', '--quiet', '--no-checkout', 'https://skia.googlesource.com/libgifcodec', 'skia/third_party/externals/libgifcodec']' returned non-zero exit status 128 [INFO] [stderr] [INFO] [stderr] Exception in thread Thread-4: [INFO] [stderr] Traceback (most recent call last): [INFO] [stderr] File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner [INFO] [stderr] self.run() [INFO] [stderr] File "/usr/lib/python2.7/threading.py", line 754, in run [INFO] [stderr] self.__target(*self.__args, **self.__kwargs) [INFO] [stderr] File "skia/tools/git-sync-deps", line 132, in git_checkout_to_directory [INFO] [stderr] [git, 'clone', '--quiet', '--no-checkout', repo, directory]) [INFO] [stderr] File "/usr/lib/python2.7/subprocess.py", line 190, in check_call [INFO] [stderr] raise CalledProcessError(retcode, cmd) [INFO] [stderr] CalledProcessError: Command '['git', 'clone', '--quiet', '--no-checkout', 'https://chromium.googlesource.com/chromium/deps/icu.git', 'skia/third_party/externals/icu']' returned non-zero exit status 128 [INFO] [stderr] [INFO] [stderr] fatal: could not create leading directories of 'skia/third_party/externals/libjpeg-turbo': Read-only file system [INFO] [stderr] Exception in thread Thread-6: [INFO] [stderr] Traceback (most recent call last): [INFO] [stderr] File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner [INFO] [stderr] self.run() [INFO] [stderr] File "/usr/lib/python2.7/threading.py", line 754, in run [INFO] [stderr] self.__target(*self.__args, **self.__kwargs) [INFO] [stderr] File "skia/tools/git-sync-deps", line 132, in git_checkout_to_directory [INFO] [stderr] [git, 'clone', '--quiet', '--no-checkout', repo, directory]) [INFO] [stderr] File "/usr/lib/python2.7/subprocess.py", line 190, in check_call [INFO] [stderr] raise CalledProcessError(retcode, cmd) [INFO] [stderr] CalledProcessError: Command '['git', 'clone', '--quiet', '--no-checkout', 'https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git', 'skia/third_party/externals/libjpeg-turbo']' returned non-zero exit status 128 [INFO] [stderr] [INFO] [stderr] fatal: could not create leading directories of 'skia/third_party/externals/libwebp': Read-only file system [INFO] [stderr] fatal: could not create leading directories of 'skia/third_party/externals/libpng': Read-only file system [INFO] [stderr] Exception in thread Thread-7: [INFO] [stderr] Traceback (most recent call last): [INFO] [stderr] File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner [INFO] [stderr] self.run() [INFO] [stderr] File "/usr/lib/python2.7/threading.py", line 754, in run [INFO] [stderr] self.__target(*self.__args, **self.__kwargs) [INFO] [stderr] File "skia/tools/git-sync-deps", line 132, in git_checkout_to_directory [INFO] [stderr] [git, 'clone', '--quiet', '--no-checkout', repo, directory]) [INFO] [stderr] File "/usr/lib/python2.7/subprocess.py", line 190, in check_call [INFO] [stderr] raise CalledProcessError(retcode, cmd) [INFO] [stderr] CalledProcessError: Command '['git', 'clone', '--quiet', '--no-checkout', 'https://skia.googlesource.com/third_party/libpng.git', 'skia/third_party/externals/libpng']' returned non-zero exit status 128 [INFO] [stderr] [INFO] [stderr] fatal: could not create leading directories of 'skia/third_party/externals/piex': Read-only file system [INFO] [stderr] Exception in thread Thread-9: [INFO] [stderr] Traceback (most recent call last): [INFO] [stderr] File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner [INFO] [stderr] self.run() [INFO] [stderr] File "/usr/lib/python2.7/threading.py", line 754, in run [INFO] [stderr] self.__target(*self.__args, **self.__kwargs) [INFO] [stderr] File "skia/tools/git-sync-deps", line 132, in git_checkout_to_directory [INFO] [stderr] [git, 'clone', '--quiet', '--no-checkout', repo, directory]) [INFO] [stderr] File "/usr/lib/python2.7/subprocess.py", line 190, in check_call [INFO] [stderr] raise CalledProcessError(retcode, cmd) [INFO] [stderr] CalledProcessError: Command '['git', 'clone', '--quiet', '--no-checkout', 'https://android.googlesource.com/platform/external/piex.git', 'skia/third_party/externals/piex']' returned non-zero exit status 128 [INFO] [stderr] [INFO] [stderr] Exception in thread Thread-8: [INFO] [stderr] Traceback (most recent call last): [INFO] [stderr] File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner [INFO] [stderr] self.run() [INFO] [stderr] File "/usr/lib/python2.7/threading.py", line 754, in run [INFO] [stderr] self.__target(*self.__args, **self.__kwargs) [INFO] [stderr] File "skia/tools/git-sync-deps", line 132, in git_checkout_to_directory [INFO] [stderr] [git, 'clone', '--quiet', '--no-checkout', repo, directory]) [INFO] [stderr] File "/usr/lib/python2.7/subprocess.py", line 190, in check_call [INFO] [stderr] raise CalledProcessError(retcode, cmd) [INFO] [stderr] CalledProcessError: Command '['git', 'clone', '--quiet', '--no-checkout', 'https://chromium.googlesource.com/webm/libwebp.git', 'skia/third_party/externals/libwebp']' returned non-zero exit status 128 [INFO] [stderr] [INFO] [stderr] fatal: could not create leading directories of 'skia/third_party/externals/spirv-cross': Read-only file system [INFO] [stderr] fatal: could not create leading directories of 'skia/third_party/externals/zlib': Read-only file system [INFO] [stderr] Exception in thread Thread-11: [INFO] [stderr] Traceback (most recent call last): [INFO] [stderr] File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner [INFO] [stderr] self.run() [INFO] [stderr] File "/usr/lib/python2.7/threading.py", line 754, in run [INFO] [stderr] self.__target(*self.__args, **self.__kwargs) [INFO] [stderr] File "skia/tools/git-sync-deps", line 132, in git_checkout_to_directory [INFO] [stderr] [git, 'clone', '--quiet', '--no-checkout', repo, directory]) [INFO] [stderr] File "/usr/lib/python2.7/subprocess.py", line 190, in check_call [INFO] [stderr] raise CalledProcessError(retcode, cmd) [INFO] [stderr] CalledProcessError: Command '['git', 'clone', '--quiet', '--no-checkout', 'https://chromium.googlesource.com/chromium/src/third_party/zlib', 'skia/third_party/externals/zlib']' returned non-zero exit status 128 [INFO] [stderr] [INFO] [stderr] Exception in thread Thread-10: [INFO] [stderr] Traceback (most recent call last): [INFO] [stderr] File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner [INFO] [stderr] self.run() [INFO] [stderr] File "/usr/lib/python2.7/threading.py", line 754, in run [INFO] [stderr] self.__target(*self.__args, **self.__kwargs) [INFO] [stderr] File "skia/tools/git-sync-deps", line 132, in git_checkout_to_directory [INFO] [stderr] [git, 'clone', '--quiet', '--no-checkout', repo, directory]) [INFO] [stderr] File "/usr/lib/python2.7/subprocess.py", line 190, in check_call [INFO] [stderr] raise CalledProcessError(retcode, cmd) [INFO] [stderr] CalledProcessError: Command '['git', 'clone', '--quiet', '--no-checkout', 'https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross', 'skia/third_party/externals/spirv-cross']' returned non-zero exit status 128 [INFO] [stderr] [INFO] [stderr] Traceback (most recent call last): [INFO] [stderr] File "skia/bin/fetch-gn", line 29, in [INFO] [stderr] f.write(urlopen(url).read()) [INFO] [stderr] File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen [INFO] [stderr] return opener.open(url, data, timeout) [INFO] [stderr] File "/usr/lib/python2.7/urllib2.py", line 429, in open [INFO] [stderr] response = self._open(req, data) [INFO] [stderr] File "/usr/lib/python2.7/urllib2.py", line 447, in _open [INFO] [stderr] '_open', req) [INFO] [stderr] File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain [INFO] [stderr] result = func(*args) [INFO] [stderr] File "/usr/lib/python2.7/urllib2.py", line 1241, in https_open [INFO] [stderr] context=self._context) [INFO] [stderr] File "/usr/lib/python2.7/urllib2.py", line 1198, in do_open [INFO] [stderr] raise URLError(err) [INFO] [stderr] urllib2.URLError: [INFO] [stderr] Traceback (most recent call last): [INFO] [stderr] File "skia/tools/git-sync-deps", line 266, in [INFO] [stderr] exit(main(sys.argv[1:])) [INFO] [stderr] File "skia/tools/git-sync-deps", line 261, in main [INFO] [stderr] os.path.join(os.path.dirname(deps_file_path), 'bin', 'fetch-gn')]) [INFO] [stderr] File "/usr/lib/python2.7/subprocess.py", line 190, in check_call [INFO] [stderr] raise CalledProcessError(retcode, cmd) [INFO] [stderr] subprocess.CalledProcessError: Command '['/usr/bin/python', 'skia/bin/fetch-gn']' returned non-zero exit status 1 [INFO] [stderr] thread 'main' panicked at '`skia/tools/git-sync-deps` failed', /opt/rustwide/cargo-home/git/checkouts/rust-skia-a9a1bb4afc362467/4d5ce69/skia-bindings/build_support/skia.rs:532:5 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5648cf4cef80 - std::backtrace_rs::backtrace::libunwind::trace::h7cf3ca97bd83fbab [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/../../backtrace/src/backtrace/libunwind.rs:96 [INFO] [stderr] 1: 0x5648cf4cef80 - std::backtrace_rs::backtrace::trace_unsynchronized::h5a69c674b2d9ea5c [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/../../backtrace/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x5648cf4cef80 - std::sys_common::backtrace::_print_fmt::hdf72478dfcb50678 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/sys_common/backtrace.rs:79 [INFO] [stderr] 3: 0x5648cf4cef80 - ::fmt::h1e0bdbb35e83deca [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/sys_common/backtrace.rs:58 [INFO] [stderr] 4: 0x5648cf4f62ac - core::fmt::write::he67f9b17bcb7ee73 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/core/src/fmt/mod.rs:1080 [INFO] [stderr] 5: 0x5648cf4ca7b2 - std::io::Write::write_fmt::hac97d5cb5753e2ec [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/io/mod.rs:1516 [INFO] [stderr] 6: 0x5648cf4d1b6d - std::sys_common::backtrace::_print::haa20918e28a126c5 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/sys_common/backtrace.rs:61 [INFO] [stderr] 7: 0x5648cf4d1b6d - std::sys_common::backtrace::print::h49e772a4873d9076 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/sys_common/backtrace.rs:48 [INFO] [stderr] 8: 0x5648cf4d1b6d - std::panicking::default_hook::{{closure}}::hb218b305d15e3f11 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/panicking.rs:208 [INFO] [stderr] 9: 0x5648cf4d1818 - std::panicking::default_hook::h63997b7b949e1ce0 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/panicking.rs:227 [INFO] [stderr] 10: 0x5648cf4d2251 - std::panicking::rust_panic_with_hook::hb54f09ccadf64bd3 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/panicking.rs:577 [INFO] [stderr] 11: 0x5648cf49ec4c - std::panicking::begin_panic::{{closure}}::hea3f4ada17791fa7 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/panicking.rs:506 [INFO] [stderr] 12: 0x5648cf49fbd9 - std::sys_common::backtrace::__rust_end_short_backtrace::hce4c0eafcdf4f5f0 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/sys_common/backtrace.rs:153 [INFO] [stderr] 13: 0x5648cf49eb77 - std::panicking::begin_panic::h6d632339b5b1b653 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/panicking.rs:505 [INFO] [stderr] 14: 0x5648cecf0080 - build_script_build::build_support::skia::fetch_dependencies::hab4dad2063d881e8 [INFO] [stderr] at /opt/rustwide/cargo-home/git/checkouts/rust-skia-a9a1bb4afc362467/4d5ce69/skia-bindings/build_support/skia.rs:532 [INFO] [stderr] 15: 0x5648cecefc0e - build_script_build::build_support::skia::build::hbec58f1392c39893 [INFO] [stderr] at /opt/rustwide/cargo-home/git/checkouts/rust-skia-a9a1bb4afc362467/4d5ce69/skia-bindings/build_support/skia.rs:500 [INFO] [stderr] 16: 0x5648ced18213 - build_script_build::main::he095999808747545 [INFO] [stderr] at /opt/rustwide/cargo-home/git/checkouts/rust-skia-a9a1bb4afc362467/4d5ce69/skia-bindings/build.rs:133 [INFO] [stderr] 17: 0x5648ced01fcb - core::ops::function::FnOnce::call_once::hef8c6e7bee7c0b24 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/core/src/ops/function.rs:227 [INFO] [stderr] 18: 0x5648cecfe67e - std::sys_common::backtrace::__rust_begin_short_backtrace::h0b2d3607f0d22740 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/sys_common/backtrace.rs:137 [INFO] [stderr] 19: 0x5648ced1ce61 - std::rt::lang_start::{{closure}}::hc5b3e53771657448 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/rt.rs:66 [INFO] [stderr] 20: 0x5648cf4d2767 - core::ops::function::impls:: for &F>::call_once::h908982dfc31b926f [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/core/src/ops/function.rs:259 [INFO] [stderr] 21: 0x5648cf4d2767 - std::panicking::try::do_call::h92777899503b7584 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/panicking.rs:381 [INFO] [stderr] 22: 0x5648cf4d2767 - std::panicking::try::h8815656b2b76e792 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/panicking.rs:345 [INFO] [stderr] 23: 0x5648cf4d2767 - std::panic::catch_unwind::h112ab81228f50b46 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/panic.rs:382 [INFO] [stderr] 24: 0x5648cf4d2767 - std::rt::lang_start_internal::h1772a706c7575c24 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/rt.rs:51 [INFO] [stderr] 25: 0x5648ced1ce37 - std::rt::lang_start::h66c58b7f54f6c622 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/rt.rs:65 [INFO] [stderr] 26: 0x5648ced1953a - main [INFO] [stderr] 27: 0x7f6a55be20b3 - __libc_start_main [INFO] [stderr] 28: 0x5648cecdf03e - _start [INFO] [stderr] 29: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "5afd83b688df328b45f1f2916ea707f5391382e9c3e3a3d9c4edfcc6f26b6397", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5afd83b688df328b45f1f2916ea707f5391382e9c3e3a3d9c4edfcc6f26b6397", kill_on_drop: false }` [INFO] [stdout] 5afd83b688df328b45f1f2916ea707f5391382e9c3e3a3d9c4edfcc6f26b6397