[INFO] fetching crate tsm-sys 0.1.0... [INFO] checking tsm-sys-0.1.0 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate tsm-sys 0.1.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate tsm-sys 0.1.0 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tsm-sys 0.1.0 [INFO] finished tweaking crates.io crate tsm-sys 0.1.0 [INFO] tweaked toml for crates.io crate tsm-sys 0.1.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded libc v0.1.12 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 96178ad2f5ffee667f54a0c9a8a92c74f0bed480b972bab604509c5adac6b0b3 [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" "96178ad2f5ffee667f54a0c9a8a92c74f0bed480b972bab604509c5adac6b0b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "96178ad2f5ffee667f54a0c9a8a92c74f0bed480b972bab604509c5adac6b0b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96178ad2f5ffee667f54a0c9a8a92c74f0bed480b972bab604509c5adac6b0b3", kill_on_drop: false }` [INFO] [stdout] 96178ad2f5ffee667f54a0c9a8a92c74f0bed480b972bab604509c5adac6b0b3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fc9815a47b7ca28cc32074f1fec5c818507cd9a43bff081c68116860815d4c87 [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" "fc9815a47b7ca28cc32074f1fec5c818507cd9a43bff081c68116860815d4c87", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.88 [INFO] [stderr] Compiling libc v0.1.12 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Checking utf8-ranges v0.1.3 [INFO] [stderr] Checking regex-syntax v0.3.9 [INFO] [stderr] Compiling tsm-sys v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated type alias `gcc::Config`: gcc::Config has been renamed to gcc::Build [INFO] [stdout] --> build.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 10 | let mut config = gcc::Config::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 10 | let mut config = gcc::Config::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking memchr v0.1.11 [INFO] [stderr] Checking thread-id v2.0.0 [INFO] [stderr] Checking thread_local v0.2.7 [INFO] [stderr] Checking aho-corasick v0.5.3 [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_htable.c: In function 'shl_htable_rehash_ulong': [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_htable.c:408:56: warning: unused parameter 'priv' [-Wunused-parameter] [INFO] [stderr] warning: 408 | size_t shl_htable_rehash_ulong(const void *elem, void *priv) [INFO] [stderr] warning: | ~~~~~~^~~~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_htable.c: In function 'shl_htable_rehash_str': [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_htable.c:419:54: warning: unused parameter 'priv' [-Wunused-parameter] [INFO] [stderr] warning: 419 | size_t shl_htable_rehash_str(const void *elem, void *priv) [INFO] [stderr] warning: | ~~~~~~^~~~ [INFO] [stderr] warning: In file included from /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:66: [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h: In function 'llog_dummyf': [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:124:32: warning: unused parameter 'llog' [-Wunused-parameter] [INFO] [stderr] warning: 124 | void llog_dummyf(llog_submit_t llog, void *data, unsigned int sev, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:124:44: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: 124 | void llog_dummyf(llog_submit_t llog, void *data, unsigned int sev, [INFO] [stderr] warning: | ~~~~~~^~~~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:124:63: warning: unused parameter 'sev' [-Wunused-parameter] [INFO] [stderr] warning: 124 | void llog_dummyf(llog_submit_t llog, void *data, unsigned int sev, [INFO] [stderr] warning: | ~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:125:16: warning: unused parameter 'format' [-Wunused-parameter] [INFO] [stderr] warning: 125 | const char *format, ...) [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c: In function 'screen_write': [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:472:13: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 472 | (int)x < ((int)con->size_x - len)) { [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c: In function 'to_abs_x': [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:528:56: warning: unused parameter 'con' [-Wunused-parameter] [INFO] [stderr] warning: 528 | static inline unsigned int to_abs_x(struct tsm_screen *con, unsigned int x) [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c: In function 'tsm_screen_selection_copy': [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1901:33: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 1901 | if (!start->line && start->y == i && end->y == i) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1901:48: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 1901 | if (!start->line && start->y == i && end->y == i) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1909:40: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 1909 | } else if (!start->line && start->y == i) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1912:22: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 1912 | } else if (end->y == i) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1975:33: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 1975 | if (!start->line && start->y == i && end->y == i) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1975:48: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 1975 | if (!start->line && start->y == i && end->y == i) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1984:40: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 1984 | } else if (!start->line && start->y == i) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1988:22: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 1988 | } else if (end->y == i) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c: In function 'tsm_screen_draw': [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:2066:26: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 2066 | con->sel_start.y == k - 1)) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:2072:24: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 2072 | con->sel_end.y == k - 1)) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_unicode.c: In function 'hash_ucs4': [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_unicode.c:109:48: warning: unused parameter 'priv' [-Wunused-parameter] [INFO] [stderr] warning: 109 | static size_t hash_ucs4(const void *key, void *priv) [INFO] [stderr] warning: | ~~~~~~^~~~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_unicode.c: In function 'free_ucs4': [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_unicode.c:136:41: warning: unused parameter 'priv' [-Wunused-parameter] [INFO] [stderr] warning: 136 | static void free_ucs4(void *elem, void *priv) [INFO] [stderr] warning: | ~~~~~~^~~~ [INFO] [stderr] warning: In file included from /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_vte.c:54: [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h: In function 'llog_dummyf': [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:124:32: warning: unused parameter 'llog' [-Wunused-parameter] [INFO] [stderr] warning: 124 | void llog_dummyf(llog_submit_t llog, void *data, unsigned int sev, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:124:44: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: 124 | void llog_dummyf(llog_submit_t llog, void *data, unsigned int sev, [INFO] [stderr] warning: | ~~~~~~^~~~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:124:63: warning: unused parameter 'sev' [-Wunused-parameter] [INFO] [stderr] warning: 124 | void llog_dummyf(llog_submit_t llog, void *data, unsigned int sev, [INFO] [stderr] warning: | ~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:125:16: warning: unused parameter 'format' [-Wunused-parameter] [INFO] [stderr] warning: 125 | const char *format, ...) [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_vte.c: In function 'vte_write_debug': [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_vte.c:496:13: warning: unused parameter 'raw' [-Wunused-parameter] [INFO] [stderr] warning: 496 | bool raw, const char *file, int line) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_vte.c:496:30: warning: unused parameter 'file' [-Wunused-parameter] [INFO] [stderr] warning: 496 | bool raw, const char *file, int line) [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_vte.c:496:40: warning: unused parameter 'line' [-Wunused-parameter] [INFO] [stderr] warning: 496 | bool raw, const char *file, int line) [INFO] [stderr] warning: | ~~~~^~~~ [INFO] [stderr] Checking regex v0.1.80 [INFO] [stdout] warning: type `tsm_age_t` should have an upper camel case name [INFO] [stdout] --> src/tsm/screen.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | pub type tsm_age_t = uint32_t; // really a uint_fast32_t [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `TsmAgeT` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate libc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union [INFO] [stdout] --> src/tsm/screen.rs:44:8 [INFO] [stdout] | [INFO] [stdout] 44 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 45 | / pub type tsm_screen_draw_cb = extern "C" fn( [INFO] [stdout] 46 | | con: *mut tsm_screen, [INFO] [stdout] 47 | | id: uint32_t, [INFO] [stdout] 48 | | ch: *const uint32_t, [INFO] [stdout] ... | [INFO] [stdout] 55 | | data: *mut c_void [INFO] [stdout] 56 | | ) -> c_int; [INFO] [stdout] | |_______________- not a struct, enum, or union [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union [INFO] [stdout] --> src/tsm/screen.rs:58:8 [INFO] [stdout] | [INFO] [stdout] 58 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 59 | pub type tsm_symbol_t = uint32_t; [INFO] [stdout] | --------------------------------- not a struct, enum, or union [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int8_t`: Use i8 instead. [INFO] [stdout] --> src/tsm/screen.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use libc::int8_t; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use libc::int8_t; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use libc::size_t; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/tsm/screen.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use libc::uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use libc::uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint8_t`: Use u8 instead. [INFO] [stdout] --> src/tsm/screen.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use libc::uint8_t; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use libc::uint8_t; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/tsm/screen.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 10 | pub type tsm_age_t = uint32_t; // really a uint_fast32_t [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 10 | pub type tsm_age_t = uint32_t; // really a uint_fast32_t [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int8_t`: Use i8 instead. [INFO] [stdout] --> src/tsm/screen.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | fccode: int8_t, // foreground color code or <0 for rgb [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | fccode: int8_t, // foreground color code or <0 for rgb [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int8_t`: Use i8 instead. [INFO] [stdout] --> src/tsm/screen.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | bccode: int8_t, // background color code or <0 for rgb [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | bccode: int8_t, // background color code or <0 for rgb [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint8_t`: Use u8 instead. [INFO] [stdout] --> src/tsm/screen.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | fr: uint8_t, // foreground red [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | fr: uint8_t, // foreground red [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint8_t`: Use u8 instead. [INFO] [stdout] --> src/tsm/screen.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | fg: uint8_t, // foreground green [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | fg: uint8_t, // foreground green [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint8_t`: Use u8 instead. [INFO] [stdout] --> src/tsm/screen.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | fb: uint8_t, // foreground blue [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | fb: uint8_t, // foreground blue [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint8_t`: Use u8 instead. [INFO] [stdout] --> src/tsm/screen.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | br: uint8_t, // background red [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | br: uint8_t, // background red [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint8_t`: Use u8 instead. [INFO] [stdout] --> src/tsm/screen.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | bg: uint8_t, // background green [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | bg: uint8_t, // background green [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint8_t`: Use u8 instead. [INFO] [stdout] --> src/tsm/screen.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | bb: uint8_t, // background blue [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | bb: uint8_t, // background blue [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 26 | flags: c_uint // This is wrong. Need a c wrapper for the flags. [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/tsm/screen.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | id: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | id: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/tsm/screen.rs:48:16 [INFO] [stdout] | [INFO] [stdout] 48 | ch: *const uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:48:16 [INFO] [stdout] | [INFO] [stdout] 48 | ch: *const uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:49:10 [INFO] [stdout] | [INFO] [stdout] 49 | len: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:50:12 [INFO] [stdout] | [INFO] [stdout] 50 | width: c_uint, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:51:11 [INFO] [stdout] | [INFO] [stdout] 51 | posx: c_uint, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:52:11 [INFO] [stdout] | [INFO] [stdout] 52 | posy: c_uint, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:56:10 [INFO] [stdout] | [INFO] [stdout] 56 | ) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/tsm/screen.rs:59:25 [INFO] [stdout] | [INFO] [stdout] 59 | pub type tsm_symbol_t = uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:59:25 [INFO] [stdout] | [INFO] [stdout] 59 | pub type tsm_symbol_t = uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:64:51 [INFO] [stdout] | [INFO] [stdout] 64 | log_data: *mut c_void) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:67:56 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn tsm_screen_get_width(con: *mut tsm_screen) -> c_uint; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:68:57 [INFO] [stdout] | [INFO] [stdout] 68 | pub fn tsm_screen_get_height(con: *mut tsm_screen) -> c_uint; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:69:53 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn tsm_screen_resize(con: *mut tsm_screen, x: c_uint, y: c_uint) -> c_uint; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:69:64 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn tsm_screen_resize(con: *mut tsm_screen, x: c_uint, y: c_uint) -> c_uint; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:69:75 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn tsm_screen_resize(con: *mut tsm_screen, x: c_uint, y: c_uint) -> c_uint; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:70:60 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn tsm_screen_set_margins(con: *mut tsm_screen, top: c_uint, bottom: c_uint) -> c_uint; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:70:76 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn tsm_screen_set_margins(con: *mut tsm_screen, top: c_uint, bottom: c_uint) -> c_uint; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:70:87 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn tsm_screen_set_margins(con: *mut tsm_screen, top: c_uint, bottom: c_uint) -> c_uint; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:71:59 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn tsm_screen_set_max_sb(con: *mut tsm_screen, top: c_uint) -> c_uint; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:71:70 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn tsm_screen_set_max_sb(con: *mut tsm_screen, top: c_uint) -> c_uint; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:73:54 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn tsm_screen_sb_up(con: *mut tsm_screen, num: c_uint); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:74:56 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn tsm_screen_sb_down(con: *mut tsm_screen, num: c_uint); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:75:59 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn tsm_screen_sb_page_up(con: *mut tsm_screen, num: c_uint); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:76:61 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn tsm_screen_sb_page_down(con: *mut tsm_screen, num: c_uint); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:80:60 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn tsm_screen_set_flags(con: *mut tsm_screen, flags: c_uint); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:81:62 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn tsm_screen_reset_flags(con: *mut tsm_screen, flags: c_uint); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:82:56 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn tsm_screen_get_flags(con: *mut tsm_screen) -> c_uint; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:83:59 [INFO] [stdout] | [INFO] [stdout] 83 | pub fn tsm_screen_get_cursor_x(con: *mut tsm_screen) -> c_uint; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:84:59 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn tsm_screen_get_cursor_y(con: *mut tsm_screen) -> c_uint; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:90:58 [INFO] [stdout] | [INFO] [stdout] 90 | pub fn tsm_screen_scroll_up(con: *mut tsm_screen, num: c_uint); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:91:60 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn tsm_screen_scroll_down(con: *mut tsm_screen, num: c_uint); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:92:54 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn tsm_screen_move_to(con: *mut tsm_screen, x: c_uint, y: c_uint); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:92:65 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn tsm_screen_move_to(con: *mut tsm_screen, x: c_uint, y: c_uint); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:93:56 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn tsm_screen_move_up(con: *mut tsm_screen, num: c_uint, scroll: bool); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:94:58 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn tsm_screen_move_down(con: *mut tsm_screen, num: c_uint, scroll: bool); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:95:58 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn tsm_screen_move_left(con: *mut tsm_screen, num: c_uint); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:96:59 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn tsm_screen_move_right(con: *mut tsm_screen, num: c_uint); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:99:58 [INFO] [stdout] | [INFO] [stdout] 99 | pub fn tsm_screen_tab_right(con: *mut tsm_screen, num: c_uint); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:100:57 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn tsm_screen_tab_left(con: *mut tsm_screen, num: c_uint); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:101:61 [INFO] [stdout] | [INFO] [stdout] 101 | pub fn tsm_screen_insert_lines(con: *mut tsm_screen, num: c_uint); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:102:61 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn tsm_screen_delete_lines(con: *mut tsm_screen, num: c_uint); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:103:61 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn tsm_screen_insert_chars(con: *mut tsm_screen, num: c_uint); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:104:61 [INFO] [stdout] | [INFO] [stdout] 104 | pub fn tsm_screen_delete_chars(con: *mut tsm_screen, num: c_uint); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:106:67 [INFO] [stdout] | [INFO] [stdout] 106 | pub fn tsm_screen_erase_cursor_chars(con: *mut tsm_screen, num: c_uint); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:114:65 [INFO] [stdout] | [INFO] [stdout] 114 | pub fn tsm_screen_selection_start(con: *mut tsm_screen, posx: c_uint, posy: c_uint); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:114:79 [INFO] [stdout] | [INFO] [stdout] 114 | pub fn tsm_screen_selection_start(con: *mut tsm_screen, posx: c_uint, posy: c_uint); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:115:66 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn tsm_screen_selection_target(con: *mut tsm_screen, posx: c_uint, posy: c_uint); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:115:80 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn tsm_screen_selection_target(con: *mut tsm_screen, posx: c_uint, posy: c_uint); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:116:73 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn tsm_screen_selection_copy(con: *mut tsm_screen, out: *mut *mut c_char) -> c_int; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:116:84 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn tsm_screen_selection_copy(con: *mut tsm_screen, out: *mut *mut c_char) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/screen.rs:117:99 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn tsm_screen_draw(con: *mut tsm_screen, draw_cb: tsm_screen_draw_cb, data: *mut c_void) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union [INFO] [stdout] --> src/tsm/vte.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 13 | / pub type tsm_vte_write_cb = extern "C" fn( [INFO] [stdout] 14 | | vte: *mut tsm_vte, [INFO] [stdout] 15 | | u8: *const c_char, [INFO] [stdout] 16 | | len: size_t, [INFO] [stdout] 17 | | data: *mut c_void [INFO] [stdout] 18 | | ); [INFO] [stdout] | |______- not a struct, enum, or union [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/vte.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/vte.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/vte.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/vte.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use libc::size_t; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/tsm/vte.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use libc::uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/vte.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use libc::uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/vte.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 15 | u8: *const c_char, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/vte.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | len: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/vte.rs:26:50 [INFO] [stdout] | [INFO] [stdout] 26 | log_data: *mut c_void) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/vte.rs:30:67 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn tsm_vte_set_palette(vte: *mut tsm_vte, palette: *const c_char); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/vte.rs:33:56 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn tsm_vte_input(vte: *mut tsm_vte, u8: *const c_char, len: size_t); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/vte.rs:33:69 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn tsm_vte_input(vte: *mut tsm_vte, u8: *const c_char, len: size_t); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/tsm/vte.rs:35:44 [INFO] [stdout] | [INFO] [stdout] 35 | ... keysym: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/vte.rs:35:44 [INFO] [stdout] | [INFO] [stdout] 35 | ... keysym: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/tsm/vte.rs:36:43 [INFO] [stdout] | [INFO] [stdout] 36 | ... ascii: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/vte.rs:36:43 [INFO] [stdout] | [INFO] [stdout] 36 | ... ascii: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/vte.rs:37:42 [INFO] [stdout] | [INFO] [stdout] 37 | ... mods: c_uint, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/tsm/vte.rs:38:45 [INFO] [stdout] | [INFO] [stdout] 38 | ... unicode: uint32_t) -> bool; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/tsm/vte.rs:38:45 [INFO] [stdout] | [INFO] [stdout] 38 | ... unicode: uint32_t) -> bool; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 86 previous errors; 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0517, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0517`. [INFO] [stdout] [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_htable.c: In function 'shl_htable_rehash_ulong': [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_htable.c:408:56: warning: unused parameter 'priv' [-Wunused-parameter] [INFO] [stderr] warning: 408 | size_t shl_htable_rehash_ulong(const void *elem, void *priv) [INFO] [stderr] warning: | ~~~~~~^~~~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_htable.c: In function 'shl_htable_rehash_str': [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_htable.c:419:54: warning: unused parameter 'priv' [-Wunused-parameter] [INFO] [stderr] warning: 419 | size_t shl_htable_rehash_str(const void *elem, void *priv) [INFO] [stderr] warning: | ~~~~~~^~~~ [INFO] [stderr] warning: In file included from /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:66: [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h: In function 'llog_dummyf': [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:124:32: warning: unused parameter 'llog' [-Wunused-parameter] [INFO] [stderr] warning: 124 | void llog_dummyf(llog_submit_t llog, void *data, unsigned int sev, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:124:44: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: 124 | void llog_dummyf(llog_submit_t llog, void *data, unsigned int sev, [INFO] [stderr] warning: | ~~~~~~^~~~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:124:63: warning: unused parameter 'sev' [-Wunused-parameter] [INFO] [stderr] warning: 124 | void llog_dummyf(llog_submit_t llog, void *data, unsigned int sev, [INFO] [stderr] warning: | ~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:125:16: warning: unused parameter 'format' [-Wunused-parameter] [INFO] [stderr] warning: 125 | const char *format, ...) [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c: In function 'screen_write': [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:472:13: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 472 | (int)x < ((int)con->size_x - len)) { [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c: In function 'to_abs_x': [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:528:56: warning: unused parameter 'con' [-Wunused-parameter] [INFO] [stderr] warning: 528 | static inline unsigned int to_abs_x(struct tsm_screen *con, unsigned int x) [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c: In function 'tsm_screen_selection_copy': [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1901:33: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 1901 | if (!start->line && start->y == i && end->y == i) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1901:48: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 1901 | if (!start->line && start->y == i && end->y == i) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1909:40: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 1909 | } else if (!start->line && start->y == i) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1912:22: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 1912 | } else if (end->y == i) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1975:33: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 1975 | if (!start->line && start->y == i && end->y == i) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1975:48: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 1975 | if (!start->line && start->y == i && end->y == i) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1984:40: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 1984 | } else if (!start->line && start->y == i) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1988:22: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 1988 | } else if (end->y == i) { [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c: In function 'tsm_screen_draw': [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:2066:26: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 2066 | con->sel_start.y == k - 1)) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:2072:24: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 2072 | con->sel_end.y == k - 1)) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_unicode.c: In function 'hash_ucs4': [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_unicode.c:109:48: warning: unused parameter 'priv' [-Wunused-parameter] [INFO] [stderr] warning: 109 | static size_t hash_ucs4(const void *key, void *priv) [INFO] [stderr] warning: | ~~~~~~^~~~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_unicode.c: In function 'free_ucs4': [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_unicode.c:136:41: warning: unused parameter 'priv' [-Wunused-parameter] [INFO] [stderr] warning: 136 | static void free_ucs4(void *elem, void *priv) [INFO] [stderr] warning: | ~~~~~~^~~~ [INFO] [stderr] warning: In file included from /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_vte.c:54: [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h: In function 'llog_dummyf': [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:124:32: warning: unused parameter 'llog' [-Wunused-parameter] [INFO] [stderr] warning: 124 | void llog_dummyf(llog_submit_t llog, void *data, unsigned int sev, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:124:44: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: 124 | void llog_dummyf(llog_submit_t llog, void *data, unsigned int sev, [INFO] [stderr] warning: | ~~~~~~^~~~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:124:63: warning: unused parameter 'sev' [-Wunused-parameter] [INFO] [stderr] warning: 124 | void llog_dummyf(llog_submit_t llog, void *data, unsigned int sev, [INFO] [stderr] warning: | ~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:125:16: warning: unused parameter 'format' [-Wunused-parameter] [INFO] [stderr] warning: 125 | const char *format, ...) [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_vte.c: In function 'vte_write_debug': [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_vte.c:496:13: warning: unused parameter 'raw' [-Wunused-parameter] [INFO] [stderr] warning: 496 | bool raw, const char *file, int line) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_vte.c:496:30: warning: unused parameter 'file' [-Wunused-parameter] [INFO] [stderr] warning: 496 | bool raw, const char *file, int line) [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_vte.c:496:40: warning: unused parameter 'line' [-Wunused-parameter] [INFO] [stderr] warning: 496 | bool raw, const char *file, int line) [INFO] [stderr] warning: | ~~~~^~~~ [INFO] [stderr] [INFO] [stderr] error: could not compile `tsm-sys` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "fc9815a47b7ca28cc32074f1fec5c818507cd9a43bff081c68116860815d4c87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc9815a47b7ca28cc32074f1fec5c818507cd9a43bff081c68116860815d4c87", kill_on_drop: false }` [INFO] [stdout] fc9815a47b7ca28cc32074f1fec5c818507cd9a43bff081c68116860815d4c87