[INFO] cloning repository https://github.com/greg904/lesson-search [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/greg904/lesson-search" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgreg904%2Flesson-search", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgreg904%2Flesson-search'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fbd0d92ed9f54d4b3abd866048a99fc3d04a0e75 [INFO] checking greg904/lesson-search against try#ea0b8b54c698a32b6a15d1474117ead6958cef0e for pr-93275 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgreg904%2Flesson-search" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/greg904/lesson-search on toolchain ea0b8b54c698a32b6a15d1474117ead6958cef0e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ea0b8b54c698a32b6a15d1474117ead6958cef0e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/greg904/lesson-search [INFO] finished tweaking git repo https://github.com/greg904/lesson-search [INFO] tweaked toml for git repo https://github.com/greg904/lesson-search written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/greg904/lesson-search already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ea0b8b54c698a32b6a15d1474117ead6958cef0e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+ea0b8b54c698a32b6a15d1474117ead6958cef0e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c36e6c30c0edd0445669be027f8f37240a008a57cfabc138d15f4afc17815d7c [INFO] running `Command { std: "docker" "start" "-a" "c36e6c30c0edd0445669be027f8f37240a008a57cfabc138d15f4afc17815d7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c36e6c30c0edd0445669be027f8f37240a008a57cfabc138d15f4afc17815d7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c36e6c30c0edd0445669be027f8f37240a008a57cfabc138d15f4afc17815d7c", kill_on_drop: false }` [INFO] [stdout] c36e6c30c0edd0445669be027f8f37240a008a57cfabc138d15f4afc17815d7c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+ea0b8b54c698a32b6a15d1474117ead6958cef0e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 09eb2620d32f9b014c605f9a86308d0072056195b43e38314e1c56921908229a [INFO] running `Command { std: "docker" "start" "-a" "09eb2620d32f9b014c605f9a86308d0072056195b43e38314e1c56921908229a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling cmake v0.1.48 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling clang-sys v1.3.1 [INFO] [stderr] Compiling semver-parser v0.10.2 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.7 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling nom v7.1.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling freetype-sys v0.13.1 [INFO] [stderr] Compiling expat-sys v2.1.6 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling rustc_version v0.3.3 [INFO] [stderr] Compiling libloading v0.7.3 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling anyhow v1.0.56 [INFO] [stderr] Compiling bindgen v0.59.2 [INFO] [stderr] Compiling deunicode v1.3.1 [INFO] [stderr] Compiling pathfinder_simd v0.5.1 [INFO] [stderr] Compiling libaom-sys v0.11.0 (https://github.com/njaard/libavif-rs.git#bb871000) [INFO] [stderr] Compiling servo-fontconfig-sys v5.1.0 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.7 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling shlex v1.1.0 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling darling_core v0.12.4 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling jpegxl-sys v0.6.1 [INFO] [stderr] Compiling turbojpeg-sys v0.1.0 [INFO] [stderr] Compiling libavif-sys v0.12.1 (https://github.com/njaard/libavif-rs.git#bb871000) [INFO] [stderr] Checking dirs-sys-next v0.1.2 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking ryu v1.0.9 [INFO] [stderr] Checking itoa v1.0.1 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Checking dirs-next v2.0.0 [INFO] [stderr] Checking pathfinder_geometry v0.5.1 [INFO] [stderr] Checking servo-fontconfig v0.5.1 [INFO] [stderr] Checking crossbeam-deque v0.8.1 [INFO] [stderr] Checking crossbeam-channel v0.5.2 [INFO] [stderr] Checking freetype v0.7.0 [INFO] [stderr] Compiling blake3 v1.3.1 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking float-ord v0.2.0 [INFO] [stderr] Checking font-kit v0.10.1 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking once_cell v1.10.0 [INFO] [stderr] Compiling paste v1.0.6 [INFO] [stderr] Checking constant_time_eq v0.1.5 [INFO] [stderr] Checking arrayref v0.3.6 [INFO] [stderr] Checking arrayvec v0.7.2 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Checking urlencoding v2.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling darling_macro v0.12.4 [INFO] [stderr] Compiling darling v0.12.4 [INFO] [stderr] Compiling derive_builder_core v0.10.2 [INFO] [stderr] Compiling derive_builder_macro v0.10.2 [INFO] [stderr] Compiling mupdf-sys v0.3.0 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Checking turbojpeg v0.3.0 [INFO] [stderr] Checking derive_builder v0.10.2 [INFO] [stderr] Checking jpegxl-rs v0.6.1 [INFO] [stderr] Checking rust-stemmers v1.2.0 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling proc-macro-crate v1.1.3 [INFO] [stderr] Compiling num_enum_derive v0.5.7 [INFO] [stderr] Compiling search-index v0.1.0 (/opt/rustwide/workdir/search-index) [INFO] [stderr] Checking search-server v0.1.0 (/opt/rustwide/workdir/search-server) [INFO] [stdout] warning: unused imports: `BTreeMap`, `HashMap` [INFO] [stdout] --> search-server/src/main.rs:2:19 [INFO] [stdout] | [INFO] [stdout] 2 | collections::{BTreeMap, HashMap}, [INFO] [stdout] | ^^^^^^^^ ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `BTreeMap`, `HashMap` [INFO] [stdout] --> search-server/src/main.rs:2:19 [INFO] [stdout] | [INFO] [stdout] 2 | collections::{BTreeMap, HashMap}, [INFO] [stdout] | ^^^^^^^^ ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `method` and `headers` are never read [INFO] [stdout] --> search-server/src/http_server.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub(crate) struct Request { [INFO] [stdout] | ------- fields in this struct [INFO] [stdout] 11 | pub method: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 12 | pub url: String, [INFO] [stdout] 13 | pub headers: Vec<(String, String)>, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `method` and `headers` are never read [INFO] [stdout] --> search-server/src/http_server.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub(crate) struct Request { [INFO] [stdout] | ------- fields in this struct [INFO] [stdout] 11 | pub method: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 12 | pub url: String, [INFO] [stdout] 13 | pub headers: Vec<(String, String)>, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `stop` is never used [INFO] [stdout] --> search-server/src/http_server.rs:119:19 [INFO] [stdout] | [INFO] [stdout] 119 | pub(crate) fn stop(&self) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking num_enum v0.5.7 [INFO] [stderr] error: failed to run custom build command for `mupdf-sys v0.3.0` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/mupdf-sys-df1f02c34e8234e4/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed=wrapper.h [INFO] [stderr] cargo:rerun-if-changed=wrapper.c [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/archive.o -c source/fitz/archive.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/bbox-device.o -c source/fitz/bbox-device.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/bidi-std.o -c source/fitz/bidi-std.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/bidi.o -c source/fitz/bidi.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/bitmap.o -c source/fitz/bitmap.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/buffer.o -c source/fitz/buffer.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/color-fast.o -c source/fitz/color-fast.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/color-icc-create.o -c source/fitz/color-icc-create.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/color-lcms.o -c source/fitz/color-lcms.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/colorspace.o -c source/fitz/colorspace.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/compress.o -c source/fitz/compress.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/compressed-buffer.o -c source/fitz/compressed-buffer.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/context.o -c source/fitz/context.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/crypt-aes.o -c source/fitz/crypt-aes.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/crypt-arc4.o -c source/fitz/crypt-arc4.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/crypt-md5.o -c source/fitz/crypt-md5.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/crypt-sha2.o -c source/fitz/crypt-sha2.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/device.o -c source/fitz/device.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/directory.o -c source/fitz/directory.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/document-all.o -c source/fitz/document-all.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/document.o -c source/fitz/document.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/draw-affine.o -c source/fitz/draw-affine.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/draw-blend.o -c source/fitz/draw-blend.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/draw-device.o -c source/fitz/draw-device.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/draw-edge.o -c source/fitz/draw-edge.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/draw-edgebuffer.o -c source/fitz/draw-edgebuffer.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/draw-glyph.o -c source/fitz/draw-glyph.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/draw-mesh.o -c source/fitz/draw-mesh.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/draw-paint.o -c source/fitz/draw-paint.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/draw-path.o -c source/fitz/draw-path.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/draw-rasterize.o -c source/fitz/draw-rasterize.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/draw-scale-simple.o -c source/fitz/draw-scale-simple.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/draw-unpack.o -c source/fitz/draw-unpack.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/encode-basic.o -c source/fitz/encode-basic.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/encode-fax.o -c source/fitz/encode-fax.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/encodings.o -c source/fitz/encodings.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/error.o -c source/fitz/error.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/filter-basic.o -c source/fitz/filter-basic.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/filter-dct.o -c source/fitz/filter-dct.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/filter-fax.o -c source/fitz/filter-fax.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/filter-flate.o -c source/fitz/filter-flate.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/filter-jbig2.o -c source/fitz/filter-jbig2.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/filter-leech.o -c source/fitz/filter-leech.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/filter-lzw.o -c source/fitz/filter-lzw.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/filter-predict.o -c source/fitz/filter-predict.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/filter-sgi.o -c source/fitz/filter-sgi.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/filter-thunder.o -c source/fitz/filter-thunder.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/font.o -c source/fitz/font.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ftoa.o -c source/fitz/ftoa.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/geometry.o -c source/fitz/geometry.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/getopt.o -c source/fitz/getopt.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/glyph.o -c source/fitz/glyph.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/glyphbox.o -c source/fitz/glyphbox.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/halftone.o -c source/fitz/halftone.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/harfbuzz.o -c source/fitz/harfbuzz.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/hash.o -c source/fitz/hash.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/image.o -c source/fitz/image.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/jmemcust.o -c source/fitz/jmemcust.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/link.o -c source/fitz/link.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/list-device.o -c source/fitz/list-device.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/load-bmp.o -c source/fitz/load-bmp.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/load-gif.o -c source/fitz/load-gif.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/load-jbig2.o -c source/fitz/load-jbig2.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/load-jpeg.o -c source/fitz/load-jpeg.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/load-jpx.o -c source/fitz/load-jpx.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/load-jxr.o -c source/fitz/load-jxr.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/load-png.o -c source/fitz/load-png.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/load-pnm.o -c source/fitz/load-pnm.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/load-tiff.o -c source/fitz/load-tiff.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/log.o -c source/fitz/log.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/memento.o -c source/fitz/memento.c -Wall -Wsign-compare -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include -DMEMENTO_MUPDF_HACKS [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/memory.o -c source/fitz/memory.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/noto.o -c source/fitz/noto.c -Wall -Wsign-compare -Wdeclaration-after-statement -DHAVE_OBJCOPY -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ocr-device.o -c source/fitz/ocr-device.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/outline.o -c source/fitz/outline.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/output-cbz.o -c source/fitz/output-cbz.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/output-docx.o -c source/fitz/output-docx.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/output-pcl.o -c source/fitz/output-pcl.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/output-pclm.o -c source/fitz/output-pclm.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/output-pdfocr.o -c source/fitz/output-pdfocr.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/output-png.o -c source/fitz/output-png.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/output-pnm.o -c source/fitz/output-pnm.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/output-ps.o -c source/fitz/output-ps.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/output-psd.o -c source/fitz/output-psd.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/output-pwg.o -c source/fitz/output-pwg.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/output-svg.o -c source/fitz/output-svg.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/output.o -c source/fitz/output.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/path.o -c source/fitz/path.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/pixmap.o -c source/fitz/pixmap.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/pool.o -c source/fitz/pool.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/printf.o -c source/fitz/printf.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/random.o -c source/fitz/random.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/separation.o -c source/fitz/separation.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/shade.o -c source/fitz/shade.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/stext-device.o -c source/fitz/stext-device.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/stext-output.o -c source/fitz/stext-output.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/stext-search.o -c source/fitz/stext-search.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/store.o -c source/fitz/store.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/stream-open.o -c source/fitz/stream-open.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/stream-read.o -c source/fitz/stream-read.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/string.o -c source/fitz/string.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/strtof.o -c source/fitz/strtof.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/svg-device.o -c source/fitz/svg-device.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/test-device.o -c source/fitz/test-device.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/text.o -c source/fitz/text.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/time.o -c source/fitz/time.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/trace-device.o -c source/fitz/trace-device.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/track-usage.o -c source/fitz/track-usage.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/transition.o -c source/fitz/transition.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/tree.o -c source/fitz/tree.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ucdn.o -c source/fitz/ucdn.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/untar.o -c source/fitz/untar.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/unzip.o -c source/fitz/unzip.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/util.o -c source/fitz/util.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/warp.o -c source/fitz/warp.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/writer.o -c source/fitz/writer.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/xml.o -c source/fitz/xml.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/xmltext-device.o -c source/fitz/xmltext-device.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/zip.o -c source/fitz/zip.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/ ; g++ -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/fitz/tessocr.o -c source/fitz/tessocr.cpp -Wall -Wsign-compare -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include -Ithirdparty/tesseract/src -Ithirdparty/tesseract/src/api -Ithirdparty/tesseract/src/arch -Ithirdparty/tesseract/src/ccmain -Ithirdparty/tesseract/src/ccstruct -Ithirdparty/tesseract/src/ccutil -Ithirdparty/tesseract/src/classify -Ithirdparty/tesseract/src/dict -Ithirdparty/tesseract/src/lstm -Ithirdparty/tesseract/src/textord -Ithirdparty/tesseract/src/viewer -Ithirdparty/tesseract/src/wordrec -Ithirdparty/tesseract/src/cutil -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -DDISABLED_LEGACY_ENGINE -std=c++17 -Ithirdparty/leptonica/src [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-annot.o -c source/pdf/pdf-annot.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-appearance.o -c source/pdf/pdf-appearance.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-clean-file.o -c source/pdf/pdf-clean-file.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-clean.o -c source/pdf/pdf-clean.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-cmap-load.o -c source/pdf/pdf-cmap-load.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-cmap-parse.o -c source/pdf/pdf-cmap-parse.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-cmap.o -c source/pdf/pdf-cmap.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-colorspace.o -c source/pdf/pdf-colorspace.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-crypt.o -c source/pdf/pdf-crypt.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-device.o -c source/pdf/pdf-device.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-event.o -c source/pdf/pdf-event.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-font-add.o -c source/pdf/pdf-font-add.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-font.o -c source/pdf/pdf-font.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-form.o -c source/pdf/pdf-form.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-function.o -c source/pdf/pdf-function.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-graft.o -c source/pdf/pdf-graft.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-image.o -c source/pdf/pdf-image.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-interpret.o -c source/pdf/pdf-interpret.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-js.o -c source/pdf/pdf-js.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-layer.o -c source/pdf/pdf-layer.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-layout.o -c source/pdf/pdf-layout.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-lex.o -c source/pdf/pdf-lex.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-link.o -c source/pdf/pdf-link.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-metrics.o -c source/pdf/pdf-metrics.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-nametree.o -c source/pdf/pdf-nametree.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-object.o -c source/pdf/pdf-object.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-op-buffer.o -c source/pdf/pdf-op-buffer.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-op-filter.o -c source/pdf/pdf-op-filter.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-op-run.o -c source/pdf/pdf-op-run.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-outline.o -c source/pdf/pdf-outline.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-page.o -c source/pdf/pdf-page.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-parse.o -c source/pdf/pdf-parse.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-pattern.o -c source/pdf/pdf-pattern.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-repair.o -c source/pdf/pdf-repair.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-resources.o -c source/pdf/pdf-resources.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-run.o -c source/pdf/pdf-run.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-shade.o -c source/pdf/pdf-shade.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-signature.o -c source/pdf/pdf-signature.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-store.o -c source/pdf/pdf-store.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-stream.o -c source/pdf/pdf-stream.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-type3.o -c source/pdf/pdf-type3.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-unicode.o -c source/pdf/pdf-unicode.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-util.o -c source/pdf/pdf-util.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-write.o -c source/pdf/pdf-write.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-xobject.o -c source/pdf/pdf-xobject.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/pdf/pdf-xref.o -c source/pdf/pdf-xref.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/xps/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/xps/xps-common.o -c source/xps/xps-common.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/xps/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/xps/xps-doc.o -c source/xps/xps-doc.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/xps/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/xps/xps-glyphs.o -c source/xps/xps-glyphs.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/xps/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/xps/xps-gradient.o -c source/xps/xps-gradient.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/xps/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/xps/xps-image.o -c source/xps/xps-image.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/xps/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/xps/xps-link.o -c source/xps/xps-link.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/xps/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/xps/xps-outline.o -c source/xps/xps-outline.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/xps/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/xps/xps-path.o -c source/xps/xps-path.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/xps/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/xps/xps-resource.o -c source/xps/xps-resource.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/xps/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/xps/xps-tile.o -c source/xps/xps-tile.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/xps/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/xps/xps-util.o -c source/xps/xps-util.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/xps/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/xps/xps-zip.o -c source/xps/xps-zip.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/svg/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/svg/svg-color.o -c source/svg/svg-color.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/svg/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/svg/svg-doc.o -c source/svg/svg-doc.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/svg/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/svg/svg-parse.o -c source/svg/svg-parse.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/svg/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/svg/svg-run.o -c source/svg/svg-run.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] mkdir -p /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/html/ ; cc -ffunction-sections -fdata-sections -pipe -g -DFZ_ENABLE_XPS=0 -DFZ_ENABLE_SVG=0 -DFZ_ENABLE_CBZ=0 -DFZ_ENABLE_IMG=0 -DFZ_ENABLE_HTML=0 -DFZ_ENABLE_EPUB=0 -DFZ_ENABLE_JS=0 -DTOFU -DTOFU_CJK -DTOFU_NOTO -DTOFU_SYMBOL -DTOFU_EMOJI -DTOFU_SIL -Iinclude -MMD -MP -o /opt/rustwide/target/debug/build/mupdf-sys-89b15d0d1fcaec46/out/build/source/html/css-apply.o -c source/html/css-apply.c -Wall -Wsign-compare -Wdeclaration-after-statement -Ithirdparty/freetype/include -Iscripts/freetype -Ithirdparty/gumbo-parser/src -Ithirdparty/harfbuzz/src -Ithirdparty/libjpeg -Iscripts/libjpeg -Ithirdparty/lcms2/include -DHAVE_LCMS2MT -Ithirdparty/mujs -Ithirdparty/zlib -Ithirdparty/jbig2dec -Ithirdparty/openjpeg/src/lib/openjp2 -DOPJ_STATIC -DOPJ_HAVE_INTTYPES_H -DOPJ_HAVE_STDINT_H -Ithirdparty/extract/include [INFO] [stderr] gperf > source/html/css-properties.h source/html/css-properties.gperf [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] source/fitz/noto.c:61: warning: "TOFU_NOTO" redefined [INFO] [stderr] 61 | #define TOFU_NOTO [INFO] [stderr] | [INFO] [stderr] : note: this is the location of the previous definition [INFO] [stderr] source/fitz/noto.c:66: warning: "TOFU_SYMBOL" redefined [INFO] [stderr] 66 | #define TOFU_SYMBOL [INFO] [stderr] | [INFO] [stderr] : note: this is the location of the previous definition [INFO] [stderr] source/fitz/noto.c:67: warning: "TOFU_EMOJI" redefined [INFO] [stderr] 67 | #define TOFU_EMOJI [INFO] [stderr] | [INFO] [stderr] : note: this is the location of the previous definition [INFO] [stderr] source/fitz/stext-device.c: In function 'fz_add_stext_char_imp': [INFO] [stderr] source/fitz/stext-device.c:338:6: warning: variable 'rtl' set but not used [-Wunused-but-set-variable] [INFO] [stderr] 338 | int rtl = 0; [INFO] [stderr] | ^~~ [INFO] [stderr] /bin/sh: 1: gperf: not found [INFO] [stderr] make: *** [Makefile:229: source/html/css-properties.h] Error 127 [INFO] [stderr] thread 'main' panicked at 'Build error: [INFO] [stderr] STDERR: [INFO] [stderr] STDOUT:', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mupdf-sys-0.3.0/build.rs:240:9 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x55eb5100fc20 - std::backtrace_rs::backtrace::libunwind::trace::h1ea4c78f91cfb1af [INFO] [stderr] at /rustc/ea0b8b54c698a32b6a15d1474117ead6958cef0e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stderr] 1: 0x55eb5100fc20 - std::backtrace_rs::backtrace::trace_unsynchronized::h83c79b70e64c85d3 [INFO] [stderr] at /rustc/ea0b8b54c698a32b6a15d1474117ead6958cef0e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x55eb5100fc20 - std::sys_common::backtrace::_print_fmt::haf0288715c3ab3f2 [INFO] [stderr] at /rustc/ea0b8b54c698a32b6a15d1474117ead6958cef0e/library/std/src/sys_common/backtrace.rs:65:5 [INFO] [stderr] 3: 0x55eb5100fc20 - ::fmt::h573c0a042d86b811 [INFO] [stderr] at /rustc/ea0b8b54c698a32b6a15d1474117ead6958cef0e/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stderr] 4: 0x55eb510352ce - core::fmt::write::h30d7562d38841676 [INFO] [stderr] at /rustc/ea0b8b54c698a32b6a15d1474117ead6958cef0e/library/core/src/fmt/mod.rs:1209:17 [INFO] [stderr] 5: 0x55eb5100c045 - std::io::Write::write_fmt::h2b5df9255c373b19 [INFO] [stderr] at /rustc/ea0b8b54c698a32b6a15d1474117ead6958cef0e/library/std/src/io/mod.rs:1682:15 [INFO] [stderr] 6: 0x55eb5100f9e5 - std::sys_common::backtrace::_print::h4dec1b6bbb4846af [INFO] [stderr] at /rustc/ea0b8b54c698a32b6a15d1474117ead6958cef0e/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stderr] 7: 0x55eb5100f9e5 - std::sys_common::backtrace::print::hb24488ce74321038 [INFO] [stderr] at /rustc/ea0b8b54c698a32b6a15d1474117ead6958cef0e/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stderr] 8: 0x55eb5101140f - std::panicking::default_hook::{{closure}}::h71e3eee89853c54c [INFO] [stderr] at /rustc/ea0b8b54c698a32b6a15d1474117ead6958cef0e/library/std/src/panicking.rs:267:22 [INFO] [stderr] 9: 0x55eb5101114a - std::panicking::default_hook::hafb9e019cf966bbd [INFO] [stderr] at /rustc/ea0b8b54c698a32b6a15d1474117ead6958cef0e/library/std/src/panicking.rs:286:9 [INFO] [stderr] 10: 0x55eb51011b08 - std::panicking::rust_panic_with_hook::h1920974cdc585755 [INFO] [stderr] at /rustc/ea0b8b54c698a32b6a15d1474117ead6958cef0e/library/std/src/panicking.rs:688:13 [INFO] [stderr] 11: 0x55eb510118a7 - std::panicking::begin_panic_handler::{{closure}}::h330d8eeb88f30d9f [INFO] [stderr] at /rustc/ea0b8b54c698a32b6a15d1474117ead6958cef0e/library/std/src/panicking.rs:579:13 [INFO] [stderr] 12: 0x55eb510100cc - std::sys_common::backtrace::__rust_end_short_backtrace::hbc068c0566313eac [INFO] [stderr] at /rustc/ea0b8b54c698a32b6a15d1474117ead6958cef0e/library/std/src/sys_common/backtrace.rs:137:18 [INFO] [stderr] 13: 0x55eb510115c2 - rust_begin_unwind [INFO] [stderr] at /rustc/ea0b8b54c698a32b6a15d1474117ead6958cef0e/library/std/src/panicking.rs:575:5 [INFO] [stderr] 14: 0x55eb50b684a3 - core::panicking::panic_fmt::h0442e04c54293c53 [INFO] [stderr] at /rustc/ea0b8b54c698a32b6a15d1474117ead6958cef0e/library/core/src/panicking.rs:65:14 [INFO] [stderr] 15: 0x55eb50b6a7db - build_script_build::build_libmupdf::h3800bfd74de84531 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mupdf-sys-0.3.0/build.rs:240:9 [INFO] [stderr] 16: 0x55eb50b6aa95 - build_script_build::main::h15690618fe5df30c [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mupdf-sys-0.3.0/build.rs:340:5 [INFO] [stderr] 17: 0x55eb50b6ebeb - core::ops::function::FnOnce::call_once::h9d11bc18a9030072 [INFO] [stderr] at /rustc/ea0b8b54c698a32b6a15d1474117ead6958cef0e/library/core/src/ops/function.rs:251:5 [INFO] [stderr] 18: 0x55eb50b6bbde - std::sys_common::backtrace::__rust_begin_short_backtrace::h32818875d9d9b81a [INFO] [stderr] at /rustc/ea0b8b54c698a32b6a15d1474117ead6958cef0e/library/std/src/sys_common/backtrace.rs:121:18 [INFO] [stderr] 19: 0x55eb50b6f601 - std::rt::lang_start::{{closure}}::h40e0f10172f450b7 [INFO] [stderr] at /rustc/ea0b8b54c698a32b6a15d1474117ead6958cef0e/library/std/src/rt.rs:166:18 [INFO] [stderr] 20: 0x55eb5100804b - core::ops::function::impls:: for &F>::call_once::h37f04faa1a31f55f [INFO] [stderr] at /rustc/ea0b8b54c698a32b6a15d1474117ead6958cef0e/library/core/src/ops/function.rs:286:13 [INFO] [stderr] 21: 0x55eb5100804b - std::panicking::try::do_call::hc3ed35b98da1210f [INFO] [stderr] at /rustc/ea0b8b54c698a32b6a15d1474117ead6958cef0e/library/std/src/panicking.rs:483:40 [INFO] [stderr] 22: 0x55eb5100804b - std::panicking::try::hd27d4c5a6494c1fd [INFO] [stderr] at /rustc/ea0b8b54c698a32b6a15d1474117ead6958cef0e/library/std/src/panicking.rs:447:19 [INFO] [stderr] 23: 0x55eb5100804b - std::panic::catch_unwind::h66803f03e451b693 [INFO] [stderr] at /rustc/ea0b8b54c698a32b6a15d1474117ead6958cef0e/library/std/src/panic.rs:137:14 [INFO] [stderr] 24: 0x55eb5100804b - std::rt::lang_start_internal::{{closure}}::h7b0fd24e73d8cc00 [INFO] [stderr] at /rustc/ea0b8b54c698a32b6a15d1474117ead6958cef0e/library/std/src/rt.rs:148:48 [INFO] [stderr] 25: 0x55eb5100804b - std::panicking::try::do_call::h7bb44f272a100038 [INFO] [stderr] at /rustc/ea0b8b54c698a32b6a15d1474117ead6958cef0e/library/std/src/panicking.rs:483:40 [INFO] [stderr] 26: 0x55eb5100804b - std::panicking::try::h9e6dd728c0791561 [INFO] [stderr] at /rustc/ea0b8b54c698a32b6a15d1474117ead6958cef0e/library/std/src/panicking.rs:447:19 [INFO] [stderr] 27: 0x55eb5100804b - std::panic::catch_unwind::he335015a965bbbc9 [INFO] [stderr] at /rustc/ea0b8b54c698a32b6a15d1474117ead6958cef0e/library/std/src/panic.rs:137:14 [INFO] [stderr] 28: 0x55eb5100804b - std::rt::lang_start_internal::hc7bd93dfa9047e3d [INFO] [stderr] at /rustc/ea0b8b54c698a32b6a15d1474117ead6958cef0e/library/std/src/rt.rs:148:20 [INFO] [stderr] 29: 0x55eb50b6f5da - std::rt::lang_start::hd2e6ff76189e1043 [INFO] [stderr] at /rustc/ea0b8b54c698a32b6a15d1474117ead6958cef0e/library/std/src/rt.rs:165:17 [INFO] [stderr] 30: 0x55eb50b6b01e - main [INFO] [stderr] 31: 0x7f0dfdb02083 - __libc_start_main [INFO] [stderr] 32: 0x55eb50b6894e - _start [INFO] [stderr] 33: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "09eb2620d32f9b014c605f9a86308d0072056195b43e38314e1c56921908229a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09eb2620d32f9b014c605f9a86308d0072056195b43e38314e1c56921908229a", kill_on_drop: false }` [INFO] [stdout] 09eb2620d32f9b014c605f9a86308d0072056195b43e38314e1c56921908229a