[INFO] crate freetypegl 0.4.0 is already in cache [INFO] testing freetypegl-0.4.0 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate freetypegl 0.4.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate freetypegl 0.4.0 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate freetypegl 0.4.0 [INFO] finished tweaking crates.io crate freetypegl 0.4.0 [INFO] tweaked toml for crates.io crate freetypegl 0.4.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5a7ebd09bfaa9eb28fc0df5f96abea0f9c752b03d8a93f005db5f0164e181234 [INFO] running `Command { std: "docker" "start" "-a" "5a7ebd09bfaa9eb28fc0df5f96abea0f9c752b03d8a93f005db5f0164e181234", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5a7ebd09bfaa9eb28fc0df5f96abea0f9c752b03d8a93f005db5f0164e181234", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a7ebd09bfaa9eb28fc0df5f96abea0f9c752b03d8a93f005db5f0164e181234", kill_on_drop: false }` [INFO] [stdout] 5a7ebd09bfaa9eb28fc0df5f96abea0f9c752b03d8a93f005db5f0164e181234 [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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fec148c3a8ad730c3972af137a2316113fa05d77ab9ee5754e386c3716e97f44 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fec148c3a8ad730c3972af137a2316113fa05d77ab9ee5754e386c3716e97f44", kill_on_drop: false }` [INFO] [stderr] Compiling zlib-src-sys v0.1.2 [INFO] [stderr] Compiling freetype-src-sys v0.1.5 [INFO] [stderr] Compiling freetype-gl-sys v0.2.0 [INFO] [stderr] Compiling freetypegl v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `bytes` [INFO] [stdout] --> src/lib.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | bytes: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/ffi.rs:561:10 [INFO] [stdout] | [INFO] [stdout] 561 | ) -> u128; [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/ffi.rs:2373:18 [INFO] [stdout] | [INFO] [stdout] 2373 | __value: u128, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/ffi.rs:2381:18 [INFO] [stdout] | [INFO] [stdout] 2381 | __value: u128, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/ffi.rs:2389:18 [INFO] [stdout] | [INFO] [stdout] 2389 | __value: u128, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/ffi.rs:2416:18 [INFO] [stdout] | [INFO] [stdout] 2416 | __value: u128, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/ffi.rs:2426:18 [INFO] [stdout] | [INFO] [stdout] 2426 | __value: u128, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.44s [INFO] running `Command { std: "docker" "inspect" "fec148c3a8ad730c3972af137a2316113fa05d77ab9ee5754e386c3716e97f44", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fec148c3a8ad730c3972af137a2316113fa05d77ab9ee5754e386c3716e97f44", kill_on_drop: false }` [INFO] [stdout] fec148c3a8ad730c3972af137a2316113fa05d77ab9ee5754e386c3716e97f44 [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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dc30dbacf80e60272bed1d9d160ec27625fe0c24b2ab5d57eb7f21a52edf0998 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "dc30dbacf80e60272bed1d9d160ec27625fe0c24b2ab5d57eb7f21a52edf0998", kill_on_drop: false }` [INFO] [stderr] Compiling freetypegl v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `bytes` [INFO] [stdout] --> src/lib.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | bytes: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/ffi.rs:561:10 [INFO] [stdout] | [INFO] [stdout] 561 | ) -> u128; [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/ffi.rs:2373:18 [INFO] [stdout] | [INFO] [stdout] 2373 | __value: u128, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/ffi.rs:2381:18 [INFO] [stdout] | [INFO] [stdout] 2381 | __value: u128, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/ffi.rs:2389:18 [INFO] [stdout] | [INFO] [stdout] 2389 | __value: u128, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/ffi.rs:2416:18 [INFO] [stdout] | [INFO] [stdout] 2416 | __value: u128, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/ffi.rs:2426:18 [INFO] [stdout] | [INFO] [stdout] 2426 | __value: u128, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bytes` [INFO] [stdout] --> src/lib.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | bytes: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/ffi.rs:561:10 [INFO] [stdout] | [INFO] [stdout] 561 | ) -> u128; [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/ffi.rs:2373:18 [INFO] [stdout] | [INFO] [stdout] 2373 | __value: u128, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/ffi.rs:2381:18 [INFO] [stdout] | [INFO] [stdout] 2381 | __value: u128, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/ffi.rs:2389:18 [INFO] [stdout] | [INFO] [stdout] 2389 | __value: u128, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/ffi.rs:2416:18 [INFO] [stdout] | [INFO] [stdout] 2416 | __value: u128, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/ffi.rs:2426:18 [INFO] [stdout] | [INFO] [stdout] 2426 | __value: u128, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.65s [INFO] running `Command { std: "docker" "inspect" "dc30dbacf80e60272bed1d9d160ec27625fe0c24b2ab5d57eb7f21a52edf0998", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc30dbacf80e60272bed1d9d160ec27625fe0c24b2ab5d57eb7f21a52edf0998", kill_on_drop: false }` [INFO] [stdout] dc30dbacf80e60272bed1d9d160ec27625fe0c24b2ab5d57eb7f21a52edf0998 [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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7ed44e7c5af792614a32ada01546e1d8a9523f005ab93bca738dc2dfa33fe4dc [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7ed44e7c5af792614a32ada01546e1d8a9523f005ab93bca738dc2dfa33fe4dc", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `bytes` [INFO] [stderr] --> src/lib.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | bytes: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stderr] --> src/ffi.rs:561:10 [INFO] [stderr] | [INFO] [stderr] 561 | ) -> u128; [INFO] [stderr] | ^^^^ not FFI-safe [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stderr] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stderr] [INFO] [stderr] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stderr] --> src/ffi.rs:2373:18 [INFO] [stderr] | [INFO] [stderr] 2373 | __value: u128, [INFO] [stderr] | ^^^^ not FFI-safe [INFO] [stderr] | [INFO] [stderr] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stderr] [INFO] [stderr] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stderr] --> src/ffi.rs:2381:18 [INFO] [stderr] | [INFO] [stderr] 2381 | __value: u128, [INFO] [stderr] | ^^^^ not FFI-safe [INFO] [stderr] | [INFO] [stderr] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stderr] [INFO] [stderr] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stderr] --> src/ffi.rs:2389:18 [INFO] [stderr] | [INFO] [stderr] 2389 | __value: u128, [INFO] [stderr] | ^^^^ not FFI-safe [INFO] [stderr] | [INFO] [stderr] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stderr] [INFO] [stderr] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stderr] --> src/ffi.rs:2416:18 [INFO] [stderr] | [INFO] [stderr] 2416 | __value: u128, [INFO] [stderr] | ^^^^ not FFI-safe [INFO] [stderr] | [INFO] [stderr] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stderr] [INFO] [stderr] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stderr] --> src/ffi.rs:2426:18 [INFO] [stderr] | [INFO] [stderr] 2426 | __value: u128, [INFO] [stderr] | ^^^^ not FFI-safe [INFO] [stderr] | [INFO] [stderr] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: field is never read: `bytes` [INFO] [stderr] --> src/lib.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | bytes: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stderr] --> src/ffi.rs:561:10 [INFO] [stderr] | [INFO] [stderr] 561 | ) -> u128; [INFO] [stderr] | ^^^^ not FFI-safe [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stderr] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stderr] [INFO] [stderr] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stderr] --> src/ffi.rs:2373:18 [INFO] [stderr] | [INFO] [stderr] 2373 | __value: u128, [INFO] [stderr] | ^^^^ not FFI-safe [INFO] [stderr] | [INFO] [stderr] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stderr] [INFO] [stderr] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stderr] --> src/ffi.rs:2381:18 [INFO] [stderr] | [INFO] [stderr] 2381 | __value: u128, [INFO] [stderr] | ^^^^ not FFI-safe [INFO] [stderr] | [INFO] [stderr] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stderr] [INFO] [stderr] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stderr] --> src/ffi.rs:2389:18 [INFO] [stderr] | [INFO] [stderr] 2389 | __value: u128, [INFO] [stderr] | ^^^^ not FFI-safe [INFO] [stderr] | [INFO] [stderr] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stderr] [INFO] [stderr] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stderr] --> src/ffi.rs:2416:18 [INFO] [stderr] | [INFO] [stderr] 2416 | __value: u128, [INFO] [stderr] | ^^^^ not FFI-safe [INFO] [stderr] | [INFO] [stderr] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stderr] [INFO] [stderr] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stderr] --> src/ffi.rs:2426:18 [INFO] [stderr] | [INFO] [stderr] 2426 | __value: u128, [INFO] [stderr] | ^^^^ not FFI-safe [INFO] [stderr] | [INFO] [stderr] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/freetypegl-de8e4392d4b56f8e [INFO] [stdout] [INFO] [stdout] running 98 tests [INFO] [stdout] test ffi::bindgen_test_layout_FT_Data_ ... ok [INFO] [stdout] test ffi::bindgen_test_layout_FT_GlyphSlotRec_ ... ok [INFO] [stdout] test ffi::bindgen_test_layout_FT_Glyph_Metrics_ ... ok [INFO] [stdout] test ffi::bindgen_test_layout_FT_ListRec_ ... ok [INFO] [stdout] test ffi::bindgen_test_layout_FT_Matrix_ ... ok [INFO] [stdout] test ffi::bindgen_test_layout_FT_Open_Args_ ... ok [INFO] [stdout] test ffi::bindgen_test_layout_FT_Outline_ ... ok [INFO] [stdout] test ffi::bindgen_test_layout_FT_Outline_Funcs_ ... ok [INFO] [stdout] test ffi::bindgen_test_layout_FT_Parameter_ ... ok [INFO] [stdout] test ffi::bindgen_test_layout_FT_Raster_Params_ ... ok [INFO] [stdout] test ffi::bindgen_test_layout_FT_SizeRec_ ... ok [INFO] [stdout] test ffi::bindgen_test_layout_FT_Size_Metrics_ ... ok [INFO] [stdout] test ffi::bindgen_test_layout_FT_Size_RequestRec_ ... ok [INFO] [stdout] test ffi::bindgen_test_layout_FT_BBox_ ... ok [INFO] [stdout] test ffi::bindgen_test_layout_FT_Span_ ... ok [INFO] [stdout] test ffi::bindgen_test_layout_FT_LayerIterator_ ... ok [INFO] [stdout] test ffi::bindgen_test_layout_FT_StreamDesc_ ... ok [INFO] [stdout] test ffi::bindgen_test_layout_FT_MemoryRec_ ... ok [INFO] [stdout] test ffi::bindgen_test_layout__G_fpos_t ... ok [INFO] [stdout] test ffi::bindgen_test_layout_FT_Vector_ ... ok [INFO] [stdout] test ffi::bindgen_test_layout_FT_ListNodeRec_ ... ok [INFO] [stdout] test ffi::bindgen_test_layout__IO_FILE ... ok [INFO] [stdout] test ffi::bindgen_test_layout___fsid_t ... ok [INFO] [stdout] test ffi::bindgen_test_layout___jmp_buf_tag ... ok [INFO] [stdout] test ffi::bindgen_test_layout__G_fpos64_t ... ok [INFO] [stdout] test ffi::bindgen_test_layout___mbstate_t ... ok [INFO] [stdout] test ffi::bindgen_test_layout___locale_struct ... ok [INFO] [stdout] test ffi::bindgen_test_layout___pthread_cond_s__bindgen_ty_1 ... ok [INFO] [stdout] test ffi::bindgen_test_layout___mbstate_t__bindgen_ty_1 ... ok [INFO] [stdout] test ffi::bindgen_test_layout___pthread_cond_s__bindgen_ty_1__bindgen_ty_1 ... ok [INFO] [stdout] test ffi::bindgen_test_layout___pthread_cond_s ... ok [INFO] [stdout] test ffi::bindgen_test_layout___pthread_cond_s__bindgen_ty_2 ... ok [INFO] [stdout] test ffi::bindgen_test_layout___pthread_cond_s__bindgen_ty_2__bindgen_ty_1 ... ok [INFO] [stdout] test ffi::bindgen_test_layout___pthread_internal_list ... ok [INFO] [stdout] test ffi::bindgen_test_layout___pthread_internal_slist ... ok [INFO] [stdout] test ffi::bindgen_test_layout___pthread_mutex_s ... ok [INFO] [stdout] test ffi::bindgen_test_layout___pthread_rwlock_arch_t ... ok [INFO] [stdout] test ffi::bindgen_test_layout___va_list_tag ... ok [INFO] [stdout] test ffi::bindgen_test_layout___sigset_t ... ok [INFO] [stdout] test ffi::bindgen_test_layout_div_t ... ok [INFO] [stdout] test ffi::bindgen_test_layout_drand48_data ... ok [INFO] [stdout] test ffi::bindgen_test_layout_fd_set ... ok [INFO] [stdout] test ffi::bindgen_test_layout_ivec2 ... ok [INFO] [stdout] test ffi::bindgen_test_layout_ivec2__bindgen_ty_1 ... ok [INFO] [stdout] test ffi::bindgen_test_layout_ivec2__bindgen_ty_2 ... ok [INFO] [stdout] test ffi::bindgen_test_layout_ivec2__bindgen_ty_3 ... ok [INFO] [stdout] test ffi::bindgen_test_layout_ivec3 ... ok [INFO] [stdout] test ffi::bindgen_test_layout_ivec3__bindgen_ty_1 ... ok [INFO] [stdout] test ffi::bindgen_test_layout_ivec4 ... ok [INFO] [stdout] test ffi::bindgen_test_layout_ivec4__bindgen_ty_1 ... ok [INFO] [stdout] test ffi::bindgen_test_layout_ivec4__bindgen_ty_3 ... ok [INFO] [stdout] test ffi::bindgen_test_layout_ivec4__bindgen_ty_5 ... ok [INFO] [stdout] test ffi::bindgen_test_layout_kerning_t ... ok [INFO] [stdout] test ffi::bindgen_test_layout_lldiv_t ... ok [INFO] [stdout] test ffi::bindgen_test_layout_max_align_t ... ok [INFO] [stdout] test ffi::bindgen_test_layout_pthread_attr_t ... ok [INFO] [stdout] test ffi::bindgen_test_layout_pthread_barrier_t ... ok [INFO] [stdout] test ffi::bindgen_test_layout_pthread_barrierattr_t ... ok [INFO] [stdout] test ffi::bindgen_test_layout_pthread_cond_t ... ok [INFO] [stdout] test ffi::bindgen_test_layout_pthread_condattr_t ... ok [INFO] [stdout] test ffi::bindgen_test_layout_pthread_mutex_t ... ok [INFO] [stdout] test ffi::bindgen_test_layout_pthread_mutexattr_t ... ok [INFO] [stdout] test ffi::bindgen_test_layout_pthread_rwlock_t ... ok [INFO] [stdout] test ffi::bindgen_test_layout_pthread_rwlockattr_t ... ok [INFO] [stdout] test ffi::bindgen_test_layout_random_data ... ok [INFO] [stdout] test ffi::bindgen_test_layout_texture_atlas_t ... ok [INFO] [stdout] test ffi::bindgen_test_layout_FT_CharMapRec_ ... ok [INFO] [stdout] test ffi::bindgen_test_layout_FT_StreamRec_ ... ok [INFO] [stdout] test ffi::bindgen_test_layout_FT_UnitVector_ ... ok [INFO] [stdout] test ffi::bindgen_test_layout_ivec3__bindgen_ty_2 ... ok [INFO] [stdout] test ffi::bindgen_test_layout_FT_Generic_ ... ok [INFO] [stdout] test ffi::bindgen_test_layout_timeval ... ok [INFO] [stdout] test ffi::bindgen_test_layout_ivec4__bindgen_ty_2 ... ok [INFO] [stdout] test ffi::bindgen_test_layout_ldiv_t ... ok [INFO] [stdout] test ffi::bindgen_test_layout_vec2__bindgen_ty_1 ... ok [INFO] [stdout] test ffi::bindgen_test_layout_ivec3__bindgen_ty_3 ... ok [INFO] [stdout] test ffi::bindgen_test_layout_vec2__bindgen_ty_2 ... ok [INFO] [stdout] test ffi::bindgen_test_layout_ivec4__bindgen_ty_4 ... ok [INFO] [stdout] test ffi::bindgen_test_layout_texture_glyph_t ... ok [INFO] [stdout] test ffi::bindgen_test_layout_vec3__bindgen_ty_2 ... ok [INFO] [stdout] test ffi::bindgen_test_layout_vec2 ... ok [INFO] [stdout] test ffi::bindgen_test_layout_vec3 ... ok [INFO] [stdout] test ffi::bindgen_test_layout_vec3__bindgen_ty_3 ... ok [INFO] [stdout] test ffi::bindgen_test_layout_timespec ... ok [INFO] [stdout] test ffi::bindgen_test_layout_vec3__bindgen_ty_1 ... ok [INFO] [stdout] test ffi::bindgen_test_layout_vec4__bindgen_ty_2 ... ok [INFO] [stdout] test ffi::bindgen_test_layout_vec4 ... ok [INFO] [stdout] test ffi::bindgen_test_layout_vec4__bindgen_ty_1 ... ok [INFO] [stdout] test ffi::bindgen_test_layout_vec4__bindgen_ty_3 ... ok [INFO] [stdout] test ffi::bindgen_test_layout_vec4__bindgen_ty_4 ... ok [INFO] [stdout] test ffi::bindgen_test_layout_vector_t ... ok [INFO] [stdout] test ffi::bindgen_test_layout_FT_Bitmap_ ... ok [INFO] [stdout] test ffi::bindgen_test_layout_FT_Bitmap_Size_ ... ok [INFO] [stdout] test ffi::bindgen_test_layout_FT_Raster_Funcs_ ... ok [INFO] [stdout] test ffi::bindgen_test_layout_FT_FaceRec_ ... ok [INFO] [stdout] test ffi::bindgen_test_layout_texture_font_t__bindgen_ty_2 ... ok [INFO] [stdout] test ffi::bindgen_test_layout_texture_font_t ... ok [INFO] [stdout] test ffi::bindgen_test_layout_texture_font_t__bindgen_ty_2__bindgen_ty_1 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 98 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests freetypegl [INFO] [stdout] [INFO] [stdout] running 57 tests [INFO] [stdout] test src/ffi.rs - ffi::FT_FaceRec (line 8502) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Bitmap (line 4964) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_FaceRec (line 8466) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_FaceRec_ (line 7901) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Bitmap_ (line 4807) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Encoding_ (line 7509) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Encoding_ (line 7617) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_FaceRec (line 8548) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Encoding (line 7756) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Encoding_ (line 7521) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Encoding (line 7648) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_FaceRec (line 8454) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_FaceRec (line 8430) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_FaceRec (line 8523) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Encoding (line 7660) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_FaceRec (line 8479) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_FaceRec_ (line 7925) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_FaceRec_ (line 8019) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_FaceRec_ (line 7950) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_FaceRec_ (line 7973) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_FaceRec_ (line 7994) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_FaceRec_ (line 7937) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Get_Color_Glyph_Layer (line 11808) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Face_Properties (line 11538) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Get_Color_Glyph_Layer (line 11789) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Face_Properties (line 11569) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Get_Postscript_Name (line 11296) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_GlyphSlotRec (line 9660) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Get_Color_Glyph_Layer (line 11752) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Matrix (line 6464) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Get_SubGlyph_Info (line 11646) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Get_First_Char (line 11433) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_GlyphSlotRec (line 9527) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_GlyphSlotRec_ (line 9202) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_GlyphSlotRec (line 9574) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_GlyphSlotRec_ (line 9178) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_GlyphSlotRec (line 9636) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Matrix_ (line 6379) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_GlyphSlotRec_ (line 9069) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_GlyphSlotRec_ (line 9116) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Outline_Funcs (line 5451) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Open_Face (line 10185) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Outline (line 5151) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Open_Face (line 10213) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Outline_ (line 5017) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Open_Face (line 10133) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Outline_Funcs_ (line 5328) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Size_Metrics (line 8853) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Size_Metrics (line 8885) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Size_Metrics_ (line 8679) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Render_Glyph (line 10997) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Size_Metrics_ (line 8647) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Size_Request_Type (line 10450) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Render_Glyph (line 11049) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_StreamRec (line 4436) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_Size_Request_Type_ (line 10403) ... FAILED [INFO] [stdout] test src/ffi.rs - ffi::FT_StreamRec_ (line 4257) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/ffi.rs - ffi::FT_FaceRec (line 8502) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `that` [INFO] [stdout] --> src/ffi.rs:8503:6 [INFO] [stdout] | [INFO] [stdout] 3 | Note that FreeType tries to sanitize the strike data since they are [INFO] [stdout] | ^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Bitmap (line 4964) stdout ---- [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/ffi.rs:4965:11 [INFO] [stdout] | [INFO] [stdout] 3 | Note that 'padding' means the alignment of a bitmap to a byte [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 3 | Note that "padding" means the alignment of a bitmap to a byte [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:4969:25 [INFO] [stdout] | [INFO] [stdout] 7 | For the B/W rasterizer, `pitch` is always an even number. [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 7 | For the B/W rasterizer, 'pitch` is always an even number. [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:4969:31 [INFO] [stdout] | [INFO] [stdout] 7 | For the B/W rasterizer, `pitch` is always an even number. [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 7 | For the B/W rasterizer, `pitch' is always an even number. [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:4974:6 [INFO] [stdout] | [INFO] [stdout] 12 | file `example2.cpp` in the tutorial for a demonstration. [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 12 | file 'example2.cpp` in the tutorial for a demonstration. [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:4974:19 [INFO] [stdout] | [INFO] [stdout] 12 | file `example2.cpp` in the tutorial for a demonstration. [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 12 | file `example2.cpp' in the tutorial for a demonstration. [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `that` [INFO] [stdout] --> src/ffi.rs:4965:6 [INFO] [stdout] | [INFO] [stdout] 3 | Note that 'padding' means the alignment of a bitmap to a byte [INFO] [stdout] | ^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_FaceRec (line 8466) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `CID` [INFO] [stdout] --> src/ffi.rs:8467:5 [INFO] [stdout] | [INFO] [stdout] 3 | For CID-keyed fonts (not in an SFNT wrapper) this value gives the [INFO] [stdout] | ^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_FaceRec_ (line 7901) stdout ---- [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:7906:53 [INFO] [stdout] | [INFO] [stdout] 7 | If we have the third named instance of face~4, say, `face_index` is [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 7 | If we have the third named instance of face~4, say, 'face_index` is [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:7906:64 [INFO] [stdout] | [INFO] [stdout] 7 | If we have the third named instance of face~4, say, `face_index` is [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 7 | If we have the third named instance of face~4, say, `face_index' is [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: hexadecimal float literal is not supported [INFO] [stdout] --> src/ffi.rs:7907:8 [INFO] [stdout] | [INFO] [stdout] 8 | set to 0x00030004. [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:7909:33 [INFO] [stdout] | [INFO] [stdout] 10 | Bit 31 is always zero (this is, `face_index` is always a positive [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 10 | Bit 31 is always zero (this is, 'face_index` is always a positive [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:7909:44 [INFO] [stdout] | [INFO] [stdout] 10 | Bit 31 is always zero (this is, `face_index` is always a positive [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 10 | Bit 31 is always zero (this is, `face_index' is always a positive [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `,`, `.`, `::`, `;`, `?`, `]`, `{`, or an operator, found `2.6` [INFO] [stdout] --> src/ffi.rs:7902:8 [INFO] [stdout] | [INFO] [stdout] 3 | [Since 2.6.1] Bits 16-30 are relevant to GX and OpenType variation [INFO] [stdout] | ^^^ expected one of 9 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Bitmap_ (line 4807) stdout ---- [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/ffi.rs:4808:11 [INFO] [stdout] | [INFO] [stdout] 3 | Note that 'padding' means the alignment of a bitmap to a byte [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 3 | Note that "padding" means the alignment of a bitmap to a byte [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:4812:25 [INFO] [stdout] | [INFO] [stdout] 7 | For the B/W rasterizer, `pitch` is always an even number. [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 7 | For the B/W rasterizer, 'pitch` is always an even number. [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:4812:31 [INFO] [stdout] | [INFO] [stdout] 7 | For the B/W rasterizer, `pitch` is always an even number. [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 7 | For the B/W rasterizer, `pitch' is always an even number. [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:4817:6 [INFO] [stdout] | [INFO] [stdout] 12 | file `example2.cpp` in the tutorial for a demonstration. [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 12 | file 'example2.cpp` in the tutorial for a demonstration. [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:4817:19 [INFO] [stdout] | [INFO] [stdout] 12 | file `example2.cpp` in the tutorial for a demonstration. [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 12 | file `example2.cpp' in the tutorial for a demonstration. [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `that` [INFO] [stdout] --> src/ffi.rs:4808:6 [INFO] [stdout] | [INFO] [stdout] 3 | Note that 'padding' means the alignment of a bitmap to a byte [INFO] [stdout] | ^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Encoding_ (line 7509) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `example` [INFO] [stdout] --> src/ffi.rs:7510:5 [INFO] [stdout] | [INFO] [stdout] 3 | For example, if you want to access Unicode value U+1F028 (and the [INFO] [stdout] | ^^^^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Encoding_ (line 7617) stdout ---- [INFO] [stdout] error: expected type, found `}` [INFO] [stdout] --> src/ffi.rs:7619:1 [INFO] [stdout] | [INFO] [stdout] 3 | https://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/Readme.txt [INFO] [stdout] | - help: try using a semicolon: `;` [INFO] [stdout] 4 | } [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_FaceRec (line 8548) stdout ---- [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:8549:42 [INFO] [stdout] | [INFO] [stdout] 3 | If you want the global glyph height, use `ascender - descender`. [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 3 | If you want the global glyph height, use 'ascender - descender`. [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:8549:63 [INFO] [stdout] | [INFO] [stdout] 3 | If you want the global glyph height, use `ascender - descender`. [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 3 | If you want the global glyph height, use `ascender - descender'. [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `you` [INFO] [stdout] --> src/ffi.rs:8549:4 [INFO] [stdout] | [INFO] [stdout] 3 | If you want the global glyph height, use `ascender - descender`. [INFO] [stdout] | ^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Encoding (line 7756) stdout ---- [INFO] [stdout] error: expected type, found `}` [INFO] [stdout] --> src/ffi.rs:7758:1 [INFO] [stdout] | [INFO] [stdout] 3 | https://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/Readme.txt [INFO] [stdout] | - help: try using a semicolon: `;` [INFO] [stdout] 4 | } [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Encoding_ (line 7521) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `encoding` [INFO] [stdout] --> src/ffi.rs:7522:6 [INFO] [stdout] | [INFO] [stdout] 3 | This encoding uses character codes from the PUA (Private Unicode [INFO] [stdout] | ^^^^^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Encoding (line 7648) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `example` [INFO] [stdout] --> src/ffi.rs:7649:5 [INFO] [stdout] | [INFO] [stdout] 3 | For example, if you want to access Unicode value U+1F028 (and the [INFO] [stdout] | ^^^^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_FaceRec (line 8454) stdout ---- [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:8457:45 [INFO] [stdout] | [INFO] [stdout] 5 | (sub)font. Bit 31 is always zero (this is, `style_flags` is always [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 5 | (sub)font. Bit 31 is always zero (this is, 'style_flags` is always [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:8457:57 [INFO] [stdout] | [INFO] [stdout] 5 | (sub)font. Bit 31 is always zero (this is, `style_flags` is always [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 5 | (sub)font. Bit 31 is always zero (this is, `style_flags' is always [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `,`, `.`, `::`, `;`, `?`, `]`, `{`, or an operator, found `2.6` [INFO] [stdout] --> src/ffi.rs:8455:8 [INFO] [stdout] | [INFO] [stdout] 3 | [Since 2.6.1] Bits 16-30 hold the number of named instances [INFO] [stdout] | ^^^ expected one of 9 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_FaceRec (line 8430) stdout ---- [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:8435:53 [INFO] [stdout] | [INFO] [stdout] 7 | If we have the third named instance of face~4, say, `face_index` is [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 7 | If we have the third named instance of face~4, say, 'face_index` is [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:8435:64 [INFO] [stdout] | [INFO] [stdout] 7 | If we have the third named instance of face~4, say, `face_index` is [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 7 | If we have the third named instance of face~4, say, `face_index' is [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: hexadecimal float literal is not supported [INFO] [stdout] --> src/ffi.rs:8436:8 [INFO] [stdout] | [INFO] [stdout] 8 | set to 0x00030004. [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:8438:33 [INFO] [stdout] | [INFO] [stdout] 10 | Bit 31 is always zero (this is, `face_index` is always a positive [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 10 | Bit 31 is always zero (this is, 'face_index` is always a positive [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:8438:44 [INFO] [stdout] | [INFO] [stdout] 10 | Bit 31 is always zero (this is, `face_index` is always a positive [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 10 | Bit 31 is always zero (this is, `face_index' is always a positive [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `,`, `.`, `::`, `;`, `?`, `]`, `{`, or an operator, found `2.6` [INFO] [stdout] --> src/ffi.rs:8431:8 [INFO] [stdout] | [INFO] [stdout] 3 | [Since 2.6.1] Bits 16-30 are relevant to GX and OpenType variation [INFO] [stdout] | ^^^ expected one of 9 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_FaceRec (line 8523) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `that` [INFO] [stdout] --> src/ffi.rs:8524:6 [INFO] [stdout] | [INFO] [stdout] 3 | Note that the bounding box might be off by (at least) one pixel for [INFO] [stdout] | ^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Encoding (line 7660) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `encoding` [INFO] [stdout] --> src/ffi.rs:7661:6 [INFO] [stdout] | [INFO] [stdout] 3 | This encoding uses character codes from the PUA (Private Unicode [INFO] [stdout] | ^^^^^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_FaceRec (line 8479) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `case` [INFO] [stdout] --> src/ffi.rs:8480:4 [INFO] [stdout] | [INFO] [stdout] 3 | In case the font doesn't provide a specific family name entry, [INFO] [stdout] | ^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_FaceRec_ (line 7925) stdout ---- [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:7928:45 [INFO] [stdout] | [INFO] [stdout] 5 | (sub)font. Bit 31 is always zero (this is, `style_flags` is always [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 5 | (sub)font. Bit 31 is always zero (this is, 'style_flags` is always [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:7928:57 [INFO] [stdout] | [INFO] [stdout] 5 | (sub)font. Bit 31 is always zero (this is, `style_flags` is always [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 5 | (sub)font. Bit 31 is always zero (this is, `style_flags' is always [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `,`, `.`, `::`, `;`, `?`, `]`, `{`, or an operator, found `2.6` [INFO] [stdout] --> src/ffi.rs:7926:8 [INFO] [stdout] | [INFO] [stdout] 3 | [Since 2.6.1] Bits 16-30 hold the number of named instances [INFO] [stdout] | ^^^ expected one of 9 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_FaceRec_ (line 8019) stdout ---- [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:8020:42 [INFO] [stdout] | [INFO] [stdout] 3 | If you want the global glyph height, use `ascender - descender`. [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 3 | If you want the global glyph height, use 'ascender - descender`. [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:8020:63 [INFO] [stdout] | [INFO] [stdout] 3 | If you want the global glyph height, use `ascender - descender`. [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 3 | If you want the global glyph height, use `ascender - descender'. [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `you` [INFO] [stdout] --> src/ffi.rs:8020:4 [INFO] [stdout] | [INFO] [stdout] 3 | If you want the global glyph height, use `ascender - descender`. [INFO] [stdout] | ^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_FaceRec_ (line 7950) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `case` [INFO] [stdout] --> src/ffi.rs:7951:4 [INFO] [stdout] | [INFO] [stdout] 3 | In case the font doesn't provide a specific family name entry, [INFO] [stdout] | ^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_FaceRec_ (line 7973) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `that` [INFO] [stdout] --> src/ffi.rs:7974:6 [INFO] [stdout] | [INFO] [stdout] 3 | Note that FreeType tries to sanitize the strike data since they are [INFO] [stdout] | ^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_FaceRec_ (line 7994) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `that` [INFO] [stdout] --> src/ffi.rs:7995:6 [INFO] [stdout] | [INFO] [stdout] 3 | Note that the bounding box might be off by (at least) one pixel for [INFO] [stdout] | ^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_FaceRec_ (line 7937) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `CID` [INFO] [stdout] --> src/ffi.rs:7938:5 [INFO] [stdout] | [INFO] [stdout] 3 | For CID-keyed fonts (not in an SFNT wrapper) this value gives the [INFO] [stdout] | ^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Get_Color_Glyph_Layer (line 11808) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `iterator` [INFO] [stdout] --> src/ffi.rs:11810:21 [INFO] [stdout] | [INFO] [stdout] 4 | FT_LayerIterator iterator; [INFO] [stdout] | ^^^^^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FT_Color` in this scope [INFO] [stdout] --> src/ffi.rs:11809:1 [INFO] [stdout] | [INFO] [stdout] 3 | FT_Color* palette; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `palette` in this scope [INFO] [stdout] --> src/ffi.rs:11809:19 [INFO] [stdout] | [INFO] [stdout] 3 | FT_Color* palette; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Face_Properties (line 11538) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `property1` [INFO] [stdout] --> src/ffi.rs:11539:22 [INFO] [stdout] | [INFO] [stdout] 3 | FT_Parameter property1; [INFO] [stdout] | ^^^^^^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Get_Color_Glyph_Layer (line 11789) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `color` [INFO] [stdout] --> src/ffi.rs:11790:5 [INFO] [stdout] | [INFO] [stdout] 3 | The color palette can be retrieved with @FT_Palette_Select. [INFO] [stdout] | ^^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Face_Properties (line 11569) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `property` [INFO] [stdout] --> src/ffi.rs:11570:15 [INFO] [stdout] | [INFO] [stdout] 3 | FT_Parameter property; [INFO] [stdout] | ^^^^^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Get_Postscript_Name (line 11296) stdout ---- [INFO] [stdout] error: expected type, found `}` [INFO] [stdout] --> src/ffi.rs:11298:1 [INFO] [stdout] | [INFO] [stdout] 3 | https://download.macromedia.com/pub/developer/opentype/tech-notes/5902.AdobePSNameGeneration.html [INFO] [stdout] | - help: try using a semicolon: `;` [INFO] [stdout] 4 | } [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_GlyphSlotRec (line 9660) stdout ---- [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:9668:20 [INFO] [stdout] | [INFO] [stdout] 8 | and add it to `origin_x'> [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 8 | and add it to 'origin_x'> [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error[E0762]: unterminated character literal [INFO] [stdout] --> src/ffi.rs:9668:29 [INFO] [stdout] | [INFO] [stdout] 8 | and add it to `origin_x'> [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0762`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Get_Color_Glyph_Layer (line 11752) stdout ---- [INFO] [stdout] error: expected type, found `}` [INFO] [stdout] --> src/ffi.rs:11754:1 [INFO] [stdout] | [INFO] [stdout] 3 | https://docs.microsoft.com/en-us/typography/opentype/spec/colr [INFO] [stdout] | - help: try using a semicolon: `;` [INFO] [stdout] 4 | } [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Matrix (line 6464) stdout ---- [INFO] [stdout] error[E0762]: unterminated character literal [INFO] [stdout] --> src/ffi.rs:6465:4 [INFO] [stdout] | [INFO] [stdout] 1 | x' = x*xx + y*xy [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0762`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Get_SubGlyph_Info (line 11646) stdout ---- [INFO] [stdout] error: expected type, found `}` [INFO] [stdout] --> src/ffi.rs:11648:1 [INFO] [stdout] | [INFO] [stdout] 3 | https://docs.microsoft.com/en-us/typography/opentype/spec/glyf#composite-glyph-description [INFO] [stdout] | - help: try using a semicolon: `;` [INFO] [stdout] 4 | } [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Get_First_Char (line 11433) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `charcode` [INFO] [stdout] --> src/ffi.rs:11434:11 [INFO] [stdout] | [INFO] [stdout] 3 | FT_ULong charcode; [INFO] [stdout] | ^^^^^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_GlyphSlotRec (line 9527) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `that` [INFO] [stdout] --> src/ffi.rs:9528:6 [INFO] [stdout] | [INFO] [stdout] 3 | Note that even when the glyph image is transformed, the metrics are [INFO] [stdout] | ^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_GlyphSlotRec_ (line 9202) stdout ---- [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:9210:20 [INFO] [stdout] | [INFO] [stdout] 8 | and add it to `origin_x'> [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 8 | and add it to 'origin_x'> [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error[E0762]: unterminated character literal [INFO] [stdout] --> src/ffi.rs:9210:29 [INFO] [stdout] | [INFO] [stdout] 8 | and add it to `origin_x'> [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0762`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_GlyphSlotRec (line 9574) stdout ---- [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:9580:28 [INFO] [stdout] | [INFO] [stdout] 8 | scale it, using the font's `units_per_EM` value as the ppem. [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 8 | scale it, using the font's 'units_per_EM` value as the ppem. [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:9580:41 [INFO] [stdout] | [INFO] [stdout] 8 | scale it, using the font's `units_per_EM` value as the ppem. [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 8 | scale it, using the font's `units_per_EM' value as the ppem. [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `,`, `.`, `::`, `;`, `?`, `]`, `{`, or an operator, found `2.10` [INFO] [stdout] --> src/ffi.rs:9575:8 [INFO] [stdout] | [INFO] [stdout] 3 | [Since 2.10.1] If @FT_LOAD_NO_SCALE is set, outline coordinates of [INFO] [stdout] | ^^^^ expected one of 9 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_GlyphSlotRec_ (line 9178) stdout ---- [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:9184:22 [INFO] [stdout] | [INFO] [stdout] 6 | [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 6 | [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error[E0762]: unterminated character literal [INFO] [stdout] --> src/ffi.rs:9184:36 [INFO] [stdout] | [INFO] [stdout] 6 | [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0762`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_GlyphSlotRec (line 9636) stdout ---- [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:9642:22 [INFO] [stdout] | [INFO] [stdout] 6 | [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 6 | [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error[E0762]: unterminated character literal [INFO] [stdout] --> src/ffi.rs:9642:36 [INFO] [stdout] | [INFO] [stdout] 6 | [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0762`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Matrix_ (line 6379) stdout ---- [INFO] [stdout] error[E0762]: unterminated character literal [INFO] [stdout] --> src/ffi.rs:6380:4 [INFO] [stdout] | [INFO] [stdout] 1 | x' = x*xx + y*xy [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0762`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_GlyphSlotRec_ (line 9069) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `that` [INFO] [stdout] --> src/ffi.rs:9070:6 [INFO] [stdout] | [INFO] [stdout] 3 | Note that even when the glyph image is transformed, the metrics are [INFO] [stdout] | ^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_GlyphSlotRec_ (line 9116) stdout ---- [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:9122:28 [INFO] [stdout] | [INFO] [stdout] 8 | scale it, using the font's `units_per_EM` value as the ppem. [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 8 | scale it, using the font's 'units_per_EM` value as the ppem. [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:9122:41 [INFO] [stdout] | [INFO] [stdout] 8 | scale it, using the font's `units_per_EM` value as the ppem. [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 8 | scale it, using the font's `units_per_EM' value as the ppem. [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `,`, `.`, `::`, `;`, `?`, `]`, `{`, or an operator, found `2.10` [INFO] [stdout] --> src/ffi.rs:9117:8 [INFO] [stdout] | [INFO] [stdout] 3 | [Since 2.10.1] If @FT_LOAD_NO_SCALE is set, outline coordinates of [INFO] [stdout] | ^^^^ expected one of 9 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Outline_Funcs (line 5451) stdout ---- [INFO] [stdout] error[E0762]: unterminated character literal [INFO] [stdout] --> src/ffi.rs:5452:4 [INFO] [stdout] | [INFO] [stdout] 1 | x' = (x << shift) - delta [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0762`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Open_Face (line 10185) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/ffi.rs:10186:1 [INFO] [stdout] | [INFO] [stdout] 3 | ... [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 3 | .. [INFO] [stdout] | [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 3 | ..= [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `face` [INFO] [stdout] --> src/ffi.rs:10187:12 [INFO] [stdout] | [INFO] [stdout] 4 | FT_Face face; [INFO] [stdout] | ^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Outline (line 5151) stdout ---- [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/ffi.rs:5152:33 [INFO] [stdout] | [INFO] [stdout] 3 | If bit~0 is unset, the point is 'off' the curve, i.e., a Bezier [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 3 | If bit~0 is unset, the point is "off" the curve, i.e., a Bezier [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/ffi.rs:5153:28 [INFO] [stdout] | [INFO] [stdout] 4 | control point, while it is 'on' if set. [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 4 | control point, while it is "on" if set. [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/ffi.rs:5155:25 [INFO] [stdout] | [INFO] [stdout] 6 | Bit~1 is meaningful for 'off' points only. If set, it indicates a [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 6 | Bit~1 is meaningful for "off" points only. If set, it indicates a [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/ffi.rs:5161:5 [INFO] [stdout] | [INFO] [stdout] 12 | the 'SCANMODE' instruction). [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 12 | the "SCANMODE" instruction). [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `bit` [INFO] [stdout] --> src/ffi.rs:5152:4 [INFO] [stdout] | [INFO] [stdout] 3 | If bit~0 is unset, the point is 'off' the curve, i.e., a Bezier [INFO] [stdout] | ^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Open_Face (line 10213) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/ffi.rs:10214:1 [INFO] [stdout] | [INFO] [stdout] 3 | ... [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 3 | .. [INFO] [stdout] | [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 3 | ..= [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `face` [INFO] [stdout] --> src/ffi.rs:10215:12 [INFO] [stdout] | [INFO] [stdout] 4 | FT_Face face; [INFO] [stdout] | ^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Outline_ (line 5017) stdout ---- [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/ffi.rs:5018:33 [INFO] [stdout] | [INFO] [stdout] 3 | If bit~0 is unset, the point is 'off' the curve, i.e., a Bezier [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 3 | If bit~0 is unset, the point is "off" the curve, i.e., a Bezier [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/ffi.rs:5019:28 [INFO] [stdout] | [INFO] [stdout] 4 | control point, while it is 'on' if set. [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 4 | control point, while it is "on" if set. [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/ffi.rs:5021:25 [INFO] [stdout] | [INFO] [stdout] 6 | Bit~1 is meaningful for 'off' points only. If set, it indicates a [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 6 | Bit~1 is meaningful for "off" points only. If set, it indicates a [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/ffi.rs:5027:5 [INFO] [stdout] | [INFO] [stdout] 12 | the 'SCANMODE' instruction). [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 12 | the "SCANMODE" instruction). [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `bit` [INFO] [stdout] --> src/ffi.rs:5018:4 [INFO] [stdout] | [INFO] [stdout] 3 | If bit~0 is unset, the point is 'off' the curve, i.e., a Bezier [INFO] [stdout] | ^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Open_Face (line 10133) stdout ---- [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:10139:1 [INFO] [stdout] | [INFO] [stdout] 8 | `face_index` should be set to 0x00030004. If you want to access [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 8 | 'face_index` should be set to 0x00030004. If you want to access [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:10139:12 [INFO] [stdout] | [INFO] [stdout] 8 | `face_index` should be set to 0x00030004. If you want to access [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 8 | `face_index' should be set to 0x00030004. If you want to access [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: hexadecimal float literal is not supported [INFO] [stdout] --> src/ffi.rs:10139:31 [INFO] [stdout] | [INFO] [stdout] 8 | `face_index` should be set to 0x00030004. If you want to access [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:10140:47 [INFO] [stdout] | [INFO] [stdout] 9 | face~4 without variation handling, simply set `face_index` to [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 9 | face~4 without variation handling, simply set 'face_index` to [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:10140:58 [INFO] [stdout] | [INFO] [stdout] 9 | face~4 without variation handling, simply set `face_index` to [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 9 | face~4 without variation handling, simply set `face_index' to [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:10143:1 [INFO] [stdout] | [INFO] [stdout] 12 | `FT_Open_Face` and its siblings can be used to quickly check whether [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 12 | 'FT_Open_Face` and its siblings can be used to quickly check whether [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:10143:14 [INFO] [stdout] | [INFO] [stdout] 12 | `FT_Open_Face` and its siblings can be used to quickly check whether [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 12 | `FT_Open_Face' and its siblings can be used to quickly check whether [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:10145:20 [INFO] [stdout] | [INFO] [stdout] 14 | In general, if the `face_index` argument is negative, the function's [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 14 | In general, if the 'face_index` argument is negative, the function's [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:10145:31 [INFO] [stdout] | [INFO] [stdout] 14 | In general, if the `face_index` argument is negative, the function's [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 14 | In general, if the `face_index' argument is negative, the function's [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:10148:4 [INFO] [stdout] | [INFO] [stdout] 17 | in `*aface` (if `aface` isn't `NULL`); the only two useful fields in [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 17 | in '*aface` (if `aface` isn't `NULL`); the only two useful fields in [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:10148:11 [INFO] [stdout] | [INFO] [stdout] 17 | in `*aface` (if `aface` isn't `NULL`); the only two useful fields in [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 17 | in `*aface' (if `aface` isn't `NULL`); the only two useful fields in [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:10148:17 [INFO] [stdout] | [INFO] [stdout] 17 | in `*aface` (if `aface` isn't `NULL`); the only two useful fields in [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 17 | in `*aface` (if 'aface` isn't `NULL`); the only two useful fields in [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:10148:23 [INFO] [stdout] | [INFO] [stdout] 17 | in `*aface` (if `aface` isn't `NULL`); the only two useful fields in [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 17 | in `*aface` (if `aface' isn't `NULL`); the only two useful fields in [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:10148:31 [INFO] [stdout] | [INFO] [stdout] 17 | in `*aface` (if `aface` isn't `NULL`); the only two useful fields in [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 17 | in `*aface` (if `aface` isn't 'NULL`); the only two useful fields in [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:10148:36 [INFO] [stdout] | [INFO] [stdout] 17 | in `*aface` (if `aface` isn't `NULL`); the only two useful fields in [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 17 | in `*aface` (if `aface` isn't `NULL'); the only two useful fields in [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:10149:23 [INFO] [stdout] | [INFO] [stdout] 18 | this special case are `face->num_faces` and `face->style_flags`. [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 18 | this special case are 'face->num_faces` and `face->style_flags`. [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:10149:39 [INFO] [stdout] | [INFO] [stdout] 18 | this special case are `face->num_faces` and `face->style_flags`. [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 18 | this special case are `face->num_faces' and `face->style_flags`. [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:10149:45 [INFO] [stdout] | [INFO] [stdout] 18 | this special case are `face->num_faces` and `face->style_flags`. [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 18 | this special case are `face->num_faces` and 'face->style_flags`. [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:10149:63 [INFO] [stdout] | [INFO] [stdout] 18 | this special case are `face->num_faces` and `face->style_flags`. [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 18 | this special case are `face->num_faces` and `face->style_flags'. [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:10150:27 [INFO] [stdout] | [INFO] [stdout] 19 | For any negative value of `face_index`, `face->num_faces` gives the [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 19 | For any negative value of 'face_index`, `face->num_faces` gives the [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:10150:38 [INFO] [stdout] | [INFO] [stdout] 19 | For any negative value of `face_index`, `face->num_faces` gives the [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 19 | For any negative value of `face_index', `face->num_faces` gives the [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:10150:41 [INFO] [stdout] | [INFO] [stdout] 19 | For any negative value of `face_index`, `face->num_faces` gives the [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 19 | For any negative value of `face_index`, 'face->num_faces` gives the [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:10150:57 [INFO] [stdout] | [INFO] [stdout] 19 | For any negative value of `face_index`, `face->num_faces` gives the [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 19 | For any negative value of `face_index`, `face->num_faces' gives the [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/ffi.rs:10152:1 [INFO] [stdout] | [INFO] [stdout] 21 | '-(N+1)' (with 'N' a non-negative 16-bit value), bits 16-30 in [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 21 | "-(N+1)" (with 'N' a non-negative 16-bit value), bits 16-30 in [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:10153:1 [INFO] [stdout] | [INFO] [stdout] 22 | `face->style_flags` give the number of named instances in face 'N' [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 22 | 'face->style_flags` give the number of named instances in face 'N' [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:10153:19 [INFO] [stdout] | [INFO] [stdout] 22 | `face->style_flags` give the number of named instances in face 'N' [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 22 | `face->style_flags' give the number of named instances in face 'N' [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `,`, `.`, `::`, `;`, `?`, `]`, `{`, or an operator, found `2.6` [INFO] [stdout] --> src/ffi.rs:10134:8 [INFO] [stdout] | [INFO] [stdout] 3 | [Since 2.6.1] Bits 16-30 are relevant to GX and OpenType variation [INFO] [stdout] | ^^^ expected one of 9 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to 27 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Outline_Funcs_ (line 5328) stdout ---- [INFO] [stdout] error[E0762]: unterminated character literal [INFO] [stdout] --> src/ffi.rs:5329:4 [INFO] [stdout] | [INFO] [stdout] 1 | x' = (x << shift) - delta [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0762`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Size_Metrics (line 8853) stdout ---- [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `->` [INFO] [stdout] --> src/ffi.rs:8854:34 [INFO] [stdout] | [INFO] [stdout] 3 | scaled_ascender = FT_MulFix( face->ascender, [INFO] [stdout] | ^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Size_Metrics (line 8885) stdout ---- [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `->` [INFO] [stdout] --> src/ffi.rs:8891:39 [INFO] [stdout] | [INFO] [stdout] 8 | ascender = ROUND( FT_MulFix( face->ascender, [INFO] [stdout] | ^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Size_Metrics_ (line 8679) stdout ---- [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `->` [INFO] [stdout] --> src/ffi.rs:8685:39 [INFO] [stdout] | [INFO] [stdout] 8 | ascender = ROUND( FT_MulFix( face->ascender, [INFO] [stdout] | ^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Render_Glyph (line 10997) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `@` [INFO] [stdout] --> src/ffi.rs:10998:4 [INFO] [stdout] | [INFO] [stdout] 3 | If @FT_RENDER_MODE_NORMAL is used, a previous call of @FT_Load_Glyph [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Size_Metrics_ (line 8647) stdout ---- [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `->` [INFO] [stdout] --> src/ffi.rs:8648:34 [INFO] [stdout] | [INFO] [stdout] 3 | scaled_ascender = FT_MulFix( face->ascender, [INFO] [stdout] | ^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Size_Request_Type (line 10450) stdout ---- [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:10454:1 [INFO] [stdout] | [INFO] [stdout] 6 | `units_per_EM` is a rather abstract value which bears no relation to [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 6 | 'units_per_EM` is a rather abstract value which bears no relation to [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:10454:14 [INFO] [stdout] | [INFO] [stdout] 6 | `units_per_EM` is a rather abstract value which bears no relation to [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 6 | `units_per_EM' is a rather abstract value which bears no relation to [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `is` [INFO] [stdout] --> src/ffi.rs:10451:6 [INFO] [stdout] | [INFO] [stdout] 3 | This is the standard scaling found in most applications. In [INFO] [stdout] | ^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Render_Glyph (line 11049) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `,` [INFO] [stdout] --> src/ffi.rs:11050:42 [INFO] [stdout] | [INFO] [stdout] 3 | dst = alpha * src + (1 - alpha) * dst , [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_StreamRec (line 4436) stdout ---- [INFO] [stdout] error: hexadecimal float literal is not supported [INFO] [stdout] --> src/ffi.rs:4438:55 [INFO] [stdout] | [INFO] [stdout] 4 | actually doing the decompression, the value is set to 0x7FFFFFFF. [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `case` [INFO] [stdout] --> src/ffi.rs:4437:4 [INFO] [stdout] | [INFO] [stdout] 3 | In case of compressed streams where the size is unknown before [INFO] [stdout] | ^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_Size_Request_Type_ (line 10403) stdout ---- [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:10407:1 [INFO] [stdout] | [INFO] [stdout] 6 | `units_per_EM` is a rather abstract value which bears no relation to [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 6 | 'units_per_EM` is a rather abstract value which bears no relation to [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/ffi.rs:10407:14 [INFO] [stdout] | [INFO] [stdout] 6 | `units_per_EM` is a rather abstract value which bears no relation to [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 6 | `units_per_EM' is a rather abstract value which bears no relation to [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `is` [INFO] [stdout] --> src/ffi.rs:10404:6 [INFO] [stdout] | [INFO] [stdout] 3 | This is the standard scaling found in most applications. In [INFO] [stdout] | ^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ffi.rs - ffi::FT_StreamRec_ (line 4257) stdout ---- [INFO] [stdout] error: hexadecimal float literal is not supported [INFO] [stdout] --> src/ffi.rs:4259:55 [INFO] [stdout] | [INFO] [stdout] 4 | actually doing the decompression, the value is set to 0x7FFFFFFF. [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `case` [INFO] [stdout] --> src/ffi.rs:4258:4 [INFO] [stdout] | [INFO] [stdout] 3 | In case of compressed streams where the size is unknown before [INFO] [stdout] | ^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/ffi.rs - ffi::FT_Bitmap (line 4964) [INFO] [stdout] src/ffi.rs - ffi::FT_Bitmap_ (line 4807) [INFO] [stdout] src/ffi.rs - ffi::FT_Encoding (line 7648) [INFO] [stdout] src/ffi.rs - ffi::FT_Encoding (line 7660) [INFO] [stdout] src/ffi.rs - ffi::FT_Encoding (line 7756) [INFO] [stdout] src/ffi.rs - ffi::FT_Encoding_ (line 7509) [INFO] [stdout] src/ffi.rs - ffi::FT_Encoding_ (line 7521) [INFO] [stdout] src/ffi.rs - ffi::FT_Encoding_ (line 7617) [INFO] [stdout] src/ffi.rs - ffi::FT_FaceRec (line 8430) [INFO] [stdout] src/ffi.rs - ffi::FT_FaceRec (line 8454) [INFO] [stdout] src/ffi.rs - ffi::FT_FaceRec (line 8466) [INFO] [stdout] src/ffi.rs - ffi::FT_FaceRec (line 8479) [INFO] [stdout] src/ffi.rs - ffi::FT_FaceRec (line 8502) [INFO] [stdout] src/ffi.rs - ffi::FT_FaceRec (line 8523) [INFO] [stdout] src/ffi.rs - ffi::FT_FaceRec (line 8548) [INFO] [stdout] src/ffi.rs - ffi::FT_FaceRec_ (line 7901) [INFO] [stdout] src/ffi.rs - ffi::FT_FaceRec_ (line 7925) [INFO] [stdout] src/ffi.rs - ffi::FT_FaceRec_ (line 7937) [INFO] [stdout] src/ffi.rs - ffi::FT_FaceRec_ (line 7950) [INFO] [stdout] src/ffi.rs - ffi::FT_FaceRec_ (line 7973) [INFO] [stdout] src/ffi.rs - ffi::FT_FaceRec_ (line 7994) [INFO] [stdout] src/ffi.rs - ffi::FT_FaceRec_ (line 8019) [INFO] [stdout] src/ffi.rs - ffi::FT_Face_Properties (line 11538) [INFO] [stdout] src/ffi.rs - ffi::FT_Face_Properties (line 11569) [INFO] [stdout] src/ffi.rs - ffi::FT_Get_Color_Glyph_Layer (line 11752) [INFO] [stdout] src/ffi.rs - ffi::FT_Get_Color_Glyph_Layer (line 11789) [INFO] [stdout] src/ffi.rs - ffi::FT_Get_Color_Glyph_Layer (line 11808) [INFO] [stdout] src/ffi.rs - ffi::FT_Get_First_Char (line 11433) [INFO] [stdout] src/ffi.rs - ffi::FT_Get_Postscript_Name (line 11296) [INFO] [stdout] src/ffi.rs - ffi::FT_Get_SubGlyph_Info (line 11646) [INFO] [stdout] src/ffi.rs - ffi::FT_GlyphSlotRec (line 9527) [INFO] [stdout] src/ffi.rs - ffi::FT_GlyphSlotRec (line 9574) [INFO] [stdout] src/ffi.rs - ffi::FT_GlyphSlotRec (line 9636) [INFO] [stdout] src/ffi.rs - ffi::FT_GlyphSlotRec (line 9660) [INFO] [stdout] src/ffi.rs - ffi::FT_GlyphSlotRec_ (line 9069) [INFO] [stdout] src/ffi.rs - ffi::FT_GlyphSlotRec_ (line 9116) [INFO] [stdout] src/ffi.rs - ffi::FT_GlyphSlotRec_ (line 9178) [INFO] [stdout] src/ffi.rs - ffi::FT_GlyphSlotRec_ (line 9202) [INFO] [stdout] src/ffi.rs - ffi::FT_Matrix (line 6464) [INFO] [stdout] src/ffi.rs - ffi::FT_Matrix_ (line 6379) [INFO] [stdout] src/ffi.rs - ffi::FT_Open_Face (line 10133) [INFO] [stdout] src/ffi.rs - ffi::FT_Open_Face (line 10185) [INFO] [stdout] src/ffi.rs - ffi::FT_Open_Face (line 10213) [INFO] [stdout] src/ffi.rs - ffi::FT_Outline (line 5151) [INFO] [stdout] src/ffi.rs - ffi::FT_Outline_ (line 5017) [INFO] [stdout] src/ffi.rs - ffi::FT_Outline_Funcs (line 5451) [INFO] [stdout] src/ffi.rs - ffi::FT_Outline_Funcs_ (line 5328) [INFO] [stdout] src/ffi.rs - ffi::FT_Render_Glyph (line 10997) [INFO] [stdout] src/ffi.rs - ffi::FT_Render_Glyph (line 11049) [INFO] [stdout] src/ffi.rs - ffi::FT_Size_Metrics (line 8853) [INFO] [stdout] src/ffi.rs - ffi::FT_Size_Metrics (line 8885) [INFO] [stdout] src/ffi.rs - ffi::FT_Size_Metrics_ (line 8647) [INFO] [stdout] src/ffi.rs - ffi::FT_Size_Metrics_ (line 8679) [INFO] [stdout] src/ffi.rs - ffi::FT_Size_Request_Type (line 10450) [INFO] [stdout] src/ffi.rs - ffi::FT_Size_Request_Type_ (line 10403) [INFO] [stdout] src/ffi.rs - ffi::FT_StreamRec (line 4436) [INFO] [stdout] src/ffi.rs - ffi::FT_StreamRec_ (line 4257) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 57 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "7ed44e7c5af792614a32ada01546e1d8a9523f005ab93bca738dc2dfa33fe4dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ed44e7c5af792614a32ada01546e1d8a9523f005ab93bca738dc2dfa33fe4dc", kill_on_drop: false }` [INFO] [stdout] 7ed44e7c5af792614a32ada01546e1d8a9523f005ab93bca738dc2dfa33fe4dc