Nov 07 11:45:30.175 INFO checking netcdf-0.1.0 against master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings for pr-55687 Nov 07 11:45:30.175 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55687/worker-2/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55687/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/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 +24e66c28980442a48d9458f1a4f9b76cc722dc8a-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dduplicate_associated_type_bindings" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 07 11:45:30.539 INFO blam! 9cb68e0a64ad2e776df08505d82ea4ed9c3be641e8a05570b3d55efd932fe017 Nov 07 11:45:30.542 INFO running `"docker" "start" "-a" "9cb68e0a64ad2e776df08505d82ea4ed9c3be641e8a05570b3d55efd932fe017"` Nov 07 11:45:31.523 INFO kablam! usermod: no changes Nov 07 11:45:31.587 INFO kablam! Compiling netcdf-sys v0.1.0 Nov 07 11:45:33.243 INFO kablam! Checking netcdf v0.1.0 (/source) Nov 07 11:45:34.560 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.561 INFO kablam! --> src/file.rs:23:15 Nov 07 11:45:34.561 INFO kablam! | Nov 07 11:45:34.561 INFO kablam! 23 | if err != nc_noerr { Nov 07 11:45:34.561 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.561 INFO kablam! | Nov 07 11:45:34.561 INFO kablam! = note: #[deny(safe_extern_statics)] on by default Nov 07 11:45:34.561 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.561 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.561 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.561 INFO kablam! Nov 07 11:45:34.561 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.561 INFO kablam! --> src/file.rs:51:15 Nov 07 11:45:34.561 INFO kablam! | Nov 07 11:45:34.563 INFO kablam! 51 | if err != nc_noerr { Nov 07 11:45:34.563 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.563 INFO kablam! | Nov 07 11:45:34.563 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.563 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.563 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.563 INFO kablam! Nov 07 11:45:34.563 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.563 INFO kablam! --> src/variable.rs:14:40 Nov 07 11:45:34.563 INFO kablam! | Nov 07 11:45:34.563 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Nov 07 11:45:34.564 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.564 INFO kablam! ... Nov 07 11:45:34.564 INFO kablam! 43 | get_var_as_type!(self, nc_char, u8, nc_get_var_uchar, cast) Nov 07 11:45:34.564 INFO kablam! | ----------------------------------------------------------- in this macro invocation Nov 07 11:45:34.564 INFO kablam! | Nov 07 11:45:34.564 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.564 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.564 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.564 INFO kablam! Nov 07 11:45:34.564 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.564 INFO kablam! --> src/variable.rs:24:19 Nov 07 11:45:34.564 INFO kablam! | Nov 07 11:45:34.564 INFO kablam! 24 | if err != nc_noerr { Nov 07 11:45:34.564 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.564 INFO kablam! ... Nov 07 11:45:34.564 INFO kablam! 43 | get_var_as_type!(self, nc_char, u8, nc_get_var_uchar, cast) Nov 07 11:45:34.564 INFO kablam! | ----------------------------------------------------------- in this macro invocation Nov 07 11:45:34.564 INFO kablam! | Nov 07 11:45:34.564 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.564 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.564 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.564 INFO kablam! Nov 07 11:45:34.564 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.564 INFO kablam! --> src/variable.rs:14:40 Nov 07 11:45:34.564 INFO kablam! | Nov 07 11:45:34.564 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Nov 07 11:45:34.564 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.570 INFO kablam! ... Nov 07 11:45:34.570 INFO kablam! 46 | get_var_as_type!(self, nc_byte, i8, nc_get_var_schar, cast) Nov 07 11:45:34.570 INFO kablam! | ----------------------------------------------------------- in this macro invocation Nov 07 11:45:34.570 INFO kablam! | Nov 07 11:45:34.570 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.570 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.570 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.570 INFO kablam! Nov 07 11:45:34.570 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.570 INFO kablam! --> src/variable.rs:24:19 Nov 07 11:45:34.570 INFO kablam! | Nov 07 11:45:34.570 INFO kablam! 24 | if err != nc_noerr { Nov 07 11:45:34.570 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.570 INFO kablam! ... Nov 07 11:45:34.570 INFO kablam! 46 | get_var_as_type!(self, nc_byte, i8, nc_get_var_schar, cast) Nov 07 11:45:34.570 INFO kablam! | ----------------------------------------------------------- in this macro invocation Nov 07 11:45:34.570 INFO kablam! | Nov 07 11:45:34.570 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.570 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.570 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.570 INFO kablam! Nov 07 11:45:34.570 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.570 INFO kablam! --> src/variable.rs:14:40 Nov 07 11:45:34.570 INFO kablam! | Nov 07 11:45:34.570 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Nov 07 11:45:34.570 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.570 INFO kablam! ... Nov 07 11:45:34.570 INFO kablam! 49 | get_var_as_type!(self, nc_short, i16, nc_get_var_short, cast) Nov 07 11:45:34.570 INFO kablam! | ------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.570 INFO kablam! | Nov 07 11:45:34.570 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.570 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.570 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.570 INFO kablam! Nov 07 11:45:34.570 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.570 INFO kablam! --> src/variable.rs:24:19 Nov 07 11:45:34.570 INFO kablam! | Nov 07 11:45:34.570 INFO kablam! 24 | if err != nc_noerr { Nov 07 11:45:34.570 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.570 INFO kablam! ... Nov 07 11:45:34.570 INFO kablam! 49 | get_var_as_type!(self, nc_short, i16, nc_get_var_short, cast) Nov 07 11:45:34.570 INFO kablam! | ------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.571 INFO kablam! | Nov 07 11:45:34.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.571 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.571 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.571 INFO kablam! Nov 07 11:45:34.571 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.571 INFO kablam! --> src/variable.rs:14:40 Nov 07 11:45:34.571 INFO kablam! | Nov 07 11:45:34.571 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Nov 07 11:45:34.571 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.571 INFO kablam! ... Nov 07 11:45:34.571 INFO kablam! 52 | get_var_as_type!(self, nc_ushort, u16, nc_get_var_ushort, cast) Nov 07 11:45:34.571 INFO kablam! | --------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.571 INFO kablam! | Nov 07 11:45:34.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.571 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.571 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.571 INFO kablam! Nov 07 11:45:34.571 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.571 INFO kablam! --> src/variable.rs:24:19 Nov 07 11:45:34.571 INFO kablam! | Nov 07 11:45:34.571 INFO kablam! 24 | if err != nc_noerr { Nov 07 11:45:34.571 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.571 INFO kablam! ... Nov 07 11:45:34.571 INFO kablam! 52 | get_var_as_type!(self, nc_ushort, u16, nc_get_var_ushort, cast) Nov 07 11:45:34.571 INFO kablam! | --------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.571 INFO kablam! | Nov 07 11:45:34.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.571 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.571 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.571 INFO kablam! Nov 07 11:45:34.571 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.571 INFO kablam! --> src/variable.rs:14:40 Nov 07 11:45:34.571 INFO kablam! | Nov 07 11:45:34.571 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Nov 07 11:45:34.571 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.571 INFO kablam! ... Nov 07 11:45:34.571 INFO kablam! 55 | get_var_as_type!(self, nc_int, i32, nc_get_var_int, cast) Nov 07 11:45:34.571 INFO kablam! | --------------------------------------------------------- in this macro invocation Nov 07 11:45:34.571 INFO kablam! | Nov 07 11:45:34.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.571 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.571 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.571 INFO kablam! Nov 07 11:45:34.571 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.571 INFO kablam! --> src/variable.rs:24:19 Nov 07 11:45:34.571 INFO kablam! | Nov 07 11:45:34.571 INFO kablam! 24 | if err != nc_noerr { Nov 07 11:45:34.571 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.571 INFO kablam! ... Nov 07 11:45:34.571 INFO kablam! 55 | get_var_as_type!(self, nc_int, i32, nc_get_var_int, cast) Nov 07 11:45:34.571 INFO kablam! | --------------------------------------------------------- in this macro invocation Nov 07 11:45:34.571 INFO kablam! | Nov 07 11:45:34.586 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.586 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.586 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.586 INFO kablam! Nov 07 11:45:34.586 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.586 INFO kablam! --> src/variable.rs:14:40 Nov 07 11:45:34.586 INFO kablam! | Nov 07 11:45:34.586 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Nov 07 11:45:34.586 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.586 INFO kablam! ... Nov 07 11:45:34.586 INFO kablam! 58 | get_var_as_type!(self, nc_uint, u32, nc_get_var_uint, cast) Nov 07 11:45:34.586 INFO kablam! | ----------------------------------------------------------- in this macro invocation Nov 07 11:45:34.586 INFO kablam! | Nov 07 11:45:34.586 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.586 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.586 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.586 INFO kablam! Nov 07 11:45:34.586 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.586 INFO kablam! --> src/variable.rs:24:19 Nov 07 11:45:34.586 INFO kablam! | Nov 07 11:45:34.586 INFO kablam! 24 | if err != nc_noerr { Nov 07 11:45:34.586 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.586 INFO kablam! ... Nov 07 11:45:34.586 INFO kablam! 58 | get_var_as_type!(self, nc_uint, u32, nc_get_var_uint, cast) Nov 07 11:45:34.586 INFO kablam! | ----------------------------------------------------------- in this macro invocation Nov 07 11:45:34.586 INFO kablam! | Nov 07 11:45:34.586 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.586 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.586 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.586 INFO kablam! Nov 07 11:45:34.586 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.586 INFO kablam! --> src/variable.rs:14:40 Nov 07 11:45:34.586 INFO kablam! | Nov 07 11:45:34.586 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Nov 07 11:45:34.586 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.586 INFO kablam! ... Nov 07 11:45:34.586 INFO kablam! 61 | get_var_as_type!(self, nc_int64, i64, nc_get_var_longlong, cast) Nov 07 11:45:34.586 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.586 INFO kablam! | Nov 07 11:45:34.586 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.586 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.586 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.586 INFO kablam! Nov 07 11:45:34.586 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.586 INFO kablam! --> src/variable.rs:24:19 Nov 07 11:45:34.586 INFO kablam! | Nov 07 11:45:34.586 INFO kablam! 24 | if err != nc_noerr { Nov 07 11:45:34.587 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.587 INFO kablam! ... Nov 07 11:45:34.587 INFO kablam! 61 | get_var_as_type!(self, nc_int64, i64, nc_get_var_longlong, cast) Nov 07 11:45:34.587 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.587 INFO kablam! | Nov 07 11:45:34.587 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.587 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.587 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.587 INFO kablam! Nov 07 11:45:34.587 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.587 INFO kablam! --> src/variable.rs:14:40 Nov 07 11:45:34.587 INFO kablam! | Nov 07 11:45:34.587 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Nov 07 11:45:34.587 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.587 INFO kablam! ... Nov 07 11:45:34.587 INFO kablam! 64 | get_var_as_type!(self, nc_uint64, u64, nc_get_var_ulonglong, cast) Nov 07 11:45:34.587 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Nov 07 11:45:34.587 INFO kablam! | Nov 07 11:45:34.587 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.587 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.587 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.587 INFO kablam! Nov 07 11:45:34.587 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.587 INFO kablam! --> src/variable.rs:24:19 Nov 07 11:45:34.587 INFO kablam! | Nov 07 11:45:34.587 INFO kablam! 24 | if err != nc_noerr { Nov 07 11:45:34.587 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.587 INFO kablam! ... Nov 07 11:45:34.587 INFO kablam! 64 | get_var_as_type!(self, nc_uint64, u64, nc_get_var_ulonglong, cast) Nov 07 11:45:34.587 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Nov 07 11:45:34.587 INFO kablam! | Nov 07 11:45:34.587 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.587 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.587 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.587 INFO kablam! Nov 07 11:45:34.587 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.587 INFO kablam! --> src/variable.rs:14:40 Nov 07 11:45:34.587 INFO kablam! | Nov 07 11:45:34.587 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Nov 07 11:45:34.587 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.587 INFO kablam! ... Nov 07 11:45:34.587 INFO kablam! 67 | get_var_as_type!(self, nc_float, f32, nc_get_var_float, cast) Nov 07 11:45:34.587 INFO kablam! | ------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.587 INFO kablam! | Nov 07 11:45:34.587 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.587 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.587 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.587 INFO kablam! Nov 07 11:45:34.587 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.587 INFO kablam! --> src/variable.rs:24:19 Nov 07 11:45:34.587 INFO kablam! | Nov 07 11:45:34.587 INFO kablam! 24 | if err != nc_noerr { Nov 07 11:45:34.587 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.587 INFO kablam! ... Nov 07 11:45:34.587 INFO kablam! 67 | get_var_as_type!(self, nc_float, f32, nc_get_var_float, cast) Nov 07 11:45:34.587 INFO kablam! | ------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.587 INFO kablam! | Nov 07 11:45:34.587 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.587 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.587 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.587 INFO kablam! Nov 07 11:45:34.587 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.587 INFO kablam! --> src/variable.rs:14:40 Nov 07 11:45:34.587 INFO kablam! | Nov 07 11:45:34.587 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Nov 07 11:45:34.587 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.587 INFO kablam! ... Nov 07 11:45:34.587 INFO kablam! 70 | get_var_as_type!(self, nc_double, f64, nc_get_var_double, cast) Nov 07 11:45:34.587 INFO kablam! | --------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.587 INFO kablam! | Nov 07 11:45:34.587 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.587 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.587 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.587 INFO kablam! Nov 07 11:45:34.587 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.587 INFO kablam! --> src/variable.rs:24:19 Nov 07 11:45:34.587 INFO kablam! | Nov 07 11:45:34.587 INFO kablam! 24 | if err != nc_noerr { Nov 07 11:45:34.587 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.587 INFO kablam! ... Nov 07 11:45:34.587 INFO kablam! 70 | get_var_as_type!(self, nc_double, f64, nc_get_var_double, cast) Nov 07 11:45:34.587 INFO kablam! | --------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.587 INFO kablam! | Nov 07 11:45:34.587 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.588 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.588 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.588 INFO kablam! Nov 07 11:45:34.588 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.588 INFO kablam! --> src/variable.rs:101:38 Nov 07 11:45:34.588 INFO kablam! | Nov 07 11:45:34.588 INFO kablam! 101 | let mut buf_vec = vec![0i8; (nc_max_name + 1) as usize]; Nov 07 11:45:34.588 INFO kablam! | ^^^^^^^^^^^ Nov 07 11:45:34.588 INFO kablam! | Nov 07 11:45:34.588 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.588 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.588 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.588 INFO kablam! Nov 07 11:45:34.588 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.588 INFO kablam! --> src/variable.rs:105:56 Nov 07 11:45:34.588 INFO kablam! | Nov 07 11:45:34.588 INFO kablam! 105 | let mut dimids : Vec = Vec::with_capacity(nc_max_dims as usize); Nov 07 11:45:34.588 INFO kablam! | ^^^^^^^^^^^ Nov 07 11:45:34.588 INFO kablam! | Nov 07 11:45:34.588 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.588 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.588 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.588 INFO kablam! Nov 07 11:45:34.588 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.588 INFO kablam! --> src/attribute.rs:53:41 Nov 07 11:45:34.588 INFO kablam! | Nov 07 11:45:34.588 INFO kablam! 53 | if (!cast) && (self.attrtype != nc_char) { Nov 07 11:45:34.588 INFO kablam! | ^^^^^^^ Nov 07 11:45:34.588 INFO kablam! | Nov 07 11:45:34.588 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.588 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.588 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.588 INFO kablam! Nov 07 11:45:34.588 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.588 INFO kablam! --> src/attribute.rs:11:41 Nov 07 11:45:34.588 INFO kablam! | Nov 07 11:45:34.588 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Nov 07 11:45:34.588 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.588 INFO kablam! ... Nov 07 11:45:34.588 INFO kablam! 89 | get_attr_as_type!(self, nc_byte, i8, nc_get_att_schar, cast) Nov 07 11:45:34.588 INFO kablam! | ------------------------------------------------------------ in this macro invocation Nov 07 11:45:34.588 INFO kablam! | Nov 07 11:45:34.588 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.588 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.588 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.588 INFO kablam! Nov 07 11:45:34.588 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.588 INFO kablam! --> src/attribute.rs:23:19 Nov 07 11:45:34.588 INFO kablam! | Nov 07 11:45:34.588 INFO kablam! 23 | if err != nc_noerr { Nov 07 11:45:34.588 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.588 INFO kablam! ... Nov 07 11:45:34.588 INFO kablam! 89 | get_attr_as_type!(self, nc_byte, i8, nc_get_att_schar, cast) Nov 07 11:45:34.588 INFO kablam! | ------------------------------------------------------------ in this macro invocation Nov 07 11:45:34.588 INFO kablam! | Nov 07 11:45:34.588 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.588 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.588 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.588 INFO kablam! Nov 07 11:45:34.588 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.588 INFO kablam! --> src/attribute.rs:36:19 Nov 07 11:45:34.588 INFO kablam! | Nov 07 11:45:34.588 INFO kablam! 36 | if err != nc_noerr { Nov 07 11:45:34.588 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.588 INFO kablam! ... Nov 07 11:45:34.588 INFO kablam! 89 | get_attr_as_type!(self, nc_byte, i8, nc_get_att_schar, cast) Nov 07 11:45:34.588 INFO kablam! | ------------------------------------------------------------ in this macro invocation Nov 07 11:45:34.588 INFO kablam! | Nov 07 11:45:34.588 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.588 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.588 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.588 INFO kablam! Nov 07 11:45:34.588 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.588 INFO kablam! --> src/attribute.rs:11:41 Nov 07 11:45:34.588 INFO kablam! | Nov 07 11:45:34.588 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Nov 07 11:45:34.588 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.588 INFO kablam! ... Nov 07 11:45:34.588 INFO kablam! 93 | get_attr_as_type!(self, nc_short, i16, nc_get_att_short, cast) Nov 07 11:45:34.588 INFO kablam! | -------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.588 INFO kablam! | Nov 07 11:45:34.588 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.588 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.589 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.589 INFO kablam! Nov 07 11:45:34.589 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.589 INFO kablam! --> src/attribute.rs:23:19 Nov 07 11:45:34.589 INFO kablam! | Nov 07 11:45:34.589 INFO kablam! 23 | if err != nc_noerr { Nov 07 11:45:34.589 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.589 INFO kablam! ... Nov 07 11:45:34.589 INFO kablam! 93 | get_attr_as_type!(self, nc_short, i16, nc_get_att_short, cast) Nov 07 11:45:34.589 INFO kablam! | -------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.589 INFO kablam! | Nov 07 11:45:34.589 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.589 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.589 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.589 INFO kablam! Nov 07 11:45:34.589 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.589 INFO kablam! --> src/attribute.rs:36:19 Nov 07 11:45:34.589 INFO kablam! | Nov 07 11:45:34.589 INFO kablam! 36 | if err != nc_noerr { Nov 07 11:45:34.589 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.589 INFO kablam! ... Nov 07 11:45:34.589 INFO kablam! 93 | get_attr_as_type!(self, nc_short, i16, nc_get_att_short, cast) Nov 07 11:45:34.589 INFO kablam! | -------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.589 INFO kablam! | Nov 07 11:45:34.589 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.589 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.589 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.589 INFO kablam! Nov 07 11:45:34.589 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.589 INFO kablam! --> src/attribute.rs:11:41 Nov 07 11:45:34.589 INFO kablam! | Nov 07 11:45:34.589 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Nov 07 11:45:34.589 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.589 INFO kablam! ... Nov 07 11:45:34.589 INFO kablam! 97 | get_attr_as_type!(self, nc_ushort, u16, nc_get_att_ushort, cast) Nov 07 11:45:34.589 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.589 INFO kablam! | Nov 07 11:45:34.589 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.589 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.589 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.589 INFO kablam! Nov 07 11:45:34.589 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.589 INFO kablam! --> src/attribute.rs:23:19 Nov 07 11:45:34.589 INFO kablam! | Nov 07 11:45:34.589 INFO kablam! 23 | if err != nc_noerr { Nov 07 11:45:34.589 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.589 INFO kablam! ... Nov 07 11:45:34.589 INFO kablam! 97 | get_attr_as_type!(self, nc_ushort, u16, nc_get_att_ushort, cast) Nov 07 11:45:34.589 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.589 INFO kablam! | Nov 07 11:45:34.589 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.589 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.589 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.589 INFO kablam! Nov 07 11:45:34.589 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.589 INFO kablam! --> src/attribute.rs:36:19 Nov 07 11:45:34.589 INFO kablam! | Nov 07 11:45:34.589 INFO kablam! 36 | if err != nc_noerr { Nov 07 11:45:34.589 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.589 INFO kablam! ... Nov 07 11:45:34.589 INFO kablam! 97 | get_attr_as_type!(self, nc_ushort, u16, nc_get_att_ushort, cast) Nov 07 11:45:34.589 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.589 INFO kablam! | Nov 07 11:45:34.589 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.589 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.589 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.589 INFO kablam! Nov 07 11:45:34.589 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.589 INFO kablam! --> src/attribute.rs:11:41 Nov 07 11:45:34.589 INFO kablam! | Nov 07 11:45:34.589 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Nov 07 11:45:34.589 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.589 INFO kablam! ... Nov 07 11:45:34.589 INFO kablam! 101 | get_attr_as_type!(self, nc_int, i32, nc_get_att_int, cast) Nov 07 11:45:34.589 INFO kablam! | ---------------------------------------------------------- in this macro invocation Nov 07 11:45:34.589 INFO kablam! | Nov 07 11:45:34.589 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.589 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.589 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.589 INFO kablam! Nov 07 11:45:34.589 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.589 INFO kablam! --> src/attribute.rs:23:19 Nov 07 11:45:34.590 INFO kablam! | Nov 07 11:45:34.590 INFO kablam! 23 | if err != nc_noerr { Nov 07 11:45:34.590 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.590 INFO kablam! ... Nov 07 11:45:34.590 INFO kablam! 101 | get_attr_as_type!(self, nc_int, i32, nc_get_att_int, cast) Nov 07 11:45:34.590 INFO kablam! | ---------------------------------------------------------- in this macro invocation Nov 07 11:45:34.590 INFO kablam! | Nov 07 11:45:34.590 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.590 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.590 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.590 INFO kablam! Nov 07 11:45:34.590 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.590 INFO kablam! --> src/attribute.rs:36:19 Nov 07 11:45:34.590 INFO kablam! | Nov 07 11:45:34.590 INFO kablam! 36 | if err != nc_noerr { Nov 07 11:45:34.590 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.590 INFO kablam! ... Nov 07 11:45:34.590 INFO kablam! 101 | get_attr_as_type!(self, nc_int, i32, nc_get_att_int, cast) Nov 07 11:45:34.590 INFO kablam! | ---------------------------------------------------------- in this macro invocation Nov 07 11:45:34.590 INFO kablam! | Nov 07 11:45:34.590 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.590 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.590 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.590 INFO kablam! Nov 07 11:45:34.590 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.590 INFO kablam! --> src/attribute.rs:11:41 Nov 07 11:45:34.590 INFO kablam! | Nov 07 11:45:34.590 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Nov 07 11:45:34.590 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.590 INFO kablam! ... Nov 07 11:45:34.590 INFO kablam! 105 | get_attr_as_type!(self, nc_uint, u32, nc_get_att_uint, cast) Nov 07 11:45:34.590 INFO kablam! | ------------------------------------------------------------ in this macro invocation Nov 07 11:45:34.590 INFO kablam! | Nov 07 11:45:34.590 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.590 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.590 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.590 INFO kablam! Nov 07 11:45:34.590 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.590 INFO kablam! --> src/attribute.rs:23:19 Nov 07 11:45:34.590 INFO kablam! | Nov 07 11:45:34.590 INFO kablam! 23 | if err != nc_noerr { Nov 07 11:45:34.590 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.590 INFO kablam! ... Nov 07 11:45:34.590 INFO kablam! 105 | get_attr_as_type!(self, nc_uint, u32, nc_get_att_uint, cast) Nov 07 11:45:34.590 INFO kablam! | ------------------------------------------------------------ in this macro invocation Nov 07 11:45:34.590 INFO kablam! | Nov 07 11:45:34.590 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.590 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.590 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.590 INFO kablam! Nov 07 11:45:34.590 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.590 INFO kablam! --> src/attribute.rs:36:19 Nov 07 11:45:34.590 INFO kablam! | Nov 07 11:45:34.590 INFO kablam! 36 | if err != nc_noerr { Nov 07 11:45:34.590 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.590 INFO kablam! ... Nov 07 11:45:34.590 INFO kablam! 105 | get_attr_as_type!(self, nc_uint, u32, nc_get_att_uint, cast) Nov 07 11:45:34.590 INFO kablam! | ------------------------------------------------------------ in this macro invocation Nov 07 11:45:34.590 INFO kablam! | Nov 07 11:45:34.590 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.590 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.590 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.590 INFO kablam! Nov 07 11:45:34.590 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.590 INFO kablam! --> src/attribute.rs:11:41 Nov 07 11:45:34.590 INFO kablam! | Nov 07 11:45:34.590 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Nov 07 11:45:34.590 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.590 INFO kablam! ... Nov 07 11:45:34.590 INFO kablam! 109 | get_attr_as_type!(self, nc_int64, i64, nc_get_att_longlong, cast) Nov 07 11:45:34.590 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.590 INFO kablam! | Nov 07 11:45:34.590 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.590 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.590 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.590 INFO kablam! Nov 07 11:45:34.590 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.590 INFO kablam! --> src/attribute.rs:23:19 Nov 07 11:45:34.590 INFO kablam! | Nov 07 11:45:34.590 INFO kablam! 23 | if err != nc_noerr { Nov 07 11:45:34.590 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.590 INFO kablam! ... Nov 07 11:45:34.590 INFO kablam! 109 | get_attr_as_type!(self, nc_int64, i64, nc_get_att_longlong, cast) Nov 07 11:45:34.590 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.591 INFO kablam! | Nov 07 11:45:34.591 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.591 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.591 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.591 INFO kablam! Nov 07 11:45:34.591 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.591 INFO kablam! --> src/attribute.rs:36:19 Nov 07 11:45:34.591 INFO kablam! | Nov 07 11:45:34.591 INFO kablam! 36 | if err != nc_noerr { Nov 07 11:45:34.591 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.591 INFO kablam! ... Nov 07 11:45:34.591 INFO kablam! 109 | get_attr_as_type!(self, nc_int64, i64, nc_get_att_longlong, cast) Nov 07 11:45:34.591 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.591 INFO kablam! | Nov 07 11:45:34.591 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.591 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.591 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.591 INFO kablam! Nov 07 11:45:34.591 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.591 INFO kablam! --> src/attribute.rs:11:41 Nov 07 11:45:34.591 INFO kablam! | Nov 07 11:45:34.591 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Nov 07 11:45:34.591 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.591 INFO kablam! ... Nov 07 11:45:34.591 INFO kablam! 113 | get_attr_as_type!(self, nc_uint64, u64, nc_get_att_ulonglong, cast) Nov 07 11:45:34.591 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.591 INFO kablam! | Nov 07 11:45:34.591 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.591 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.591 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.591 INFO kablam! Nov 07 11:45:34.591 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.591 INFO kablam! --> src/attribute.rs:23:19 Nov 07 11:45:34.591 INFO kablam! | Nov 07 11:45:34.591 INFO kablam! 23 | if err != nc_noerr { Nov 07 11:45:34.591 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.591 INFO kablam! ... Nov 07 11:45:34.591 INFO kablam! 113 | get_attr_as_type!(self, nc_uint64, u64, nc_get_att_ulonglong, cast) Nov 07 11:45:34.591 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.591 INFO kablam! | Nov 07 11:45:34.591 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.591 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.591 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.591 INFO kablam! Nov 07 11:45:34.591 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.591 INFO kablam! --> src/attribute.rs:36:19 Nov 07 11:45:34.591 INFO kablam! | Nov 07 11:45:34.591 INFO kablam! 36 | if err != nc_noerr { Nov 07 11:45:34.591 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.591 INFO kablam! ... Nov 07 11:45:34.591 INFO kablam! 113 | get_attr_as_type!(self, nc_uint64, u64, nc_get_att_ulonglong, cast) Nov 07 11:45:34.591 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.591 INFO kablam! | Nov 07 11:45:34.591 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.591 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.591 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.591 INFO kablam! Nov 07 11:45:34.591 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.591 INFO kablam! --> src/attribute.rs:11:41 Nov 07 11:45:34.591 INFO kablam! | Nov 07 11:45:34.591 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Nov 07 11:45:34.591 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.591 INFO kablam! ... Nov 07 11:45:34.591 INFO kablam! 117 | get_attr_as_type!(self, nc_float, f32, nc_get_att_float, cast) Nov 07 11:45:34.591 INFO kablam! | -------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.591 INFO kablam! | Nov 07 11:45:34.591 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.591 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.591 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.591 INFO kablam! Nov 07 11:45:34.591 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.591 INFO kablam! --> src/attribute.rs:23:19 Nov 07 11:45:34.591 INFO kablam! | Nov 07 11:45:34.591 INFO kablam! 23 | if err != nc_noerr { Nov 07 11:45:34.591 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.591 INFO kablam! ... Nov 07 11:45:34.591 INFO kablam! 117 | get_attr_as_type!(self, nc_float, f32, nc_get_att_float, cast) Nov 07 11:45:34.591 INFO kablam! | -------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.591 INFO kablam! | Nov 07 11:45:34.591 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.591 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.591 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.591 INFO kablam! Nov 07 11:45:34.591 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.592 INFO kablam! --> src/attribute.rs:36:19 Nov 07 11:45:34.592 INFO kablam! | Nov 07 11:45:34.592 INFO kablam! 36 | if err != nc_noerr { Nov 07 11:45:34.592 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.592 INFO kablam! ... Nov 07 11:45:34.592 INFO kablam! 117 | get_attr_as_type!(self, nc_float, f32, nc_get_att_float, cast) Nov 07 11:45:34.592 INFO kablam! | -------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.592 INFO kablam! | Nov 07 11:45:34.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.592 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.592 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.592 INFO kablam! Nov 07 11:45:34.592 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.592 INFO kablam! --> src/attribute.rs:11:41 Nov 07 11:45:34.592 INFO kablam! | Nov 07 11:45:34.592 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Nov 07 11:45:34.592 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.592 INFO kablam! ... Nov 07 11:45:34.592 INFO kablam! 121 | get_attr_as_type!(self, nc_double, f64, nc_get_att_double, cast) Nov 07 11:45:34.592 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.592 INFO kablam! | Nov 07 11:45:34.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.592 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.592 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.592 INFO kablam! Nov 07 11:45:34.592 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.592 INFO kablam! --> src/attribute.rs:23:19 Nov 07 11:45:34.592 INFO kablam! | Nov 07 11:45:34.592 INFO kablam! 23 | if err != nc_noerr { Nov 07 11:45:34.592 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.592 INFO kablam! ... Nov 07 11:45:34.592 INFO kablam! 121 | get_attr_as_type!(self, nc_double, f64, nc_get_att_double, cast) Nov 07 11:45:34.592 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.592 INFO kablam! | Nov 07 11:45:34.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.592 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.592 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.592 INFO kablam! Nov 07 11:45:34.592 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.592 INFO kablam! --> src/attribute.rs:36:19 Nov 07 11:45:34.592 INFO kablam! | Nov 07 11:45:34.592 INFO kablam! 36 | if err != nc_noerr { Nov 07 11:45:34.592 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.592 INFO kablam! ... Nov 07 11:45:34.592 INFO kablam! 121 | get_attr_as_type!(self, nc_double, f64, nc_get_att_double, cast) Nov 07 11:45:34.592 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.592 INFO kablam! | Nov 07 11:45:34.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.592 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.592 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.592 INFO kablam! Nov 07 11:45:34.592 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.592 INFO kablam! --> src/attribute.rs:144:43 Nov 07 11:45:34.592 INFO kablam! | Nov 07 11:45:34.592 INFO kablam! 144 | let mut name_buf_vec = vec![0i8; (nc_max_name + 1) as usize]; Nov 07 11:45:34.592 INFO kablam! | ^^^^^^^^^^^ Nov 07 11:45:34.592 INFO kablam! | Nov 07 11:45:34.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.592 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.592 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.592 INFO kablam! Nov 07 11:45:34.592 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.592 INFO kablam! --> src/group.rs:61:36 Nov 07 11:45:34.592 INFO kablam! | Nov 07 11:45:34.592 INFO kablam! 61 | fn get_nc_type(&self) -> i32 { nc_byte } Nov 07 11:45:34.592 INFO kablam! | ^^^^^^^ Nov 07 11:45:34.592 INFO kablam! | Nov 07 11:45:34.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.592 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.592 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.592 INFO kablam! Nov 07 11:45:34.592 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.592 INFO kablam! --> src/group.rs:28:19 Nov 07 11:45:34.592 INFO kablam! | Nov 07 11:45:34.592 INFO kablam! 28 | if err != nc_noerr { Nov 07 11:45:34.592 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.592 INFO kablam! ... Nov 07 11:45:34.592 INFO kablam! 64 | put_var_as_type!(self, ncid, varid, nc_put_var_schar) Nov 07 11:45:34.592 INFO kablam! | ----------------------------------------------------- in this macro invocation Nov 07 11:45:34.592 INFO kablam! | Nov 07 11:45:34.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.593 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.593 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.593 INFO kablam! Nov 07 11:45:34.593 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.593 INFO kablam! --> src/group.rs:69:36 Nov 07 11:45:34.593 INFO kablam! | Nov 07 11:45:34.593 INFO kablam! 69 | fn get_nc_type(&self) -> i32 { nc_short } Nov 07 11:45:34.593 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.593 INFO kablam! | Nov 07 11:45:34.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.593 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.593 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.593 INFO kablam! Nov 07 11:45:34.593 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.593 INFO kablam! --> src/group.rs:28:19 Nov 07 11:45:34.593 INFO kablam! | Nov 07 11:45:34.593 INFO kablam! 28 | if err != nc_noerr { Nov 07 11:45:34.593 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.593 INFO kablam! ... Nov 07 11:45:34.593 INFO kablam! 72 | put_var_as_type!(self, ncid, varid, nc_put_var_short) Nov 07 11:45:34.593 INFO kablam! | ----------------------------------------------------- in this macro invocation Nov 07 11:45:34.593 INFO kablam! | Nov 07 11:45:34.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.593 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.593 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.593 INFO kablam! Nov 07 11:45:34.593 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.593 INFO kablam! --> src/group.rs:77:36 Nov 07 11:45:34.593 INFO kablam! | Nov 07 11:45:34.593 INFO kablam! 77 | fn get_nc_type(&self) -> i32 { nc_ushort } Nov 07 11:45:34.593 INFO kablam! | ^^^^^^^^^ Nov 07 11:45:34.593 INFO kablam! | Nov 07 11:45:34.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.593 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.593 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.593 INFO kablam! Nov 07 11:45:34.593 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.593 INFO kablam! --> src/group.rs:28:19 Nov 07 11:45:34.593 INFO kablam! | Nov 07 11:45:34.593 INFO kablam! 28 | if err != nc_noerr { Nov 07 11:45:34.593 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.593 INFO kablam! ... Nov 07 11:45:34.593 INFO kablam! 80 | put_var_as_type!(self, ncid, varid, nc_put_var_ushort) Nov 07 11:45:34.593 INFO kablam! | ------------------------------------------------------ in this macro invocation Nov 07 11:45:34.593 INFO kablam! | Nov 07 11:45:34.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.593 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.593 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.593 INFO kablam! Nov 07 11:45:34.593 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.593 INFO kablam! --> src/group.rs:85:36 Nov 07 11:45:34.593 INFO kablam! | Nov 07 11:45:34.593 INFO kablam! 85 | fn get_nc_type(&self) -> i32 { nc_int } Nov 07 11:45:34.593 INFO kablam! | ^^^^^^ Nov 07 11:45:34.593 INFO kablam! | Nov 07 11:45:34.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.593 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.593 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.593 INFO kablam! Nov 07 11:45:34.594 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.594 INFO kablam! --> src/group.rs:28:19 Nov 07 11:45:34.594 INFO kablam! | Nov 07 11:45:34.594 INFO kablam! 28 | if err != nc_noerr { Nov 07 11:45:34.594 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.594 INFO kablam! ... Nov 07 11:45:34.594 INFO kablam! 88 | put_var_as_type!(self, ncid, varid, nc_put_var_int) Nov 07 11:45:34.594 INFO kablam! | --------------------------------------------------- in this macro invocation Nov 07 11:45:34.594 INFO kablam! | Nov 07 11:45:34.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.594 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.594 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.594 INFO kablam! Nov 07 11:45:34.594 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.594 INFO kablam! --> src/group.rs:93:36 Nov 07 11:45:34.594 INFO kablam! | Nov 07 11:45:34.594 INFO kablam! 93 | fn get_nc_type(&self) -> i32 { nc_uint } Nov 07 11:45:34.594 INFO kablam! | ^^^^^^^ Nov 07 11:45:34.594 INFO kablam! | Nov 07 11:45:34.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.594 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.594 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.594 INFO kablam! Nov 07 11:45:34.594 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.594 INFO kablam! --> src/group.rs:28:19 Nov 07 11:45:34.594 INFO kablam! | Nov 07 11:45:34.594 INFO kablam! 28 | if err != nc_noerr { Nov 07 11:45:34.594 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.594 INFO kablam! ... Nov 07 11:45:34.594 INFO kablam! 96 | put_var_as_type!(self, ncid, varid, nc_put_var_uint) Nov 07 11:45:34.594 INFO kablam! | ---------------------------------------------------- in this macro invocation Nov 07 11:45:34.594 INFO kablam! | Nov 07 11:45:34.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.594 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.594 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.594 INFO kablam! Nov 07 11:45:34.594 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.594 INFO kablam! --> src/group.rs:101:36 Nov 07 11:45:34.594 INFO kablam! | Nov 07 11:45:34.594 INFO kablam! 101 | fn get_nc_type(&self) -> i32 { nc_int64 } Nov 07 11:45:34.594 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.594 INFO kablam! | Nov 07 11:45:34.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.594 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.594 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.594 INFO kablam! Nov 07 11:45:34.594 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.594 INFO kablam! --> src/group.rs:28:19 Nov 07 11:45:34.594 INFO kablam! | Nov 07 11:45:34.594 INFO kablam! 28 | if err != nc_noerr { Nov 07 11:45:34.594 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.594 INFO kablam! ... Nov 07 11:45:34.594 INFO kablam! 104 | put_var_as_type!(self, ncid, varid, nc_put_var_longlong) Nov 07 11:45:34.594 INFO kablam! | -------------------------------------------------------- in this macro invocation Nov 07 11:45:34.594 INFO kablam! | Nov 07 11:45:34.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.594 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.594 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.594 INFO kablam! Nov 07 11:45:34.594 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.594 INFO kablam! --> src/group.rs:109:36 Nov 07 11:45:34.594 INFO kablam! | Nov 07 11:45:34.594 INFO kablam! 109 | fn get_nc_type(&self) -> i32 { nc_uint64 } Nov 07 11:45:34.594 INFO kablam! | ^^^^^^^^^ Nov 07 11:45:34.594 INFO kablam! | Nov 07 11:45:34.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.594 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.594 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.594 INFO kablam! Nov 07 11:45:34.594 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.594 INFO kablam! --> src/group.rs:28:19 Nov 07 11:45:34.594 INFO kablam! | Nov 07 11:45:34.594 INFO kablam! 28 | if err != nc_noerr { Nov 07 11:45:34.594 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.594 INFO kablam! ... Nov 07 11:45:34.594 INFO kablam! 112 | put_var_as_type!(self, ncid, varid, nc_put_var_ulonglong) Nov 07 11:45:34.594 INFO kablam! | --------------------------------------------------------- in this macro invocation Nov 07 11:45:34.594 INFO kablam! | Nov 07 11:45:34.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.594 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.594 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.595 INFO kablam! Nov 07 11:45:34.595 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.595 INFO kablam! --> src/group.rs:117:36 Nov 07 11:45:34.595 INFO kablam! | Nov 07 11:45:34.595 INFO kablam! 117 | fn get_nc_type(&self) -> i32 { nc_float } Nov 07 11:45:34.595 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.595 INFO kablam! | Nov 07 11:45:34.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.595 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.595 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.595 INFO kablam! Nov 07 11:45:34.595 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.595 INFO kablam! --> src/group.rs:28:19 Nov 07 11:45:34.595 INFO kablam! | Nov 07 11:45:34.595 INFO kablam! 28 | if err != nc_noerr { Nov 07 11:45:34.595 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.595 INFO kablam! ... Nov 07 11:45:34.595 INFO kablam! 120 | put_var_as_type!(self, ncid, varid, nc_put_var_float) Nov 07 11:45:34.595 INFO kablam! | ----------------------------------------------------- in this macro invocation Nov 07 11:45:34.595 INFO kablam! | Nov 07 11:45:34.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.595 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.595 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.595 INFO kablam! Nov 07 11:45:34.595 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.595 INFO kablam! --> src/group.rs:125:36 Nov 07 11:45:34.595 INFO kablam! | Nov 07 11:45:34.595 INFO kablam! 125 | fn get_nc_type(&self) -> i32 { nc_double } Nov 07 11:45:34.595 INFO kablam! | ^^^^^^^^^ Nov 07 11:45:34.595 INFO kablam! | Nov 07 11:45:34.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.595 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.595 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.595 INFO kablam! Nov 07 11:45:34.595 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.595 INFO kablam! --> src/group.rs:28:19 Nov 07 11:45:34.595 INFO kablam! | Nov 07 11:45:34.595 INFO kablam! 28 | if err != nc_noerr { Nov 07 11:45:34.595 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.595 INFO kablam! ... Nov 07 11:45:34.595 INFO kablam! 128 | put_var_as_type!(self, ncid, varid, nc_put_var_double) Nov 07 11:45:34.595 INFO kablam! | ------------------------------------------------------ in this macro invocation Nov 07 11:45:34.595 INFO kablam! | Nov 07 11:45:34.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.595 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.595 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.595 INFO kablam! Nov 07 11:45:34.595 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.595 INFO kablam! --> src/group.rs:140:36 Nov 07 11:45:34.595 INFO kablam! | Nov 07 11:45:34.595 INFO kablam! 140 | fn get_nc_type(&self) -> i32 { nc_byte } Nov 07 11:45:34.595 INFO kablam! | ^^^^^^^ Nov 07 11:45:34.595 INFO kablam! | Nov 07 11:45:34.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.595 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.595 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.595 INFO kablam! Nov 07 11:45:34.595 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.595 INFO kablam! --> src/group.rs:46:19 Nov 07 11:45:34.595 INFO kablam! | Nov 07 11:45:34.595 INFO kablam! 46 | if err != nc_noerr { Nov 07 11:45:34.595 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.595 INFO kablam! ... Nov 07 11:45:34.595 INFO kablam! 142 | put_attr_as_type!(self, name, ncid, nc_byte, varid, nc_put_att_schar) Nov 07 11:45:34.595 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.595 INFO kablam! | Nov 07 11:45:34.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.595 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.595 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.595 INFO kablam! Nov 07 11:45:34.595 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.595 INFO kablam! --> src/group.rs:147:36 Nov 07 11:45:34.595 INFO kablam! | Nov 07 11:45:34.595 INFO kablam! 147 | fn get_nc_type(&self) -> i32 { nc_short } Nov 07 11:45:34.595 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.595 INFO kablam! | Nov 07 11:45:34.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.595 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.595 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.595 INFO kablam! Nov 07 11:45:34.595 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.595 INFO kablam! --> src/group.rs:46:19 Nov 07 11:45:34.595 INFO kablam! | Nov 07 11:45:34.596 INFO kablam! 46 | if err != nc_noerr { Nov 07 11:45:34.596 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.596 INFO kablam! ... Nov 07 11:45:34.596 INFO kablam! 149 | put_attr_as_type!(self, name, ncid, nc_short, varid, nc_put_att_short) Nov 07 11:45:34.596 INFO kablam! | ---------------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.596 INFO kablam! | Nov 07 11:45:34.596 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.596 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.596 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.596 INFO kablam! Nov 07 11:45:34.596 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.596 INFO kablam! --> src/group.rs:154:36 Nov 07 11:45:34.596 INFO kablam! | Nov 07 11:45:34.596 INFO kablam! 154 | fn get_nc_type(&self) -> i32 { nc_ushort } Nov 07 11:45:34.596 INFO kablam! | ^^^^^^^^^ Nov 07 11:45:34.596 INFO kablam! | Nov 07 11:45:34.596 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.596 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.596 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.596 INFO kablam! Nov 07 11:45:34.596 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.596 INFO kablam! --> src/group.rs:46:19 Nov 07 11:45:34.596 INFO kablam! | Nov 07 11:45:34.596 INFO kablam! 46 | if err != nc_noerr { Nov 07 11:45:34.596 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.596 INFO kablam! ... Nov 07 11:45:34.596 INFO kablam! 156 | put_attr_as_type!(self, name, ncid, nc_ushort, varid, nc_put_att_ushort) Nov 07 11:45:34.596 INFO kablam! | ------------------------------------------------------------------------ in this macro invocation Nov 07 11:45:34.596 INFO kablam! | Nov 07 11:45:34.596 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.596 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.596 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.596 INFO kablam! Nov 07 11:45:34.596 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.596 INFO kablam! --> src/group.rs:161:36 Nov 07 11:45:34.596 INFO kablam! | Nov 07 11:45:34.596 INFO kablam! 161 | fn get_nc_type(&self) -> i32 { nc_int } Nov 07 11:45:34.596 INFO kablam! | ^^^^^^ Nov 07 11:45:34.596 INFO kablam! | Nov 07 11:45:34.596 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.596 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.596 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.596 INFO kablam! Nov 07 11:45:34.596 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.596 INFO kablam! --> src/group.rs:46:19 Nov 07 11:45:34.596 INFO kablam! | Nov 07 11:45:34.596 INFO kablam! 46 | if err != nc_noerr { Nov 07 11:45:34.596 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.596 INFO kablam! ... Nov 07 11:45:34.596 INFO kablam! 163 | put_attr_as_type!(self, name, ncid, nc_int, varid, nc_put_att_int) Nov 07 11:45:34.596 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Nov 07 11:45:34.596 INFO kablam! | Nov 07 11:45:34.596 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.596 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.596 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.596 INFO kablam! Nov 07 11:45:34.596 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.596 INFO kablam! --> src/group.rs:168:36 Nov 07 11:45:34.596 INFO kablam! | Nov 07 11:45:34.596 INFO kablam! 168 | fn get_nc_type(&self) -> i32 { nc_uint } Nov 07 11:45:34.596 INFO kablam! | ^^^^^^^ Nov 07 11:45:34.596 INFO kablam! | Nov 07 11:45:34.596 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.596 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.596 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.596 INFO kablam! Nov 07 11:45:34.596 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.596 INFO kablam! --> src/group.rs:46:19 Nov 07 11:45:34.596 INFO kablam! | Nov 07 11:45:34.597 INFO kablam! 46 | if err != nc_noerr { Nov 07 11:45:34.597 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.597 INFO kablam! ... Nov 07 11:45:34.597 INFO kablam! 170 | put_attr_as_type!(self, name, ncid, nc_uint, varid, nc_put_att_uint) Nov 07 11:45:34.597 INFO kablam! | -------------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.597 INFO kablam! | Nov 07 11:45:34.597 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.597 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.597 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.597 INFO kablam! Nov 07 11:45:34.597 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.597 INFO kablam! --> src/group.rs:175:36 Nov 07 11:45:34.597 INFO kablam! | Nov 07 11:45:34.597 INFO kablam! 175 | fn get_nc_type(&self) -> i32 { nc_int64 } Nov 07 11:45:34.597 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.597 INFO kablam! | Nov 07 11:45:34.597 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.597 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.597 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.597 INFO kablam! Nov 07 11:45:34.597 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.597 INFO kablam! --> src/group.rs:46:19 Nov 07 11:45:34.597 INFO kablam! | Nov 07 11:45:34.597 INFO kablam! 46 | if err != nc_noerr { Nov 07 11:45:34.597 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.597 INFO kablam! ... Nov 07 11:45:34.597 INFO kablam! 177 | put_attr_as_type!(self, name, ncid, nc_int64, varid, nc_put_att_longlong) Nov 07 11:45:34.597 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.597 INFO kablam! | Nov 07 11:45:34.597 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.597 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.597 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.597 INFO kablam! Nov 07 11:45:34.597 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.597 INFO kablam! --> src/group.rs:182:36 Nov 07 11:45:34.597 INFO kablam! | Nov 07 11:45:34.597 INFO kablam! 182 | fn get_nc_type(&self) -> i32 { nc_uint64 } Nov 07 11:45:34.597 INFO kablam! | ^^^^^^^^^ Nov 07 11:45:34.597 INFO kablam! | Nov 07 11:45:34.597 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.597 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.597 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.597 INFO kablam! Nov 07 11:45:34.597 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.597 INFO kablam! --> src/group.rs:46:19 Nov 07 11:45:34.597 INFO kablam! | Nov 07 11:45:34.597 INFO kablam! 46 | if err != nc_noerr { Nov 07 11:45:34.597 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.597 INFO kablam! ... Nov 07 11:45:34.597 INFO kablam! 184 | put_attr_as_type!(self, name, ncid, nc_uint64, varid, nc_put_att_ulonglong) Nov 07 11:45:34.597 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.597 INFO kablam! | Nov 07 11:45:34.597 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.597 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.597 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.597 INFO kablam! Nov 07 11:45:34.597 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.597 INFO kablam! --> src/group.rs:189:36 Nov 07 11:45:34.597 INFO kablam! | Nov 07 11:45:34.597 INFO kablam! 189 | fn get_nc_type(&self) -> i32 { nc_float } Nov 07 11:45:34.597 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.597 INFO kablam! | Nov 07 11:45:34.597 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.597 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.597 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.597 INFO kablam! Nov 07 11:45:34.597 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.597 INFO kablam! --> src/group.rs:46:19 Nov 07 11:45:34.597 INFO kablam! | Nov 07 11:45:34.597 INFO kablam! 46 | if err != nc_noerr { Nov 07 11:45:34.597 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.597 INFO kablam! ... Nov 07 11:45:34.597 INFO kablam! 191 | put_attr_as_type!(self, name, ncid, nc_float, varid, nc_put_att_float) Nov 07 11:45:34.597 INFO kablam! | ---------------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.597 INFO kablam! | Nov 07 11:45:34.597 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.597 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.597 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.597 INFO kablam! Nov 07 11:45:34.597 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.597 INFO kablam! --> src/group.rs:196:36 Nov 07 11:45:34.597 INFO kablam! | Nov 07 11:45:34.597 INFO kablam! 196 | fn get_nc_type(&self) -> i32 { nc_double } Nov 07 11:45:34.598 INFO kablam! | ^^^^^^^^^ Nov 07 11:45:34.598 INFO kablam! | Nov 07 11:45:34.598 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.598 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.598 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.598 INFO kablam! Nov 07 11:45:34.598 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.598 INFO kablam! --> src/group.rs:46:19 Nov 07 11:45:34.598 INFO kablam! | Nov 07 11:45:34.598 INFO kablam! 46 | if err != nc_noerr { Nov 07 11:45:34.598 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.598 INFO kablam! ... Nov 07 11:45:34.598 INFO kablam! 198 | put_attr_as_type!(self, name, ncid, nc_double, varid, nc_put_att_double) Nov 07 11:45:34.598 INFO kablam! | ------------------------------------------------------------------------ in this macro invocation Nov 07 11:45:34.598 INFO kablam! | Nov 07 11:45:34.598 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.598 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.598 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.598 INFO kablam! Nov 07 11:45:34.598 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.598 INFO kablam! --> src/group.rs:203:36 Nov 07 11:45:34.598 INFO kablam! | Nov 07 11:45:34.598 INFO kablam! 203 | fn get_nc_type(&self) -> i32 { nc_char } Nov 07 11:45:34.598 INFO kablam! | ^^^^^^^ Nov 07 11:45:34.598 INFO kablam! | Nov 07 11:45:34.598 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.598 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.598 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.598 INFO kablam! Nov 07 11:45:34.598 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.598 INFO kablam! --> src/group.rs:214:19 Nov 07 11:45:34.598 INFO kablam! | Nov 07 11:45:34.598 INFO kablam! 214 | if err != nc_noerr { Nov 07 11:45:34.598 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.598 INFO kablam! | Nov 07 11:45:34.598 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.598 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.598 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.598 INFO kablam! Nov 07 11:45:34.598 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.598 INFO kablam! --> src/group.rs:224:31 Nov 07 11:45:34.598 INFO kablam! | Nov 07 11:45:34.598 INFO kablam! 224 | try!(val.put(self.id, nc_global, name)); Nov 07 11:45:34.598 INFO kablam! | ^^^^^^^^^ Nov 07 11:45:34.598 INFO kablam! | Nov 07 11:45:34.598 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.598 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.598 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.598 INFO kablam! Nov 07 11:45:34.598 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.598 INFO kablam! --> src/group.rs:231:29 Nov 07 11:45:34.598 INFO kablam! | Nov 07 11:45:34.598 INFO kablam! 231 | var_id: nc_global, Nov 07 11:45:34.598 INFO kablam! | ^^^^^^^^^ Nov 07 11:45:34.598 INFO kablam! | Nov 07 11:45:34.598 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.598 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.598 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.598 INFO kablam! Nov 07 11:45:34.598 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.598 INFO kablam! --> src/group.rs:247:19 Nov 07 11:45:34.598 INFO kablam! | Nov 07 11:45:34.598 INFO kablam! 247 | if err != nc_noerr { Nov 07 11:45:34.598 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.598 INFO kablam! | Nov 07 11:45:34.598 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.598 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.598 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.598 INFO kablam! Nov 07 11:45:34.598 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.598 INFO kablam! --> src/group.rs:291:19 Nov 07 11:45:34.598 INFO kablam! | Nov 07 11:45:34.598 INFO kablam! 291 | if err != nc_noerr { Nov 07 11:45:34.598 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.598 INFO kablam! | Nov 07 11:45:34.598 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.598 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.598 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.598 INFO kablam! Nov 07 11:45:34.598 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.598 INFO kablam! --> src/group.rs:362:50 Nov 07 11:45:34.598 INFO kablam! | Nov 07 11:45:34.599 INFO kablam! 362 | init_attributes(&mut grp.attributes, grp.id, nc_global, -1); Nov 07 11:45:34.599 INFO kablam! | ^^^^^^^^^ Nov 07 11:45:34.599 INFO kablam! | Nov 07 11:45:34.599 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.599 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.599 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.599 INFO kablam! Nov 07 11:45:34.599 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.599 INFO kablam! --> src/dimension.rs:24:38 Nov 07 11:45:34.599 INFO kablam! | Nov 07 11:45:34.599 INFO kablam! 24 | let mut buf_vec = vec![0i8; (nc_max_name + 1) as usize]; Nov 07 11:45:34.599 INFO kablam! | ^^^^^^^^^^^ Nov 07 11:45:34.599 INFO kablam! | Nov 07 11:45:34.599 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.599 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.599 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.599 INFO kablam! Nov 07 11:45:34.599 INFO kablam! error: aborting due to 97 previous errors Nov 07 11:45:34.599 INFO kablam! Nov 07 11:45:34.599 INFO kablam! error: Could not compile `netcdf`. Nov 07 11:45:34.599 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 07 11:45:34.941 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.941 INFO kablam! --> src/file.rs:23:15 Nov 07 11:45:34.941 INFO kablam! | Nov 07 11:45:34.941 INFO kablam! 23 | if err != nc_noerr { Nov 07 11:45:34.941 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.941 INFO kablam! | Nov 07 11:45:34.941 INFO kablam! = note: #[deny(safe_extern_statics)] on by default Nov 07 11:45:34.941 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.941 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.941 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.941 INFO kablam! Nov 07 11:45:34.941 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.941 INFO kablam! --> src/file.rs:51:15 Nov 07 11:45:34.941 INFO kablam! | Nov 07 11:45:34.941 INFO kablam! 51 | if err != nc_noerr { Nov 07 11:45:34.941 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.941 INFO kablam! | Nov 07 11:45:34.941 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.941 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.941 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.941 INFO kablam! Nov 07 11:45:34.941 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.941 INFO kablam! --> src/variable.rs:14:40 Nov 07 11:45:34.941 INFO kablam! | Nov 07 11:45:34.941 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Nov 07 11:45:34.941 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.941 INFO kablam! ... Nov 07 11:45:34.941 INFO kablam! 43 | get_var_as_type!(self, nc_char, u8, nc_get_var_uchar, cast) Nov 07 11:45:34.941 INFO kablam! | ----------------------------------------------------------- in this macro invocation Nov 07 11:45:34.941 INFO kablam! | Nov 07 11:45:34.941 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.941 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.941 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.941 INFO kablam! Nov 07 11:45:34.941 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.941 INFO kablam! --> src/variable.rs:24:19 Nov 07 11:45:34.941 INFO kablam! | Nov 07 11:45:34.941 INFO kablam! 24 | if err != nc_noerr { Nov 07 11:45:34.941 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.941 INFO kablam! ... Nov 07 11:45:34.941 INFO kablam! 43 | get_var_as_type!(self, nc_char, u8, nc_get_var_uchar, cast) Nov 07 11:45:34.941 INFO kablam! | ----------------------------------------------------------- in this macro invocation Nov 07 11:45:34.941 INFO kablam! | Nov 07 11:45:34.941 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.941 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.941 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.941 INFO kablam! Nov 07 11:45:34.941 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.941 INFO kablam! --> src/variable.rs:14:40 Nov 07 11:45:34.941 INFO kablam! | Nov 07 11:45:34.941 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Nov 07 11:45:34.941 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.941 INFO kablam! ... Nov 07 11:45:34.941 INFO kablam! 46 | get_var_as_type!(self, nc_byte, i8, nc_get_var_schar, cast) Nov 07 11:45:34.941 INFO kablam! | ----------------------------------------------------------- in this macro invocation Nov 07 11:45:34.941 INFO kablam! | Nov 07 11:45:34.941 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.941 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.941 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.941 INFO kablam! Nov 07 11:45:34.941 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.941 INFO kablam! --> src/variable.rs:24:19 Nov 07 11:45:34.942 INFO kablam! | Nov 07 11:45:34.942 INFO kablam! 24 | if err != nc_noerr { Nov 07 11:45:34.942 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.942 INFO kablam! ... Nov 07 11:45:34.942 INFO kablam! 46 | get_var_as_type!(self, nc_byte, i8, nc_get_var_schar, cast) Nov 07 11:45:34.942 INFO kablam! | ----------------------------------------------------------- in this macro invocation Nov 07 11:45:34.942 INFO kablam! | Nov 07 11:45:34.942 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.942 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.942 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.942 INFO kablam! Nov 07 11:45:34.942 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.942 INFO kablam! --> src/variable.rs:14:40 Nov 07 11:45:34.942 INFO kablam! | Nov 07 11:45:34.942 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Nov 07 11:45:34.942 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.942 INFO kablam! ... Nov 07 11:45:34.942 INFO kablam! 49 | get_var_as_type!(self, nc_short, i16, nc_get_var_short, cast) Nov 07 11:45:34.942 INFO kablam! | ------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.942 INFO kablam! | Nov 07 11:45:34.942 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.942 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.942 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.942 INFO kablam! Nov 07 11:45:34.942 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.942 INFO kablam! --> src/variable.rs:24:19 Nov 07 11:45:34.942 INFO kablam! | Nov 07 11:45:34.942 INFO kablam! 24 | if err != nc_noerr { Nov 07 11:45:34.942 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.942 INFO kablam! ... Nov 07 11:45:34.942 INFO kablam! 49 | get_var_as_type!(self, nc_short, i16, nc_get_var_short, cast) Nov 07 11:45:34.942 INFO kablam! | ------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.942 INFO kablam! | Nov 07 11:45:34.942 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.942 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.942 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.942 INFO kablam! Nov 07 11:45:34.942 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.942 INFO kablam! --> src/variable.rs:14:40 Nov 07 11:45:34.942 INFO kablam! | Nov 07 11:45:34.942 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Nov 07 11:45:34.942 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.942 INFO kablam! ... Nov 07 11:45:34.942 INFO kablam! 52 | get_var_as_type!(self, nc_ushort, u16, nc_get_var_ushort, cast) Nov 07 11:45:34.942 INFO kablam! | --------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.942 INFO kablam! | Nov 07 11:45:34.942 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.942 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.942 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.942 INFO kablam! Nov 07 11:45:34.942 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.942 INFO kablam! --> src/variable.rs:24:19 Nov 07 11:45:34.942 INFO kablam! | Nov 07 11:45:34.942 INFO kablam! 24 | if err != nc_noerr { Nov 07 11:45:34.942 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.942 INFO kablam! ... Nov 07 11:45:34.942 INFO kablam! 52 | get_var_as_type!(self, nc_ushort, u16, nc_get_var_ushort, cast) Nov 07 11:45:34.942 INFO kablam! | --------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.942 INFO kablam! | Nov 07 11:45:34.942 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.942 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.942 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.942 INFO kablam! Nov 07 11:45:34.942 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.942 INFO kablam! --> src/variable.rs:14:40 Nov 07 11:45:34.942 INFO kablam! | Nov 07 11:45:34.942 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Nov 07 11:45:34.942 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.942 INFO kablam! ... Nov 07 11:45:34.942 INFO kablam! 55 | get_var_as_type!(self, nc_int, i32, nc_get_var_int, cast) Nov 07 11:45:34.942 INFO kablam! | --------------------------------------------------------- in this macro invocation Nov 07 11:45:34.942 INFO kablam! | Nov 07 11:45:34.942 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.942 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.942 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.942 INFO kablam! Nov 07 11:45:34.942 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.942 INFO kablam! --> src/variable.rs:24:19 Nov 07 11:45:34.942 INFO kablam! | Nov 07 11:45:34.942 INFO kablam! 24 | if err != nc_noerr { Nov 07 11:45:34.942 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.942 INFO kablam! ... Nov 07 11:45:34.943 INFO kablam! 55 | get_var_as_type!(self, nc_int, i32, nc_get_var_int, cast) Nov 07 11:45:34.943 INFO kablam! | --------------------------------------------------------- in this macro invocation Nov 07 11:45:34.943 INFO kablam! | Nov 07 11:45:34.943 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.943 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.943 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.943 INFO kablam! Nov 07 11:45:34.943 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.943 INFO kablam! --> src/variable.rs:14:40 Nov 07 11:45:34.943 INFO kablam! | Nov 07 11:45:34.943 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Nov 07 11:45:34.943 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.943 INFO kablam! ... Nov 07 11:45:34.943 INFO kablam! 58 | get_var_as_type!(self, nc_uint, u32, nc_get_var_uint, cast) Nov 07 11:45:34.943 INFO kablam! | ----------------------------------------------------------- in this macro invocation Nov 07 11:45:34.943 INFO kablam! | Nov 07 11:45:34.943 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.943 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.943 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.943 INFO kablam! Nov 07 11:45:34.943 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.943 INFO kablam! --> src/variable.rs:24:19 Nov 07 11:45:34.943 INFO kablam! | Nov 07 11:45:34.943 INFO kablam! 24 | if err != nc_noerr { Nov 07 11:45:34.943 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.943 INFO kablam! ... Nov 07 11:45:34.943 INFO kablam! 58 | get_var_as_type!(self, nc_uint, u32, nc_get_var_uint, cast) Nov 07 11:45:34.943 INFO kablam! | ----------------------------------------------------------- in this macro invocation Nov 07 11:45:34.943 INFO kablam! | Nov 07 11:45:34.943 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.943 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.943 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.943 INFO kablam! Nov 07 11:45:34.943 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.943 INFO kablam! --> src/variable.rs:14:40 Nov 07 11:45:34.943 INFO kablam! | Nov 07 11:45:34.943 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Nov 07 11:45:34.943 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.943 INFO kablam! ... Nov 07 11:45:34.943 INFO kablam! 61 | get_var_as_type!(self, nc_int64, i64, nc_get_var_longlong, cast) Nov 07 11:45:34.943 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.943 INFO kablam! | Nov 07 11:45:34.961 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.961 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.961 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.961 INFO kablam! Nov 07 11:45:34.961 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.961 INFO kablam! --> src/variable.rs:24:19 Nov 07 11:45:34.961 INFO kablam! | Nov 07 11:45:34.961 INFO kablam! 24 | if err != nc_noerr { Nov 07 11:45:34.961 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.961 INFO kablam! ... Nov 07 11:45:34.961 INFO kablam! 61 | get_var_as_type!(self, nc_int64, i64, nc_get_var_longlong, cast) Nov 07 11:45:34.961 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.961 INFO kablam! | Nov 07 11:45:34.962 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.962 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.962 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.962 INFO kablam! Nov 07 11:45:34.962 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.962 INFO kablam! --> src/variable.rs:14:40 Nov 07 11:45:34.962 INFO kablam! | Nov 07 11:45:34.962 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Nov 07 11:45:34.962 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.962 INFO kablam! ... Nov 07 11:45:34.962 INFO kablam! 64 | get_var_as_type!(self, nc_uint64, u64, nc_get_var_ulonglong, cast) Nov 07 11:45:34.962 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Nov 07 11:45:34.962 INFO kablam! | Nov 07 11:45:34.962 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.962 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.962 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.962 INFO kablam! Nov 07 11:45:34.962 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.962 INFO kablam! --> src/variable.rs:24:19 Nov 07 11:45:34.962 INFO kablam! | Nov 07 11:45:34.962 INFO kablam! 24 | if err != nc_noerr { Nov 07 11:45:34.963 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.963 INFO kablam! ... Nov 07 11:45:34.963 INFO kablam! 64 | get_var_as_type!(self, nc_uint64, u64, nc_get_var_ulonglong, cast) Nov 07 11:45:34.963 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Nov 07 11:45:34.963 INFO kablam! | Nov 07 11:45:34.963 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.963 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.963 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.963 INFO kablam! Nov 07 11:45:34.963 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.963 INFO kablam! --> src/variable.rs:14:40 Nov 07 11:45:34.963 INFO kablam! | Nov 07 11:45:34.963 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Nov 07 11:45:34.963 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.963 INFO kablam! ... Nov 07 11:45:34.963 INFO kablam! 67 | get_var_as_type!(self, nc_float, f32, nc_get_var_float, cast) Nov 07 11:45:34.963 INFO kablam! | ------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.963 INFO kablam! | Nov 07 11:45:34.963 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.963 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.963 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.963 INFO kablam! Nov 07 11:45:34.964 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.964 INFO kablam! --> src/variable.rs:24:19 Nov 07 11:45:34.964 INFO kablam! | Nov 07 11:45:34.964 INFO kablam! 24 | if err != nc_noerr { Nov 07 11:45:34.964 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.964 INFO kablam! ... Nov 07 11:45:34.964 INFO kablam! 67 | get_var_as_type!(self, nc_float, f32, nc_get_var_float, cast) Nov 07 11:45:34.964 INFO kablam! | ------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.964 INFO kablam! | Nov 07 11:45:34.964 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.964 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.964 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.964 INFO kablam! Nov 07 11:45:34.964 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.964 INFO kablam! --> src/variable.rs:14:40 Nov 07 11:45:34.964 INFO kablam! | Nov 07 11:45:34.964 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Nov 07 11:45:34.964 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.964 INFO kablam! ... Nov 07 11:45:34.964 INFO kablam! 70 | get_var_as_type!(self, nc_double, f64, nc_get_var_double, cast) Nov 07 11:45:34.964 INFO kablam! | --------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.964 INFO kablam! | Nov 07 11:45:34.965 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.965 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.965 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.965 INFO kablam! Nov 07 11:45:34.965 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.965 INFO kablam! --> src/variable.rs:24:19 Nov 07 11:45:34.965 INFO kablam! | Nov 07 11:45:34.965 INFO kablam! 24 | if err != nc_noerr { Nov 07 11:45:34.965 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.965 INFO kablam! ... Nov 07 11:45:34.965 INFO kablam! 70 | get_var_as_type!(self, nc_double, f64, nc_get_var_double, cast) Nov 07 11:45:34.965 INFO kablam! | --------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.965 INFO kablam! | Nov 07 11:45:34.965 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.965 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.965 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.965 INFO kablam! Nov 07 11:45:34.965 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.965 INFO kablam! --> src/variable.rs:101:38 Nov 07 11:45:34.965 INFO kablam! | Nov 07 11:45:34.965 INFO kablam! 101 | let mut buf_vec = vec![0i8; (nc_max_name + 1) as usize]; Nov 07 11:45:34.965 INFO kablam! | ^^^^^^^^^^^ Nov 07 11:45:34.965 INFO kablam! | Nov 07 11:45:34.965 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.965 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.966 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.966 INFO kablam! Nov 07 11:45:34.966 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.966 INFO kablam! --> src/variable.rs:105:56 Nov 07 11:45:34.966 INFO kablam! | Nov 07 11:45:34.966 INFO kablam! 105 | let mut dimids : Vec = Vec::with_capacity(nc_max_dims as usize); Nov 07 11:45:34.966 INFO kablam! | ^^^^^^^^^^^ Nov 07 11:45:34.966 INFO kablam! | Nov 07 11:45:34.966 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.966 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.966 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.966 INFO kablam! Nov 07 11:45:34.966 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.966 INFO kablam! --> src/attribute.rs:53:41 Nov 07 11:45:34.966 INFO kablam! | Nov 07 11:45:34.966 INFO kablam! 53 | if (!cast) && (self.attrtype != nc_char) { Nov 07 11:45:34.966 INFO kablam! | ^^^^^^^ Nov 07 11:45:34.966 INFO kablam! | Nov 07 11:45:34.966 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.966 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.966 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.966 INFO kablam! Nov 07 11:45:34.966 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.966 INFO kablam! --> src/attribute.rs:11:41 Nov 07 11:45:34.966 INFO kablam! | Nov 07 11:45:34.967 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Nov 07 11:45:34.967 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.967 INFO kablam! ... Nov 07 11:45:34.967 INFO kablam! 89 | get_attr_as_type!(self, nc_byte, i8, nc_get_att_schar, cast) Nov 07 11:45:34.967 INFO kablam! | ------------------------------------------------------------ in this macro invocation Nov 07 11:45:34.967 INFO kablam! | Nov 07 11:45:34.967 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.967 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.967 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.967 INFO kablam! Nov 07 11:45:34.967 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.967 INFO kablam! --> src/attribute.rs:23:19 Nov 07 11:45:34.967 INFO kablam! | Nov 07 11:45:34.967 INFO kablam! 23 | if err != nc_noerr { Nov 07 11:45:34.967 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.967 INFO kablam! ... Nov 07 11:45:34.967 INFO kablam! 89 | get_attr_as_type!(self, nc_byte, i8, nc_get_att_schar, cast) Nov 07 11:45:34.967 INFO kablam! | ------------------------------------------------------------ in this macro invocation Nov 07 11:45:34.967 INFO kablam! | Nov 07 11:45:34.967 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.967 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.967 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.967 INFO kablam! Nov 07 11:45:34.967 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.968 INFO kablam! --> src/attribute.rs:36:19 Nov 07 11:45:34.968 INFO kablam! | Nov 07 11:45:34.968 INFO kablam! 36 | if err != nc_noerr { Nov 07 11:45:34.968 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.968 INFO kablam! ... Nov 07 11:45:34.968 INFO kablam! 89 | get_attr_as_type!(self, nc_byte, i8, nc_get_att_schar, cast) Nov 07 11:45:34.968 INFO kablam! | ------------------------------------------------------------ in this macro invocation Nov 07 11:45:34.968 INFO kablam! | Nov 07 11:45:34.968 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.968 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.968 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.968 INFO kablam! Nov 07 11:45:34.968 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.968 INFO kablam! --> src/attribute.rs:11:41 Nov 07 11:45:34.968 INFO kablam! | Nov 07 11:45:34.968 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Nov 07 11:45:34.968 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.968 INFO kablam! ... Nov 07 11:45:34.968 INFO kablam! 93 | get_attr_as_type!(self, nc_short, i16, nc_get_att_short, cast) Nov 07 11:45:34.968 INFO kablam! | -------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.968 INFO kablam! | Nov 07 11:45:34.968 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.968 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.968 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.969 INFO kablam! Nov 07 11:45:34.969 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.969 INFO kablam! --> src/attribute.rs:23:19 Nov 07 11:45:34.969 INFO kablam! | Nov 07 11:45:34.969 INFO kablam! 23 | if err != nc_noerr { Nov 07 11:45:34.969 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.969 INFO kablam! ... Nov 07 11:45:34.969 INFO kablam! 93 | get_attr_as_type!(self, nc_short, i16, nc_get_att_short, cast) Nov 07 11:45:34.969 INFO kablam! | -------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.969 INFO kablam! | Nov 07 11:45:34.969 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.969 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.969 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.969 INFO kablam! Nov 07 11:45:34.969 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.969 INFO kablam! --> src/attribute.rs:36:19 Nov 07 11:45:34.969 INFO kablam! | Nov 07 11:45:34.969 INFO kablam! 36 | if err != nc_noerr { Nov 07 11:45:34.969 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.969 INFO kablam! ... Nov 07 11:45:34.969 INFO kablam! 93 | get_attr_as_type!(self, nc_short, i16, nc_get_att_short, cast) Nov 07 11:45:34.969 INFO kablam! | -------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.969 INFO kablam! | Nov 07 11:45:34.969 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.970 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.970 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.970 INFO kablam! Nov 07 11:45:34.970 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.970 INFO kablam! --> src/attribute.rs:11:41 Nov 07 11:45:34.970 INFO kablam! | Nov 07 11:45:34.970 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Nov 07 11:45:34.970 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.970 INFO kablam! ... Nov 07 11:45:34.970 INFO kablam! 97 | get_attr_as_type!(self, nc_ushort, u16, nc_get_att_ushort, cast) Nov 07 11:45:34.970 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.970 INFO kablam! | Nov 07 11:45:34.970 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.970 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.970 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.970 INFO kablam! Nov 07 11:45:34.970 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.970 INFO kablam! --> src/attribute.rs:23:19 Nov 07 11:45:34.970 INFO kablam! | Nov 07 11:45:34.970 INFO kablam! 23 | if err != nc_noerr { Nov 07 11:45:34.970 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.970 INFO kablam! ... Nov 07 11:45:34.970 INFO kablam! 97 | get_attr_as_type!(self, nc_ushort, u16, nc_get_att_ushort, cast) Nov 07 11:45:34.970 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.971 INFO kablam! | Nov 07 11:45:34.971 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.971 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.971 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.971 INFO kablam! Nov 07 11:45:34.971 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.971 INFO kablam! --> src/attribute.rs:36:19 Nov 07 11:45:34.971 INFO kablam! | Nov 07 11:45:34.971 INFO kablam! 36 | if err != nc_noerr { Nov 07 11:45:34.971 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.971 INFO kablam! ... Nov 07 11:45:34.971 INFO kablam! 97 | get_attr_as_type!(self, nc_ushort, u16, nc_get_att_ushort, cast) Nov 07 11:45:34.971 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.971 INFO kablam! | Nov 07 11:45:34.971 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.971 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.971 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.971 INFO kablam! Nov 07 11:45:34.971 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.971 INFO kablam! --> src/attribute.rs:11:41 Nov 07 11:45:34.971 INFO kablam! | Nov 07 11:45:34.971 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Nov 07 11:45:34.971 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.971 INFO kablam! ... Nov 07 11:45:34.972 INFO kablam! 101 | get_attr_as_type!(self, nc_int, i32, nc_get_att_int, cast) Nov 07 11:45:34.972 INFO kablam! | ---------------------------------------------------------- in this macro invocation Nov 07 11:45:34.972 INFO kablam! | Nov 07 11:45:34.972 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.972 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.972 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.972 INFO kablam! Nov 07 11:45:34.972 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.972 INFO kablam! --> src/attribute.rs:23:19 Nov 07 11:45:34.972 INFO kablam! | Nov 07 11:45:34.972 INFO kablam! 23 | if err != nc_noerr { Nov 07 11:45:34.972 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.972 INFO kablam! ... Nov 07 11:45:34.972 INFO kablam! 101 | get_attr_as_type!(self, nc_int, i32, nc_get_att_int, cast) Nov 07 11:45:34.972 INFO kablam! | ---------------------------------------------------------- in this macro invocation Nov 07 11:45:34.972 INFO kablam! | Nov 07 11:45:34.972 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.972 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.972 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.972 INFO kablam! Nov 07 11:45:34.972 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.972 INFO kablam! --> src/attribute.rs:36:19 Nov 07 11:45:34.972 INFO kablam! | Nov 07 11:45:34.973 INFO kablam! 36 | if err != nc_noerr { Nov 07 11:45:34.973 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.973 INFO kablam! ... Nov 07 11:45:34.973 INFO kablam! 101 | get_attr_as_type!(self, nc_int, i32, nc_get_att_int, cast) Nov 07 11:45:34.973 INFO kablam! | ---------------------------------------------------------- in this macro invocation Nov 07 11:45:34.973 INFO kablam! | Nov 07 11:45:34.973 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.973 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.973 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.973 INFO kablam! Nov 07 11:45:34.973 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.973 INFO kablam! --> src/attribute.rs:11:41 Nov 07 11:45:34.973 INFO kablam! | Nov 07 11:45:34.973 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Nov 07 11:45:34.973 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.973 INFO kablam! ... Nov 07 11:45:34.973 INFO kablam! 105 | get_attr_as_type!(self, nc_uint, u32, nc_get_att_uint, cast) Nov 07 11:45:34.973 INFO kablam! | ------------------------------------------------------------ in this macro invocation Nov 07 11:45:34.973 INFO kablam! | Nov 07 11:45:34.973 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.973 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.973 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.973 INFO kablam! Nov 07 11:45:34.973 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.973 INFO kablam! --> src/attribute.rs:23:19 Nov 07 11:45:34.974 INFO kablam! | Nov 07 11:45:34.974 INFO kablam! 23 | if err != nc_noerr { Nov 07 11:45:34.974 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.974 INFO kablam! ... Nov 07 11:45:34.974 INFO kablam! 105 | get_attr_as_type!(self, nc_uint, u32, nc_get_att_uint, cast) Nov 07 11:45:34.974 INFO kablam! | ------------------------------------------------------------ in this macro invocation Nov 07 11:45:34.974 INFO kablam! | Nov 07 11:45:34.974 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.974 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.974 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.974 INFO kablam! Nov 07 11:45:34.974 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.974 INFO kablam! --> src/attribute.rs:36:19 Nov 07 11:45:34.974 INFO kablam! | Nov 07 11:45:34.974 INFO kablam! 36 | if err != nc_noerr { Nov 07 11:45:34.974 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.974 INFO kablam! ... Nov 07 11:45:34.974 INFO kablam! 105 | get_attr_as_type!(self, nc_uint, u32, nc_get_att_uint, cast) Nov 07 11:45:34.974 INFO kablam! | ------------------------------------------------------------ in this macro invocation Nov 07 11:45:34.974 INFO kablam! | Nov 07 11:45:34.974 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.974 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.974 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.974 INFO kablam! Nov 07 11:45:34.975 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.975 INFO kablam! --> src/attribute.rs:11:41 Nov 07 11:45:34.975 INFO kablam! | Nov 07 11:45:34.975 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Nov 07 11:45:34.975 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.975 INFO kablam! ... Nov 07 11:45:34.975 INFO kablam! 109 | get_attr_as_type!(self, nc_int64, i64, nc_get_att_longlong, cast) Nov 07 11:45:34.975 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.975 INFO kablam! | Nov 07 11:45:34.975 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.975 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.975 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.975 INFO kablam! Nov 07 11:45:34.975 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.975 INFO kablam! --> src/attribute.rs:23:19 Nov 07 11:45:34.975 INFO kablam! | Nov 07 11:45:34.975 INFO kablam! 23 | if err != nc_noerr { Nov 07 11:45:34.975 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.975 INFO kablam! ... Nov 07 11:45:34.975 INFO kablam! 109 | get_attr_as_type!(self, nc_int64, i64, nc_get_att_longlong, cast) Nov 07 11:45:34.975 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.975 INFO kablam! | Nov 07 11:45:34.975 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.975 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.976 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.976 INFO kablam! Nov 07 11:45:34.976 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.976 INFO kablam! --> src/attribute.rs:36:19 Nov 07 11:45:34.976 INFO kablam! | Nov 07 11:45:34.976 INFO kablam! 36 | if err != nc_noerr { Nov 07 11:45:34.976 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.976 INFO kablam! ... Nov 07 11:45:34.976 INFO kablam! 109 | get_attr_as_type!(self, nc_int64, i64, nc_get_att_longlong, cast) Nov 07 11:45:34.976 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.976 INFO kablam! | Nov 07 11:45:34.976 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.976 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.976 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.976 INFO kablam! Nov 07 11:45:34.976 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.976 INFO kablam! --> src/attribute.rs:11:41 Nov 07 11:45:34.976 INFO kablam! | Nov 07 11:45:34.976 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Nov 07 11:45:34.976 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.976 INFO kablam! ... Nov 07 11:45:34.976 INFO kablam! 113 | get_attr_as_type!(self, nc_uint64, u64, nc_get_att_ulonglong, cast) Nov 07 11:45:34.976 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.977 INFO kablam! | Nov 07 11:45:34.977 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.977 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.977 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.977 INFO kablam! Nov 07 11:45:34.977 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.977 INFO kablam! --> src/attribute.rs:23:19 Nov 07 11:45:34.977 INFO kablam! | Nov 07 11:45:34.977 INFO kablam! 23 | if err != nc_noerr { Nov 07 11:45:34.977 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.977 INFO kablam! ... Nov 07 11:45:34.977 INFO kablam! 113 | get_attr_as_type!(self, nc_uint64, u64, nc_get_att_ulonglong, cast) Nov 07 11:45:34.977 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.977 INFO kablam! | Nov 07 11:45:34.977 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.977 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.977 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.977 INFO kablam! Nov 07 11:45:34.977 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.977 INFO kablam! --> src/attribute.rs:36:19 Nov 07 11:45:34.977 INFO kablam! | Nov 07 11:45:34.977 INFO kablam! 36 | if err != nc_noerr { Nov 07 11:45:34.977 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.977 INFO kablam! ... Nov 07 11:45:34.977 INFO kablam! 113 | get_attr_as_type!(self, nc_uint64, u64, nc_get_att_ulonglong, cast) Nov 07 11:45:34.978 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.978 INFO kablam! | Nov 07 11:45:34.978 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.978 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.978 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.978 INFO kablam! Nov 07 11:45:34.978 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.978 INFO kablam! --> src/attribute.rs:11:41 Nov 07 11:45:34.978 INFO kablam! | Nov 07 11:45:34.978 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Nov 07 11:45:34.978 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.978 INFO kablam! ... Nov 07 11:45:34.978 INFO kablam! 117 | get_attr_as_type!(self, nc_float, f32, nc_get_att_float, cast) Nov 07 11:45:34.978 INFO kablam! | -------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.978 INFO kablam! | Nov 07 11:45:34.978 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.978 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.978 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.978 INFO kablam! Nov 07 11:45:34.978 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.978 INFO kablam! --> src/attribute.rs:23:19 Nov 07 11:45:34.978 INFO kablam! | Nov 07 11:45:34.978 INFO kablam! 23 | if err != nc_noerr { Nov 07 11:45:34.978 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.979 INFO kablam! ... Nov 07 11:45:34.979 INFO kablam! 117 | get_attr_as_type!(self, nc_float, f32, nc_get_att_float, cast) Nov 07 11:45:34.979 INFO kablam! | -------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.979 INFO kablam! | Nov 07 11:45:34.979 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.979 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.979 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.979 INFO kablam! Nov 07 11:45:34.979 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.979 INFO kablam! --> src/attribute.rs:36:19 Nov 07 11:45:34.979 INFO kablam! | Nov 07 11:45:34.979 INFO kablam! 36 | if err != nc_noerr { Nov 07 11:45:34.979 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.979 INFO kablam! ... Nov 07 11:45:34.979 INFO kablam! 117 | get_attr_as_type!(self, nc_float, f32, nc_get_att_float, cast) Nov 07 11:45:34.979 INFO kablam! | -------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.979 INFO kablam! | Nov 07 11:45:34.979 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.979 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.979 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.979 INFO kablam! Nov 07 11:45:34.979 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.980 INFO kablam! --> src/attribute.rs:11:41 Nov 07 11:45:34.980 INFO kablam! | Nov 07 11:45:34.980 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Nov 07 11:45:34.980 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.980 INFO kablam! ... Nov 07 11:45:34.980 INFO kablam! 121 | get_attr_as_type!(self, nc_double, f64, nc_get_att_double, cast) Nov 07 11:45:34.980 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.980 INFO kablam! | Nov 07 11:45:34.980 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.980 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.980 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.980 INFO kablam! Nov 07 11:45:34.980 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.980 INFO kablam! --> src/attribute.rs:23:19 Nov 07 11:45:34.980 INFO kablam! | Nov 07 11:45:34.980 INFO kablam! 23 | if err != nc_noerr { Nov 07 11:45:34.980 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.980 INFO kablam! ... Nov 07 11:45:34.980 INFO kablam! 121 | get_attr_as_type!(self, nc_double, f64, nc_get_att_double, cast) Nov 07 11:45:34.980 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.980 INFO kablam! | Nov 07 11:45:34.980 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.980 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.980 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.981 INFO kablam! Nov 07 11:45:34.981 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.981 INFO kablam! --> src/attribute.rs:36:19 Nov 07 11:45:34.981 INFO kablam! | Nov 07 11:45:34.981 INFO kablam! 36 | if err != nc_noerr { Nov 07 11:45:34.981 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.981 INFO kablam! ... Nov 07 11:45:34.981 INFO kablam! 121 | get_attr_as_type!(self, nc_double, f64, nc_get_att_double, cast) Nov 07 11:45:34.981 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.981 INFO kablam! | Nov 07 11:45:34.981 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.981 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.981 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.981 INFO kablam! Nov 07 11:45:34.981 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.981 INFO kablam! --> src/attribute.rs:144:43 Nov 07 11:45:34.981 INFO kablam! | Nov 07 11:45:34.981 INFO kablam! 144 | let mut name_buf_vec = vec![0i8; (nc_max_name + 1) as usize]; Nov 07 11:45:34.981 INFO kablam! | ^^^^^^^^^^^ Nov 07 11:45:34.981 INFO kablam! | Nov 07 11:45:34.981 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.981 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.981 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.982 INFO kablam! Nov 07 11:45:34.982 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.982 INFO kablam! --> src/group.rs:61:36 Nov 07 11:45:34.982 INFO kablam! | Nov 07 11:45:34.982 INFO kablam! 61 | fn get_nc_type(&self) -> i32 { nc_byte } Nov 07 11:45:34.982 INFO kablam! | ^^^^^^^ Nov 07 11:45:34.982 INFO kablam! | Nov 07 11:45:34.982 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.982 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.982 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.982 INFO kablam! Nov 07 11:45:34.982 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.982 INFO kablam! --> src/group.rs:28:19 Nov 07 11:45:34.982 INFO kablam! | Nov 07 11:45:34.982 INFO kablam! 28 | if err != nc_noerr { Nov 07 11:45:34.982 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.982 INFO kablam! ... Nov 07 11:45:34.982 INFO kablam! 64 | put_var_as_type!(self, ncid, varid, nc_put_var_schar) Nov 07 11:45:34.982 INFO kablam! | ----------------------------------------------------- in this macro invocation Nov 07 11:45:34.982 INFO kablam! | Nov 07 11:45:34.982 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.982 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.982 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.982 INFO kablam! Nov 07 11:45:34.982 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.982 INFO kablam! --> src/group.rs:69:36 Nov 07 11:45:34.982 INFO kablam! | Nov 07 11:45:34.983 INFO kablam! 69 | fn get_nc_type(&self) -> i32 { nc_short } Nov 07 11:45:34.983 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.983 INFO kablam! | Nov 07 11:45:34.983 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.983 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.983 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.983 INFO kablam! Nov 07 11:45:34.983 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.983 INFO kablam! --> src/group.rs:28:19 Nov 07 11:45:34.983 INFO kablam! | Nov 07 11:45:34.983 INFO kablam! 28 | if err != nc_noerr { Nov 07 11:45:34.983 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.983 INFO kablam! ... Nov 07 11:45:34.983 INFO kablam! 72 | put_var_as_type!(self, ncid, varid, nc_put_var_short) Nov 07 11:45:34.983 INFO kablam! | ----------------------------------------------------- in this macro invocation Nov 07 11:45:34.983 INFO kablam! | Nov 07 11:45:34.983 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.983 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.983 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.983 INFO kablam! Nov 07 11:45:34.983 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.983 INFO kablam! --> src/group.rs:77:36 Nov 07 11:45:34.983 INFO kablam! | Nov 07 11:45:34.983 INFO kablam! 77 | fn get_nc_type(&self) -> i32 { nc_ushort } Nov 07 11:45:34.983 INFO kablam! | ^^^^^^^^^ Nov 07 11:45:34.984 INFO kablam! | Nov 07 11:45:34.984 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.984 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.984 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.984 INFO kablam! Nov 07 11:45:34.984 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.984 INFO kablam! --> src/group.rs:28:19 Nov 07 11:45:34.984 INFO kablam! | Nov 07 11:45:34.984 INFO kablam! 28 | if err != nc_noerr { Nov 07 11:45:34.984 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.984 INFO kablam! ... Nov 07 11:45:34.984 INFO kablam! 80 | put_var_as_type!(self, ncid, varid, nc_put_var_ushort) Nov 07 11:45:34.984 INFO kablam! | ------------------------------------------------------ in this macro invocation Nov 07 11:45:34.984 INFO kablam! | Nov 07 11:45:34.984 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.984 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.984 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.984 INFO kablam! Nov 07 11:45:34.984 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.984 INFO kablam! --> src/group.rs:85:36 Nov 07 11:45:34.984 INFO kablam! | Nov 07 11:45:34.984 INFO kablam! 85 | fn get_nc_type(&self) -> i32 { nc_int } Nov 07 11:45:34.984 INFO kablam! | ^^^^^^ Nov 07 11:45:34.985 INFO kablam! | Nov 07 11:45:34.985 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.985 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.985 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.985 INFO kablam! Nov 07 11:45:34.985 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.985 INFO kablam! --> src/group.rs:28:19 Nov 07 11:45:34.985 INFO kablam! | Nov 07 11:45:34.985 INFO kablam! 28 | if err != nc_noerr { Nov 07 11:45:34.985 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.985 INFO kablam! ... Nov 07 11:45:34.985 INFO kablam! 88 | put_var_as_type!(self, ncid, varid, nc_put_var_int) Nov 07 11:45:34.985 INFO kablam! | --------------------------------------------------- in this macro invocation Nov 07 11:45:34.985 INFO kablam! | Nov 07 11:45:34.985 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.985 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.985 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.985 INFO kablam! Nov 07 11:45:34.985 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.985 INFO kablam! --> src/group.rs:93:36 Nov 07 11:45:34.985 INFO kablam! | Nov 07 11:45:34.985 INFO kablam! 93 | fn get_nc_type(&self) -> i32 { nc_uint } Nov 07 11:45:34.985 INFO kablam! | ^^^^^^^ Nov 07 11:45:34.985 INFO kablam! | Nov 07 11:45:34.985 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.986 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.986 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.986 INFO kablam! Nov 07 11:45:34.986 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.986 INFO kablam! --> src/group.rs:28:19 Nov 07 11:45:34.986 INFO kablam! | Nov 07 11:45:34.986 INFO kablam! 28 | if err != nc_noerr { Nov 07 11:45:34.986 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.986 INFO kablam! ... Nov 07 11:45:34.986 INFO kablam! 96 | put_var_as_type!(self, ncid, varid, nc_put_var_uint) Nov 07 11:45:34.986 INFO kablam! | ---------------------------------------------------- in this macro invocation Nov 07 11:45:34.986 INFO kablam! | Nov 07 11:45:34.986 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.986 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.986 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.986 INFO kablam! Nov 07 11:45:34.986 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.986 INFO kablam! --> src/group.rs:101:36 Nov 07 11:45:34.986 INFO kablam! | Nov 07 11:45:34.986 INFO kablam! 101 | fn get_nc_type(&self) -> i32 { nc_int64 } Nov 07 11:45:34.986 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.986 INFO kablam! | Nov 07 11:45:34.986 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.986 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.986 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.987 INFO kablam! Nov 07 11:45:34.987 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.987 INFO kablam! --> src/group.rs:28:19 Nov 07 11:45:34.987 INFO kablam! | Nov 07 11:45:34.987 INFO kablam! 28 | if err != nc_noerr { Nov 07 11:45:34.987 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.987 INFO kablam! ... Nov 07 11:45:34.987 INFO kablam! 104 | put_var_as_type!(self, ncid, varid, nc_put_var_longlong) Nov 07 11:45:34.987 INFO kablam! | -------------------------------------------------------- in this macro invocation Nov 07 11:45:34.987 INFO kablam! | Nov 07 11:45:34.987 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.987 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.987 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.987 INFO kablam! Nov 07 11:45:34.987 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.987 INFO kablam! --> src/group.rs:109:36 Nov 07 11:45:34.987 INFO kablam! | Nov 07 11:45:34.987 INFO kablam! 109 | fn get_nc_type(&self) -> i32 { nc_uint64 } Nov 07 11:45:34.987 INFO kablam! | ^^^^^^^^^ Nov 07 11:45:34.987 INFO kablam! | Nov 07 11:45:34.987 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.987 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.987 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.987 INFO kablam! Nov 07 11:45:34.988 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.988 INFO kablam! --> src/group.rs:28:19 Nov 07 11:45:34.988 INFO kablam! | Nov 07 11:45:34.988 INFO kablam! 28 | if err != nc_noerr { Nov 07 11:45:34.988 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.988 INFO kablam! ... Nov 07 11:45:34.988 INFO kablam! 112 | put_var_as_type!(self, ncid, varid, nc_put_var_ulonglong) Nov 07 11:45:34.988 INFO kablam! | --------------------------------------------------------- in this macro invocation Nov 07 11:45:34.988 INFO kablam! | Nov 07 11:45:34.988 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.988 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.988 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.988 INFO kablam! Nov 07 11:45:34.988 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.988 INFO kablam! --> src/group.rs:117:36 Nov 07 11:45:34.988 INFO kablam! | Nov 07 11:45:34.988 INFO kablam! 117 | fn get_nc_type(&self) -> i32 { nc_float } Nov 07 11:45:34.988 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.988 INFO kablam! | Nov 07 11:45:34.988 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.988 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.988 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.988 INFO kablam! Nov 07 11:45:34.988 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.988 INFO kablam! --> src/group.rs:28:19 Nov 07 11:45:34.988 INFO kablam! | Nov 07 11:45:34.988 INFO kablam! 28 | if err != nc_noerr { Nov 07 11:45:34.988 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.988 INFO kablam! ... Nov 07 11:45:34.988 INFO kablam! 120 | put_var_as_type!(self, ncid, varid, nc_put_var_float) Nov 07 11:45:34.988 INFO kablam! | ----------------------------------------------------- in this macro invocation Nov 07 11:45:34.988 INFO kablam! | Nov 07 11:45:34.988 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.988 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.988 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.988 INFO kablam! Nov 07 11:45:34.988 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.988 INFO kablam! --> src/group.rs:125:36 Nov 07 11:45:34.988 INFO kablam! | Nov 07 11:45:34.988 INFO kablam! 125 | fn get_nc_type(&self) -> i32 { nc_double } Nov 07 11:45:34.988 INFO kablam! | ^^^^^^^^^ Nov 07 11:45:34.988 INFO kablam! | Nov 07 11:45:34.988 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.988 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.989 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.989 INFO kablam! Nov 07 11:45:34.989 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.989 INFO kablam! --> src/group.rs:28:19 Nov 07 11:45:34.989 INFO kablam! | Nov 07 11:45:34.989 INFO kablam! 28 | if err != nc_noerr { Nov 07 11:45:34.989 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.989 INFO kablam! ... Nov 07 11:45:34.989 INFO kablam! 128 | put_var_as_type!(self, ncid, varid, nc_put_var_double) Nov 07 11:45:34.989 INFO kablam! | ------------------------------------------------------ in this macro invocation Nov 07 11:45:34.989 INFO kablam! | Nov 07 11:45:34.989 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.989 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.989 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.989 INFO kablam! Nov 07 11:45:34.989 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.989 INFO kablam! --> src/group.rs:140:36 Nov 07 11:45:34.989 INFO kablam! | Nov 07 11:45:34.989 INFO kablam! 140 | fn get_nc_type(&self) -> i32 { nc_byte } Nov 07 11:45:34.989 INFO kablam! | ^^^^^^^ Nov 07 11:45:34.989 INFO kablam! | Nov 07 11:45:34.989 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.989 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.989 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.989 INFO kablam! Nov 07 11:45:34.989 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.989 INFO kablam! --> src/group.rs:46:19 Nov 07 11:45:34.989 INFO kablam! | Nov 07 11:45:34.989 INFO kablam! 46 | if err != nc_noerr { Nov 07 11:45:34.989 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.989 INFO kablam! ... Nov 07 11:45:34.989 INFO kablam! 142 | put_attr_as_type!(self, name, ncid, nc_byte, varid, nc_put_att_schar) Nov 07 11:45:34.989 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.989 INFO kablam! | Nov 07 11:45:34.989 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.989 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.989 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.990 INFO kablam! Nov 07 11:45:34.990 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.990 INFO kablam! --> src/group.rs:147:36 Nov 07 11:45:34.990 INFO kablam! | Nov 07 11:45:34.990 INFO kablam! 147 | fn get_nc_type(&self) -> i32 { nc_short } Nov 07 11:45:34.990 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.990 INFO kablam! | Nov 07 11:45:34.990 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.990 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.990 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.990 INFO kablam! Nov 07 11:45:34.990 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.990 INFO kablam! --> src/group.rs:46:19 Nov 07 11:45:34.990 INFO kablam! | Nov 07 11:45:34.990 INFO kablam! 46 | if err != nc_noerr { Nov 07 11:45:34.990 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.990 INFO kablam! ... Nov 07 11:45:34.990 INFO kablam! 149 | put_attr_as_type!(self, name, ncid, nc_short, varid, nc_put_att_short) Nov 07 11:45:34.990 INFO kablam! | ---------------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.990 INFO kablam! | Nov 07 11:45:34.990 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.990 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.990 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.990 INFO kablam! Nov 07 11:45:34.990 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.990 INFO kablam! --> src/group.rs:154:36 Nov 07 11:45:34.990 INFO kablam! | Nov 07 11:45:34.990 INFO kablam! 154 | fn get_nc_type(&self) -> i32 { nc_ushort } Nov 07 11:45:34.990 INFO kablam! | ^^^^^^^^^ Nov 07 11:45:34.990 INFO kablam! | Nov 07 11:45:34.990 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.990 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.990 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.990 INFO kablam! Nov 07 11:45:34.990 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.990 INFO kablam! --> src/group.rs:46:19 Nov 07 11:45:34.990 INFO kablam! | Nov 07 11:45:34.990 INFO kablam! 46 | if err != nc_noerr { Nov 07 11:45:34.990 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.990 INFO kablam! ... Nov 07 11:45:34.990 INFO kablam! 156 | put_attr_as_type!(self, name, ncid, nc_ushort, varid, nc_put_att_ushort) Nov 07 11:45:34.990 INFO kablam! | ------------------------------------------------------------------------ in this macro invocation Nov 07 11:45:34.990 INFO kablam! | Nov 07 11:45:34.990 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.990 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.990 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.990 INFO kablam! Nov 07 11:45:34.990 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.990 INFO kablam! --> src/group.rs:161:36 Nov 07 11:45:34.990 INFO kablam! | Nov 07 11:45:34.990 INFO kablam! 161 | fn get_nc_type(&self) -> i32 { nc_int } Nov 07 11:45:34.990 INFO kablam! | ^^^^^^ Nov 07 11:45:34.990 INFO kablam! | Nov 07 11:45:34.990 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.990 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.990 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.990 INFO kablam! Nov 07 11:45:34.990 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.990 INFO kablam! --> src/group.rs:46:19 Nov 07 11:45:34.990 INFO kablam! | Nov 07 11:45:34.990 INFO kablam! 46 | if err != nc_noerr { Nov 07 11:45:34.990 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.990 INFO kablam! ... Nov 07 11:45:34.990 INFO kablam! 163 | put_attr_as_type!(self, name, ncid, nc_int, varid, nc_put_att_int) Nov 07 11:45:34.990 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Nov 07 11:45:34.990 INFO kablam! | Nov 07 11:45:34.990 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.990 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.990 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.990 INFO kablam! Nov 07 11:45:34.990 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.990 INFO kablam! --> src/group.rs:168:36 Nov 07 11:45:34.990 INFO kablam! | Nov 07 11:45:34.990 INFO kablam! 168 | fn get_nc_type(&self) -> i32 { nc_uint } Nov 07 11:45:34.990 INFO kablam! | ^^^^^^^ Nov 07 11:45:34.990 INFO kablam! | Nov 07 11:45:34.990 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.990 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.990 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.990 INFO kablam! Nov 07 11:45:34.990 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.990 INFO kablam! --> src/group.rs:46:19 Nov 07 11:45:34.990 INFO kablam! | Nov 07 11:45:34.990 INFO kablam! 46 | if err != nc_noerr { Nov 07 11:45:34.990 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.990 INFO kablam! ... Nov 07 11:45:34.990 INFO kablam! 170 | put_attr_as_type!(self, name, ncid, nc_uint, varid, nc_put_att_uint) Nov 07 11:45:34.990 INFO kablam! | -------------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.991 INFO kablam! | Nov 07 11:45:34.991 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.991 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.991 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.991 INFO kablam! Nov 07 11:45:34.991 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.991 INFO kablam! --> src/group.rs:175:36 Nov 07 11:45:34.991 INFO kablam! | Nov 07 11:45:34.991 INFO kablam! 175 | fn get_nc_type(&self) -> i32 { nc_int64 } Nov 07 11:45:34.991 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.991 INFO kablam! | Nov 07 11:45:34.991 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.991 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.993 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.993 INFO kablam! Nov 07 11:45:34.993 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.993 INFO kablam! --> src/group.rs:46:19 Nov 07 11:45:34.993 INFO kablam! | Nov 07 11:45:34.993 INFO kablam! 46 | if err != nc_noerr { Nov 07 11:45:34.993 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.993 INFO kablam! ... Nov 07 11:45:34.993 INFO kablam! 177 | put_attr_as_type!(self, name, ncid, nc_int64, varid, nc_put_att_longlong) Nov 07 11:45:34.993 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.993 INFO kablam! | Nov 07 11:45:34.993 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.993 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.993 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.993 INFO kablam! Nov 07 11:45:34.993 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.993 INFO kablam! --> src/group.rs:182:36 Nov 07 11:45:34.993 INFO kablam! | Nov 07 11:45:34.993 INFO kablam! 182 | fn get_nc_type(&self) -> i32 { nc_uint64 } Nov 07 11:45:34.993 INFO kablam! | ^^^^^^^^^ Nov 07 11:45:34.993 INFO kablam! | Nov 07 11:45:34.993 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.993 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.993 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.993 INFO kablam! Nov 07 11:45:34.993 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.993 INFO kablam! --> src/group.rs:46:19 Nov 07 11:45:34.993 INFO kablam! | Nov 07 11:45:34.993 INFO kablam! 46 | if err != nc_noerr { Nov 07 11:45:34.993 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.993 INFO kablam! ... Nov 07 11:45:34.993 INFO kablam! 184 | put_attr_as_type!(self, name, ncid, nc_uint64, varid, nc_put_att_ulonglong) Nov 07 11:45:34.993 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.993 INFO kablam! | Nov 07 11:45:34.993 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.993 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.993 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.993 INFO kablam! Nov 07 11:45:34.993 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.993 INFO kablam! --> src/group.rs:189:36 Nov 07 11:45:34.994 INFO kablam! | Nov 07 11:45:34.994 INFO kablam! 189 | fn get_nc_type(&self) -> i32 { nc_float } Nov 07 11:45:34.994 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.994 INFO kablam! | Nov 07 11:45:34.994 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.994 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.994 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.994 INFO kablam! Nov 07 11:45:34.994 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.994 INFO kablam! --> src/group.rs:46:19 Nov 07 11:45:34.994 INFO kablam! | Nov 07 11:45:34.994 INFO kablam! 46 | if err != nc_noerr { Nov 07 11:45:34.994 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.994 INFO kablam! ... Nov 07 11:45:34.994 INFO kablam! 191 | put_attr_as_type!(self, name, ncid, nc_float, varid, nc_put_att_float) Nov 07 11:45:34.994 INFO kablam! | ---------------------------------------------------------------------- in this macro invocation Nov 07 11:45:34.994 INFO kablam! | Nov 07 11:45:34.994 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.994 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.994 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.994 INFO kablam! Nov 07 11:45:34.994 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.994 INFO kablam! --> src/group.rs:196:36 Nov 07 11:45:34.994 INFO kablam! | Nov 07 11:45:34.994 INFO kablam! 196 | fn get_nc_type(&self) -> i32 { nc_double } Nov 07 11:45:34.994 INFO kablam! | ^^^^^^^^^ Nov 07 11:45:34.994 INFO kablam! | Nov 07 11:45:34.994 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.994 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.994 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.994 INFO kablam! Nov 07 11:45:34.994 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.994 INFO kablam! --> src/group.rs:46:19 Nov 07 11:45:34.994 INFO kablam! | Nov 07 11:45:34.994 INFO kablam! 46 | if err != nc_noerr { Nov 07 11:45:34.994 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.994 INFO kablam! ... Nov 07 11:45:34.994 INFO kablam! 198 | put_attr_as_type!(self, name, ncid, nc_double, varid, nc_put_att_double) Nov 07 11:45:34.994 INFO kablam! | ------------------------------------------------------------------------ in this macro invocation Nov 07 11:45:34.994 INFO kablam! | Nov 07 11:45:34.994 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.994 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.994 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.994 INFO kablam! Nov 07 11:45:34.994 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.994 INFO kablam! --> src/group.rs:203:36 Nov 07 11:45:34.994 INFO kablam! | Nov 07 11:45:34.994 INFO kablam! 203 | fn get_nc_type(&self) -> i32 { nc_char } Nov 07 11:45:34.994 INFO kablam! | ^^^^^^^ Nov 07 11:45:34.994 INFO kablam! | Nov 07 11:45:34.994 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.994 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.994 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.994 INFO kablam! Nov 07 11:45:34.994 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.994 INFO kablam! --> src/group.rs:214:19 Nov 07 11:45:34.994 INFO kablam! | Nov 07 11:45:34.994 INFO kablam! 214 | if err != nc_noerr { Nov 07 11:45:34.994 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.994 INFO kablam! | Nov 07 11:45:34.994 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.994 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.994 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.994 INFO kablam! Nov 07 11:45:34.994 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.994 INFO kablam! --> src/group.rs:224:31 Nov 07 11:45:34.994 INFO kablam! | Nov 07 11:45:34.994 INFO kablam! 224 | try!(val.put(self.id, nc_global, name)); Nov 07 11:45:34.994 INFO kablam! | ^^^^^^^^^ Nov 07 11:45:34.994 INFO kablam! | Nov 07 11:45:34.994 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.994 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.994 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.994 INFO kablam! Nov 07 11:45:34.994 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.994 INFO kablam! --> src/group.rs:231:29 Nov 07 11:45:34.994 INFO kablam! | Nov 07 11:45:34.994 INFO kablam! 231 | var_id: nc_global, Nov 07 11:45:34.994 INFO kablam! | ^^^^^^^^^ Nov 07 11:45:34.994 INFO kablam! | Nov 07 11:45:34.994 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.994 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.994 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.994 INFO kablam! Nov 07 11:45:34.995 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.995 INFO kablam! --> src/group.rs:247:19 Nov 07 11:45:34.995 INFO kablam! | Nov 07 11:45:34.995 INFO kablam! 247 | if err != nc_noerr { Nov 07 11:45:34.995 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.995 INFO kablam! | Nov 07 11:45:34.995 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.995 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.995 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.995 INFO kablam! Nov 07 11:45:34.995 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.995 INFO kablam! --> src/group.rs:291:19 Nov 07 11:45:34.995 INFO kablam! | Nov 07 11:45:34.995 INFO kablam! 291 | if err != nc_noerr { Nov 07 11:45:34.997 INFO kablam! | ^^^^^^^^ Nov 07 11:45:34.997 INFO kablam! | Nov 07 11:45:34.997 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.997 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.997 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.997 INFO kablam! Nov 07 11:45:34.997 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.997 INFO kablam! --> src/group.rs:362:50 Nov 07 11:45:34.997 INFO kablam! | Nov 07 11:45:34.997 INFO kablam! 362 | init_attributes(&mut grp.attributes, grp.id, nc_global, -1); Nov 07 11:45:34.997 INFO kablam! | ^^^^^^^^^ Nov 07 11:45:34.997 INFO kablam! | Nov 07 11:45:34.997 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.997 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.997 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.997 INFO kablam! Nov 07 11:45:34.997 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Nov 07 11:45:34.997 INFO kablam! --> src/dimension.rs:24:38 Nov 07 11:45:34.997 INFO kablam! | Nov 07 11:45:34.997 INFO kablam! 24 | let mut buf_vec = vec![0i8; (nc_max_name + 1) as usize]; Nov 07 11:45:34.997 INFO kablam! | ^^^^^^^^^^^ Nov 07 11:45:34.997 INFO kablam! | Nov 07 11:45:34.997 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 11:45:34.997 INFO kablam! = note: for more information, see issue #36247 Nov 07 11:45:34.997 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Nov 07 11:45:34.997 INFO kablam! Nov 07 11:45:34.997 INFO kablam! error: aborting due to 97 previous errors Nov 07 11:45:34.997 INFO kablam! Nov 07 11:45:34.997 INFO kablam! error: Could not compile `netcdf`. Nov 07 11:45:34.997 INFO kablam! Nov 07 11:45:34.997 INFO kablam! To learn more, run the command again with --verbose. Nov 07 11:45:34.997 INFO kablam! su: No module specific data is present Nov 07 11:45:36.144 INFO running `"docker" "rm" "-f" "9cb68e0a64ad2e776df08505d82ea4ed9c3be641e8a05570b3d55efd932fe017"` Nov 07 11:45:36.470 INFO blam! 9cb68e0a64ad2e776df08505d82ea4ed9c3be641e8a05570b3d55efd932fe017