[INFO] fetching crate tsm-sys 0.1.0...
[INFO] testing tsm-sys-0.1.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate tsm-sys 0.1.0 into /workspace/builds/worker-4-tc2/source
[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-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tsm-sys 0.1.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 14 packages to latest compatible versions
[INFO] [stderr]       Adding glob v0.2.11 (available: v0.3.3)
[INFO] [stderr]       Adding libc v0.1.12 (available: v0.2.176)
[INFO] [stderr]       Adding regex v0.1.80 (available: v1.11.3)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c4424e94fc624c21b36aced41847e6d2fea84e52802d12093d04e7aee4ac9c7c
[INFO] running `Command { std: "docker" "start" "-a" "c4424e94fc624c21b36aced41847e6d2fea84e52802d12093d04e7aee4ac9c7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c4424e94fc624c21b36aced41847e6d2fea84e52802d12093d04e7aee4ac9c7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c4424e94fc624c21b36aced41847e6d2fea84e52802d12093d04e7aee4ac9c7c", kill_on_drop: false }`
[INFO] [stdout] c4424e94fc624c21b36aced41847e6d2fea84e52802d12093d04e7aee4ac9c7c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 135b9654f99a338e0db43be0c1b578bffdf70a53a7a4e4ea4139d077dbb10528
[INFO] running `Command { std: "docker" "start" "-a" "135b9654f99a338e0db43be0c1b578bffdf70a53a7a4e4ea4139d077dbb10528", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling glob v0.2.11
[INFO] [stderr]    Compiling libc v0.1.12
[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:27
[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:35
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let mut config = gcc::Config::new();
[INFO] [stdout]    |                                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_htable.c: In function 'shl_htable_rehash_ulong':
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_htable.c:408:56: warning: unused parameter 'priv' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   408 | size_t shl_htable_rehash_ulong(const void *elem, void *priv)
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                                  ~~~~~~^~~~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_htable.c: In function 'shl_htable_rehash_str':
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_htable.c:419:54: warning: unused parameter 'priv' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   419 | size_t shl_htable_rehash_str(const void *elem, void *priv)
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                                ~~~~~~^~~~
[INFO] [stderr] warning: tsm-sys@0.1.0: In file included from /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:66:
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h: In function 'llog_dummyf':
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:124:32: warning: unused parameter 'llog' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   124 | void llog_dummyf(llog_submit_t llog, void *data, unsigned int sev,
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                  ~~~~~~~~~~~~~~^~~~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:124:44: warning: unused parameter 'data' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   124 | void llog_dummyf(llog_submit_t llog, void *data, unsigned int sev,
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                      ~~~~~~^~~~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:124:63: warning: unused parameter 'sev' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   124 | void llog_dummyf(llog_submit_t llog, void *data, unsigned int sev,
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                                  ~~~~~~~~~~~~~^~~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:125:30: warning: unused parameter 'format' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   125 |                  const char *format, ...)
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                  ~~~~~~~~~~~~^~~~~~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c: In function 'screen_write':
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:472:20: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
[INFO] [stderr] warning: tsm-sys@0.1.0:   472 |             (int)x < ((int)con->size_x - len)) {
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                    ^
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c: In function 'to_abs_x':
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:528:56: warning: unused parameter 'con' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   528 | static inline unsigned int to_abs_x(struct tsm_screen *con, unsigned int x)
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                     ~~~~~~~~~~~~~~~~~~~^~~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c: In function 'tsm_screen_selection_copy':
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1901:54: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
[INFO] [stderr] warning: tsm-sys@0.1.0:  1901 |                         if (!start->line && start->y == i && end->y == i) {
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                                      ^~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1901:69: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
[INFO] [stderr] warning: tsm-sys@0.1.0:  1901 |                         if (!start->line && start->y == i && end->y == i) {
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                                                     ^~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1909:61: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
[INFO] [stderr] warning: tsm-sys@0.1.0:  1909 |                         } else if (!start->line && start->y == i) {
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                                             ^~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1912:43: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
[INFO] [stderr] warning: tsm-sys@0.1.0:  1912 |                         } else if (end->y == i) {
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                           ^~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1975:54: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
[INFO] [stderr] warning: tsm-sys@0.1.0:  1975 |                         if (!start->line && start->y == i && end->y == i) {
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                                      ^~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1975:69: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
[INFO] [stderr] warning: tsm-sys@0.1.0:  1975 |                         if (!start->line && start->y == i && end->y == i) {
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                                                     ^~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1984:61: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
[INFO] [stderr] warning: tsm-sys@0.1.0:  1984 |                         } else if (!start->line && start->y == i) {
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                                             ^~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1988:43: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
[INFO] [stderr] warning: tsm-sys@0.1.0:  1988 |                         } else if (end->y == i) {
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                           ^~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c: In function 'tsm_screen_draw':
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:2066:47: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
[INFO] [stderr] warning: tsm-sys@0.1.0:  2066 |                              con->sel_start.y == k - 1))
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                               ^~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:2072:45: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
[INFO] [stderr] warning: tsm-sys@0.1.0:  2072 |                              con->sel_end.y == k - 1))
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                             ^~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_unicode.c: In function 'hash_ucs4':
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_unicode.c:109:48: warning: unused parameter 'priv' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   109 | static size_t hash_ucs4(const void *key, void *priv)
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                          ~~~~~~^~~~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_unicode.c: In function 'free_ucs4':
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_unicode.c:136:41: warning: unused parameter 'priv' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   136 | static void free_ucs4(void *elem, void *priv)
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                   ~~~~~~^~~~
[INFO] [stderr] warning: tsm-sys@0.1.0: In file included from /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_vte.c:54:
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h: In function 'llog_dummyf':
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:124:32: warning: unused parameter 'llog' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   124 | void llog_dummyf(llog_submit_t llog, void *data, unsigned int sev,
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                  ~~~~~~~~~~~~~~^~~~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:124:44: warning: unused parameter 'data' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   124 | void llog_dummyf(llog_submit_t llog, void *data, unsigned int sev,
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                      ~~~~~~^~~~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:124:63: warning: unused parameter 'sev' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   124 | void llog_dummyf(llog_submit_t llog, void *data, unsigned int sev,
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                                  ~~~~~~~~~~~~~^~~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:125:30: warning: unused parameter 'format' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   125 |                  const char *format, ...)
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                  ~~~~~~~~~~~~^~~~~~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_vte.c: In function 'vte_write_debug':
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_vte.c:496:34: warning: unused parameter 'raw' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   496 |                             bool raw, const char *file, int line)
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                  ^
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_vte.c:496:51: warning: unused parameter 'file' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   496 |                             bool raw, const char *file, int line)
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                       ~~~~~~~~~~~~^~~~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_vte.c:496:61: warning: unused parameter 'line' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   496 |                             bool raw, const char *file, int line)
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                                         ~~~~^~~~
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(libc)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[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)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/tsm/screen.rs:61:1
[INFO] [stdout]    |
[INFO] [stdout] 61 | extern {
[INFO] [stdout]    | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/tsm/vte.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | extern {
[INFO] [stdout]    | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use libc::c_void;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[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:11
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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:11
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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:11
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use libc::c_void;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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:11
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[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 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0517, E0554, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0517`.
[INFO] [stdout] 
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_htable.c: In function 'shl_htable_rehash_ulong':
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_htable.c:408:56: warning: unused parameter 'priv' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   408 | size_t shl_htable_rehash_ulong(const void *elem, void *priv)
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                                  ~~~~~~^~~~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_htable.c: In function 'shl_htable_rehash_str':
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_htable.c:419:54: warning: unused parameter 'priv' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   419 | size_t shl_htable_rehash_str(const void *elem, void *priv)
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                                ~~~~~~^~~~
[INFO] [stderr] warning: tsm-sys@0.1.0: In file included from /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:66:
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h: In function 'llog_dummyf':
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:124:32: warning: unused parameter 'llog' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   124 | void llog_dummyf(llog_submit_t llog, void *data, unsigned int sev,
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                  ~~~~~~~~~~~~~~^~~~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:124:44: warning: unused parameter 'data' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   124 | void llog_dummyf(llog_submit_t llog, void *data, unsigned int sev,
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                      ~~~~~~^~~~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:124:63: warning: unused parameter 'sev' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   124 | void llog_dummyf(llog_submit_t llog, void *data, unsigned int sev,
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                                  ~~~~~~~~~~~~~^~~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:125:30: warning: unused parameter 'format' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   125 |                  const char *format, ...)
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                  ~~~~~~~~~~~~^~~~~~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c: In function 'screen_write':
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:472:20: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
[INFO] [stderr] warning: tsm-sys@0.1.0:   472 |             (int)x < ((int)con->size_x - len)) {
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                    ^
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c: In function 'to_abs_x':
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:528:56: warning: unused parameter 'con' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   528 | static inline unsigned int to_abs_x(struct tsm_screen *con, unsigned int x)
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                     ~~~~~~~~~~~~~~~~~~~^~~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c: In function 'tsm_screen_selection_copy':
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1901:54: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
[INFO] [stderr] warning: tsm-sys@0.1.0:  1901 |                         if (!start->line && start->y == i && end->y == i) {
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                                      ^~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1901:69: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
[INFO] [stderr] warning: tsm-sys@0.1.0:  1901 |                         if (!start->line && start->y == i && end->y == i) {
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                                                     ^~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1909:61: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
[INFO] [stderr] warning: tsm-sys@0.1.0:  1909 |                         } else if (!start->line && start->y == i) {
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                                             ^~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1912:43: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
[INFO] [stderr] warning: tsm-sys@0.1.0:  1912 |                         } else if (end->y == i) {
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                           ^~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1975:54: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
[INFO] [stderr] warning: tsm-sys@0.1.0:  1975 |                         if (!start->line && start->y == i && end->y == i) {
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                                      ^~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1975:69: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
[INFO] [stderr] warning: tsm-sys@0.1.0:  1975 |                         if (!start->line && start->y == i && end->y == i) {
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                                                     ^~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1984:61: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
[INFO] [stderr] warning: tsm-sys@0.1.0:  1984 |                         } else if (!start->line && start->y == i) {
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                                             ^~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:1988:43: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
[INFO] [stderr] warning: tsm-sys@0.1.0:  1988 |                         } else if (end->y == i) {
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                           ^~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c: In function 'tsm_screen_draw':
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:2066:47: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
[INFO] [stderr] warning: tsm-sys@0.1.0:  2066 |                              con->sel_start.y == k - 1))
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                               ^~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_screen.c:2072:45: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
[INFO] [stderr] warning: tsm-sys@0.1.0:  2072 |                              con->sel_end.y == k - 1))
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                             ^~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_unicode.c: In function 'hash_ucs4':
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_unicode.c:109:48: warning: unused parameter 'priv' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   109 | static size_t hash_ucs4(const void *key, void *priv)
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                          ~~~~~~^~~~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_unicode.c: In function 'free_ucs4':
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_unicode.c:136:41: warning: unused parameter 'priv' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   136 | static void free_ucs4(void *elem, void *priv)
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                   ~~~~~~^~~~
[INFO] [stderr] warning: tsm-sys@0.1.0: In file included from /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_vte.c:54:
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h: In function 'llog_dummyf':
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:124:32: warning: unused parameter 'llog' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   124 | void llog_dummyf(llog_submit_t llog, void *data, unsigned int sev,
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                  ~~~~~~~~~~~~~~^~~~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:124:44: warning: unused parameter 'data' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   124 | void llog_dummyf(llog_submit_t llog, void *data, unsigned int sev,
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                      ~~~~~~^~~~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:124:63: warning: unused parameter 'sev' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   124 | void llog_dummyf(llog_submit_t llog, void *data, unsigned int sev,
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                                  ~~~~~~~~~~~~~^~~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/shl_llog.h:125:30: warning: unused parameter 'format' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   125 |                  const char *format, ...)
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                  ~~~~~~~~~~~~^~~~~~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_vte.c: In function 'vte_write_debug':
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_vte.c:496:34: warning: unused parameter 'raw' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   496 |                             bool raw, const char *file, int line)
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                  ^
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_vte.c:496:51: warning: unused parameter 'file' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   496 |                             bool raw, const char *file, int line)
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                       ~~~~~~~~~~~~^~~~
[INFO] [stderr] warning: tsm-sys@0.1.0: /opt/rustwide/workdir/vendor/libtsm-3/src/tsm_vte.c:496:61: warning: unused parameter 'line' [-Wunused-parameter]
[INFO] [stderr] warning: tsm-sys@0.1.0:   496 |                             bool raw, const char *file, int line)
[INFO] [stderr] warning: tsm-sys@0.1.0:       |                                                         ~~~~^~~~
[INFO] [stderr] error: could not compile `tsm-sys` (lib) due to 89 previous errors; 22 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "135b9654f99a338e0db43be0c1b578bffdf70a53a7a4e4ea4139d077dbb10528", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "135b9654f99a338e0db43be0c1b578bffdf70a53a7a4e4ea4139d077dbb10528", kill_on_drop: false }`
[INFO] [stdout] 135b9654f99a338e0db43be0c1b578bffdf70a53a7a4e4ea4139d077dbb10528
