[go: up one dir, main page]

piet-cairo 0.2.0-pre1

Cairo backend for piet 2D graphics abstraction.
Build #284634 2020-08-21 18:55:53

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version
rustc 1.47.0-nightly (e15510ca3 2020-08-20)# docs.rs version
docsrs 0.6.0 (2993499 2020-08-21)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/piet-cairo-0.2.0-pre1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/piet-cairo-0.2.0-pre1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=-Z unstable-options --static-root-path / --cap-lints warn --extern-html-root-url piet=https://docs.rs/piet/0.2.0-pre1 --extern-html-root-url unicode_segmentation=https://docs.rs/unicode-segmentation/1.6.0 --extern-html-root-url xi_unicode=https://docs.rs/xi-unicode/0.2.1 --extern-html-root-url cairo_rs=https://docs.rs/cairo-rs/0.9.1 --resource-suffix -20200820-1.47.0-nightly-e15510ca3" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "doc" "--lib" "--no-deps" "-j2", kill_on_drop: false }`
[INFO] [stdout] 7aae01fcc43b117a977d716a05d3d11d762ad22e49380cbf7c06f135d773ff15
[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" "7aae01fcc43b117a977d716a05d3d11d762ad22e49380cbf7c06f135d773ff15", kill_on_drop: false }`
[INFO] [stderr] /opt/crates-build-env/entrypoint.sh: line 7: /etc/hosts: Permission denied
[INFO] [stderr]    Compiling proc-macro2 v1.0.19
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.38
[INFO] [stderr]    Compiling serde v1.0.115
[INFO] [stderr]    Compiling unicode-segmentation v1.6.0
[INFO] [stderr]    Compiling strum v0.18.0
[INFO] [stderr]    Compiling version-compare v0.0.10
[INFO] [stderr]    Compiling pkg-config v0.3.18
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]     Checking adler32 v1.2.0
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]    Compiling libc v0.2.76
[INFO] [stderr]    Compiling crc32fast v1.2.0
[INFO] [stderr]    Compiling cairo-rs v0.9.1
[INFO] [stderr]     Checking arrayvec v0.5.1
[INFO] [stderr]     Checking pico-args v0.3.4
[INFO] [stderr]     Checking xi-unicode v0.2.1
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]     Checking miniz_oxide v0.3.7
[INFO] [stderr]     Checking kurbo v0.6.2
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]     Checking deflate v0.8.6
[INFO] [stderr]     Checking os_info v2.0.8
[INFO] [stderr]     Checking png v0.16.7
[INFO] [stderr]    Compiling toml v0.5.6
[INFO] [stderr]     Checking piet v0.2.0-pre1
[INFO] [stderr] error: couldn't read /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/piet-0.2.0-pre1/src/samples/../../../snapshots/resources/Anaheim-Regular.ttf: No such file or directory (os error 2)
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/piet-0.2.0-pre1/src/samples/picture_13.rs:16:28
[INFO] [stderr]    |
[INFO] [stderr] 16 |       let _ = text.load_font(include_bytes!(
[INFO] [stderr]    |  ____________________________^
[INFO] [stderr] 17 | |         "../../../snapshots/resources/Anaheim-Regular.ttf"
[INFO] [stderr] 18 | |     ));
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: couldn't read /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/piet-0.2.0-pre1/src/samples/../../../snapshots/resources/Anaheim-Bold.ttf: No such file or directory (os error 2)
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/piet-0.2.0-pre1/src/samples/picture_13.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 |           .load_font(include_bytes!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 21 | |             "../../../snapshots/resources/Anaheim-Bold.ttf"
[INFO] [stderr] 22 | |         ))
[INFO] [stderr]    | |_________^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: couldn't read /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/piet-0.2.0-pre1/src/samples/../../../snapshots/resources/Inconsolata-variable.ttf: No such file or directory (os error 2)
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/piet-0.2.0-pre1/src/samples/picture_14.rs:17:20
[INFO] [stderr]    |
[INFO] [stderr] 17 |           .load_font(include_bytes!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 18 | |             "../../../snapshots/resources/Inconsolata-variable.ttf"
[INFO] [stderr] 19 | |         ))
[INFO] [stderr]    | |_________^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `piet`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `Command { std: "docker" "inspect" "7aae01fcc43b117a977d716a05d3d11d762ad22e49380cbf7c06f135d773ff15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7aae01fcc43b117a977d716a05d3d11d762ad22e49380cbf7c06f135d773ff15", kill_on_drop: false }`
[INFO] [stdout] 7aae01fcc43b117a977d716a05d3d11d762ad22e49380cbf7c06f135d773ff15