Dec 05 10:00:11.724 INFO checking netcdf-0.1.0 against try#1df97983eb2057dc6a8f7eb364e263b51ae23230 for pr-56481 Dec 05 10:00:11.724 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56481/worker-1/try#1df97983eb2057dc6a8f7eb364e263b51ae23230:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56481/try#1df97983eb2057dc6a8f7eb364e263b51ae23230:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +1df97983eb2057dc6a8f7eb364e263b51ae23230-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 05 10:00:11.993 INFO [stdout] 01209b290ea3bdb6bbe37705fc77c11426d85a1268e82966462c80fdc8615da3 Dec 05 10:00:11.995 INFO running `"docker" "start" "-a" "01209b290ea3bdb6bbe37705fc77c11426d85a1268e82966462c80fdc8615da3"` Dec 05 10:00:12.690 INFO [stderr] usermod: no changes Dec 05 10:00:12.794 INFO [stderr] Compiling netcdf-sys v0.1.0 Dec 05 10:00:14.400 INFO [stderr] Checking netcdf v0.1.0 (/source) Dec 05 10:00:15.596 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.597 INFO [stderr] --> src/file.rs:23:15 Dec 05 10:00:15.597 INFO [stderr] | Dec 05 10:00:15.597 INFO [stderr] 23 | if err != nc_noerr { Dec 05 10:00:15.597 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.597 INFO [stderr] | Dec 05 10:00:15.597 INFO [stderr] = note: #[deny(safe_extern_statics)] on by default Dec 05 10:00:15.598 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.598 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.598 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.598 INFO [stderr] Dec 05 10:00:15.599 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.599 INFO [stderr] --> src/file.rs:51:15 Dec 05 10:00:15.599 INFO [stderr] | Dec 05 10:00:15.599 INFO [stderr] 51 | if err != nc_noerr { Dec 05 10:00:15.599 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.599 INFO [stderr] | Dec 05 10:00:15.599 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.600 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.600 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.600 INFO [stderr] Dec 05 10:00:15.601 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.601 INFO [stderr] --> src/variable.rs:14:40 Dec 05 10:00:15.601 INFO [stderr] | Dec 05 10:00:15.601 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 05 10:00:15.601 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.601 INFO [stderr] ... Dec 05 10:00:15.601 INFO [stderr] 43 | get_var_as_type!(self, nc_char, u8, nc_get_var_uchar, cast) Dec 05 10:00:15.601 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 05 10:00:15.601 INFO [stderr] | Dec 05 10:00:15.601 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.602 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.602 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.602 INFO [stderr] Dec 05 10:00:15.603 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.603 INFO [stderr] --> src/variable.rs:24:19 Dec 05 10:00:15.603 INFO [stderr] | Dec 05 10:00:15.603 INFO [stderr] 24 | if err != nc_noerr { Dec 05 10:00:15.603 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.603 INFO [stderr] ... Dec 05 10:00:15.603 INFO [stderr] 43 | get_var_as_type!(self, nc_char, u8, nc_get_var_uchar, cast) Dec 05 10:00:15.603 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 05 10:00:15.603 INFO [stderr] | Dec 05 10:00:15.603 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.603 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.604 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.604 INFO [stderr] Dec 05 10:00:15.604 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.604 INFO [stderr] --> src/variable.rs:14:40 Dec 05 10:00:15.604 INFO [stderr] | Dec 05 10:00:15.604 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 05 10:00:15.604 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.604 INFO [stderr] ... Dec 05 10:00:15.604 INFO [stderr] 46 | get_var_as_type!(self, nc_byte, i8, nc_get_var_schar, cast) Dec 05 10:00:15.604 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 05 10:00:15.604 INFO [stderr] | Dec 05 10:00:15.604 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.604 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.605 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.605 INFO [stderr] Dec 05 10:00:15.605 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.605 INFO [stderr] --> src/file.rs:23:15 Dec 05 10:00:15.605 INFO [stderr] | Dec 05 10:00:15.605 INFO [stderr] 23 | if err != nc_noerr { Dec 05 10:00:15.605 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.605 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.605 INFO [stderr] | Dec 05 10:00:15.605 INFO [stderr] --> src/variable.rs:24:19 Dec 05 10:00:15.605 INFO [stderr] | Dec 05 10:00:15.605 INFO [stderr] 24 | if err != nc_noerr { Dec 05 10:00:15.605 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.605 INFO [stderr] ... Dec 05 10:00:15.605 INFO [stderr] 46 | get_var_as_type!(self, nc_byte, i8, nc_get_var_schar, cast) Dec 05 10:00:15.605 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 05 10:00:15.605 INFO [stderr] = note: #[deny(safe_extern_statics)] on by default Dec 05 10:00:15.605 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.606 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.606 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.606 INFO [stderr] | Dec 05 10:00:15.606 INFO [stderr] Dec 05 10:00:15.606 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.606 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.606 INFO [stderr] --> src/file.rs:51:15 Dec 05 10:00:15.606 INFO [stderr] | Dec 05 10:00:15.606 INFO [stderr] 51 | if err != nc_noerr { Dec 05 10:00:15.606 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.606 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.606 INFO [stderr] | Dec 05 10:00:15.606 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.606 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.606 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.606 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.606 INFO [stderr] Dec 05 10:00:15.606 INFO [stderr] Dec 05 10:00:15.606 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.606 INFO [stderr] --> src/variable.rs:14:40 Dec 05 10:00:15.606 INFO [stderr] | Dec 05 10:00:15.606 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 05 10:00:15.606 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.606 INFO [stderr] ... Dec 05 10:00:15.606 INFO [stderr] 49 | get_var_as_type!(self, nc_short, i16, nc_get_var_short, cast) Dec 05 10:00:15.606 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.606 INFO [stderr] | Dec 05 10:00:15.606 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.606 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.606 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.606 INFO [stderr] Dec 05 10:00:15.607 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.607 INFO [stderr] --> src/variable.rs:24:19 Dec 05 10:00:15.607 INFO [stderr] | Dec 05 10:00:15.607 INFO [stderr] 24 | if err != nc_noerr { Dec 05 10:00:15.607 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.607 INFO [stderr] ... Dec 05 10:00:15.607 INFO [stderr] 49 | get_var_as_type!(self, nc_short, i16, nc_get_var_short, cast) Dec 05 10:00:15.607 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.607 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.607 INFO [stderr] --> src/variable.rs:14:40 Dec 05 10:00:15.607 INFO [stderr] | Dec 05 10:00:15.607 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 05 10:00:15.607 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.607 INFO [stderr] ... Dec 05 10:00:15.607 INFO [stderr] 43 | get_var_as_type!(self, nc_char, u8, nc_get_var_uchar, cast) Dec 05 10:00:15.607 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 05 10:00:15.607 INFO [stderr] | Dec 05 10:00:15.607 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.607 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.607 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.607 INFO [stderr] Dec 05 10:00:15.607 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.607 INFO [stderr] --> src/variable.rs:24:19 Dec 05 10:00:15.607 INFO [stderr] | Dec 05 10:00:15.607 INFO [stderr] 24 | if err != nc_noerr { Dec 05 10:00:15.607 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.607 INFO [stderr] ... Dec 05 10:00:15.607 INFO [stderr] 43 | get_var_as_type!(self, nc_char, u8, nc_get_var_uchar, cast) Dec 05 10:00:15.607 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 05 10:00:15.607 INFO [stderr] | Dec 05 10:00:15.607 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.607 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.607 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.607 INFO [stderr] Dec 05 10:00:15.607 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.607 INFO [stderr] --> src/variable.rs:14:40 Dec 05 10:00:15.607 INFO [stderr] | Dec 05 10:00:15.607 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 05 10:00:15.607 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.607 INFO [stderr] ... Dec 05 10:00:15.607 INFO [stderr] 46 | get_var_as_type!(self, nc_byte, i8, nc_get_var_schar, cast) Dec 05 10:00:15.607 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 05 10:00:15.607 INFO [stderr] | Dec 05 10:00:15.607 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.607 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.607 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.607 INFO [stderr] Dec 05 10:00:15.607 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.607 INFO [stderr] --> src/variable.rs:24:19 Dec 05 10:00:15.607 INFO [stderr] | Dec 05 10:00:15.607 INFO [stderr] 24 | if err != nc_noerr { Dec 05 10:00:15.607 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.607 INFO [stderr] ... Dec 05 10:00:15.607 INFO [stderr] 46 | get_var_as_type!(self, nc_byte, i8, nc_get_var_schar, cast) Dec 05 10:00:15.607 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 05 10:00:15.607 INFO [stderr] | Dec 05 10:00:15.607 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.607 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.607 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.607 INFO [stderr] Dec 05 10:00:15.607 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.607 INFO [stderr] --> src/variable.rs:14:40 Dec 05 10:00:15.607 INFO [stderr] | Dec 05 10:00:15.607 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 05 10:00:15.607 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.607 INFO [stderr] ... Dec 05 10:00:15.607 INFO [stderr] 49 | get_var_as_type!(self, nc_short, i16, nc_get_var_short, cast) Dec 05 10:00:15.608 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.608 INFO [stderr] | Dec 05 10:00:15.608 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.608 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.608 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.608 INFO [stderr] Dec 05 10:00:15.608 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.608 INFO [stderr] --> src/variable.rs:24:19 Dec 05 10:00:15.608 INFO [stderr] | Dec 05 10:00:15.608 INFO [stderr] 24 | if err != nc_noerr { Dec 05 10:00:15.608 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.608 INFO [stderr] ... Dec 05 10:00:15.608 INFO [stderr] 49 | get_var_as_type!(self, nc_short, i16, nc_get_var_short, cast) Dec 05 10:00:15.608 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.608 INFO [stderr] | Dec 05 10:00:15.608 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.608 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.608 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.608 INFO [stderr] Dec 05 10:00:15.608 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.608 INFO [stderr] --> src/variable.rs:14:40 Dec 05 10:00:15.608 INFO [stderr] | Dec 05 10:00:15.608 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 05 10:00:15.608 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.608 INFO [stderr] ... Dec 05 10:00:15.608 INFO [stderr] 52 | get_var_as_type!(self, nc_ushort, u16, nc_get_var_ushort, cast) Dec 05 10:00:15.608 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.608 INFO [stderr] | Dec 05 10:00:15.608 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.608 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.608 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.608 INFO [stderr] Dec 05 10:00:15.608 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.608 INFO [stderr] --> src/variable.rs:24:19 Dec 05 10:00:15.608 INFO [stderr] | Dec 05 10:00:15.608 INFO [stderr] 24 | if err != nc_noerr { Dec 05 10:00:15.608 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.608 INFO [stderr] ... Dec 05 10:00:15.608 INFO [stderr] 52 | get_var_as_type!(self, nc_ushort, u16, nc_get_var_ushort, cast) Dec 05 10:00:15.608 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.608 INFO [stderr] | Dec 05 10:00:15.608 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.608 INFO [stderr] | Dec 05 10:00:15.608 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.608 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.608 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.608 INFO [stderr] Dec 05 10:00:15.608 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.608 INFO [stderr] --> src/variable.rs:14:40 Dec 05 10:00:15.608 INFO [stderr] | Dec 05 10:00:15.608 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 05 10:00:15.608 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.608 INFO [stderr] ... Dec 05 10:00:15.608 INFO [stderr] 52 | get_var_as_type!(self, nc_ushort, u16, nc_get_var_ushort, cast) Dec 05 10:00:15.608 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.609 INFO [stderr] | Dec 05 10:00:15.609 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.609 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.609 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.609 INFO [stderr] Dec 05 10:00:15.609 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.609 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.609 INFO [stderr] Dec 05 10:00:15.609 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.609 INFO [stderr] --> src/variable.rs:14:40 Dec 05 10:00:15.609 INFO [stderr] | Dec 05 10:00:15.609 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 05 10:00:15.609 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.609 INFO [stderr] ... Dec 05 10:00:15.609 INFO [stderr] 55 | get_var_as_type!(self, nc_int, i32, nc_get_var_int, cast) Dec 05 10:00:15.609 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 05 10:00:15.609 INFO [stderr] | Dec 05 10:00:15.609 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.609 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.609 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.609 INFO [stderr] Dec 05 10:00:15.609 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.609 INFO [stderr] --> src/variable.rs:24:19 Dec 05 10:00:15.609 INFO [stderr] | Dec 05 10:00:15.609 INFO [stderr] 24 | if err != nc_noerr { Dec 05 10:00:15.609 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.609 INFO [stderr] ... Dec 05 10:00:15.609 INFO [stderr] 55 | get_var_as_type!(self, nc_int, i32, nc_get_var_int, cast) Dec 05 10:00:15.609 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 05 10:00:15.609 INFO [stderr] | Dec 05 10:00:15.609 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.609 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.609 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.609 INFO [stderr] Dec 05 10:00:15.609 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.609 INFO [stderr] --> src/variable.rs:14:40 Dec 05 10:00:15.609 INFO [stderr] | Dec 05 10:00:15.609 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 05 10:00:15.609 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.609 INFO [stderr] ... Dec 05 10:00:15.609 INFO [stderr] 58 | get_var_as_type!(self, nc_uint, u32, nc_get_var_uint, cast) Dec 05 10:00:15.609 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 05 10:00:15.609 INFO [stderr] | Dec 05 10:00:15.609 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.609 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.609 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.609 INFO [stderr] Dec 05 10:00:15.609 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.609 INFO [stderr] --> src/variable.rs:24:19 Dec 05 10:00:15.609 INFO [stderr] | Dec 05 10:00:15.609 INFO [stderr] 24 | if err != nc_noerr { Dec 05 10:00:15.609 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.609 INFO [stderr] ... Dec 05 10:00:15.609 INFO [stderr] 58 | get_var_as_type!(self, nc_uint, u32, nc_get_var_uint, cast) Dec 05 10:00:15.609 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 05 10:00:15.609 INFO [stderr] | Dec 05 10:00:15.609 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.609 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.609 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.609 INFO [stderr] Dec 05 10:00:15.610 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.610 INFO [stderr] --> src/variable.rs:14:40 Dec 05 10:00:15.610 INFO [stderr] | Dec 05 10:00:15.610 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 05 10:00:15.610 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.610 INFO [stderr] ... Dec 05 10:00:15.610 INFO [stderr] 61 | get_var_as_type!(self, nc_int64, i64, nc_get_var_longlong, cast) Dec 05 10:00:15.610 INFO [stderr] | ---------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.610 INFO [stderr] | Dec 05 10:00:15.610 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.610 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.610 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.610 INFO [stderr] Dec 05 10:00:15.610 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.610 INFO [stderr] --> src/variable.rs:24:19 Dec 05 10:00:15.610 INFO [stderr] | Dec 05 10:00:15.610 INFO [stderr] 24 | if err != nc_noerr { Dec 05 10:00:15.611 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.611 INFO [stderr] ... Dec 05 10:00:15.611 INFO [stderr] 61 | get_var_as_type!(self, nc_int64, i64, nc_get_var_longlong, cast) Dec 05 10:00:15.611 INFO [stderr] | ---------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.611 INFO [stderr] | Dec 05 10:00:15.611 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.611 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.611 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.611 INFO [stderr] Dec 05 10:00:15.611 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.611 INFO [stderr] --> src/variable.rs:14:40 Dec 05 10:00:15.611 INFO [stderr] | Dec 05 10:00:15.611 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 05 10:00:15.611 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.611 INFO [stderr] ... Dec 05 10:00:15.611 INFO [stderr] 64 | get_var_as_type!(self, nc_uint64, u64, nc_get_var_ulonglong, cast) Dec 05 10:00:15.611 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 05 10:00:15.611 INFO [stderr] | Dec 05 10:00:15.611 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.611 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.611 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.611 INFO [stderr] Dec 05 10:00:15.611 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.611 INFO [stderr] --> src/variable.rs:24:19 Dec 05 10:00:15.611 INFO [stderr] | Dec 05 10:00:15.611 INFO [stderr] 24 | if err != nc_noerr { Dec 05 10:00:15.611 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.611 INFO [stderr] ... Dec 05 10:00:15.611 INFO [stderr] 64 | get_var_as_type!(self, nc_uint64, u64, nc_get_var_ulonglong, cast) Dec 05 10:00:15.611 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 05 10:00:15.611 INFO [stderr] | Dec 05 10:00:15.611 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.612 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.612 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.612 INFO [stderr] Dec 05 10:00:15.612 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.612 INFO [stderr] --> src/variable.rs:14:40 Dec 05 10:00:15.612 INFO [stderr] | Dec 05 10:00:15.612 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 05 10:00:15.612 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.612 INFO [stderr] ... Dec 05 10:00:15.612 INFO [stderr] 67 | get_var_as_type!(self, nc_float, f32, nc_get_var_float, cast) Dec 05 10:00:15.612 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.612 INFO [stderr] | Dec 05 10:00:15.612 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.612 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.612 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.612 INFO [stderr] Dec 05 10:00:15.612 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.612 INFO [stderr] --> src/variable.rs:24:19 Dec 05 10:00:15.612 INFO [stderr] | Dec 05 10:00:15.612 INFO [stderr] 24 | if err != nc_noerr { Dec 05 10:00:15.612 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.612 INFO [stderr] ... Dec 05 10:00:15.612 INFO [stderr] 67 | get_var_as_type!(self, nc_float, f32, nc_get_var_float, cast) Dec 05 10:00:15.612 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.612 INFO [stderr] | Dec 05 10:00:15.612 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.612 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.612 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.612 INFO [stderr] Dec 05 10:00:15.612 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.612 INFO [stderr] --> src/variable.rs:14:40 Dec 05 10:00:15.612 INFO [stderr] | Dec 05 10:00:15.612 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 05 10:00:15.612 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.612 INFO [stderr] ... Dec 05 10:00:15.612 INFO [stderr] 70 | get_var_as_type!(self, nc_double, f64, nc_get_var_double, cast) Dec 05 10:00:15.612 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.612 INFO [stderr] | Dec 05 10:00:15.612 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.612 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.612 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.612 INFO [stderr] Dec 05 10:00:15.612 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.612 INFO [stderr] --> src/variable.rs:24:19 Dec 05 10:00:15.612 INFO [stderr] | Dec 05 10:00:15.612 INFO [stderr] 24 | if err != nc_noerr { Dec 05 10:00:15.612 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.612 INFO [stderr] ... Dec 05 10:00:15.612 INFO [stderr] 52 | get_var_as_type!(self, nc_ushort, u16, nc_get_var_ushort, cast) Dec 05 10:00:15.612 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.612 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.612 INFO [stderr] --> src/variable.rs:24:19 Dec 05 10:00:15.612 INFO [stderr] | Dec 05 10:00:15.612 INFO [stderr] 24 | if err != nc_noerr { Dec 05 10:00:15.612 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.612 INFO [stderr] ... Dec 05 10:00:15.612 INFO [stderr] 70 | get_var_as_type!(self, nc_double, f64, nc_get_var_double, cast) Dec 05 10:00:15.612 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.612 INFO [stderr] | Dec 05 10:00:15.612 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.612 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.612 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.612 INFO [stderr] Dec 05 10:00:15.612 INFO [stderr] | Dec 05 10:00:15.612 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.612 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.612 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.612 INFO [stderr] Dec 05 10:00:15.612 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.612 INFO [stderr] --> src/variable.rs:14:40 Dec 05 10:00:15.612 INFO [stderr] | Dec 05 10:00:15.612 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 05 10:00:15.612 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.612 INFO [stderr] ... Dec 05 10:00:15.612 INFO [stderr] 55 | get_var_as_type!(self, nc_int, i32, nc_get_var_int, cast) Dec 05 10:00:15.612 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 05 10:00:15.612 INFO [stderr] | Dec 05 10:00:15.612 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.612 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.612 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.612 INFO [stderr] Dec 05 10:00:15.612 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.612 INFO [stderr] --> src/variable.rs:101:38 Dec 05 10:00:15.612 INFO [stderr] | Dec 05 10:00:15.612 INFO [stderr] 101 | let mut buf_vec = vec![0i8; (nc_max_name + 1) as usize]; Dec 05 10:00:15.612 INFO [stderr] | ^^^^^^^^^^^ Dec 05 10:00:15.612 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.612 INFO [stderr] --> src/variable.rs:24:19 Dec 05 10:00:15.612 INFO [stderr] | Dec 05 10:00:15.613 INFO [stderr] 24 | if err != nc_noerr { Dec 05 10:00:15.613 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.613 INFO [stderr] ... Dec 05 10:00:15.613 INFO [stderr] 55 | get_var_as_type!(self, nc_int, i32, nc_get_var_int, cast) Dec 05 10:00:15.613 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 05 10:00:15.613 INFO [stderr] | Dec 05 10:00:15.613 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.613 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.613 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.613 INFO [stderr] | Dec 05 10:00:15.613 INFO [stderr] Dec 05 10:00:15.613 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.613 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.613 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.613 INFO [stderr] Dec 05 10:00:15.613 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.613 INFO [stderr] --> src/variable.rs:14:40 Dec 05 10:00:15.613 INFO [stderr] | Dec 05 10:00:15.613 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 05 10:00:15.613 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.613 INFO [stderr] ... Dec 05 10:00:15.613 INFO [stderr] 58 | get_var_as_type!(self, nc_uint, u32, nc_get_var_uint, cast) Dec 05 10:00:15.613 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 05 10:00:15.613 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.613 INFO [stderr] --> src/variable.rs:105:56 Dec 05 10:00:15.613 INFO [stderr] | Dec 05 10:00:15.613 INFO [stderr] 105 | let mut dimids : Vec = Vec::with_capacity(nc_max_dims as usize); Dec 05 10:00:15.613 INFO [stderr] | ^^^^^^^^^^^ Dec 05 10:00:15.613 INFO [stderr] | Dec 05 10:00:15.614 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.614 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.614 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.614 INFO [stderr] Dec 05 10:00:15.615 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.615 INFO [stderr] --> src/attribute.rs:53:41 Dec 05 10:00:15.615 INFO [stderr] | Dec 05 10:00:15.615 INFO [stderr] 53 | if (!cast) && (self.attrtype != nc_char) { Dec 05 10:00:15.615 INFO [stderr] | ^^^^^^^ Dec 05 10:00:15.615 INFO [stderr] | Dec 05 10:00:15.615 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.615 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.615 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.615 INFO [stderr] Dec 05 10:00:15.615 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.615 INFO [stderr] --> src/attribute.rs:11:41 Dec 05 10:00:15.615 INFO [stderr] | Dec 05 10:00:15.615 INFO [stderr] 11 | if (!$cast) && ($me.attrtype != $nc_type) { Dec 05 10:00:15.615 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.615 INFO [stderr] ... Dec 05 10:00:15.615 INFO [stderr] 89 | get_attr_as_type!(self, nc_byte, i8, nc_get_att_schar, cast) Dec 05 10:00:15.615 INFO [stderr] | ------------------------------------------------------------ in this macro invocation Dec 05 10:00:15.615 INFO [stderr] | Dec 05 10:00:15.615 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.615 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.615 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.615 INFO [stderr] Dec 05 10:00:15.615 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.615 INFO [stderr] --> src/attribute.rs:23:19 Dec 05 10:00:15.615 INFO [stderr] | Dec 05 10:00:15.615 INFO [stderr] 23 | if err != nc_noerr { Dec 05 10:00:15.615 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.615 INFO [stderr] ... Dec 05 10:00:15.615 INFO [stderr] 89 | get_attr_as_type!(self, nc_byte, i8, nc_get_att_schar, cast) Dec 05 10:00:15.615 INFO [stderr] | ------------------------------------------------------------ in this macro invocation Dec 05 10:00:15.615 INFO [stderr] | Dec 05 10:00:15.615 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.615 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.615 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.615 INFO [stderr] Dec 05 10:00:15.615 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.615 INFO [stderr] --> src/attribute.rs:36:19 Dec 05 10:00:15.615 INFO [stderr] | Dec 05 10:00:15.615 INFO [stderr] 36 | if err != nc_noerr { Dec 05 10:00:15.615 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.615 INFO [stderr] ... Dec 05 10:00:15.615 INFO [stderr] 89 | get_attr_as_type!(self, nc_byte, i8, nc_get_att_schar, cast) Dec 05 10:00:15.615 INFO [stderr] | ------------------------------------------------------------ in this macro invocation Dec 05 10:00:15.615 INFO [stderr] | Dec 05 10:00:15.615 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.615 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.615 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.615 INFO [stderr] Dec 05 10:00:15.615 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.615 INFO [stderr] --> src/attribute.rs:11:41 Dec 05 10:00:15.615 INFO [stderr] | Dec 05 10:00:15.615 INFO [stderr] 11 | if (!$cast) && ($me.attrtype != $nc_type) { Dec 05 10:00:15.615 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.615 INFO [stderr] ... Dec 05 10:00:15.615 INFO [stderr] 93 | get_attr_as_type!(self, nc_short, i16, nc_get_att_short, cast) Dec 05 10:00:15.615 INFO [stderr] | -------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.615 INFO [stderr] | Dec 05 10:00:15.615 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.615 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.615 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.615 INFO [stderr] Dec 05 10:00:15.615 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.615 INFO [stderr] --> src/attribute.rs:23:19 Dec 05 10:00:15.615 INFO [stderr] | Dec 05 10:00:15.615 INFO [stderr] 23 | if err != nc_noerr { Dec 05 10:00:15.615 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.615 INFO [stderr] ... Dec 05 10:00:15.615 INFO [stderr] 93 | get_attr_as_type!(self, nc_short, i16, nc_get_att_short, cast) Dec 05 10:00:15.615 INFO [stderr] | -------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.615 INFO [stderr] | Dec 05 10:00:15.615 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.615 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.615 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.615 INFO [stderr] Dec 05 10:00:15.615 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.615 INFO [stderr] --> src/attribute.rs:36:19 Dec 05 10:00:15.615 INFO [stderr] | Dec 05 10:00:15.615 INFO [stderr] 36 | if err != nc_noerr { Dec 05 10:00:15.615 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.615 INFO [stderr] ... Dec 05 10:00:15.615 INFO [stderr] 93 | get_attr_as_type!(self, nc_short, i16, nc_get_att_short, cast) Dec 05 10:00:15.615 INFO [stderr] | -------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.615 INFO [stderr] | Dec 05 10:00:15.615 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.616 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.616 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.616 INFO [stderr] Dec 05 10:00:15.616 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.616 INFO [stderr] --> src/attribute.rs:11:41 Dec 05 10:00:15.616 INFO [stderr] | Dec 05 10:00:15.616 INFO [stderr] 11 | if (!$cast) && ($me.attrtype != $nc_type) { Dec 05 10:00:15.616 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.616 INFO [stderr] ... Dec 05 10:00:15.616 INFO [stderr] 97 | get_attr_as_type!(self, nc_ushort, u16, nc_get_att_ushort, cast) Dec 05 10:00:15.616 INFO [stderr] | ---------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.616 INFO [stderr] | Dec 05 10:00:15.616 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.616 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.616 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.616 INFO [stderr] Dec 05 10:00:15.616 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.616 INFO [stderr] --> src/attribute.rs:23:19 Dec 05 10:00:15.616 INFO [stderr] | Dec 05 10:00:15.616 INFO [stderr] 23 | if err != nc_noerr { Dec 05 10:00:15.616 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.616 INFO [stderr] ... Dec 05 10:00:15.616 INFO [stderr] 97 | get_attr_as_type!(self, nc_ushort, u16, nc_get_att_ushort, cast) Dec 05 10:00:15.616 INFO [stderr] | ---------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.616 INFO [stderr] | Dec 05 10:00:15.616 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.616 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.616 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.616 INFO [stderr] Dec 05 10:00:15.616 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.616 INFO [stderr] --> src/attribute.rs:36:19 Dec 05 10:00:15.616 INFO [stderr] | Dec 05 10:00:15.616 INFO [stderr] 36 | if err != nc_noerr { Dec 05 10:00:15.616 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.616 INFO [stderr] ... Dec 05 10:00:15.616 INFO [stderr] 97 | get_attr_as_type!(self, nc_ushort, u16, nc_get_att_ushort, cast) Dec 05 10:00:15.616 INFO [stderr] | ---------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.616 INFO [stderr] | Dec 05 10:00:15.616 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.616 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.616 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.616 INFO [stderr] Dec 05 10:00:15.616 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.616 INFO [stderr] --> src/attribute.rs:11:41 Dec 05 10:00:15.616 INFO [stderr] | Dec 05 10:00:15.616 INFO [stderr] 11 | if (!$cast) && ($me.attrtype != $nc_type) { Dec 05 10:00:15.616 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.616 INFO [stderr] ... Dec 05 10:00:15.616 INFO [stderr] 101 | get_attr_as_type!(self, nc_int, i32, nc_get_att_int, cast) Dec 05 10:00:15.616 INFO [stderr] | ---------------------------------------------------------- in this macro invocation Dec 05 10:00:15.616 INFO [stderr] | Dec 05 10:00:15.616 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.616 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.616 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.616 INFO [stderr] Dec 05 10:00:15.616 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.616 INFO [stderr] --> src/attribute.rs:23:19 Dec 05 10:00:15.616 INFO [stderr] | Dec 05 10:00:15.616 INFO [stderr] 23 | if err != nc_noerr { Dec 05 10:00:15.616 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.616 INFO [stderr] ... Dec 05 10:00:15.616 INFO [stderr] 101 | get_attr_as_type!(self, nc_int, i32, nc_get_att_int, cast) Dec 05 10:00:15.616 INFO [stderr] | ---------------------------------------------------------- in this macro invocation Dec 05 10:00:15.616 INFO [stderr] | Dec 05 10:00:15.616 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.616 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.616 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.616 INFO [stderr] Dec 05 10:00:15.616 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.616 INFO [stderr] --> src/attribute.rs:36:19 Dec 05 10:00:15.616 INFO [stderr] | Dec 05 10:00:15.616 INFO [stderr] 36 | if err != nc_noerr { Dec 05 10:00:15.616 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.616 INFO [stderr] ... Dec 05 10:00:15.616 INFO [stderr] 101 | get_attr_as_type!(self, nc_int, i32, nc_get_att_int, cast) Dec 05 10:00:15.616 INFO [stderr] | ---------------------------------------------------------- in this macro invocation Dec 05 10:00:15.616 INFO [stderr] | Dec 05 10:00:15.616 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.616 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.616 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.616 INFO [stderr] Dec 05 10:00:15.616 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.616 INFO [stderr] --> src/attribute.rs:11:41 Dec 05 10:00:15.616 INFO [stderr] | Dec 05 10:00:15.616 INFO [stderr] 11 | if (!$cast) && ($me.attrtype != $nc_type) { Dec 05 10:00:15.616 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.616 INFO [stderr] ... Dec 05 10:00:15.617 INFO [stderr] 105 | get_attr_as_type!(self, nc_uint, u32, nc_get_att_uint, cast) Dec 05 10:00:15.617 INFO [stderr] | ------------------------------------------------------------ in this macro invocation Dec 05 10:00:15.617 INFO [stderr] | Dec 05 10:00:15.617 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.617 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.617 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.617 INFO [stderr] Dec 05 10:00:15.617 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.617 INFO [stderr] --> src/attribute.rs:23:19 Dec 05 10:00:15.617 INFO [stderr] | Dec 05 10:00:15.617 INFO [stderr] 23 | if err != nc_noerr { Dec 05 10:00:15.617 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.617 INFO [stderr] ... Dec 05 10:00:15.617 INFO [stderr] 105 | get_attr_as_type!(self, nc_uint, u32, nc_get_att_uint, cast) Dec 05 10:00:15.617 INFO [stderr] | ------------------------------------------------------------ in this macro invocation Dec 05 10:00:15.617 INFO [stderr] | Dec 05 10:00:15.617 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.617 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.617 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.617 INFO [stderr] Dec 05 10:00:15.617 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.617 INFO [stderr] --> src/attribute.rs:36:19 Dec 05 10:00:15.617 INFO [stderr] | Dec 05 10:00:15.617 INFO [stderr] 36 | if err != nc_noerr { Dec 05 10:00:15.617 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.617 INFO [stderr] ... Dec 05 10:00:15.617 INFO [stderr] 105 | get_attr_as_type!(self, nc_uint, u32, nc_get_att_uint, cast) Dec 05 10:00:15.617 INFO [stderr] | ------------------------------------------------------------ in this macro invocation Dec 05 10:00:15.617 INFO [stderr] | Dec 05 10:00:15.617 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.617 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.617 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.617 INFO [stderr] Dec 05 10:00:15.617 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.617 INFO [stderr] --> src/attribute.rs:11:41 Dec 05 10:00:15.617 INFO [stderr] | Dec 05 10:00:15.617 INFO [stderr] 11 | if (!$cast) && ($me.attrtype != $nc_type) { Dec 05 10:00:15.617 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.617 INFO [stderr] ... Dec 05 10:00:15.617 INFO [stderr] 109 | get_attr_as_type!(self, nc_int64, i64, nc_get_att_longlong, cast) Dec 05 10:00:15.617 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.617 INFO [stderr] | Dec 05 10:00:15.617 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.617 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.617 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.617 INFO [stderr] Dec 05 10:00:15.617 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.617 INFO [stderr] --> src/attribute.rs:23:19 Dec 05 10:00:15.617 INFO [stderr] | Dec 05 10:00:15.617 INFO [stderr] 23 | if err != nc_noerr { Dec 05 10:00:15.617 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.617 INFO [stderr] ... Dec 05 10:00:15.617 INFO [stderr] 109 | get_attr_as_type!(self, nc_int64, i64, nc_get_att_longlong, cast) Dec 05 10:00:15.617 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.617 INFO [stderr] | Dec 05 10:00:15.617 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.617 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.617 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.617 INFO [stderr] Dec 05 10:00:15.617 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.617 INFO [stderr] --> src/attribute.rs:36:19 Dec 05 10:00:15.617 INFO [stderr] | Dec 05 10:00:15.617 INFO [stderr] 36 | if err != nc_noerr { Dec 05 10:00:15.617 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.617 INFO [stderr] ... Dec 05 10:00:15.617 INFO [stderr] 109 | get_attr_as_type!(self, nc_int64, i64, nc_get_att_longlong, cast) Dec 05 10:00:15.617 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.617 INFO [stderr] | Dec 05 10:00:15.617 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.617 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.617 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.617 INFO [stderr] Dec 05 10:00:15.617 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.617 INFO [stderr] --> src/variable.rs:24:19 Dec 05 10:00:15.617 INFO [stderr] | Dec 05 10:00:15.617 INFO [stderr] 24 | if err != nc_noerr { Dec 05 10:00:15.617 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.617 INFO [stderr] ... Dec 05 10:00:15.617 INFO [stderr] 58 | get_var_as_type!(self, nc_uint, u32, nc_get_var_uint, cast) Dec 05 10:00:15.617 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 05 10:00:15.617 INFO [stderr] | Dec 05 10:00:15.617 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.617 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.617 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.617 INFO [stderr] Dec 05 10:00:15.617 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.617 INFO [stderr] --> src/variable.rs:14:40 Dec 05 10:00:15.617 INFO [stderr] | Dec 05 10:00:15.618 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 05 10:00:15.618 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.618 INFO [stderr] ... Dec 05 10:00:15.618 INFO [stderr] 61 | get_var_as_type!(self, nc_int64, i64, nc_get_var_longlong, cast) Dec 05 10:00:15.618 INFO [stderr] | ---------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.618 INFO [stderr] | Dec 05 10:00:15.618 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.618 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.618 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.618 INFO [stderr] Dec 05 10:00:15.618 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.618 INFO [stderr] --> src/variable.rs:24:19 Dec 05 10:00:15.618 INFO [stderr] | Dec 05 10:00:15.618 INFO [stderr] 24 | if err != nc_noerr { Dec 05 10:00:15.618 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.618 INFO [stderr] ... Dec 05 10:00:15.618 INFO [stderr] 61 | get_var_as_type!(self, nc_int64, i64, nc_get_var_longlong, cast) Dec 05 10:00:15.618 INFO [stderr] | ---------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.618 INFO [stderr] | Dec 05 10:00:15.618 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.618 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.618 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.618 INFO [stderr] Dec 05 10:00:15.618 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.618 INFO [stderr] --> src/variable.rs:14:40 Dec 05 10:00:15.618 INFO [stderr] | Dec 05 10:00:15.618 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 05 10:00:15.618 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.618 INFO [stderr] ... Dec 05 10:00:15.618 INFO [stderr] 64 | get_var_as_type!(self, nc_uint64, u64, nc_get_var_ulonglong, cast) Dec 05 10:00:15.618 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 05 10:00:15.618 INFO [stderr] | Dec 05 10:00:15.618 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.618 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.618 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.618 INFO [stderr] Dec 05 10:00:15.618 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.623 INFO [stderr] --> src/attribute.rs:11:41 Dec 05 10:00:15.623 INFO [stderr] | Dec 05 10:00:15.623 INFO [stderr] 11 | if (!$cast) && ($me.attrtype != $nc_type) { Dec 05 10:00:15.623 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.623 INFO [stderr] ... Dec 05 10:00:15.623 INFO [stderr] 113 | get_attr_as_type!(self, nc_uint64, u64, nc_get_att_ulonglong, cast) Dec 05 10:00:15.623 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.624 INFO [stderr] | Dec 05 10:00:15.624 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.624 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.624 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.624 INFO [stderr] Dec 05 10:00:15.624 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.624 INFO [stderr] --> src/attribute.rs:23:19 Dec 05 10:00:15.624 INFO [stderr] | Dec 05 10:00:15.624 INFO [stderr] 23 | if err != nc_noerr { Dec 05 10:00:15.624 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.624 INFO [stderr] ... Dec 05 10:00:15.624 INFO [stderr] 113 | get_attr_as_type!(self, nc_uint64, u64, nc_get_att_ulonglong, cast) Dec 05 10:00:15.624 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.624 INFO [stderr] | Dec 05 10:00:15.624 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.624 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.624 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.624 INFO [stderr] Dec 05 10:00:15.624 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.624 INFO [stderr] --> src/attribute.rs:36:19 Dec 05 10:00:15.624 INFO [stderr] | Dec 05 10:00:15.624 INFO [stderr] 36 | if err != nc_noerr { Dec 05 10:00:15.624 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.624 INFO [stderr] ... Dec 05 10:00:15.624 INFO [stderr] 113 | get_attr_as_type!(self, nc_uint64, u64, nc_get_att_ulonglong, cast) Dec 05 10:00:15.624 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.624 INFO [stderr] | Dec 05 10:00:15.624 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.624 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.624 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.624 INFO [stderr] Dec 05 10:00:15.624 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.624 INFO [stderr] --> src/attribute.rs:11:41 Dec 05 10:00:15.624 INFO [stderr] | Dec 05 10:00:15.624 INFO [stderr] 11 | if (!$cast) && ($me.attrtype != $nc_type) { Dec 05 10:00:15.624 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.624 INFO [stderr] ... Dec 05 10:00:15.624 INFO [stderr] 117 | get_attr_as_type!(self, nc_float, f32, nc_get_att_float, cast) Dec 05 10:00:15.624 INFO [stderr] | -------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.624 INFO [stderr] | Dec 05 10:00:15.624 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.624 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.624 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.624 INFO [stderr] Dec 05 10:00:15.624 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.624 INFO [stderr] --> src/attribute.rs:23:19 Dec 05 10:00:15.624 INFO [stderr] | Dec 05 10:00:15.624 INFO [stderr] 23 | if err != nc_noerr { Dec 05 10:00:15.624 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.624 INFO [stderr] ... Dec 05 10:00:15.624 INFO [stderr] 117 | get_attr_as_type!(self, nc_float, f32, nc_get_att_float, cast) Dec 05 10:00:15.624 INFO [stderr] | -------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.624 INFO [stderr] | Dec 05 10:00:15.624 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.624 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.624 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.624 INFO [stderr] Dec 05 10:00:15.624 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.624 INFO [stderr] --> src/attribute.rs:36:19 Dec 05 10:00:15.624 INFO [stderr] | Dec 05 10:00:15.624 INFO [stderr] 36 | if err != nc_noerr { Dec 05 10:00:15.624 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.624 INFO [stderr] ... Dec 05 10:00:15.624 INFO [stderr] 117 | get_attr_as_type!(self, nc_float, f32, nc_get_att_float, cast) Dec 05 10:00:15.624 INFO [stderr] | -------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.624 INFO [stderr] | Dec 05 10:00:15.624 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.624 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.624 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.624 INFO [stderr] Dec 05 10:00:15.624 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.624 INFO [stderr] --> src/attribute.rs:11:41 Dec 05 10:00:15.624 INFO [stderr] | Dec 05 10:00:15.624 INFO [stderr] 11 | if (!$cast) && ($me.attrtype != $nc_type) { Dec 05 10:00:15.624 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.624 INFO [stderr] ... Dec 05 10:00:15.624 INFO [stderr] 121 | get_attr_as_type!(self, nc_double, f64, nc_get_att_double, cast) Dec 05 10:00:15.624 INFO [stderr] | ---------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.624 INFO [stderr] | Dec 05 10:00:15.624 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.624 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.624 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.624 INFO [stderr] Dec 05 10:00:15.624 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.624 INFO [stderr] --> src/attribute.rs:23:19 Dec 05 10:00:15.624 INFO [stderr] | Dec 05 10:00:15.625 INFO [stderr] 23 | if err != nc_noerr { Dec 05 10:00:15.625 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.625 INFO [stderr] ... Dec 05 10:00:15.625 INFO [stderr] 121 | get_attr_as_type!(self, nc_double, f64, nc_get_att_double, cast) Dec 05 10:00:15.625 INFO [stderr] | ---------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.625 INFO [stderr] | Dec 05 10:00:15.625 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.625 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.625 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.625 INFO [stderr] Dec 05 10:00:15.625 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.625 INFO [stderr] --> src/attribute.rs:36:19 Dec 05 10:00:15.625 INFO [stderr] | Dec 05 10:00:15.625 INFO [stderr] 36 | if err != nc_noerr { Dec 05 10:00:15.625 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.625 INFO [stderr] ... Dec 05 10:00:15.625 INFO [stderr] 121 | get_attr_as_type!(self, nc_double, f64, nc_get_att_double, cast) Dec 05 10:00:15.625 INFO [stderr] | ---------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.625 INFO [stderr] | Dec 05 10:00:15.625 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.625 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.625 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.625 INFO [stderr] Dec 05 10:00:15.625 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.625 INFO [stderr] --> src/attribute.rs:144:43 Dec 05 10:00:15.625 INFO [stderr] | Dec 05 10:00:15.625 INFO [stderr] 144 | let mut name_buf_vec = vec![0i8; (nc_max_name + 1) as usize]; Dec 05 10:00:15.625 INFO [stderr] | ^^^^^^^^^^^ Dec 05 10:00:15.625 INFO [stderr] | Dec 05 10:00:15.625 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.625 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.625 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.625 INFO [stderr] Dec 05 10:00:15.625 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.625 INFO [stderr] --> src/group.rs:61:36 Dec 05 10:00:15.625 INFO [stderr] | Dec 05 10:00:15.625 INFO [stderr] 61 | fn get_nc_type(&self) -> i32 { nc_byte } Dec 05 10:00:15.625 INFO [stderr] | ^^^^^^^ Dec 05 10:00:15.625 INFO [stderr] | Dec 05 10:00:15.625 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.625 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.625 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.625 INFO [stderr] Dec 05 10:00:15.625 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.625 INFO [stderr] --> src/group.rs:28:19 Dec 05 10:00:15.625 INFO [stderr] | Dec 05 10:00:15.625 INFO [stderr] 28 | if err != nc_noerr { Dec 05 10:00:15.625 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.625 INFO [stderr] ... Dec 05 10:00:15.625 INFO [stderr] 64 | put_var_as_type!(self, ncid, varid, nc_put_var_schar) Dec 05 10:00:15.625 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 05 10:00:15.625 INFO [stderr] | Dec 05 10:00:15.625 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.625 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.625 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.625 INFO [stderr] Dec 05 10:00:15.625 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.625 INFO [stderr] --> src/group.rs:69:36 Dec 05 10:00:15.625 INFO [stderr] | Dec 05 10:00:15.625 INFO [stderr] 69 | fn get_nc_type(&self) -> i32 { nc_short } Dec 05 10:00:15.625 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.625 INFO [stderr] | Dec 05 10:00:15.625 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.625 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.625 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.625 INFO [stderr] Dec 05 10:00:15.625 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.625 INFO [stderr] --> src/group.rs:28:19 Dec 05 10:00:15.625 INFO [stderr] | Dec 05 10:00:15.625 INFO [stderr] 28 | if err != nc_noerr { Dec 05 10:00:15.625 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.625 INFO [stderr] ... Dec 05 10:00:15.625 INFO [stderr] 72 | put_var_as_type!(self, ncid, varid, nc_put_var_short) Dec 05 10:00:15.625 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 05 10:00:15.625 INFO [stderr] | Dec 05 10:00:15.625 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.625 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.625 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.625 INFO [stderr] Dec 05 10:00:15.625 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.625 INFO [stderr] --> src/group.rs:77:36 Dec 05 10:00:15.625 INFO [stderr] | Dec 05 10:00:15.625 INFO [stderr] 77 | fn get_nc_type(&self) -> i32 { nc_ushort } Dec 05 10:00:15.625 INFO [stderr] | ^^^^^^^^^ Dec 05 10:00:15.625 INFO [stderr] | Dec 05 10:00:15.626 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.626 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.626 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.626 INFO [stderr] Dec 05 10:00:15.626 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.626 INFO [stderr] --> src/group.rs:28:19 Dec 05 10:00:15.626 INFO [stderr] | Dec 05 10:00:15.626 INFO [stderr] 28 | if err != nc_noerr { Dec 05 10:00:15.626 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.626 INFO [stderr] ... Dec 05 10:00:15.626 INFO [stderr] 80 | put_var_as_type!(self, ncid, varid, nc_put_var_ushort) Dec 05 10:00:15.626 INFO [stderr] | ------------------------------------------------------ in this macro invocation Dec 05 10:00:15.626 INFO [stderr] | Dec 05 10:00:15.626 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.626 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.626 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.626 INFO [stderr] Dec 05 10:00:15.626 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.626 INFO [stderr] --> src/group.rs:85:36 Dec 05 10:00:15.626 INFO [stderr] | Dec 05 10:00:15.626 INFO [stderr] 85 | fn get_nc_type(&self) -> i32 { nc_int } Dec 05 10:00:15.626 INFO [stderr] | ^^^^^^ Dec 05 10:00:15.626 INFO [stderr] | Dec 05 10:00:15.626 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.626 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.626 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.626 INFO [stderr] Dec 05 10:00:15.626 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.626 INFO [stderr] --> src/group.rs:28:19 Dec 05 10:00:15.626 INFO [stderr] | Dec 05 10:00:15.626 INFO [stderr] 28 | if err != nc_noerr { Dec 05 10:00:15.626 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.626 INFO [stderr] ... Dec 05 10:00:15.626 INFO [stderr] 88 | put_var_as_type!(self, ncid, varid, nc_put_var_int) Dec 05 10:00:15.626 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 05 10:00:15.627 INFO [stderr] | Dec 05 10:00:15.627 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.627 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.627 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.627 INFO [stderr] Dec 05 10:00:15.627 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.627 INFO [stderr] --> src/group.rs:93:36 Dec 05 10:00:15.627 INFO [stderr] | Dec 05 10:00:15.627 INFO [stderr] 93 | fn get_nc_type(&self) -> i32 { nc_uint } Dec 05 10:00:15.627 INFO [stderr] | ^^^^^^^ Dec 05 10:00:15.627 INFO [stderr] | Dec 05 10:00:15.627 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.627 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.627 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.627 INFO [stderr] Dec 05 10:00:15.627 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.627 INFO [stderr] --> src/group.rs:28:19 Dec 05 10:00:15.628 INFO [stderr] | Dec 05 10:00:15.628 INFO [stderr] 28 | if err != nc_noerr { Dec 05 10:00:15.628 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.628 INFO [stderr] ... Dec 05 10:00:15.628 INFO [stderr] 96 | put_var_as_type!(self, ncid, varid, nc_put_var_uint) Dec 05 10:00:15.628 INFO [stderr] | ---------------------------------------------------- in this macro invocation Dec 05 10:00:15.628 INFO [stderr] | Dec 05 10:00:15.628 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.628 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.628 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.628 INFO [stderr] Dec 05 10:00:15.628 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.628 INFO [stderr] --> src/group.rs:101:36 Dec 05 10:00:15.628 INFO [stderr] | Dec 05 10:00:15.628 INFO [stderr] 101 | fn get_nc_type(&self) -> i32 { nc_int64 } Dec 05 10:00:15.628 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.628 INFO [stderr] | Dec 05 10:00:15.628 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.628 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.628 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.628 INFO [stderr] Dec 05 10:00:15.628 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.628 INFO [stderr] --> src/group.rs:28:19 Dec 05 10:00:15.628 INFO [stderr] | Dec 05 10:00:15.628 INFO [stderr] 28 | if err != nc_noerr { Dec 05 10:00:15.628 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.628 INFO [stderr] ... Dec 05 10:00:15.628 INFO [stderr] 104 | put_var_as_type!(self, ncid, varid, nc_put_var_longlong) Dec 05 10:00:15.628 INFO [stderr] | -------------------------------------------------------- in this macro invocation Dec 05 10:00:15.628 INFO [stderr] | Dec 05 10:00:15.628 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.628 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.628 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.628 INFO [stderr] Dec 05 10:00:15.628 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.628 INFO [stderr] --> src/group.rs:109:36 Dec 05 10:00:15.628 INFO [stderr] | Dec 05 10:00:15.628 INFO [stderr] 109 | fn get_nc_type(&self) -> i32 { nc_uint64 } Dec 05 10:00:15.628 INFO [stderr] | ^^^^^^^^^ Dec 05 10:00:15.628 INFO [stderr] | Dec 05 10:00:15.628 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.628 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.628 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.628 INFO [stderr] Dec 05 10:00:15.628 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.628 INFO [stderr] --> src/group.rs:28:19 Dec 05 10:00:15.628 INFO [stderr] | Dec 05 10:00:15.628 INFO [stderr] 28 | if err != nc_noerr { Dec 05 10:00:15.628 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.628 INFO [stderr] ... Dec 05 10:00:15.628 INFO [stderr] 112 | put_var_as_type!(self, ncid, varid, nc_put_var_ulonglong) Dec 05 10:00:15.628 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 05 10:00:15.628 INFO [stderr] | Dec 05 10:00:15.628 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.628 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.628 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.628 INFO [stderr] Dec 05 10:00:15.628 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.628 INFO [stderr] --> src/group.rs:117:36 Dec 05 10:00:15.628 INFO [stderr] | Dec 05 10:00:15.628 INFO [stderr] 117 | fn get_nc_type(&self) -> i32 { nc_float } Dec 05 10:00:15.628 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.628 INFO [stderr] | Dec 05 10:00:15.628 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.628 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.628 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.628 INFO [stderr] Dec 05 10:00:15.628 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.628 INFO [stderr] --> src/group.rs:28:19 Dec 05 10:00:15.628 INFO [stderr] | Dec 05 10:00:15.628 INFO [stderr] 28 | if err != nc_noerr { Dec 05 10:00:15.628 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.628 INFO [stderr] ... Dec 05 10:00:15.628 INFO [stderr] 120 | put_var_as_type!(self, ncid, varid, nc_put_var_float) Dec 05 10:00:15.628 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 05 10:00:15.628 INFO [stderr] | Dec 05 10:00:15.628 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.628 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.628 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.628 INFO [stderr] Dec 05 10:00:15.628 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.628 INFO [stderr] --> src/group.rs:125:36 Dec 05 10:00:15.628 INFO [stderr] | Dec 05 10:00:15.628 INFO [stderr] 125 | fn get_nc_type(&self) -> i32 { nc_double } Dec 05 10:00:15.629 INFO [stderr] | ^^^^^^^^^ Dec 05 10:00:15.629 INFO [stderr] | Dec 05 10:00:15.629 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.629 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.629 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.629 INFO [stderr] Dec 05 10:00:15.629 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.629 INFO [stderr] --> src/group.rs:28:19 Dec 05 10:00:15.629 INFO [stderr] | Dec 05 10:00:15.629 INFO [stderr] 28 | if err != nc_noerr { Dec 05 10:00:15.629 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.629 INFO [stderr] ... Dec 05 10:00:15.629 INFO [stderr] 128 | put_var_as_type!(self, ncid, varid, nc_put_var_double) Dec 05 10:00:15.629 INFO [stderr] | ------------------------------------------------------ in this macro invocation Dec 05 10:00:15.629 INFO [stderr] | Dec 05 10:00:15.629 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.629 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.629 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.629 INFO [stderr] Dec 05 10:00:15.629 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.629 INFO [stderr] --> src/group.rs:140:36 Dec 05 10:00:15.629 INFO [stderr] | Dec 05 10:00:15.629 INFO [stderr] 140 | fn get_nc_type(&self) -> i32 { nc_byte } Dec 05 10:00:15.629 INFO [stderr] | ^^^^^^^ Dec 05 10:00:15.629 INFO [stderr] | Dec 05 10:00:15.629 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.629 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.629 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.629 INFO [stderr] Dec 05 10:00:15.629 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.629 INFO [stderr] --> src/group.rs:46:19 Dec 05 10:00:15.629 INFO [stderr] | Dec 05 10:00:15.629 INFO [stderr] 46 | if err != nc_noerr { Dec 05 10:00:15.629 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.629 INFO [stderr] ... Dec 05 10:00:15.629 INFO [stderr] 142 | put_attr_as_type!(self, name, ncid, nc_byte, varid, nc_put_att_schar) Dec 05 10:00:15.629 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.629 INFO [stderr] | Dec 05 10:00:15.629 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.629 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.629 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.629 INFO [stderr] Dec 05 10:00:15.629 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.629 INFO [stderr] --> src/group.rs:147:36 Dec 05 10:00:15.629 INFO [stderr] | Dec 05 10:00:15.629 INFO [stderr] 147 | fn get_nc_type(&self) -> i32 { nc_short } Dec 05 10:00:15.629 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.629 INFO [stderr] | Dec 05 10:00:15.629 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.629 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.629 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.629 INFO [stderr] | Dec 05 10:00:15.629 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.629 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.629 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.629 INFO [stderr] Dec 05 10:00:15.629 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.629 INFO [stderr] --> src/variable.rs:24:19 Dec 05 10:00:15.629 INFO [stderr] | Dec 05 10:00:15.629 INFO [stderr] 24 | if err != nc_noerr { Dec 05 10:00:15.629 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.629 INFO [stderr] ... Dec 05 10:00:15.629 INFO [stderr] 64 | get_var_as_type!(self, nc_uint64, u64, nc_get_var_ulonglong, cast) Dec 05 10:00:15.629 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 05 10:00:15.629 INFO [stderr] | Dec 05 10:00:15.629 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.629 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.629 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.629 INFO [stderr] Dec 05 10:00:15.629 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.629 INFO [stderr] --> src/variable.rs:14:40 Dec 05 10:00:15.629 INFO [stderr] | Dec 05 10:00:15.629 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 05 10:00:15.629 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.629 INFO [stderr] ... Dec 05 10:00:15.629 INFO [stderr] 67 | get_var_as_type!(self, nc_float, f32, nc_get_var_float, cast) Dec 05 10:00:15.629 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.635 INFO [stderr] | Dec 05 10:00:15.635 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.635 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.635 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.635 INFO [stderr] Dec 05 10:00:15.635 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.635 INFO [stderr] --> src/variable.rs:24:19 Dec 05 10:00:15.635 INFO [stderr] | Dec 05 10:00:15.635 INFO [stderr] 24 | if err != nc_noerr { Dec 05 10:00:15.635 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.635 INFO [stderr] ... Dec 05 10:00:15.635 INFO [stderr] 67 | get_var_as_type!(self, nc_float, f32, nc_get_var_float, cast) Dec 05 10:00:15.635 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.635 INFO [stderr] | Dec 05 10:00:15.635 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.635 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.635 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.635 INFO [stderr] Dec 05 10:00:15.635 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.635 INFO [stderr] --> src/variable.rs:14:40 Dec 05 10:00:15.635 INFO [stderr] | Dec 05 10:00:15.635 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 05 10:00:15.635 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.635 INFO [stderr] ... Dec 05 10:00:15.635 INFO [stderr] 70 | get_var_as_type!(self, nc_double, f64, nc_get_var_double, cast) Dec 05 10:00:15.635 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.635 INFO [stderr] | Dec 05 10:00:15.635 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.635 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.635 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.635 INFO [stderr] Dec 05 10:00:15.635 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.635 INFO [stderr] --> src/variable.rs:24:19 Dec 05 10:00:15.636 INFO [stderr] | Dec 05 10:00:15.636 INFO [stderr] 24 | if err != nc_noerr { Dec 05 10:00:15.636 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.636 INFO [stderr] ... Dec 05 10:00:15.636 INFO [stderr] 70 | get_var_as_type!(self, nc_double, f64, nc_get_var_double, cast) Dec 05 10:00:15.636 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.636 INFO [stderr] | Dec 05 10:00:15.636 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.636 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.636 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.636 INFO [stderr] Dec 05 10:00:15.636 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.636 INFO [stderr] --> src/variable.rs:101:38 Dec 05 10:00:15.636 INFO [stderr] | Dec 05 10:00:15.636 INFO [stderr] 101 | let mut buf_vec = vec![0i8; (nc_max_name + 1) as usize]; Dec 05 10:00:15.636 INFO [stderr] | ^^^^^^^^^^^ Dec 05 10:00:15.636 INFO [stderr] | Dec 05 10:00:15.636 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.636 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.636 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.636 INFO [stderr] Dec 05 10:00:15.636 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.636 INFO [stderr] --> src/variable.rs:105:56 Dec 05 10:00:15.636 INFO [stderr] | Dec 05 10:00:15.636 INFO [stderr] 105 | let mut dimids : Vec = Vec::with_capacity(nc_max_dims as usize); Dec 05 10:00:15.636 INFO [stderr] | ^^^^^^^^^^^ Dec 05 10:00:15.636 INFO [stderr] | Dec 05 10:00:15.636 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.636 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.636 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.636 INFO [stderr] Dec 05 10:00:15.636 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.636 INFO [stderr] --> src/attribute.rs:53:41 Dec 05 10:00:15.636 INFO [stderr] | Dec 05 10:00:15.636 INFO [stderr] 53 | if (!cast) && (self.attrtype != nc_char) { Dec 05 10:00:15.636 INFO [stderr] | ^^^^^^^ Dec 05 10:00:15.636 INFO [stderr] | Dec 05 10:00:15.636 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.636 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.636 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.636 INFO [stderr] Dec 05 10:00:15.636 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.636 INFO [stderr] --> src/attribute.rs:11:41 Dec 05 10:00:15.636 INFO [stderr] | Dec 05 10:00:15.636 INFO [stderr] 11 | if (!$cast) && ($me.attrtype != $nc_type) { Dec 05 10:00:15.636 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.636 INFO [stderr] ... Dec 05 10:00:15.636 INFO [stderr] 89 | get_attr_as_type!(self, nc_byte, i8, nc_get_att_schar, cast) Dec 05 10:00:15.636 INFO [stderr] | ------------------------------------------------------------ in this macro invocation Dec 05 10:00:15.636 INFO [stderr] | Dec 05 10:00:15.636 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.636 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.636 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.636 INFO [stderr] Dec 05 10:00:15.636 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.636 INFO [stderr] --> src/attribute.rs:23:19 Dec 05 10:00:15.636 INFO [stderr] | Dec 05 10:00:15.636 INFO [stderr] 23 | if err != nc_noerr { Dec 05 10:00:15.636 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.636 INFO [stderr] ... Dec 05 10:00:15.636 INFO [stderr] 89 | get_attr_as_type!(self, nc_byte, i8, nc_get_att_schar, cast) Dec 05 10:00:15.636 INFO [stderr] | ------------------------------------------------------------ in this macro invocation Dec 05 10:00:15.636 INFO [stderr] | Dec 05 10:00:15.636 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.636 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.636 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.636 INFO [stderr] Dec 05 10:00:15.636 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.636 INFO [stderr] --> src/attribute.rs:36:19 Dec 05 10:00:15.636 INFO [stderr] | Dec 05 10:00:15.636 INFO [stderr] 36 | if err != nc_noerr { Dec 05 10:00:15.636 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.636 INFO [stderr] ... Dec 05 10:00:15.636 INFO [stderr] 89 | get_attr_as_type!(self, nc_byte, i8, nc_get_att_schar, cast) Dec 05 10:00:15.636 INFO [stderr] | ------------------------------------------------------------ in this macro invocation Dec 05 10:00:15.636 INFO [stderr] | Dec 05 10:00:15.636 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.636 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.636 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.636 INFO [stderr] Dec 05 10:00:15.636 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.636 INFO [stderr] --> src/attribute.rs:11:41 Dec 05 10:00:15.636 INFO [stderr] | Dec 05 10:00:15.636 INFO [stderr] 11 | if (!$cast) && ($me.attrtype != $nc_type) { Dec 05 10:00:15.636 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.636 INFO [stderr] ... Dec 05 10:00:15.636 INFO [stderr] 93 | get_attr_as_type!(self, nc_short, i16, nc_get_att_short, cast) Dec 05 10:00:15.636 INFO [stderr] | -------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.636 INFO [stderr] | Dec 05 10:00:15.636 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.636 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.636 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.636 INFO [stderr] Dec 05 10:00:15.637 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.637 INFO [stderr] --> src/attribute.rs:23:19 Dec 05 10:00:15.637 INFO [stderr] | Dec 05 10:00:15.637 INFO [stderr] 23 | if err != nc_noerr { Dec 05 10:00:15.637 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.637 INFO [stderr] ... Dec 05 10:00:15.637 INFO [stderr] 93 | get_attr_as_type!(self, nc_short, i16, nc_get_att_short, cast) Dec 05 10:00:15.637 INFO [stderr] | -------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.637 INFO [stderr] | Dec 05 10:00:15.637 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.637 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.637 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.637 INFO [stderr] Dec 05 10:00:15.637 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.637 INFO [stderr] --> src/attribute.rs:36:19 Dec 05 10:00:15.637 INFO [stderr] | Dec 05 10:00:15.637 INFO [stderr] 36 | if err != nc_noerr { Dec 05 10:00:15.637 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.637 INFO [stderr] ... Dec 05 10:00:15.637 INFO [stderr] 93 | get_attr_as_type!(self, nc_short, i16, nc_get_att_short, cast) Dec 05 10:00:15.637 INFO [stderr] | -------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.637 INFO [stderr] | Dec 05 10:00:15.637 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.637 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.637 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.637 INFO [stderr] Dec 05 10:00:15.637 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.637 INFO [stderr] --> src/attribute.rs:11:41 Dec 05 10:00:15.637 INFO [stderr] | Dec 05 10:00:15.637 INFO [stderr] 11 | if (!$cast) && ($me.attrtype != $nc_type) { Dec 05 10:00:15.637 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.637 INFO [stderr] ... Dec 05 10:00:15.637 INFO [stderr] 97 | get_attr_as_type!(self, nc_ushort, u16, nc_get_att_ushort, cast) Dec 05 10:00:15.637 INFO [stderr] | ---------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.637 INFO [stderr] | Dec 05 10:00:15.637 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.637 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.637 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.637 INFO [stderr] Dec 05 10:00:15.637 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.637 INFO [stderr] --> src/attribute.rs:23:19 Dec 05 10:00:15.637 INFO [stderr] | Dec 05 10:00:15.637 INFO [stderr] 23 | if err != nc_noerr { Dec 05 10:00:15.637 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.637 INFO [stderr] ... Dec 05 10:00:15.637 INFO [stderr] 97 | get_attr_as_type!(self, nc_ushort, u16, nc_get_att_ushort, cast) Dec 05 10:00:15.637 INFO [stderr] | ---------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.637 INFO [stderr] | Dec 05 10:00:15.637 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.637 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.637 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.637 INFO [stderr] Dec 05 10:00:15.637 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.637 INFO [stderr] --> src/attribute.rs:36:19 Dec 05 10:00:15.637 INFO [stderr] | Dec 05 10:00:15.637 INFO [stderr] 36 | if err != nc_noerr { Dec 05 10:00:15.637 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.637 INFO [stderr] ... Dec 05 10:00:15.637 INFO [stderr] 97 | get_attr_as_type!(self, nc_ushort, u16, nc_get_att_ushort, cast) Dec 05 10:00:15.637 INFO [stderr] | ---------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.637 INFO [stderr] | Dec 05 10:00:15.637 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.637 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.637 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.637 INFO [stderr] Dec 05 10:00:15.637 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.637 INFO [stderr] --> src/attribute.rs:11:41 Dec 05 10:00:15.637 INFO [stderr] | Dec 05 10:00:15.637 INFO [stderr] 11 | if (!$cast) && ($me.attrtype != $nc_type) { Dec 05 10:00:15.637 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.637 INFO [stderr] ... Dec 05 10:00:15.637 INFO [stderr] 101 | get_attr_as_type!(self, nc_int, i32, nc_get_att_int, cast) Dec 05 10:00:15.637 INFO [stderr] | ---------------------------------------------------------- in this macro invocation Dec 05 10:00:15.637 INFO [stderr] | Dec 05 10:00:15.637 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.637 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.637 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.637 INFO [stderr] Dec 05 10:00:15.637 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.637 INFO [stderr] --> src/attribute.rs:23:19 Dec 05 10:00:15.637 INFO [stderr] | Dec 05 10:00:15.637 INFO [stderr] 23 | if err != nc_noerr { Dec 05 10:00:15.637 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.637 INFO [stderr] ... Dec 05 10:00:15.637 INFO [stderr] 101 | get_attr_as_type!(self, nc_int, i32, nc_get_att_int, cast) Dec 05 10:00:15.637 INFO [stderr] | ---------------------------------------------------------- in this macro invocation Dec 05 10:00:15.637 INFO [stderr] | Dec 05 10:00:15.637 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.637 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.637 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.638 INFO [stderr] Dec 05 10:00:15.638 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.638 INFO [stderr] --> src/attribute.rs:36:19 Dec 05 10:00:15.638 INFO [stderr] | Dec 05 10:00:15.638 INFO [stderr] 36 | if err != nc_noerr { Dec 05 10:00:15.638 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.638 INFO [stderr] ... Dec 05 10:00:15.638 INFO [stderr] 101 | get_attr_as_type!(self, nc_int, i32, nc_get_att_int, cast) Dec 05 10:00:15.638 INFO [stderr] | ---------------------------------------------------------- in this macro invocation Dec 05 10:00:15.638 INFO [stderr] | Dec 05 10:00:15.638 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.638 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.638 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.638 INFO [stderr] Dec 05 10:00:15.638 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.638 INFO [stderr] --> src/attribute.rs:11:41 Dec 05 10:00:15.638 INFO [stderr] | Dec 05 10:00:15.638 INFO [stderr] 11 | if (!$cast) && ($me.attrtype != $nc_type) { Dec 05 10:00:15.638 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.638 INFO [stderr] ... Dec 05 10:00:15.638 INFO [stderr] 105 | get_attr_as_type!(self, nc_uint, u32, nc_get_att_uint, cast) Dec 05 10:00:15.638 INFO [stderr] | ------------------------------------------------------------ in this macro invocation Dec 05 10:00:15.638 INFO [stderr] | Dec 05 10:00:15.638 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.638 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.638 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.638 INFO [stderr] Dec 05 10:00:15.638 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.638 INFO [stderr] --> src/attribute.rs:23:19 Dec 05 10:00:15.638 INFO [stderr] | Dec 05 10:00:15.638 INFO [stderr] 23 | if err != nc_noerr { Dec 05 10:00:15.638 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.638 INFO [stderr] ... Dec 05 10:00:15.638 INFO [stderr] 105 | get_attr_as_type!(self, nc_uint, u32, nc_get_att_uint, cast) Dec 05 10:00:15.638 INFO [stderr] | ------------------------------------------------------------ in this macro invocation Dec 05 10:00:15.638 INFO [stderr] | Dec 05 10:00:15.638 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.638 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.638 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.638 INFO [stderr] Dec 05 10:00:15.638 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.638 INFO [stderr] --> src/attribute.rs:36:19 Dec 05 10:00:15.638 INFO [stderr] | Dec 05 10:00:15.638 INFO [stderr] 36 | if err != nc_noerr { Dec 05 10:00:15.638 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.638 INFO [stderr] ... Dec 05 10:00:15.638 INFO [stderr] 105 | get_attr_as_type!(self, nc_uint, u32, nc_get_att_uint, cast) Dec 05 10:00:15.638 INFO [stderr] | ------------------------------------------------------------ in this macro invocation Dec 05 10:00:15.638 INFO [stderr] | Dec 05 10:00:15.638 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.638 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.638 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.638 INFO [stderr] Dec 05 10:00:15.638 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.638 INFO [stderr] --> src/attribute.rs:11:41 Dec 05 10:00:15.638 INFO [stderr] | Dec 05 10:00:15.638 INFO [stderr] 11 | if (!$cast) && ($me.attrtype != $nc_type) { Dec 05 10:00:15.638 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.638 INFO [stderr] ... Dec 05 10:00:15.638 INFO [stderr] 109 | get_attr_as_type!(self, nc_int64, i64, nc_get_att_longlong, cast) Dec 05 10:00:15.638 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.638 INFO [stderr] | Dec 05 10:00:15.638 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.638 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.638 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.638 INFO [stderr] Dec 05 10:00:15.638 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.638 INFO [stderr] --> src/attribute.rs:23:19 Dec 05 10:00:15.638 INFO [stderr] | Dec 05 10:00:15.638 INFO [stderr] 23 | if err != nc_noerr { Dec 05 10:00:15.638 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.638 INFO [stderr] ... Dec 05 10:00:15.638 INFO [stderr] 109 | get_attr_as_type!(self, nc_int64, i64, nc_get_att_longlong, cast) Dec 05 10:00:15.638 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.638 INFO [stderr] | Dec 05 10:00:15.638 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.638 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.638 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.638 INFO [stderr] Dec 05 10:00:15.638 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.638 INFO [stderr] --> src/attribute.rs:36:19 Dec 05 10:00:15.638 INFO [stderr] | Dec 05 10:00:15.638 INFO [stderr] 36 | if err != nc_noerr { Dec 05 10:00:15.638 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.639 INFO [stderr] ... Dec 05 10:00:15.639 INFO [stderr] 109 | get_attr_as_type!(self, nc_int64, i64, nc_get_att_longlong, cast) Dec 05 10:00:15.639 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.639 INFO [stderr] | Dec 05 10:00:15.639 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.639 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.639 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.639 INFO [stderr] Dec 05 10:00:15.639 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.639 INFO [stderr] --> src/attribute.rs:11:41 Dec 05 10:00:15.639 INFO [stderr] | Dec 05 10:00:15.639 INFO [stderr] 11 | if (!$cast) && ($me.attrtype != $nc_type) { Dec 05 10:00:15.639 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.639 INFO [stderr] ... Dec 05 10:00:15.639 INFO [stderr] 113 | get_attr_as_type!(self, nc_uint64, u64, nc_get_att_ulonglong, cast) Dec 05 10:00:15.639 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.639 INFO [stderr] | Dec 05 10:00:15.639 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.639 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.639 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.639 INFO [stderr] Dec 05 10:00:15.639 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.639 INFO [stderr] --> src/attribute.rs:23:19 Dec 05 10:00:15.639 INFO [stderr] | Dec 05 10:00:15.639 INFO [stderr] 23 | if err != nc_noerr { Dec 05 10:00:15.639 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.639 INFO [stderr] ... Dec 05 10:00:15.639 INFO [stderr] 113 | get_attr_as_type!(self, nc_uint64, u64, nc_get_att_ulonglong, cast) Dec 05 10:00:15.639 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.639 INFO [stderr] | Dec 05 10:00:15.639 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.639 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.640 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.640 INFO [stderr] Dec 05 10:00:15.640 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.640 INFO [stderr] --> src/attribute.rs:36:19 Dec 05 10:00:15.640 INFO [stderr] | Dec 05 10:00:15.640 INFO [stderr] 36 | if err != nc_noerr { Dec 05 10:00:15.640 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.640 INFO [stderr] ... Dec 05 10:00:15.640 INFO [stderr] 113 | get_attr_as_type!(self, nc_uint64, u64, nc_get_att_ulonglong, cast) Dec 05 10:00:15.640 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.640 INFO [stderr] | Dec 05 10:00:15.640 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.640 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.640 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.640 INFO [stderr] Dec 05 10:00:15.640 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.640 INFO [stderr] --> src/attribute.rs:11:41 Dec 05 10:00:15.640 INFO [stderr] | Dec 05 10:00:15.640 INFO [stderr] 11 | if (!$cast) && ($me.attrtype != $nc_type) { Dec 05 10:00:15.640 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.640 INFO [stderr] ... Dec 05 10:00:15.640 INFO [stderr] 117 | get_attr_as_type!(self, nc_float, f32, nc_get_att_float, cast) Dec 05 10:00:15.640 INFO [stderr] | -------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.640 INFO [stderr] | Dec 05 10:00:15.640 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.640 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.640 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.640 INFO [stderr] Dec 05 10:00:15.640 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.640 INFO [stderr] --> src/attribute.rs:23:19 Dec 05 10:00:15.640 INFO [stderr] | Dec 05 10:00:15.640 INFO [stderr] 23 | if err != nc_noerr { Dec 05 10:00:15.640 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.640 INFO [stderr] ... Dec 05 10:00:15.640 INFO [stderr] 117 | get_attr_as_type!(self, nc_float, f32, nc_get_att_float, cast) Dec 05 10:00:15.640 INFO [stderr] | -------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.640 INFO [stderr] | Dec 05 10:00:15.640 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.640 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.640 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.640 INFO [stderr] Dec 05 10:00:15.640 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.640 INFO [stderr] --> src/attribute.rs:36:19 Dec 05 10:00:15.640 INFO [stderr] | Dec 05 10:00:15.640 INFO [stderr] 36 | if err != nc_noerr { Dec 05 10:00:15.640 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.640 INFO [stderr] ... Dec 05 10:00:15.640 INFO [stderr] 117 | get_attr_as_type!(self, nc_float, f32, nc_get_att_float, cast) Dec 05 10:00:15.640 INFO [stderr] | -------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.640 INFO [stderr] | Dec 05 10:00:15.640 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.640 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.640 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.640 INFO [stderr] Dec 05 10:00:15.640 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.640 INFO [stderr] --> src/attribute.rs:11:41 Dec 05 10:00:15.640 INFO [stderr] | Dec 05 10:00:15.640 INFO [stderr] 11 | if (!$cast) && ($me.attrtype != $nc_type) { Dec 05 10:00:15.640 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.640 INFO [stderr] ... Dec 05 10:00:15.640 INFO [stderr] 121 | get_attr_as_type!(self, nc_double, f64, nc_get_att_double, cast) Dec 05 10:00:15.640 INFO [stderr] | ---------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.640 INFO [stderr] | Dec 05 10:00:15.640 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.640 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.640 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.640 INFO [stderr] Dec 05 10:00:15.640 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.640 INFO [stderr] --> src/attribute.rs:23:19 Dec 05 10:00:15.640 INFO [stderr] | Dec 05 10:00:15.640 INFO [stderr] 23 | if err != nc_noerr { Dec 05 10:00:15.640 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.640 INFO [stderr] ... Dec 05 10:00:15.640 INFO [stderr] 121 | get_attr_as_type!(self, nc_double, f64, nc_get_att_double, cast) Dec 05 10:00:15.640 INFO [stderr] | ---------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.640 INFO [stderr] | Dec 05 10:00:15.640 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.640 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.640 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.640 INFO [stderr] Dec 05 10:00:15.640 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.640 INFO [stderr] --> src/attribute.rs:36:19 Dec 05 10:00:15.640 INFO [stderr] | Dec 05 10:00:15.640 INFO [stderr] 36 | if err != nc_noerr { Dec 05 10:00:15.640 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.641 INFO [stderr] ... Dec 05 10:00:15.641 INFO [stderr] 121 | get_attr_as_type!(self, nc_double, f64, nc_get_att_double, cast) Dec 05 10:00:15.641 INFO [stderr] | ---------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.641 INFO [stderr] | Dec 05 10:00:15.641 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.641 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.641 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.641 INFO [stderr] Dec 05 10:00:15.641 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.641 INFO [stderr] --> src/attribute.rs:144:43 Dec 05 10:00:15.641 INFO [stderr] | Dec 05 10:00:15.641 INFO [stderr] 144 | let mut name_buf_vec = vec![0i8; (nc_max_name + 1) as usize]; Dec 05 10:00:15.641 INFO [stderr] | ^^^^^^^^^^^ Dec 05 10:00:15.641 INFO [stderr] | Dec 05 10:00:15.641 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.641 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.641 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.641 INFO [stderr] Dec 05 10:00:15.641 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.641 INFO [stderr] --> src/group.rs:61:36 Dec 05 10:00:15.641 INFO [stderr] | Dec 05 10:00:15.641 INFO [stderr] 61 | fn get_nc_type(&self) -> i32 { nc_byte } Dec 05 10:00:15.641 INFO [stderr] | ^^^^^^^ Dec 05 10:00:15.641 INFO [stderr] | Dec 05 10:00:15.641 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.641 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.641 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.641 INFO [stderr] Dec 05 10:00:15.641 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.641 INFO [stderr] --> src/group.rs:28:19 Dec 05 10:00:15.641 INFO [stderr] | Dec 05 10:00:15.641 INFO [stderr] 28 | if err != nc_noerr { Dec 05 10:00:15.641 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.641 INFO [stderr] ... Dec 05 10:00:15.641 INFO [stderr] 64 | put_var_as_type!(self, ncid, varid, nc_put_var_schar) Dec 05 10:00:15.641 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 05 10:00:15.641 INFO [stderr] | Dec 05 10:00:15.641 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.641 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.641 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.641 INFO [stderr] Dec 05 10:00:15.641 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.641 INFO [stderr] --> src/group.rs:69:36 Dec 05 10:00:15.641 INFO [stderr] | Dec 05 10:00:15.641 INFO [stderr] 69 | fn get_nc_type(&self) -> i32 { nc_short } Dec 05 10:00:15.641 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.641 INFO [stderr] | Dec 05 10:00:15.641 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.641 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.641 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.641 INFO [stderr] Dec 05 10:00:15.641 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.641 INFO [stderr] --> src/group.rs:28:19 Dec 05 10:00:15.641 INFO [stderr] | Dec 05 10:00:15.641 INFO [stderr] 28 | if err != nc_noerr { Dec 05 10:00:15.641 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.641 INFO [stderr] ... Dec 05 10:00:15.641 INFO [stderr] 72 | put_var_as_type!(self, ncid, varid, nc_put_var_short) Dec 05 10:00:15.641 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 05 10:00:15.641 INFO [stderr] | Dec 05 10:00:15.641 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.641 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.641 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.641 INFO [stderr] Dec 05 10:00:15.641 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.641 INFO [stderr] --> src/group.rs:77:36 Dec 05 10:00:15.641 INFO [stderr] | Dec 05 10:00:15.641 INFO [stderr] 77 | fn get_nc_type(&self) -> i32 { nc_ushort } Dec 05 10:00:15.641 INFO [stderr] | ^^^^^^^^^ Dec 05 10:00:15.641 INFO [stderr] | Dec 05 10:00:15.641 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.641 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.641 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.641 INFO [stderr] Dec 05 10:00:15.641 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.641 INFO [stderr] --> src/group.rs:28:19 Dec 05 10:00:15.641 INFO [stderr] | Dec 05 10:00:15.641 INFO [stderr] 28 | if err != nc_noerr { Dec 05 10:00:15.641 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.641 INFO [stderr] ... Dec 05 10:00:15.641 INFO [stderr] 80 | put_var_as_type!(self, ncid, varid, nc_put_var_ushort) Dec 05 10:00:15.641 INFO [stderr] | ------------------------------------------------------ in this macro invocation Dec 05 10:00:15.641 INFO [stderr] | Dec 05 10:00:15.641 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.641 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.642 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.642 INFO [stderr] Dec 05 10:00:15.642 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.642 INFO [stderr] --> src/group.rs:85:36 Dec 05 10:00:15.642 INFO [stderr] | Dec 05 10:00:15.642 INFO [stderr] 85 | fn get_nc_type(&self) -> i32 { nc_int } Dec 05 10:00:15.642 INFO [stderr] | ^^^^^^ Dec 05 10:00:15.642 INFO [stderr] | Dec 05 10:00:15.642 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.642 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.642 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.642 INFO [stderr] Dec 05 10:00:15.642 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.642 INFO [stderr] --> src/group.rs:28:19 Dec 05 10:00:15.642 INFO [stderr] | Dec 05 10:00:15.642 INFO [stderr] 28 | if err != nc_noerr { Dec 05 10:00:15.642 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.642 INFO [stderr] ... Dec 05 10:00:15.642 INFO [stderr] 88 | put_var_as_type!(self, ncid, varid, nc_put_var_int) Dec 05 10:00:15.642 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 05 10:00:15.642 INFO [stderr] | Dec 05 10:00:15.642 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.642 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.642 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.642 INFO [stderr] Dec 05 10:00:15.642 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.642 INFO [stderr] --> src/group.rs:93:36 Dec 05 10:00:15.642 INFO [stderr] | Dec 05 10:00:15.642 INFO [stderr] 93 | fn get_nc_type(&self) -> i32 { nc_uint } Dec 05 10:00:15.642 INFO [stderr] | ^^^^^^^ Dec 05 10:00:15.642 INFO [stderr] | Dec 05 10:00:15.642 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.642 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.642 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.642 INFO [stderr] Dec 05 10:00:15.642 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.642 INFO [stderr] --> src/group.rs:28:19 Dec 05 10:00:15.642 INFO [stderr] | Dec 05 10:00:15.642 INFO [stderr] 28 | if err != nc_noerr { Dec 05 10:00:15.642 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.642 INFO [stderr] ... Dec 05 10:00:15.642 INFO [stderr] 96 | put_var_as_type!(self, ncid, varid, nc_put_var_uint) Dec 05 10:00:15.642 INFO [stderr] | ---------------------------------------------------- in this macro invocation Dec 05 10:00:15.642 INFO [stderr] | Dec 05 10:00:15.642 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.642 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.642 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.642 INFO [stderr] Dec 05 10:00:15.642 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.642 INFO [stderr] --> src/group.rs:101:36 Dec 05 10:00:15.642 INFO [stderr] | Dec 05 10:00:15.642 INFO [stderr] 101 | fn get_nc_type(&self) -> i32 { nc_int64 } Dec 05 10:00:15.642 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.642 INFO [stderr] | Dec 05 10:00:15.642 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.642 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.642 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.642 INFO [stderr] Dec 05 10:00:15.642 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.642 INFO [stderr] --> src/group.rs:28:19 Dec 05 10:00:15.642 INFO [stderr] | Dec 05 10:00:15.642 INFO [stderr] 28 | if err != nc_noerr { Dec 05 10:00:15.642 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.642 INFO [stderr] ... Dec 05 10:00:15.642 INFO [stderr] 104 | put_var_as_type!(self, ncid, varid, nc_put_var_longlong) Dec 05 10:00:15.642 INFO [stderr] | -------------------------------------------------------- in this macro invocation Dec 05 10:00:15.642 INFO [stderr] | Dec 05 10:00:15.642 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.642 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.642 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.642 INFO [stderr] Dec 05 10:00:15.642 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.642 INFO [stderr] --> src/group.rs:109:36 Dec 05 10:00:15.642 INFO [stderr] | Dec 05 10:00:15.642 INFO [stderr] 109 | fn get_nc_type(&self) -> i32 { nc_uint64 } Dec 05 10:00:15.642 INFO [stderr] | ^^^^^^^^^ Dec 05 10:00:15.642 INFO [stderr] | Dec 05 10:00:15.642 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.642 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.642 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.644 INFO [stderr] Dec 05 10:00:15.644 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.644 INFO [stderr] --> src/group.rs:28:19 Dec 05 10:00:15.644 INFO [stderr] | Dec 05 10:00:15.644 INFO [stderr] 28 | if err != nc_noerr { Dec 05 10:00:15.644 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.644 INFO [stderr] ... Dec 05 10:00:15.644 INFO [stderr] 112 | put_var_as_type!(self, ncid, varid, nc_put_var_ulonglong) Dec 05 10:00:15.644 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 05 10:00:15.644 INFO [stderr] | Dec 05 10:00:15.644 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.644 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.644 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.644 INFO [stderr] Dec 05 10:00:15.644 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.644 INFO [stderr] --> src/group.rs:117:36 Dec 05 10:00:15.644 INFO [stderr] | Dec 05 10:00:15.644 INFO [stderr] 117 | fn get_nc_type(&self) -> i32 { nc_float } Dec 05 10:00:15.644 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.644 INFO [stderr] | Dec 05 10:00:15.644 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.644 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.644 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.644 INFO [stderr] Dec 05 10:00:15.644 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.644 INFO [stderr] --> src/group.rs:28:19 Dec 05 10:00:15.644 INFO [stderr] | Dec 05 10:00:15.644 INFO [stderr] 28 | if err != nc_noerr { Dec 05 10:00:15.644 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.644 INFO [stderr] ... Dec 05 10:00:15.644 INFO [stderr] 120 | put_var_as_type!(self, ncid, varid, nc_put_var_float) Dec 05 10:00:15.644 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 05 10:00:15.644 INFO [stderr] | Dec 05 10:00:15.644 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.644 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.644 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.644 INFO [stderr] Dec 05 10:00:15.644 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.644 INFO [stderr] --> src/group.rs:125:36 Dec 05 10:00:15.644 INFO [stderr] | Dec 05 10:00:15.644 INFO [stderr] 125 | fn get_nc_type(&self) -> i32 { nc_double } Dec 05 10:00:15.644 INFO [stderr] | ^^^^^^^^^ Dec 05 10:00:15.644 INFO [stderr] | Dec 05 10:00:15.644 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.644 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.644 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.644 INFO [stderr] Dec 05 10:00:15.644 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.644 INFO [stderr] --> src/group.rs:28:19 Dec 05 10:00:15.644 INFO [stderr] | Dec 05 10:00:15.644 INFO [stderr] 28 | if err != nc_noerr { Dec 05 10:00:15.644 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.644 INFO [stderr] ... Dec 05 10:00:15.644 INFO [stderr] 128 | put_var_as_type!(self, ncid, varid, nc_put_var_double) Dec 05 10:00:15.644 INFO [stderr] | ------------------------------------------------------ in this macro invocation Dec 05 10:00:15.644 INFO [stderr] | Dec 05 10:00:15.644 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.644 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.644 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.644 INFO [stderr] Dec 05 10:00:15.644 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.644 INFO [stderr] --> src/group.rs:140:36 Dec 05 10:00:15.644 INFO [stderr] | Dec 05 10:00:15.644 INFO [stderr] 140 | fn get_nc_type(&self) -> i32 { nc_byte } Dec 05 10:00:15.644 INFO [stderr] | ^^^^^^^ Dec 05 10:00:15.644 INFO [stderr] | Dec 05 10:00:15.644 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.644 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.644 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.644 INFO [stderr] Dec 05 10:00:15.644 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.644 INFO [stderr] --> src/group.rs:46:19 Dec 05 10:00:15.644 INFO [stderr] | Dec 05 10:00:15.645 INFO [stderr] 46 | if err != nc_noerr { Dec 05 10:00:15.645 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.645 INFO [stderr] ... Dec 05 10:00:15.645 INFO [stderr] 142 | put_attr_as_type!(self, name, ncid, nc_byte, varid, nc_put_att_schar) Dec 05 10:00:15.645 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.645 INFO [stderr] | Dec 05 10:00:15.645 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.645 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.645 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.645 INFO [stderr] Dec 05 10:00:15.645 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.645 INFO [stderr] --> src/group.rs:147:36 Dec 05 10:00:15.645 INFO [stderr] | Dec 05 10:00:15.645 INFO [stderr] 147 | fn get_nc_type(&self) -> i32 { nc_short } Dec 05 10:00:15.645 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.645 INFO [stderr] | Dec 05 10:00:15.645 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.645 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.645 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.645 INFO [stderr] Dec 05 10:00:15.645 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.645 INFO [stderr] --> src/group.rs:46:19 Dec 05 10:00:15.645 INFO [stderr] | Dec 05 10:00:15.645 INFO [stderr] 46 | if err != nc_noerr { Dec 05 10:00:15.645 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.645 INFO [stderr] ... Dec 05 10:00:15.645 INFO [stderr] 149 | put_attr_as_type!(self, name, ncid, nc_short, varid, nc_put_att_short) Dec 05 10:00:15.645 INFO [stderr] | ---------------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.645 INFO [stderr] | Dec 05 10:00:15.645 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.645 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.645 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.645 INFO [stderr] Dec 05 10:00:15.645 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.645 INFO [stderr] --> src/group.rs:154:36 Dec 05 10:00:15.645 INFO [stderr] | Dec 05 10:00:15.645 INFO [stderr] 154 | fn get_nc_type(&self) -> i32 { nc_ushort } Dec 05 10:00:15.645 INFO [stderr] | ^^^^^^^^^ Dec 05 10:00:15.645 INFO [stderr] | Dec 05 10:00:15.645 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.645 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.645 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.645 INFO [stderr] Dec 05 10:00:15.645 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.645 INFO [stderr] --> src/group.rs:46:19 Dec 05 10:00:15.645 INFO [stderr] | Dec 05 10:00:15.645 INFO [stderr] 46 | if err != nc_noerr { Dec 05 10:00:15.645 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.645 INFO [stderr] ... Dec 05 10:00:15.645 INFO [stderr] 156 | put_attr_as_type!(self, name, ncid, nc_ushort, varid, nc_put_att_ushort) Dec 05 10:00:15.645 INFO [stderr] | ------------------------------------------------------------------------ in this macro invocation Dec 05 10:00:15.645 INFO [stderr] | Dec 05 10:00:15.645 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.645 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.645 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.645 INFO [stderr] Dec 05 10:00:15.645 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.645 INFO [stderr] --> src/group.rs:161:36 Dec 05 10:00:15.645 INFO [stderr] | Dec 05 10:00:15.645 INFO [stderr] 161 | fn get_nc_type(&self) -> i32 { nc_int } Dec 05 10:00:15.645 INFO [stderr] | ^^^^^^ Dec 05 10:00:15.645 INFO [stderr] | Dec 05 10:00:15.645 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.645 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.645 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.645 INFO [stderr] Dec 05 10:00:15.645 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.645 INFO [stderr] --> src/group.rs:46:19 Dec 05 10:00:15.645 INFO [stderr] | Dec 05 10:00:15.645 INFO [stderr] 46 | if err != nc_noerr { Dec 05 10:00:15.645 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.645 INFO [stderr] ... Dec 05 10:00:15.645 INFO [stderr] 163 | put_attr_as_type!(self, name, ncid, nc_int, varid, nc_put_att_int) Dec 05 10:00:15.645 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 05 10:00:15.645 INFO [stderr] | Dec 05 10:00:15.645 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.645 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.645 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.645 INFO [stderr] Dec 05 10:00:15.645 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.645 INFO [stderr] --> src/group.rs:168:36 Dec 05 10:00:15.645 INFO [stderr] | Dec 05 10:00:15.645 INFO [stderr] 168 | fn get_nc_type(&self) -> i32 { nc_uint } Dec 05 10:00:15.646 INFO [stderr] | ^^^^^^^ Dec 05 10:00:15.646 INFO [stderr] | Dec 05 10:00:15.646 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.646 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.646 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.646 INFO [stderr] Dec 05 10:00:15.646 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.646 INFO [stderr] --> src/group.rs:46:19 Dec 05 10:00:15.646 INFO [stderr] | Dec 05 10:00:15.646 INFO [stderr] 46 | if err != nc_noerr { Dec 05 10:00:15.646 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.646 INFO [stderr] ... Dec 05 10:00:15.646 INFO [stderr] 170 | put_attr_as_type!(self, name, ncid, nc_uint, varid, nc_put_att_uint) Dec 05 10:00:15.646 INFO [stderr] | -------------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.646 INFO [stderr] | Dec 05 10:00:15.646 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.646 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.646 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.646 INFO [stderr] Dec 05 10:00:15.646 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.646 INFO [stderr] --> src/group.rs:175:36 Dec 05 10:00:15.646 INFO [stderr] | Dec 05 10:00:15.646 INFO [stderr] 175 | fn get_nc_type(&self) -> i32 { nc_int64 } Dec 05 10:00:15.646 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.646 INFO [stderr] | Dec 05 10:00:15.646 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.646 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.646 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.646 INFO [stderr] Dec 05 10:00:15.646 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.646 INFO [stderr] --> src/group.rs:46:19 Dec 05 10:00:15.646 INFO [stderr] | Dec 05 10:00:15.646 INFO [stderr] 46 | if err != nc_noerr { Dec 05 10:00:15.646 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.646 INFO [stderr] ... Dec 05 10:00:15.646 INFO [stderr] 177 | put_attr_as_type!(self, name, ncid, nc_int64, varid, nc_put_att_longlong) Dec 05 10:00:15.646 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.646 INFO [stderr] | Dec 05 10:00:15.646 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.646 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.646 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.646 INFO [stderr] Dec 05 10:00:15.646 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.646 INFO [stderr] --> src/group.rs:182:36 Dec 05 10:00:15.646 INFO [stderr] | Dec 05 10:00:15.646 INFO [stderr] 182 | fn get_nc_type(&self) -> i32 { nc_uint64 } Dec 05 10:00:15.646 INFO [stderr] | ^^^^^^^^^ Dec 05 10:00:15.646 INFO [stderr] | Dec 05 10:00:15.646 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.646 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.646 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.646 INFO [stderr] Dec 05 10:00:15.646 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.646 INFO [stderr] --> src/group.rs:46:19 Dec 05 10:00:15.646 INFO [stderr] | Dec 05 10:00:15.646 INFO [stderr] 46 | if err != nc_noerr { Dec 05 10:00:15.646 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.646 INFO [stderr] ... Dec 05 10:00:15.646 INFO [stderr] 184 | put_attr_as_type!(self, name, ncid, nc_uint64, varid, nc_put_att_ulonglong) Dec 05 10:00:15.646 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.646 INFO [stderr] | Dec 05 10:00:15.646 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.646 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.646 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.646 INFO [stderr] Dec 05 10:00:15.646 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.646 INFO [stderr] --> src/group.rs:189:36 Dec 05 10:00:15.646 INFO [stderr] | Dec 05 10:00:15.646 INFO [stderr] 189 | fn get_nc_type(&self) -> i32 { nc_float } Dec 05 10:00:15.646 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.646 INFO [stderr] | Dec 05 10:00:15.646 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.646 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.646 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.646 INFO [stderr] Dec 05 10:00:15.646 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.646 INFO [stderr] --> src/group.rs:46:19 Dec 05 10:00:15.646 INFO [stderr] | Dec 05 10:00:15.646 INFO [stderr] 46 | if err != nc_noerr { Dec 05 10:00:15.646 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.646 INFO [stderr] ... Dec 05 10:00:15.647 INFO [stderr] 191 | put_attr_as_type!(self, name, ncid, nc_float, varid, nc_put_att_float) Dec 05 10:00:15.647 INFO [stderr] | ---------------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.647 INFO [stderr] | Dec 05 10:00:15.647 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.647 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.647 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.647 INFO [stderr] Dec 05 10:00:15.647 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.647 INFO [stderr] --> src/group.rs:196:36 Dec 05 10:00:15.647 INFO [stderr] | Dec 05 10:00:15.647 INFO [stderr] 196 | fn get_nc_type(&self) -> i32 { nc_double } Dec 05 10:00:15.647 INFO [stderr] | ^^^^^^^^^ Dec 05 10:00:15.647 INFO [stderr] | Dec 05 10:00:15.647 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.647 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.647 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.647 INFO [stderr] Dec 05 10:00:15.647 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.647 INFO [stderr] --> src/group.rs:46:19 Dec 05 10:00:15.647 INFO [stderr] | Dec 05 10:00:15.647 INFO [stderr] 46 | if err != nc_noerr { Dec 05 10:00:15.647 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.647 INFO [stderr] ... Dec 05 10:00:15.647 INFO [stderr] 198 | put_attr_as_type!(self, name, ncid, nc_double, varid, nc_put_att_double) Dec 05 10:00:15.647 INFO [stderr] | ------------------------------------------------------------------------ in this macro invocation Dec 05 10:00:15.647 INFO [stderr] | Dec 05 10:00:15.647 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.647 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.647 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.647 INFO [stderr] Dec 05 10:00:15.647 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.647 INFO [stderr] --> src/group.rs:203:36 Dec 05 10:00:15.647 INFO [stderr] | Dec 05 10:00:15.647 INFO [stderr] 203 | fn get_nc_type(&self) -> i32 { nc_char } Dec 05 10:00:15.647 INFO [stderr] | ^^^^^^^ Dec 05 10:00:15.647 INFO [stderr] | Dec 05 10:00:15.647 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.647 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.647 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.647 INFO [stderr] Dec 05 10:00:15.647 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.647 INFO [stderr] --> src/group.rs:214:19 Dec 05 10:00:15.647 INFO [stderr] | Dec 05 10:00:15.647 INFO [stderr] 214 | if err != nc_noerr { Dec 05 10:00:15.647 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.647 INFO [stderr] | Dec 05 10:00:15.647 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.647 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.647 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.647 INFO [stderr] Dec 05 10:00:15.647 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.647 INFO [stderr] --> src/group.rs:224:31 Dec 05 10:00:15.647 INFO [stderr] | Dec 05 10:00:15.647 INFO [stderr] 224 | try!(val.put(self.id, nc_global, name)); Dec 05 10:00:15.647 INFO [stderr] | ^^^^^^^^^ Dec 05 10:00:15.647 INFO [stderr] | Dec 05 10:00:15.647 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.647 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.647 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.647 INFO [stderr] Dec 05 10:00:15.647 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.647 INFO [stderr] --> src/group.rs:231:29 Dec 05 10:00:15.647 INFO [stderr] | Dec 05 10:00:15.647 INFO [stderr] 231 | var_id: nc_global, Dec 05 10:00:15.647 INFO [stderr] | ^^^^^^^^^ Dec 05 10:00:15.647 INFO [stderr] | Dec 05 10:00:15.647 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.647 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.647 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.647 INFO [stderr] Dec 05 10:00:15.647 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.647 INFO [stderr] --> src/group.rs:247:19 Dec 05 10:00:15.647 INFO [stderr] | Dec 05 10:00:15.647 INFO [stderr] 247 | if err != nc_noerr { Dec 05 10:00:15.647 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.647 INFO [stderr] | Dec 05 10:00:15.647 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.647 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.647 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.647 INFO [stderr] Dec 05 10:00:15.647 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.647 INFO [stderr] --> src/group.rs:291:19 Dec 05 10:00:15.648 INFO [stderr] | Dec 05 10:00:15.648 INFO [stderr] 291 | if err != nc_noerr { Dec 05 10:00:15.648 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.648 INFO [stderr] | Dec 05 10:00:15.648 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.648 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.648 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.648 INFO [stderr] Dec 05 10:00:15.648 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.648 INFO [stderr] --> src/group.rs:362:50 Dec 05 10:00:15.648 INFO [stderr] | Dec 05 10:00:15.648 INFO [stderr] 362 | init_attributes(&mut grp.attributes, grp.id, nc_global, -1); Dec 05 10:00:15.648 INFO [stderr] | ^^^^^^^^^ Dec 05 10:00:15.648 INFO [stderr] | Dec 05 10:00:15.648 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.648 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.648 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.648 INFO [stderr] Dec 05 10:00:15.648 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.648 INFO [stderr] --> src/dimension.rs:24:38 Dec 05 10:00:15.648 INFO [stderr] | Dec 05 10:00:15.648 INFO [stderr] 24 | let mut buf_vec = vec![0i8; (nc_max_name + 1) as usize]; Dec 05 10:00:15.648 INFO [stderr] | ^^^^^^^^^^^ Dec 05 10:00:15.648 INFO [stderr] | Dec 05 10:00:15.648 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.648 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.648 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.648 INFO [stderr] Dec 05 10:00:15.648 INFO [stderr] Dec 05 10:00:15.648 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.648 INFO [stderr] --> src/group.rs:46:19 Dec 05 10:00:15.648 INFO [stderr] | Dec 05 10:00:15.648 INFO [stderr] 46 | if err != nc_noerr { Dec 05 10:00:15.648 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.648 INFO [stderr] ... Dec 05 10:00:15.648 INFO [stderr] 149 | put_attr_as_type!(self, name, ncid, nc_short, varid, nc_put_att_short) Dec 05 10:00:15.648 INFO [stderr] | ---------------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.648 INFO [stderr] | Dec 05 10:00:15.648 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.648 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.648 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.648 INFO [stderr] Dec 05 10:00:15.648 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.648 INFO [stderr] --> src/group.rs:154:36 Dec 05 10:00:15.648 INFO [stderr] | Dec 05 10:00:15.648 INFO [stderr] 154 | fn get_nc_type(&self) -> i32 { nc_ushort } Dec 05 10:00:15.648 INFO [stderr] | ^^^^^^^^^ Dec 05 10:00:15.648 INFO [stderr] | Dec 05 10:00:15.648 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.648 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.648 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.648 INFO [stderr] Dec 05 10:00:15.648 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.648 INFO [stderr] --> src/group.rs:46:19 Dec 05 10:00:15.648 INFO [stderr] | Dec 05 10:00:15.648 INFO [stderr] 46 | if err != nc_noerr { Dec 05 10:00:15.648 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.648 INFO [stderr] ... Dec 05 10:00:15.648 INFO [stderr] 156 | put_attr_as_type!(self, name, ncid, nc_ushort, varid, nc_put_att_ushort) Dec 05 10:00:15.648 INFO [stderr] | ------------------------------------------------------------------------ in this macro invocation Dec 05 10:00:15.648 INFO [stderr] | Dec 05 10:00:15.648 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.648 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.648 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.648 INFO [stderr] Dec 05 10:00:15.648 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.648 INFO [stderr] --> src/group.rs:161:36 Dec 05 10:00:15.648 INFO [stderr] | Dec 05 10:00:15.648 INFO [stderr] 161 | fn get_nc_type(&self) -> i32 { nc_int } Dec 05 10:00:15.648 INFO [stderr] | ^^^^^^ Dec 05 10:00:15.648 INFO [stderr] | Dec 05 10:00:15.648 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.648 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.648 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.648 INFO [stderr] Dec 05 10:00:15.648 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.648 INFO [stderr] --> src/group.rs:46:19 Dec 05 10:00:15.648 INFO [stderr] | Dec 05 10:00:15.648 INFO [stderr] 46 | if err != nc_noerr { Dec 05 10:00:15.648 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.648 INFO [stderr] ... Dec 05 10:00:15.648 INFO [stderr] 163 | put_attr_as_type!(self, name, ncid, nc_int, varid, nc_put_att_int) Dec 05 10:00:15.648 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 05 10:00:15.648 INFO [stderr] | Dec 05 10:00:15.648 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.649 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.649 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.649 INFO [stderr] Dec 05 10:00:15.649 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.649 INFO [stderr] --> src/group.rs:168:36 Dec 05 10:00:15.649 INFO [stderr] | Dec 05 10:00:15.649 INFO [stderr] 168 | fn get_nc_type(&self) -> i32 { nc_uint } Dec 05 10:00:15.649 INFO [stderr] | ^^^^^^^ Dec 05 10:00:15.649 INFO [stderr] | Dec 05 10:00:15.649 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.649 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.649 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.649 INFO [stderr] Dec 05 10:00:15.649 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.649 INFO [stderr] --> src/group.rs:46:19 Dec 05 10:00:15.649 INFO [stderr] | Dec 05 10:00:15.649 INFO [stderr] 46 | if err != nc_noerr { Dec 05 10:00:15.649 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.649 INFO [stderr] ... Dec 05 10:00:15.649 INFO [stderr] 170 | put_attr_as_type!(self, name, ncid, nc_uint, varid, nc_put_att_uint) Dec 05 10:00:15.649 INFO [stderr] | -------------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.649 INFO [stderr] | Dec 05 10:00:15.649 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.649 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.649 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.649 INFO [stderr] error: aborting due to 97 previous errors Dec 05 10:00:15.649 INFO [stderr] Dec 05 10:00:15.649 INFO [stderr] Dec 05 10:00:15.649 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.649 INFO [stderr] --> src/group.rs:175:36 Dec 05 10:00:15.649 INFO [stderr] | Dec 05 10:00:15.649 INFO [stderr] 175 | fn get_nc_type(&self) -> i32 { nc_int64 } Dec 05 10:00:15.649 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.649 INFO [stderr] | Dec 05 10:00:15.649 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.649 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.649 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.649 INFO [stderr] Dec 05 10:00:15.649 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.649 INFO [stderr] --> src/group.rs:46:19 Dec 05 10:00:15.649 INFO [stderr] | Dec 05 10:00:15.649 INFO [stderr] 46 | if err != nc_noerr { Dec 05 10:00:15.649 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.649 INFO [stderr] ... Dec 05 10:00:15.649 INFO [stderr] 177 | put_attr_as_type!(self, name, ncid, nc_int64, varid, nc_put_att_longlong) Dec 05 10:00:15.649 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.649 INFO [stderr] | Dec 05 10:00:15.649 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.649 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.649 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.649 INFO [stderr] Dec 05 10:00:15.649 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.649 INFO [stderr] --> src/group.rs:182:36 Dec 05 10:00:15.649 INFO [stderr] | Dec 05 10:00:15.649 INFO [stderr] 182 | fn get_nc_type(&self) -> i32 { nc_uint64 } Dec 05 10:00:15.649 INFO [stderr] | ^^^^^^^^^ Dec 05 10:00:15.649 INFO [stderr] | Dec 05 10:00:15.649 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.649 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.649 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.649 INFO [stderr] Dec 05 10:00:15.649 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.649 INFO [stderr] --> src/group.rs:46:19 Dec 05 10:00:15.649 INFO [stderr] | Dec 05 10:00:15.649 INFO [stderr] 46 | if err != nc_noerr { Dec 05 10:00:15.649 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.649 INFO [stderr] ... Dec 05 10:00:15.649 INFO [stderr] 184 | put_attr_as_type!(self, name, ncid, nc_uint64, varid, nc_put_att_ulonglong) Dec 05 10:00:15.649 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.649 INFO [stderr] | Dec 05 10:00:15.649 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.649 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.649 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.649 INFO [stderr] Dec 05 10:00:15.649 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.649 INFO [stderr] --> src/group.rs:189:36 Dec 05 10:00:15.649 INFO [stderr] | Dec 05 10:00:15.649 INFO [stderr] 189 | fn get_nc_type(&self) -> i32 { nc_float } Dec 05 10:00:15.649 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.649 INFO [stderr] | Dec 05 10:00:15.649 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.649 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.649 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.649 INFO [stderr] Dec 05 10:00:15.649 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.650 INFO [stderr] --> src/group.rs:46:19 Dec 05 10:00:15.650 INFO [stderr] | Dec 05 10:00:15.650 INFO [stderr] 46 | if err != nc_noerr { Dec 05 10:00:15.650 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.650 INFO [stderr] ... Dec 05 10:00:15.650 INFO [stderr] 191 | put_attr_as_type!(self, name, ncid, nc_float, varid, nc_put_att_float) Dec 05 10:00:15.650 INFO [stderr] | ---------------------------------------------------------------------- in this macro invocation Dec 05 10:00:15.650 INFO [stderr] | Dec 05 10:00:15.650 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.650 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.650 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.650 INFO [stderr] Dec 05 10:00:15.650 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.650 INFO [stderr] --> src/group.rs:196:36 Dec 05 10:00:15.650 INFO [stderr] | Dec 05 10:00:15.650 INFO [stderr] 196 | fn get_nc_type(&self) -> i32 { nc_double } Dec 05 10:00:15.650 INFO [stderr] | ^^^^^^^^^ Dec 05 10:00:15.650 INFO [stderr] | Dec 05 10:00:15.650 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.650 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.650 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.650 INFO [stderr] Dec 05 10:00:15.650 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.650 INFO [stderr] --> src/group.rs:46:19 Dec 05 10:00:15.650 INFO [stderr] | Dec 05 10:00:15.650 INFO [stderr] 46 | if err != nc_noerr { Dec 05 10:00:15.650 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.650 INFO [stderr] ... Dec 05 10:00:15.650 INFO [stderr] 198 | put_attr_as_type!(self, name, ncid, nc_double, varid, nc_put_att_double) Dec 05 10:00:15.650 INFO [stderr] | ------------------------------------------------------------------------ in this macro invocation Dec 05 10:00:15.650 INFO [stderr] | Dec 05 10:00:15.650 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.650 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.650 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.650 INFO [stderr] Dec 05 10:00:15.650 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.650 INFO [stderr] --> src/group.rs:203:36 Dec 05 10:00:15.650 INFO [stderr] | Dec 05 10:00:15.650 INFO [stderr] 203 | fn get_nc_type(&self) -> i32 { nc_char } Dec 05 10:00:15.650 INFO [stderr] | ^^^^^^^ Dec 05 10:00:15.650 INFO [stderr] | Dec 05 10:00:15.650 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.650 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.650 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.650 INFO [stderr] Dec 05 10:00:15.650 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.650 INFO [stderr] --> src/group.rs:214:19 Dec 05 10:00:15.650 INFO [stderr] | Dec 05 10:00:15.650 INFO [stderr] 214 | if err != nc_noerr { Dec 05 10:00:15.650 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.650 INFO [stderr] | Dec 05 10:00:15.650 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.650 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.650 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.650 INFO [stderr] Dec 05 10:00:15.650 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.650 INFO [stderr] --> src/group.rs:224:31 Dec 05 10:00:15.650 INFO [stderr] | Dec 05 10:00:15.650 INFO [stderr] 224 | try!(val.put(self.id, nc_global, name)); Dec 05 10:00:15.650 INFO [stderr] | ^^^^^^^^^ Dec 05 10:00:15.650 INFO [stderr] | Dec 05 10:00:15.650 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.650 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.650 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.650 INFO [stderr] Dec 05 10:00:15.650 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.650 INFO [stderr] --> src/group.rs:231:29 Dec 05 10:00:15.650 INFO [stderr] | Dec 05 10:00:15.650 INFO [stderr] 231 | var_id: nc_global, Dec 05 10:00:15.650 INFO [stderr] | ^^^^^^^^^ Dec 05 10:00:15.650 INFO [stderr] | Dec 05 10:00:15.650 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.650 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.650 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.650 INFO [stderr] Dec 05 10:00:15.650 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.650 INFO [stderr] --> src/group.rs:247:19 Dec 05 10:00:15.650 INFO [stderr] | Dec 05 10:00:15.650 INFO [stderr] 247 | if err != nc_noerr { Dec 05 10:00:15.650 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.650 INFO [stderr] | Dec 05 10:00:15.651 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.651 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.651 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.651 INFO [stderr] Dec 05 10:00:15.651 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.651 INFO [stderr] --> src/group.rs:291:19 Dec 05 10:00:15.651 INFO [stderr] | Dec 05 10:00:15.651 INFO [stderr] 291 | if err != nc_noerr { Dec 05 10:00:15.651 INFO [stderr] | ^^^^^^^^ Dec 05 10:00:15.651 INFO [stderr] | Dec 05 10:00:15.651 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.651 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.651 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.651 INFO [stderr] Dec 05 10:00:15.651 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.651 INFO [stderr] --> src/group.rs:362:50 Dec 05 10:00:15.651 INFO [stderr] | Dec 05 10:00:15.651 INFO [stderr] 362 | init_attributes(&mut grp.attributes, grp.id, nc_global, -1); Dec 05 10:00:15.651 INFO [stderr] | ^^^^^^^^^ Dec 05 10:00:15.651 INFO [stderr] | Dec 05 10:00:15.651 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.651 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.651 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.651 INFO [stderr] Dec 05 10:00:15.651 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 05 10:00:15.651 INFO [stderr] --> src/dimension.rs:24:38 Dec 05 10:00:15.651 INFO [stderr] | Dec 05 10:00:15.651 INFO [stderr] 24 | let mut buf_vec = vec![0i8; (nc_max_name + 1) as usize]; Dec 05 10:00:15.651 INFO [stderr] | ^^^^^^^^^^^ Dec 05 10:00:15.651 INFO [stderr] | Dec 05 10:00:15.651 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 10:00:15.651 INFO [stderr] = note: for more information, see issue #36247 Dec 05 10:00:15.651 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 05 10:00:15.651 INFO [stderr] Dec 05 10:00:15.651 INFO [stderr] error: Could not compile `netcdf`. Dec 05 10:00:15.651 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 05 10:00:15.659 INFO [stderr] error: aborting due to 97 previous errors Dec 05 10:00:15.659 INFO [stderr] Dec 05 10:00:15.665 INFO [stderr] error: Could not compile `netcdf`. Dec 05 10:00:15.665 INFO [stderr] Dec 05 10:00:15.665 INFO [stderr] To learn more, run the command again with --verbose. Dec 05 10:00:15.667 INFO [stderr] su: No module specific data is present Dec 05 10:00:16.397 INFO running `"docker" "inspect" "01209b290ea3bdb6bbe37705fc77c11426d85a1268e82966462c80fdc8615da3"` Dec 05 10:00:16.789 INFO running `"docker" "rm" "-f" "01209b290ea3bdb6bbe37705fc77c11426d85a1268e82966462c80fdc8615da3"` Dec 05 10:00:17.081 INFO [stdout] 01209b290ea3bdb6bbe37705fc77c11426d85a1268e82966462c80fdc8615da3