Oct 27 18:48:33.480 INFO checking netcdf-0.1.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 18:48:33.480 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 18:48:33.927 INFO blam! 5b2a36e78945a4aca1abd502140a909ce1c4a08138e650ab99b791c2d491a043 Oct 27 18:48:33.931 INFO running `"docker" "start" "-a" "5b2a36e78945a4aca1abd502140a909ce1c4a08138e650ab99b791c2d491a043"` Oct 27 18:48:34.907 INFO kablam! usermod: no changes Oct 27 18:48:34.991 INFO kablam! Compiling netcdf-sys v0.1.0 Oct 27 18:48:37.305 INFO kablam! Checking netcdf v0.1.0 (/source) Oct 27 18:48:38.877 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.877 INFO kablam! --> src/file.rs:23:15 Oct 27 18:48:38.877 INFO kablam! | Oct 27 18:48:38.877 INFO kablam! 23 | if err != nc_noerr { Oct 27 18:48:38.877 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.877 INFO kablam! | Oct 27 18:48:38.877 INFO kablam! = note: #[deny(safe_extern_statics)] on by default Oct 27 18:48:38.877 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! Oct 27 18:48:38.877 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.877 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.877 INFO kablam! Oct 27 18:48:38.877 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.877 INFO kablam! --> src/file.rs:51:15 Oct 27 18:48:38.877 INFO kablam! | Oct 27 18:48:38.877 INFO kablam! 51 | if err != nc_noerr { Oct 27 18:48:38.877 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.877 INFO kablam! | Oct 27 18:48:38.877 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! Oct 27 18:48:38.878 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.878 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.878 INFO kablam! Oct 27 18:48:38.878 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.878 INFO kablam! --> src/variable.rs:14:40 Oct 27 18:48:38.878 INFO kablam! | Oct 27 18:48:38.878 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 27 18:48:38.878 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.878 INFO kablam! ... Oct 27 18:48:38.878 INFO kablam! 43 | get_var_as_type!(self, nc_char, u8, nc_get_var_uchar, cast) Oct 27 18:48:38.878 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 18:48:38.878 INFO kablam! | Oct 27 18:48:38.878 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! Oct 27 18:48:38.878 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.878 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.878 INFO kablam! Oct 27 18:48:38.878 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.878 INFO kablam! --> src/variable.rs:24:19 Oct 27 18:48:38.878 INFO kablam! | Oct 27 18:48:38.878 INFO kablam! 24 | if err != nc_noerr { Oct 27 18:48:38.878 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.878 INFO kablam! ... Oct 27 18:48:38.878 INFO kablam! 43 | get_var_as_type!(self, nc_char, u8, nc_get_var_uchar, cast) Oct 27 18:48:38.878 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 18:48:38.878 INFO kablam! | Oct 27 18:48:38.878 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! Oct 27 18:48:38.878 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.878 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.878 INFO kablam! Oct 27 18:48:38.878 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.878 INFO kablam! --> src/variable.rs:14:40 Oct 27 18:48:38.878 INFO kablam! | Oct 27 18:48:38.878 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 27 18:48:38.878 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.878 INFO kablam! ... Oct 27 18:48:38.878 INFO kablam! 46 | get_var_as_type!(self, nc_byte, i8, nc_get_var_schar, cast) Oct 27 18:48:38.878 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 18:48:38.878 INFO kablam! | Oct 27 18:48:38.878 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! Oct 27 18:48:38.878 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.878 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.878 INFO kablam! Oct 27 18:48:38.878 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.878 INFO kablam! --> src/variable.rs:24:19 Oct 27 18:48:38.878 INFO kablam! | Oct 27 18:48:38.878 INFO kablam! 24 | if err != nc_noerr { Oct 27 18:48:38.878 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.878 INFO kablam! ... Oct 27 18:48:38.878 INFO kablam! 46 | get_var_as_type!(self, nc_byte, i8, nc_get_var_schar, cast) Oct 27 18:48:38.878 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 18:48:38.878 INFO kablam! | Oct 27 18:48:38.878 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! Oct 27 18:48:38.878 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.878 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.878 INFO kablam! Oct 27 18:48:38.878 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.878 INFO kablam! --> src/variable.rs:14:40 Oct 27 18:48:38.878 INFO kablam! | Oct 27 18:48:38.878 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 27 18:48:38.878 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.878 INFO kablam! ... Oct 27 18:48:38.878 INFO kablam! 49 | get_var_as_type!(self, nc_short, i16, nc_get_var_short, cast) Oct 27 18:48:38.878 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.878 INFO kablam! | Oct 27 18:48:38.878 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! Oct 27 18:48:38.878 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.878 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.878 INFO kablam! Oct 27 18:48:38.878 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.878 INFO kablam! --> src/variable.rs:24:19 Oct 27 18:48:38.878 INFO kablam! | Oct 27 18:48:38.878 INFO kablam! 24 | if err != nc_noerr { Oct 27 18:48:38.878 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.878 INFO kablam! ... Oct 27 18:48:38.878 INFO kablam! 49 | get_var_as_type!(self, nc_short, i16, nc_get_var_short, cast) Oct 27 18:48:38.878 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.878 INFO kablam! | Oct 27 18:48:38.878 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! Oct 27 18:48:38.878 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.878 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.878 INFO kablam! Oct 27 18:48:38.879 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.879 INFO kablam! --> src/variable.rs:14:40 Oct 27 18:48:38.879 INFO kablam! | Oct 27 18:48:38.879 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 27 18:48:38.879 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.879 INFO kablam! ... Oct 27 18:48:38.879 INFO kablam! 52 | get_var_as_type!(self, nc_ushort, u16, nc_get_var_ushort, cast) Oct 27 18:48:38.879 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.879 INFO kablam! | Oct 27 18:48:38.879 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! Oct 27 18:48:38.879 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.879 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.879 INFO kablam! Oct 27 18:48:38.879 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.879 INFO kablam! --> src/variable.rs:24:19 Oct 27 18:48:38.879 INFO kablam! | Oct 27 18:48:38.879 INFO kablam! 24 | if err != nc_noerr { Oct 27 18:48:38.879 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.879 INFO kablam! ... Oct 27 18:48:38.879 INFO kablam! 52 | get_var_as_type!(self, nc_ushort, u16, nc_get_var_ushort, cast) Oct 27 18:48:38.879 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.879 INFO kablam! | Oct 27 18:48:38.879 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! Oct 27 18:48:38.879 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.879 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.879 INFO kablam! Oct 27 18:48:38.879 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.879 INFO kablam! --> src/variable.rs:14:40 Oct 27 18:48:38.879 INFO kablam! | Oct 27 18:48:38.879 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 27 18:48:38.879 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.879 INFO kablam! ... Oct 27 18:48:38.879 INFO kablam! 55 | get_var_as_type!(self, nc_int, i32, nc_get_var_int, cast) Oct 27 18:48:38.879 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 18:48:38.879 INFO kablam! | Oct 27 18:48:38.879 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! Oct 27 18:48:38.879 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.879 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.879 INFO kablam! Oct 27 18:48:38.879 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.879 INFO kablam! --> src/variable.rs:24:19 Oct 27 18:48:38.879 INFO kablam! | Oct 27 18:48:38.879 INFO kablam! 24 | if err != nc_noerr { Oct 27 18:48:38.879 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.879 INFO kablam! ... Oct 27 18:48:38.879 INFO kablam! 55 | get_var_as_type!(self, nc_int, i32, nc_get_var_int, cast) Oct 27 18:48:38.879 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 18:48:38.879 INFO kablam! | Oct 27 18:48:38.879 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! Oct 27 18:48:38.879 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.879 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.879 INFO kablam! Oct 27 18:48:38.879 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.879 INFO kablam! --> src/variable.rs:14:40 Oct 27 18:48:38.879 INFO kablam! | Oct 27 18:48:38.879 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 27 18:48:38.879 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.879 INFO kablam! ... Oct 27 18:48:38.879 INFO kablam! 58 | get_var_as_type!(self, nc_uint, u32, nc_get_var_uint, cast) Oct 27 18:48:38.879 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 18:48:38.879 INFO kablam! | Oct 27 18:48:38.879 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! Oct 27 18:48:38.879 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.879 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.879 INFO kablam! Oct 27 18:48:38.879 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.879 INFO kablam! --> src/variable.rs:24:19 Oct 27 18:48:38.879 INFO kablam! | Oct 27 18:48:38.879 INFO kablam! 24 | if err != nc_noerr { Oct 27 18:48:38.879 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.879 INFO kablam! ... Oct 27 18:48:38.879 INFO kablam! 58 | get_var_as_type!(self, nc_uint, u32, nc_get_var_uint, cast) Oct 27 18:48:38.879 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 18:48:38.879 INFO kablam! | Oct 27 18:48:38.879 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! Oct 27 18:48:38.879 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.879 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.879 INFO kablam! Oct 27 18:48:38.879 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.879 INFO kablam! --> src/variable.rs:14:40 Oct 27 18:48:38.879 INFO kablam! | Oct 27 18:48:38.879 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 27 18:48:38.879 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.879 INFO kablam! ... Oct 27 18:48:38.879 INFO kablam! 61 | get_var_as_type!(self, nc_int64, i64, nc_get_var_longlong, cast) Oct 27 18:48:38.879 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.879 INFO kablam! | Oct 27 18:48:38.879 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! Oct 27 18:48:38.879 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.879 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.879 INFO kablam! Oct 27 18:48:38.879 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.879 INFO kablam! --> src/variable.rs:24:19 Oct 27 18:48:38.879 INFO kablam! | Oct 27 18:48:38.880 INFO kablam! 24 | if err != nc_noerr { Oct 27 18:48:38.880 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.880 INFO kablam! ... Oct 27 18:48:38.880 INFO kablam! 61 | get_var_as_type!(self, nc_int64, i64, nc_get_var_longlong, cast) Oct 27 18:48:38.880 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.880 INFO kablam! | Oct 27 18:48:38.880 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! Oct 27 18:48:38.880 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.880 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.880 INFO kablam! Oct 27 18:48:38.880 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.880 INFO kablam! --> src/variable.rs:14:40 Oct 27 18:48:38.880 INFO kablam! | Oct 27 18:48:38.880 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 27 18:48:38.880 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.880 INFO kablam! ... Oct 27 18:48:38.880 INFO kablam! 64 | get_var_as_type!(self, nc_uint64, u64, nc_get_var_ulonglong, cast) Oct 27 18:48:38.880 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 27 18:48:38.880 INFO kablam! | Oct 27 18:48:38.880 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! Oct 27 18:48:38.880 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.880 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.880 INFO kablam! Oct 27 18:48:38.880 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.880 INFO kablam! --> src/variable.rs:24:19 Oct 27 18:48:38.880 INFO kablam! | Oct 27 18:48:38.880 INFO kablam! 24 | if err != nc_noerr { Oct 27 18:48:38.880 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.880 INFO kablam! ... Oct 27 18:48:38.880 INFO kablam! 64 | get_var_as_type!(self, nc_uint64, u64, nc_get_var_ulonglong, cast) Oct 27 18:48:38.880 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 27 18:48:38.880 INFO kablam! | Oct 27 18:48:38.880 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! Oct 27 18:48:38.880 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.880 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.880 INFO kablam! Oct 27 18:48:38.880 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.880 INFO kablam! --> src/variable.rs:14:40 Oct 27 18:48:38.880 INFO kablam! | Oct 27 18:48:38.880 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 27 18:48:38.880 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.880 INFO kablam! ... Oct 27 18:48:38.880 INFO kablam! 67 | get_var_as_type!(self, nc_float, f32, nc_get_var_float, cast) Oct 27 18:48:38.880 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.880 INFO kablam! | Oct 27 18:48:38.880 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! Oct 27 18:48:38.880 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.880 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.880 INFO kablam! Oct 27 18:48:38.880 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.880 INFO kablam! --> src/variable.rs:24:19 Oct 27 18:48:38.880 INFO kablam! | Oct 27 18:48:38.880 INFO kablam! 24 | if err != nc_noerr { Oct 27 18:48:38.880 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.880 INFO kablam! ... Oct 27 18:48:38.880 INFO kablam! 67 | get_var_as_type!(self, nc_float, f32, nc_get_var_float, cast) Oct 27 18:48:38.880 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.880 INFO kablam! | Oct 27 18:48:38.880 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! Oct 27 18:48:38.880 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.880 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.880 INFO kablam! Oct 27 18:48:38.880 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.880 INFO kablam! --> src/variable.rs:14:40 Oct 27 18:48:38.880 INFO kablam! | Oct 27 18:48:38.880 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 27 18:48:38.880 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.880 INFO kablam! ... Oct 27 18:48:38.880 INFO kablam! 70 | get_var_as_type!(self, nc_double, f64, nc_get_var_double, cast) Oct 27 18:48:38.880 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.880 INFO kablam! | Oct 27 18:48:38.880 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! Oct 27 18:48:38.880 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.880 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.880 INFO kablam! Oct 27 18:48:38.880 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.880 INFO kablam! --> src/variable.rs:24:19 Oct 27 18:48:38.880 INFO kablam! | Oct 27 18:48:38.880 INFO kablam! 24 | if err != nc_noerr { Oct 27 18:48:38.880 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.880 INFO kablam! ... Oct 27 18:48:38.880 INFO kablam! 70 | get_var_as_type!(self, nc_double, f64, nc_get_var_double, cast) Oct 27 18:48:38.880 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.880 INFO kablam! | Oct 27 18:48:38.880 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! Oct 27 18:48:38.880 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.880 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.880 INFO kablam! Oct 27 18:48:38.880 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.880 INFO kablam! --> src/variable.rs:101:38 Oct 27 18:48:38.881 INFO kablam! | Oct 27 18:48:38.881 INFO kablam! 101 | let mut buf_vec = vec![0i8; (nc_max_name + 1) as usize]; Oct 27 18:48:38.881 INFO kablam! | ^^^^^^^^^^^ Oct 27 18:48:38.881 INFO kablam! | Oct 27 18:48:38.881 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! Oct 27 18:48:38.881 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.881 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.881 INFO kablam! Oct 27 18:48:38.881 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.881 INFO kablam! --> src/variable.rs:105:56 Oct 27 18:48:38.881 INFO kablam! | Oct 27 18:48:38.881 INFO kablam! 105 | let mut dimids : Vec = Vec::with_capacity(nc_max_dims as usize); Oct 27 18:48:38.881 INFO kablam! | ^^^^^^^^^^^ Oct 27 18:48:38.881 INFO kablam! | Oct 27 18:48:38.881 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! Oct 27 18:48:38.881 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.881 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.881 INFO kablam! Oct 27 18:48:38.881 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.881 INFO kablam! --> src/attribute.rs:53:41 Oct 27 18:48:38.881 INFO kablam! | Oct 27 18:48:38.881 INFO kablam! 53 | if (!cast) && (self.attrtype != nc_char) { Oct 27 18:48:38.881 INFO kablam! | ^^^^^^^ Oct 27 18:48:38.881 INFO kablam! | Oct 27 18:48:38.881 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! Oct 27 18:48:38.881 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.881 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.881 INFO kablam! Oct 27 18:48:38.881 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.881 INFO kablam! --> src/attribute.rs:11:41 Oct 27 18:48:38.881 INFO kablam! | Oct 27 18:48:38.881 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Oct 27 18:48:38.881 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.881 INFO kablam! ... Oct 27 18:48:38.881 INFO kablam! 89 | get_attr_as_type!(self, nc_byte, i8, nc_get_att_schar, cast) Oct 27 18:48:38.881 INFO kablam! | ------------------------------------------------------------ in this macro invocation Oct 27 18:48:38.881 INFO kablam! | Oct 27 18:48:38.881 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! Oct 27 18:48:38.881 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.881 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.881 INFO kablam! Oct 27 18:48:38.881 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.881 INFO kablam! --> src/attribute.rs:23:19 Oct 27 18:48:38.881 INFO kablam! | Oct 27 18:48:38.881 INFO kablam! 23 | if err != nc_noerr { Oct 27 18:48:38.881 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.881 INFO kablam! ... Oct 27 18:48:38.881 INFO kablam! 89 | get_attr_as_type!(self, nc_byte, i8, nc_get_att_schar, cast) Oct 27 18:48:38.881 INFO kablam! | ------------------------------------------------------------ in this macro invocation Oct 27 18:48:38.881 INFO kablam! | Oct 27 18:48:38.881 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! Oct 27 18:48:38.881 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.881 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.881 INFO kablam! Oct 27 18:48:38.881 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.881 INFO kablam! --> src/attribute.rs:36:19 Oct 27 18:48:38.881 INFO kablam! | Oct 27 18:48:38.881 INFO kablam! 36 | if err != nc_noerr { Oct 27 18:48:38.881 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.881 INFO kablam! ... Oct 27 18:48:38.881 INFO kablam! 89 | get_attr_as_type!(self, nc_byte, i8, nc_get_att_schar, cast) Oct 27 18:48:38.881 INFO kablam! | ------------------------------------------------------------ in this macro invocation Oct 27 18:48:38.881 INFO kablam! | Oct 27 18:48:38.881 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! Oct 27 18:48:38.881 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.881 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.881 INFO kablam! Oct 27 18:48:38.881 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.881 INFO kablam! --> src/attribute.rs:11:41 Oct 27 18:48:38.881 INFO kablam! | Oct 27 18:48:38.881 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Oct 27 18:48:38.881 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.881 INFO kablam! ... Oct 27 18:48:38.881 INFO kablam! 93 | get_attr_as_type!(self, nc_short, i16, nc_get_att_short, cast) Oct 27 18:48:38.881 INFO kablam! | -------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.881 INFO kablam! | Oct 27 18:48:38.881 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! Oct 27 18:48:38.881 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.881 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.881 INFO kablam! Oct 27 18:48:38.881 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.881 INFO kablam! --> src/attribute.rs:23:19 Oct 27 18:48:38.881 INFO kablam! | Oct 27 18:48:38.882 INFO kablam! 23 | if err != nc_noerr { Oct 27 18:48:38.882 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.882 INFO kablam! ... Oct 27 18:48:38.882 INFO kablam! 93 | get_attr_as_type!(self, nc_short, i16, nc_get_att_short, cast) Oct 27 18:48:38.882 INFO kablam! | -------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.882 INFO kablam! | Oct 27 18:48:38.882 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! Oct 27 18:48:38.882 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.882 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.882 INFO kablam! Oct 27 18:48:38.882 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.882 INFO kablam! --> src/attribute.rs:36:19 Oct 27 18:48:38.882 INFO kablam! | Oct 27 18:48:38.882 INFO kablam! 36 | if err != nc_noerr { Oct 27 18:48:38.882 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.882 INFO kablam! ... Oct 27 18:48:38.882 INFO kablam! 93 | get_attr_as_type!(self, nc_short, i16, nc_get_att_short, cast) Oct 27 18:48:38.882 INFO kablam! | -------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.882 INFO kablam! | Oct 27 18:48:38.882 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! Oct 27 18:48:38.882 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.882 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.882 INFO kablam! Oct 27 18:48:38.882 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.882 INFO kablam! --> src/attribute.rs:11:41 Oct 27 18:48:38.882 INFO kablam! | Oct 27 18:48:38.882 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Oct 27 18:48:38.882 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.882 INFO kablam! ... Oct 27 18:48:38.882 INFO kablam! 97 | get_attr_as_type!(self, nc_ushort, u16, nc_get_att_ushort, cast) Oct 27 18:48:38.882 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.882 INFO kablam! | Oct 27 18:48:38.882 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! Oct 27 18:48:38.882 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.882 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.882 INFO kablam! Oct 27 18:48:38.882 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.882 INFO kablam! --> src/attribute.rs:23:19 Oct 27 18:48:38.882 INFO kablam! | Oct 27 18:48:38.882 INFO kablam! 23 | if err != nc_noerr { Oct 27 18:48:38.882 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.882 INFO kablam! ... Oct 27 18:48:38.882 INFO kablam! 97 | get_attr_as_type!(self, nc_ushort, u16, nc_get_att_ushort, cast) Oct 27 18:48:38.882 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.882 INFO kablam! | Oct 27 18:48:38.882 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! Oct 27 18:48:38.882 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.882 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.882 INFO kablam! Oct 27 18:48:38.882 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.882 INFO kablam! --> src/attribute.rs:36:19 Oct 27 18:48:38.882 INFO kablam! | Oct 27 18:48:38.882 INFO kablam! 36 | if err != nc_noerr { Oct 27 18:48:38.882 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.882 INFO kablam! ... Oct 27 18:48:38.882 INFO kablam! 97 | get_attr_as_type!(self, nc_ushort, u16, nc_get_att_ushort, cast) Oct 27 18:48:38.882 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.882 INFO kablam! | Oct 27 18:48:38.882 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! Oct 27 18:48:38.882 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.882 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.882 INFO kablam! Oct 27 18:48:38.882 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.882 INFO kablam! --> src/attribute.rs:11:41 Oct 27 18:48:38.882 INFO kablam! | Oct 27 18:48:38.882 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Oct 27 18:48:38.882 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.882 INFO kablam! ... Oct 27 18:48:38.882 INFO kablam! 101 | get_attr_as_type!(self, nc_int, i32, nc_get_att_int, cast) Oct 27 18:48:38.882 INFO kablam! | ---------------------------------------------------------- in this macro invocation Oct 27 18:48:38.882 INFO kablam! | Oct 27 18:48:38.882 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! Oct 27 18:48:38.882 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.882 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.882 INFO kablam! Oct 27 18:48:38.882 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.883 INFO kablam! --> src/attribute.rs:23:19 Oct 27 18:48:38.883 INFO kablam! | Oct 27 18:48:38.883 INFO kablam! 23 | if err != nc_noerr { Oct 27 18:48:38.883 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.883 INFO kablam! ... Oct 27 18:48:38.883 INFO kablam! 101 | get_attr_as_type!(self, nc_int, i32, nc_get_att_int, cast) Oct 27 18:48:38.883 INFO kablam! | ---------------------------------------------------------- in this macro invocation Oct 27 18:48:38.883 INFO kablam! | Oct 27 18:48:38.883 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! Oct 27 18:48:38.883 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.883 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.883 INFO kablam! Oct 27 18:48:38.883 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.883 INFO kablam! --> src/attribute.rs:36:19 Oct 27 18:48:38.883 INFO kablam! | Oct 27 18:48:38.883 INFO kablam! 36 | if err != nc_noerr { Oct 27 18:48:38.883 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.883 INFO kablam! ... Oct 27 18:48:38.883 INFO kablam! 101 | get_attr_as_type!(self, nc_int, i32, nc_get_att_int, cast) Oct 27 18:48:38.883 INFO kablam! | ---------------------------------------------------------- in this macro invocation Oct 27 18:48:38.883 INFO kablam! | Oct 27 18:48:38.883 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! Oct 27 18:48:38.883 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.883 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.883 INFO kablam! Oct 27 18:48:38.883 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.883 INFO kablam! --> src/attribute.rs:11:41 Oct 27 18:48:38.883 INFO kablam! | Oct 27 18:48:38.883 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Oct 27 18:48:38.883 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.883 INFO kablam! ... Oct 27 18:48:38.883 INFO kablam! 105 | get_attr_as_type!(self, nc_uint, u32, nc_get_att_uint, cast) Oct 27 18:48:38.883 INFO kablam! | ------------------------------------------------------------ in this macro invocation Oct 27 18:48:38.883 INFO kablam! | Oct 27 18:48:38.883 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! Oct 27 18:48:38.883 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.883 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.883 INFO kablam! Oct 27 18:48:38.883 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.883 INFO kablam! --> src/attribute.rs:23:19 Oct 27 18:48:38.883 INFO kablam! | Oct 27 18:48:38.883 INFO kablam! 23 | if err != nc_noerr { Oct 27 18:48:38.883 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.883 INFO kablam! ... Oct 27 18:48:38.883 INFO kablam! 105 | get_attr_as_type!(self, nc_uint, u32, nc_get_att_uint, cast) Oct 27 18:48:38.883 INFO kablam! | ------------------------------------------------------------ in this macro invocation Oct 27 18:48:38.883 INFO kablam! | Oct 27 18:48:38.883 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! Oct 27 18:48:38.883 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.883 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.883 INFO kablam! Oct 27 18:48:38.883 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.883 INFO kablam! --> src/attribute.rs:36:19 Oct 27 18:48:38.883 INFO kablam! | Oct 27 18:48:38.883 INFO kablam! 36 | if err != nc_noerr { Oct 27 18:48:38.883 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.883 INFO kablam! ... Oct 27 18:48:38.883 INFO kablam! 105 | get_attr_as_type!(self, nc_uint, u32, nc_get_att_uint, cast) Oct 27 18:48:38.883 INFO kablam! | ------------------------------------------------------------ in this macro invocation Oct 27 18:48:38.883 INFO kablam! | Oct 27 18:48:38.883 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! Oct 27 18:48:38.883 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.883 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.883 INFO kablam! Oct 27 18:48:38.883 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.883 INFO kablam! --> src/attribute.rs:11:41 Oct 27 18:48:38.883 INFO kablam! | Oct 27 18:48:38.883 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Oct 27 18:48:38.883 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.883 INFO kablam! ... Oct 27 18:48:38.883 INFO kablam! 109 | get_attr_as_type!(self, nc_int64, i64, nc_get_att_longlong, cast) Oct 27 18:48:38.883 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.883 INFO kablam! | Oct 27 18:48:38.883 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! Oct 27 18:48:38.884 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.884 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.884 INFO kablam! Oct 27 18:48:38.884 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.884 INFO kablam! --> src/attribute.rs:23:19 Oct 27 18:48:38.884 INFO kablam! | Oct 27 18:48:38.884 INFO kablam! 23 | if err != nc_noerr { Oct 27 18:48:38.884 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.884 INFO kablam! ... Oct 27 18:48:38.884 INFO kablam! 109 | get_attr_as_type!(self, nc_int64, i64, nc_get_att_longlong, cast) Oct 27 18:48:38.884 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.884 INFO kablam! | Oct 27 18:48:38.884 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! Oct 27 18:48:38.884 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.884 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.884 INFO kablam! Oct 27 18:48:38.884 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.884 INFO kablam! --> src/attribute.rs:36:19 Oct 27 18:48:38.884 INFO kablam! | Oct 27 18:48:38.884 INFO kablam! 36 | if err != nc_noerr { Oct 27 18:48:38.884 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.884 INFO kablam! ... Oct 27 18:48:38.884 INFO kablam! 109 | get_attr_as_type!(self, nc_int64, i64, nc_get_att_longlong, cast) Oct 27 18:48:38.884 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.884 INFO kablam! | Oct 27 18:48:38.884 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! Oct 27 18:48:38.884 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.884 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.884 INFO kablam! Oct 27 18:48:38.884 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.884 INFO kablam! --> src/attribute.rs:11:41 Oct 27 18:48:38.884 INFO kablam! | Oct 27 18:48:38.884 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Oct 27 18:48:38.884 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.884 INFO kablam! ... Oct 27 18:48:38.884 INFO kablam! 113 | get_attr_as_type!(self, nc_uint64, u64, nc_get_att_ulonglong, cast) Oct 27 18:48:38.884 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.884 INFO kablam! | Oct 27 18:48:38.884 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! Oct 27 18:48:38.884 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.884 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.884 INFO kablam! Oct 27 18:48:38.884 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.884 INFO kablam! --> src/attribute.rs:23:19 Oct 27 18:48:38.884 INFO kablam! | Oct 27 18:48:38.884 INFO kablam! 23 | if err != nc_noerr { Oct 27 18:48:38.884 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.884 INFO kablam! ... Oct 27 18:48:38.884 INFO kablam! 113 | get_attr_as_type!(self, nc_uint64, u64, nc_get_att_ulonglong, cast) Oct 27 18:48:38.884 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.884 INFO kablam! | Oct 27 18:48:38.884 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! Oct 27 18:48:38.884 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.884 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.884 INFO kablam! Oct 27 18:48:38.884 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.884 INFO kablam! --> src/attribute.rs:36:19 Oct 27 18:48:38.884 INFO kablam! | Oct 27 18:48:38.884 INFO kablam! 36 | if err != nc_noerr { Oct 27 18:48:38.884 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.884 INFO kablam! ... Oct 27 18:48:38.884 INFO kablam! 113 | get_attr_as_type!(self, nc_uint64, u64, nc_get_att_ulonglong, cast) Oct 27 18:48:38.884 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.884 INFO kablam! | Oct 27 18:48:38.884 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! Oct 27 18:48:38.884 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.884 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.884 INFO kablam! Oct 27 18:48:38.884 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.884 INFO kablam! --> src/attribute.rs:11:41 Oct 27 18:48:38.884 INFO kablam! | Oct 27 18:48:38.884 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Oct 27 18:48:38.884 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.884 INFO kablam! ... Oct 27 18:48:38.884 INFO kablam! 117 | get_attr_as_type!(self, nc_float, f32, nc_get_att_float, cast) Oct 27 18:48:38.884 INFO kablam! | -------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.884 INFO kablam! | Oct 27 18:48:38.884 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! Oct 27 18:48:38.884 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.884 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.884 INFO kablam! Oct 27 18:48:38.885 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.885 INFO kablam! --> src/attribute.rs:23:19 Oct 27 18:48:38.885 INFO kablam! | Oct 27 18:48:38.885 INFO kablam! 23 | if err != nc_noerr { Oct 27 18:48:38.885 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.885 INFO kablam! ... Oct 27 18:48:38.885 INFO kablam! 117 | get_attr_as_type!(self, nc_float, f32, nc_get_att_float, cast) Oct 27 18:48:38.885 INFO kablam! | -------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.885 INFO kablam! | Oct 27 18:48:38.885 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! Oct 27 18:48:38.885 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.885 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.885 INFO kablam! Oct 27 18:48:38.885 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.885 INFO kablam! --> src/attribute.rs:36:19 Oct 27 18:48:38.885 INFO kablam! | Oct 27 18:48:38.885 INFO kablam! 36 | if err != nc_noerr { Oct 27 18:48:38.885 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.885 INFO kablam! ... Oct 27 18:48:38.885 INFO kablam! 117 | get_attr_as_type!(self, nc_float, f32, nc_get_att_float, cast) Oct 27 18:48:38.885 INFO kablam! | -------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.885 INFO kablam! | Oct 27 18:48:38.885 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! Oct 27 18:48:38.885 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.885 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.885 INFO kablam! Oct 27 18:48:38.885 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.885 INFO kablam! --> src/attribute.rs:11:41 Oct 27 18:48:38.885 INFO kablam! | Oct 27 18:48:38.885 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Oct 27 18:48:38.885 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.885 INFO kablam! ... Oct 27 18:48:38.885 INFO kablam! 121 | get_attr_as_type!(self, nc_double, f64, nc_get_att_double, cast) Oct 27 18:48:38.885 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.885 INFO kablam! | Oct 27 18:48:38.885 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! Oct 27 18:48:38.885 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.885 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.885 INFO kablam! Oct 27 18:48:38.885 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.885 INFO kablam! --> src/attribute.rs:23:19 Oct 27 18:48:38.885 INFO kablam! | Oct 27 18:48:38.885 INFO kablam! 23 | if err != nc_noerr { Oct 27 18:48:38.885 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.885 INFO kablam! ... Oct 27 18:48:38.885 INFO kablam! 121 | get_attr_as_type!(self, nc_double, f64, nc_get_att_double, cast) Oct 27 18:48:38.885 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.885 INFO kablam! | Oct 27 18:48:38.885 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! Oct 27 18:48:38.885 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.885 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.885 INFO kablam! Oct 27 18:48:38.885 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.885 INFO kablam! --> src/attribute.rs:36:19 Oct 27 18:48:38.885 INFO kablam! | Oct 27 18:48:38.885 INFO kablam! 36 | if err != nc_noerr { Oct 27 18:48:38.885 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.885 INFO kablam! ... Oct 27 18:48:38.885 INFO kablam! 121 | get_attr_as_type!(self, nc_double, f64, nc_get_att_double, cast) Oct 27 18:48:38.885 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.885 INFO kablam! | Oct 27 18:48:38.885 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! Oct 27 18:48:38.885 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.885 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.885 INFO kablam! Oct 27 18:48:38.885 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.885 INFO kablam! --> src/attribute.rs:144:43 Oct 27 18:48:38.885 INFO kablam! | Oct 27 18:48:38.885 INFO kablam! 144 | let mut name_buf_vec = vec![0i8; (nc_max_name + 1) as usize]; Oct 27 18:48:38.885 INFO kablam! | ^^^^^^^^^^^ Oct 27 18:48:38.885 INFO kablam! | Oct 27 18:48:38.885 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! Oct 27 18:48:38.885 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.885 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.885 INFO kablam! Oct 27 18:48:38.885 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.885 INFO kablam! --> src/group.rs:61:36 Oct 27 18:48:38.885 INFO kablam! | Oct 27 18:48:38.885 INFO kablam! 61 | fn get_nc_type(&self) -> i32 { nc_byte } Oct 27 18:48:38.885 INFO kablam! | ^^^^^^^ Oct 27 18:48:38.886 INFO kablam! | Oct 27 18:48:38.886 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! Oct 27 18:48:38.886 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.886 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.886 INFO kablam! Oct 27 18:48:38.886 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.886 INFO kablam! --> src/group.rs:28:19 Oct 27 18:48:38.886 INFO kablam! | Oct 27 18:48:38.886 INFO kablam! 28 | if err != nc_noerr { Oct 27 18:48:38.886 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.886 INFO kablam! ... Oct 27 18:48:38.886 INFO kablam! 64 | put_var_as_type!(self, ncid, varid, nc_put_var_schar) Oct 27 18:48:38.886 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 18:48:38.886 INFO kablam! | Oct 27 18:48:38.886 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! Oct 27 18:48:38.886 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.886 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.886 INFO kablam! Oct 27 18:48:38.886 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.886 INFO kablam! --> src/group.rs:69:36 Oct 27 18:48:38.886 INFO kablam! | Oct 27 18:48:38.886 INFO kablam! 69 | fn get_nc_type(&self) -> i32 { nc_short } Oct 27 18:48:38.886 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.886 INFO kablam! | Oct 27 18:48:38.886 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! Oct 27 18:48:38.886 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.886 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.886 INFO kablam! Oct 27 18:48:38.886 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.886 INFO kablam! --> src/group.rs:28:19 Oct 27 18:48:38.886 INFO kablam! | Oct 27 18:48:38.886 INFO kablam! 28 | if err != nc_noerr { Oct 27 18:48:38.886 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.886 INFO kablam! ... Oct 27 18:48:38.886 INFO kablam! 72 | put_var_as_type!(self, ncid, varid, nc_put_var_short) Oct 27 18:48:38.886 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 18:48:38.886 INFO kablam! | Oct 27 18:48:38.886 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! Oct 27 18:48:38.886 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.886 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.886 INFO kablam! Oct 27 18:48:38.886 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.886 INFO kablam! --> src/group.rs:77:36 Oct 27 18:48:38.886 INFO kablam! | Oct 27 18:48:38.886 INFO kablam! 77 | fn get_nc_type(&self) -> i32 { nc_ushort } Oct 27 18:48:38.886 INFO kablam! | ^^^^^^^^^ Oct 27 18:48:38.886 INFO kablam! | Oct 27 18:48:38.886 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! Oct 27 18:48:38.886 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.886 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.886 INFO kablam! Oct 27 18:48:38.886 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.886 INFO kablam! --> src/group.rs:28:19 Oct 27 18:48:38.886 INFO kablam! | Oct 27 18:48:38.886 INFO kablam! 28 | if err != nc_noerr { Oct 27 18:48:38.886 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.886 INFO kablam! ... Oct 27 18:48:38.886 INFO kablam! 80 | put_var_as_type!(self, ncid, varid, nc_put_var_ushort) Oct 27 18:48:38.886 INFO kablam! | ------------------------------------------------------ in this macro invocation Oct 27 18:48:38.886 INFO kablam! | Oct 27 18:48:38.886 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! Oct 27 18:48:38.886 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.886 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.886 INFO kablam! Oct 27 18:48:38.886 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.886 INFO kablam! --> src/group.rs:85:36 Oct 27 18:48:38.886 INFO kablam! | Oct 27 18:48:38.886 INFO kablam! 85 | fn get_nc_type(&self) -> i32 { nc_int } Oct 27 18:48:38.886 INFO kablam! | ^^^^^^ Oct 27 18:48:38.886 INFO kablam! | Oct 27 18:48:38.886 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! Oct 27 18:48:38.886 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.886 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.886 INFO kablam! Oct 27 18:48:38.886 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.887 INFO kablam! --> src/group.rs:28:19 Oct 27 18:48:38.887 INFO kablam! | Oct 27 18:48:38.887 INFO kablam! 28 | if err != nc_noerr { Oct 27 18:48:38.887 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.887 INFO kablam! ... Oct 27 18:48:38.887 INFO kablam! 88 | put_var_as_type!(self, ncid, varid, nc_put_var_int) Oct 27 18:48:38.887 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 18:48:38.887 INFO kablam! | Oct 27 18:48:38.887 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! Oct 27 18:48:38.887 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.887 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.887 INFO kablam! Oct 27 18:48:38.887 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.887 INFO kablam! --> src/group.rs:93:36 Oct 27 18:48:38.887 INFO kablam! | Oct 27 18:48:38.887 INFO kablam! 93 | fn get_nc_type(&self) -> i32 { nc_uint } Oct 27 18:48:38.887 INFO kablam! | ^^^^^^^ Oct 27 18:48:38.887 INFO kablam! | Oct 27 18:48:38.887 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! Oct 27 18:48:38.887 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.887 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.887 INFO kablam! Oct 27 18:48:38.887 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.887 INFO kablam! --> src/group.rs:28:19 Oct 27 18:48:38.887 INFO kablam! | Oct 27 18:48:38.887 INFO kablam! 28 | if err != nc_noerr { Oct 27 18:48:38.887 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.887 INFO kablam! ... Oct 27 18:48:38.887 INFO kablam! 96 | put_var_as_type!(self, ncid, varid, nc_put_var_uint) Oct 27 18:48:38.887 INFO kablam! | ---------------------------------------------------- in this macro invocation Oct 27 18:48:38.887 INFO kablam! | Oct 27 18:48:38.887 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! Oct 27 18:48:38.887 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.887 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.887 INFO kablam! Oct 27 18:48:38.887 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.887 INFO kablam! --> src/group.rs:101:36 Oct 27 18:48:38.887 INFO kablam! | Oct 27 18:48:38.887 INFO kablam! 101 | fn get_nc_type(&self) -> i32 { nc_int64 } Oct 27 18:48:38.887 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.887 INFO kablam! | Oct 27 18:48:38.887 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! Oct 27 18:48:38.887 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.887 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.887 INFO kablam! Oct 27 18:48:38.887 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.887 INFO kablam! --> src/group.rs:28:19 Oct 27 18:48:38.887 INFO kablam! | Oct 27 18:48:38.887 INFO kablam! 28 | if err != nc_noerr { Oct 27 18:48:38.887 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.887 INFO kablam! ... Oct 27 18:48:38.887 INFO kablam! 104 | put_var_as_type!(self, ncid, varid, nc_put_var_longlong) Oct 27 18:48:38.887 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 27 18:48:38.887 INFO kablam! | Oct 27 18:48:38.887 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! Oct 27 18:48:38.887 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.887 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.887 INFO kablam! Oct 27 18:48:38.887 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.887 INFO kablam! --> src/group.rs:109:36 Oct 27 18:48:38.887 INFO kablam! | Oct 27 18:48:38.887 INFO kablam! 109 | fn get_nc_type(&self) -> i32 { nc_uint64 } Oct 27 18:48:38.887 INFO kablam! | ^^^^^^^^^ Oct 27 18:48:38.887 INFO kablam! | Oct 27 18:48:38.887 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! Oct 27 18:48:38.887 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.887 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.887 INFO kablam! Oct 27 18:48:38.887 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.887 INFO kablam! --> src/group.rs:28:19 Oct 27 18:48:38.887 INFO kablam! | Oct 27 18:48:38.887 INFO kablam! 28 | if err != nc_noerr { Oct 27 18:48:38.887 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.887 INFO kablam! ... Oct 27 18:48:38.887 INFO kablam! 112 | put_var_as_type!(self, ncid, varid, nc_put_var_ulonglong) Oct 27 18:48:38.887 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 18:48:38.887 INFO kablam! | Oct 27 18:48:38.887 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! Oct 27 18:48:38.887 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.887 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.888 INFO kablam! Oct 27 18:48:38.888 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.888 INFO kablam! --> src/group.rs:117:36 Oct 27 18:48:38.888 INFO kablam! | Oct 27 18:48:38.888 INFO kablam! 117 | fn get_nc_type(&self) -> i32 { nc_float } Oct 27 18:48:38.888 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.888 INFO kablam! | Oct 27 18:48:38.888 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! Oct 27 18:48:38.888 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.888 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.888 INFO kablam! Oct 27 18:48:38.888 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.888 INFO kablam! --> src/group.rs:28:19 Oct 27 18:48:38.888 INFO kablam! | Oct 27 18:48:38.888 INFO kablam! 28 | if err != nc_noerr { Oct 27 18:48:38.888 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.888 INFO kablam! ... Oct 27 18:48:38.888 INFO kablam! 120 | put_var_as_type!(self, ncid, varid, nc_put_var_float) Oct 27 18:48:38.888 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 18:48:38.888 INFO kablam! | Oct 27 18:48:38.888 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! Oct 27 18:48:38.888 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.888 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.888 INFO kablam! Oct 27 18:48:38.888 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.888 INFO kablam! --> src/group.rs:125:36 Oct 27 18:48:38.888 INFO kablam! | Oct 27 18:48:38.888 INFO kablam! 125 | fn get_nc_type(&self) -> i32 { nc_double } Oct 27 18:48:38.888 INFO kablam! | ^^^^^^^^^ Oct 27 18:48:38.888 INFO kablam! | Oct 27 18:48:38.888 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! Oct 27 18:48:38.888 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.888 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.888 INFO kablam! Oct 27 18:48:38.888 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.888 INFO kablam! --> src/group.rs:28:19 Oct 27 18:48:38.888 INFO kablam! | Oct 27 18:48:38.888 INFO kablam! 28 | if err != nc_noerr { Oct 27 18:48:38.888 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.888 INFO kablam! ... Oct 27 18:48:38.888 INFO kablam! 128 | put_var_as_type!(self, ncid, varid, nc_put_var_double) Oct 27 18:48:38.888 INFO kablam! | ------------------------------------------------------ in this macro invocation Oct 27 18:48:38.888 INFO kablam! | Oct 27 18:48:38.888 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! Oct 27 18:48:38.888 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.888 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.888 INFO kablam! Oct 27 18:48:38.888 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.888 INFO kablam! --> src/group.rs:140:36 Oct 27 18:48:38.888 INFO kablam! | Oct 27 18:48:38.888 INFO kablam! 140 | fn get_nc_type(&self) -> i32 { nc_byte } Oct 27 18:48:38.888 INFO kablam! | ^^^^^^^ Oct 27 18:48:38.888 INFO kablam! | Oct 27 18:48:38.888 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! Oct 27 18:48:38.888 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.888 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.888 INFO kablam! Oct 27 18:48:38.888 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.888 INFO kablam! --> src/group.rs:46:19 Oct 27 18:48:38.888 INFO kablam! | Oct 27 18:48:38.888 INFO kablam! 46 | if err != nc_noerr { Oct 27 18:48:38.888 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.888 INFO kablam! ... Oct 27 18:48:38.888 INFO kablam! 142 | put_attr_as_type!(self, name, ncid, nc_byte, varid, nc_put_att_schar) Oct 27 18:48:38.888 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.888 INFO kablam! | Oct 27 18:48:38.888 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! Oct 27 18:48:38.888 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.888 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.888 INFO kablam! Oct 27 18:48:38.888 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.888 INFO kablam! --> src/group.rs:147:36 Oct 27 18:48:38.888 INFO kablam! | Oct 27 18:48:38.888 INFO kablam! 147 | fn get_nc_type(&self) -> i32 { nc_short } Oct 27 18:48:38.888 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.889 INFO kablam! | Oct 27 18:48:38.889 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! Oct 27 18:48:38.889 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.889 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.889 INFO kablam! Oct 27 18:48:38.889 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.889 INFO kablam! --> src/group.rs:46:19 Oct 27 18:48:38.889 INFO kablam! | Oct 27 18:48:38.889 INFO kablam! 46 | if err != nc_noerr { Oct 27 18:48:38.889 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.889 INFO kablam! ... Oct 27 18:48:38.889 INFO kablam! 149 | put_attr_as_type!(self, name, ncid, nc_short, varid, nc_put_att_short) Oct 27 18:48:38.889 INFO kablam! | ---------------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.889 INFO kablam! | Oct 27 18:48:38.889 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! Oct 27 18:48:38.889 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.889 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.889 INFO kablam! Oct 27 18:48:38.889 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.889 INFO kablam! --> src/group.rs:154:36 Oct 27 18:48:38.889 INFO kablam! | Oct 27 18:48:38.889 INFO kablam! 154 | fn get_nc_type(&self) -> i32 { nc_ushort } Oct 27 18:48:38.889 INFO kablam! | ^^^^^^^^^ Oct 27 18:48:38.889 INFO kablam! | Oct 27 18:48:38.889 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! Oct 27 18:48:38.889 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.889 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.889 INFO kablam! Oct 27 18:48:38.889 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.889 INFO kablam! --> src/group.rs:46:19 Oct 27 18:48:38.889 INFO kablam! | Oct 27 18:48:38.889 INFO kablam! 46 | if err != nc_noerr { Oct 27 18:48:38.889 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.889 INFO kablam! ... Oct 27 18:48:38.889 INFO kablam! 156 | put_attr_as_type!(self, name, ncid, nc_ushort, varid, nc_put_att_ushort) Oct 27 18:48:38.889 INFO kablam! | ------------------------------------------------------------------------ in this macro invocation Oct 27 18:48:38.889 INFO kablam! | Oct 27 18:48:38.889 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! Oct 27 18:48:38.889 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.889 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.889 INFO kablam! Oct 27 18:48:38.889 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.889 INFO kablam! --> src/group.rs:161:36 Oct 27 18:48:38.889 INFO kablam! | Oct 27 18:48:38.889 INFO kablam! 161 | fn get_nc_type(&self) -> i32 { nc_int } Oct 27 18:48:38.889 INFO kablam! | ^^^^^^ Oct 27 18:48:38.889 INFO kablam! | Oct 27 18:48:38.889 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! Oct 27 18:48:38.889 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.889 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.889 INFO kablam! Oct 27 18:48:38.889 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.889 INFO kablam! --> src/group.rs:46:19 Oct 27 18:48:38.889 INFO kablam! | Oct 27 18:48:38.889 INFO kablam! 46 | if err != nc_noerr { Oct 27 18:48:38.889 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.889 INFO kablam! ... Oct 27 18:48:38.889 INFO kablam! 163 | put_attr_as_type!(self, name, ncid, nc_int, varid, nc_put_att_int) Oct 27 18:48:38.889 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 27 18:48:38.889 INFO kablam! | Oct 27 18:48:38.889 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! Oct 27 18:48:38.889 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.889 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.889 INFO kablam! Oct 27 18:48:38.889 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.889 INFO kablam! --> src/group.rs:168:36 Oct 27 18:48:38.889 INFO kablam! | Oct 27 18:48:38.889 INFO kablam! 168 | fn get_nc_type(&self) -> i32 { nc_uint } Oct 27 18:48:38.889 INFO kablam! | ^^^^^^^ Oct 27 18:48:38.889 INFO kablam! | Oct 27 18:48:38.889 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! Oct 27 18:48:38.890 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.890 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.890 INFO kablam! Oct 27 18:48:38.890 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.890 INFO kablam! --> src/group.rs:46:19 Oct 27 18:48:38.890 INFO kablam! | Oct 27 18:48:38.890 INFO kablam! 46 | if err != nc_noerr { Oct 27 18:48:38.890 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.890 INFO kablam! ... Oct 27 18:48:38.890 INFO kablam! 170 | put_attr_as_type!(self, name, ncid, nc_uint, varid, nc_put_att_uint) Oct 27 18:48:38.890 INFO kablam! | -------------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.890 INFO kablam! | Oct 27 18:48:38.890 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! Oct 27 18:48:38.890 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.890 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.890 INFO kablam! Oct 27 18:48:38.890 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.890 INFO kablam! --> src/group.rs:175:36 Oct 27 18:48:38.890 INFO kablam! | Oct 27 18:48:38.890 INFO kablam! 175 | fn get_nc_type(&self) -> i32 { nc_int64 } Oct 27 18:48:38.890 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.890 INFO kablam! | Oct 27 18:48:38.890 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! Oct 27 18:48:38.890 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.890 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.890 INFO kablam! Oct 27 18:48:38.890 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.890 INFO kablam! --> src/group.rs:46:19 Oct 27 18:48:38.890 INFO kablam! | Oct 27 18:48:38.890 INFO kablam! 46 | if err != nc_noerr { Oct 27 18:48:38.890 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.890 INFO kablam! ... Oct 27 18:48:38.890 INFO kablam! 177 | put_attr_as_type!(self, name, ncid, nc_int64, varid, nc_put_att_longlong) Oct 27 18:48:38.890 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.890 INFO kablam! | Oct 27 18:48:38.890 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! Oct 27 18:48:38.890 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.890 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.890 INFO kablam! Oct 27 18:48:38.890 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.890 INFO kablam! --> src/group.rs:182:36 Oct 27 18:48:38.890 INFO kablam! | Oct 27 18:48:38.890 INFO kablam! 182 | fn get_nc_type(&self) -> i32 { nc_uint64 } Oct 27 18:48:38.890 INFO kablam! | ^^^^^^^^^ Oct 27 18:48:38.890 INFO kablam! | Oct 27 18:48:38.890 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! Oct 27 18:48:38.890 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.890 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.890 INFO kablam! Oct 27 18:48:38.890 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.890 INFO kablam! --> src/group.rs:46:19 Oct 27 18:48:38.890 INFO kablam! | Oct 27 18:48:38.890 INFO kablam! 46 | if err != nc_noerr { Oct 27 18:48:38.890 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.890 INFO kablam! ... Oct 27 18:48:38.890 INFO kablam! 184 | put_attr_as_type!(self, name, ncid, nc_uint64, varid, nc_put_att_ulonglong) Oct 27 18:48:38.890 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.890 INFO kablam! | Oct 27 18:48:38.890 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! Oct 27 18:48:38.890 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.890 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.890 INFO kablam! Oct 27 18:48:38.890 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.890 INFO kablam! --> src/group.rs:189:36 Oct 27 18:48:38.890 INFO kablam! | Oct 27 18:48:38.890 INFO kablam! 189 | fn get_nc_type(&self) -> i32 { nc_float } Oct 27 18:48:38.890 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.890 INFO kablam! | Oct 27 18:48:38.890 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! Oct 27 18:48:38.890 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.890 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.890 INFO kablam! Oct 27 18:48:38.890 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.890 INFO kablam! --> src/group.rs:46:19 Oct 27 18:48:38.890 INFO kablam! | Oct 27 18:48:38.890 INFO kablam! 46 | if err != nc_noerr { Oct 27 18:48:38.890 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.890 INFO kablam! ... Oct 27 18:48:38.890 INFO kablam! 191 | put_attr_as_type!(self, name, ncid, nc_float, varid, nc_put_att_float) Oct 27 18:48:38.890 INFO kablam! | ---------------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.890 INFO kablam! | Oct 27 18:48:38.891 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! Oct 27 18:48:38.891 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.891 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.891 INFO kablam! Oct 27 18:48:38.891 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.891 INFO kablam! --> src/group.rs:196:36 Oct 27 18:48:38.891 INFO kablam! | Oct 27 18:48:38.891 INFO kablam! 196 | fn get_nc_type(&self) -> i32 { nc_double } Oct 27 18:48:38.891 INFO kablam! | ^^^^^^^^^ Oct 27 18:48:38.891 INFO kablam! | Oct 27 18:48:38.891 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! Oct 27 18:48:38.891 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.891 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.891 INFO kablam! Oct 27 18:48:38.891 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.891 INFO kablam! --> src/group.rs:46:19 Oct 27 18:48:38.891 INFO kablam! | Oct 27 18:48:38.891 INFO kablam! 46 | if err != nc_noerr { Oct 27 18:48:38.891 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.891 INFO kablam! ... Oct 27 18:48:38.891 INFO kablam! 198 | put_attr_as_type!(self, name, ncid, nc_double, varid, nc_put_att_double) Oct 27 18:48:38.891 INFO kablam! | ------------------------------------------------------------------------ in this macro invocation Oct 27 18:48:38.891 INFO kablam! | Oct 27 18:48:38.891 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! Oct 27 18:48:38.891 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.891 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.891 INFO kablam! Oct 27 18:48:38.891 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.891 INFO kablam! --> src/group.rs:203:36 Oct 27 18:48:38.891 INFO kablam! | Oct 27 18:48:38.891 INFO kablam! 203 | fn get_nc_type(&self) -> i32 { nc_char } Oct 27 18:48:38.891 INFO kablam! | ^^^^^^^ Oct 27 18:48:38.891 INFO kablam! | Oct 27 18:48:38.891 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! Oct 27 18:48:38.891 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.891 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.891 INFO kablam! Oct 27 18:48:38.891 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.891 INFO kablam! --> src/group.rs:214:19 Oct 27 18:48:38.891 INFO kablam! | Oct 27 18:48:38.891 INFO kablam! 214 | if err != nc_noerr { Oct 27 18:48:38.891 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.891 INFO kablam! | Oct 27 18:48:38.891 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! Oct 27 18:48:38.891 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.891 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.891 INFO kablam! Oct 27 18:48:38.891 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.891 INFO kablam! --> src/group.rs:224:31 Oct 27 18:48:38.891 INFO kablam! | Oct 27 18:48:38.891 INFO kablam! 224 | try!(val.put(self.id, nc_global, name)); Oct 27 18:48:38.891 INFO kablam! | ^^^^^^^^^ Oct 27 18:48:38.891 INFO kablam! | Oct 27 18:48:38.891 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! Oct 27 18:48:38.891 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.891 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.891 INFO kablam! Oct 27 18:48:38.891 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.891 INFO kablam! --> src/group.rs:231:29 Oct 27 18:48:38.891 INFO kablam! | Oct 27 18:48:38.891 INFO kablam! 231 | var_id: nc_global, Oct 27 18:48:38.891 INFO kablam! | ^^^^^^^^^ Oct 27 18:48:38.891 INFO kablam! | Oct 27 18:48:38.891 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! Oct 27 18:48:38.891 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.891 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.891 INFO kablam! Oct 27 18:48:38.891 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.891 INFO kablam! --> src/group.rs:247:19 Oct 27 18:48:38.891 INFO kablam! | Oct 27 18:48:38.891 INFO kablam! 247 | if err != nc_noerr { Oct 27 18:48:38.891 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.891 INFO kablam! | Oct 27 18:48:38.891 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! Oct 27 18:48:38.891 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.891 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.891 INFO kablam! Oct 27 18:48:38.891 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.891 INFO kablam! --> src/group.rs:291:19 Oct 27 18:48:38.892 INFO kablam! | Oct 27 18:48:38.892 INFO kablam! 291 | if err != nc_noerr { Oct 27 18:48:38.892 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.892 INFO kablam! | Oct 27 18:48:38.892 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! Oct 27 18:48:38.892 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.892 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.892 INFO kablam! Oct 27 18:48:38.892 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.892 INFO kablam! --> src/group.rs:362:50 Oct 27 18:48:38.892 INFO kablam! | Oct 27 18:48:38.892 INFO kablam! 362 | init_attributes(&mut grp.attributes, grp.id, nc_global, -1); Oct 27 18:48:38.892 INFO kablam! | ^^^^^^^^^ Oct 27 18:48:38.892 INFO kablam! | Oct 27 18:48:38.892 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! Oct 27 18:48:38.892 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.892 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.892 INFO kablam! Oct 27 18:48:38.892 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.892 INFO kablam! --> src/dimension.rs:24:38 Oct 27 18:48:38.892 INFO kablam! | Oct 27 18:48:38.892 INFO kablam! 24 | let mut buf_vec = vec![0i8; (nc_max_name + 1) as usize]; Oct 27 18:48:38.892 INFO kablam! | ^^^^^^^^^^^ Oct 27 18:48:38.892 INFO kablam! | Oct 27 18:48:38.892 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! Oct 27 18:48:38.892 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.892 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.892 INFO kablam! Oct 27 18:48:38.892 INFO kablam! error: aborting due to 97 previous errors Oct 27 18:48:38.892 INFO kablam! Oct 27 18:48:38.895 INFO kablam! error: Could not compile `netcdf`. Oct 27 18:48:38.895 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 18:48:38.960 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.960 INFO kablam! --> src/file.rs:23:15 Oct 27 18:48:38.960 INFO kablam! | Oct 27 18:48:38.960 INFO kablam! 23 | if err != nc_noerr { Oct 27 18:48:38.960 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.960 INFO kablam! | Oct 27 18:48:38.960 INFO kablam! = note: #[deny(safe_extern_statics)] on by default Oct 27 18:48:38.960 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! Oct 27 18:48:38.960 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.960 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.960 INFO kablam! Oct 27 18:48:38.960 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.960 INFO kablam! --> src/file.rs:51:15 Oct 27 18:48:38.960 INFO kablam! | Oct 27 18:48:38.960 INFO kablam! 51 | if err != nc_noerr { Oct 27 18:48:38.960 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.960 INFO kablam! | Oct 27 18:48:38.960 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! Oct 27 18:48:38.960 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.960 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.960 INFO kablam! Oct 27 18:48:38.960 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.960 INFO kablam! --> src/variable.rs:14:40 Oct 27 18:48:38.960 INFO kablam! | Oct 27 18:48:38.960 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 27 18:48:38.960 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.960 INFO kablam! ... Oct 27 18:48:38.960 INFO kablam! 43 | get_var_as_type!(self, nc_char, u8, nc_get_var_uchar, cast) Oct 27 18:48:38.960 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 18:48:38.960 INFO kablam! | Oct 27 18:48:38.960 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! Oct 27 18:48:38.960 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.960 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.960 INFO kablam! Oct 27 18:48:38.960 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.960 INFO kablam! --> src/variable.rs:24:19 Oct 27 18:48:38.960 INFO kablam! | Oct 27 18:48:38.960 INFO kablam! 24 | if err != nc_noerr { Oct 27 18:48:38.960 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.961 INFO kablam! ... Oct 27 18:48:38.961 INFO kablam! 43 | get_var_as_type!(self, nc_char, u8, nc_get_var_uchar, cast) Oct 27 18:48:38.961 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 18:48:38.961 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.961 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.961 INFO kablam! Oct 27 18:48:38.961 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.961 INFO kablam! --> src/variable.rs:14:40 Oct 27 18:48:38.961 INFO kablam! | Oct 27 18:48:38.961 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 27 18:48:38.961 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.961 INFO kablam! ... Oct 27 18:48:38.961 INFO kablam! 46 | get_var_as_type!(self, nc_byte, i8, nc_get_var_schar, cast) Oct 27 18:48:38.961 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 18:48:38.961 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.961 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.961 INFO kablam! Oct 27 18:48:38.961 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.961 INFO kablam! --> src/variable.rs:24:19 Oct 27 18:48:38.961 INFO kablam! | Oct 27 18:48:38.961 INFO kablam! 24 | if err != nc_noerr { Oct 27 18:48:38.961 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.961 INFO kablam! ... Oct 27 18:48:38.961 INFO kablam! 46 | get_var_as_type!(self, nc_byte, i8, nc_get_var_schar, cast) Oct 27 18:48:38.961 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 18:48:38.961 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.961 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.961 INFO kablam! Oct 27 18:48:38.961 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.961 INFO kablam! --> src/variable.rs:14:40 Oct 27 18:48:38.961 INFO kablam! | Oct 27 18:48:38.961 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 27 18:48:38.961 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.961 INFO kablam! ... Oct 27 18:48:38.961 INFO kablam! 49 | get_var_as_type!(self, nc_short, i16, nc_get_var_short, cast) Oct 27 18:48:38.961 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.961 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.961 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.961 INFO kablam! Oct 27 18:48:38.961 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.961 INFO kablam! --> src/variable.rs:24:19 Oct 27 18:48:38.961 INFO kablam! | Oct 27 18:48:38.961 INFO kablam! 24 | if err != nc_noerr { Oct 27 18:48:38.961 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.961 INFO kablam! ... Oct 27 18:48:38.961 INFO kablam! 49 | get_var_as_type!(self, nc_short, i16, nc_get_var_short, cast) Oct 27 18:48:38.961 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.961 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.961 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.961 INFO kablam! Oct 27 18:48:38.961 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.961 INFO kablam! --> src/variable.rs:14:40 Oct 27 18:48:38.961 INFO kablam! | Oct 27 18:48:38.961 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 27 18:48:38.961 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.961 INFO kablam! ... Oct 27 18:48:38.961 INFO kablam! 52 | get_var_as_type!(self, nc_ushort, u16, nc_get_var_ushort, cast) Oct 27 18:48:38.961 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.961 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.961 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.961 INFO kablam! Oct 27 18:48:38.961 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.961 INFO kablam! --> src/variable.rs:24:19 Oct 27 18:48:38.961 INFO kablam! | Oct 27 18:48:38.961 INFO kablam! 24 | if err != nc_noerr { Oct 27 18:48:38.961 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.961 INFO kablam! ... Oct 27 18:48:38.961 INFO kablam! 52 | get_var_as_type!(self, nc_ushort, u16, nc_get_var_ushort, cast) Oct 27 18:48:38.961 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.961 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.961 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.961 INFO kablam! Oct 27 18:48:38.962 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.962 INFO kablam! --> src/variable.rs:14:40 Oct 27 18:48:38.962 INFO kablam! | Oct 27 18:48:38.962 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 27 18:48:38.962 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.962 INFO kablam! ... Oct 27 18:48:38.962 INFO kablam! 55 | get_var_as_type!(self, nc_int, i32, nc_get_var_int, cast) Oct 27 18:48:38.962 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 18:48:38.962 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.962 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.962 INFO kablam! Oct 27 18:48:38.962 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.962 INFO kablam! --> src/variable.rs:24:19 Oct 27 18:48:38.962 INFO kablam! | Oct 27 18:48:38.962 INFO kablam! 24 | if err != nc_noerr { Oct 27 18:48:38.962 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.962 INFO kablam! ... Oct 27 18:48:38.962 INFO kablam! 55 | get_var_as_type!(self, nc_int, i32, nc_get_var_int, cast) Oct 27 18:48:38.962 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 18:48:38.962 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.962 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.962 INFO kablam! Oct 27 18:48:38.962 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.962 INFO kablam! --> src/variable.rs:14:40 Oct 27 18:48:38.962 INFO kablam! | Oct 27 18:48:38.962 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 27 18:48:38.962 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.962 INFO kablam! ... Oct 27 18:48:38.962 INFO kablam! 58 | get_var_as_type!(self, nc_uint, u32, nc_get_var_uint, cast) Oct 27 18:48:38.962 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 18:48:38.962 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.962 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.962 INFO kablam! Oct 27 18:48:38.962 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.962 INFO kablam! --> src/variable.rs:24:19 Oct 27 18:48:38.962 INFO kablam! | Oct 27 18:48:38.962 INFO kablam! 24 | if err != nc_noerr { Oct 27 18:48:38.962 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.962 INFO kablam! ... Oct 27 18:48:38.962 INFO kablam! 58 | get_var_as_type!(self, nc_uint, u32, nc_get_var_uint, cast) Oct 27 18:48:38.962 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 18:48:38.962 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.962 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.962 INFO kablam! Oct 27 18:48:38.962 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.962 INFO kablam! --> src/variable.rs:14:40 Oct 27 18:48:38.962 INFO kablam! | Oct 27 18:48:38.962 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 27 18:48:38.962 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.962 INFO kablam! ... Oct 27 18:48:38.962 INFO kablam! 61 | get_var_as_type!(self, nc_int64, i64, nc_get_var_longlong, cast) Oct 27 18:48:38.962 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.962 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.962 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.962 INFO kablam! Oct 27 18:48:38.962 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.962 INFO kablam! --> src/variable.rs:24:19 Oct 27 18:48:38.962 INFO kablam! | Oct 27 18:48:38.962 INFO kablam! 24 | if err != nc_noerr { Oct 27 18:48:38.962 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.962 INFO kablam! ... Oct 27 18:48:38.962 INFO kablam! 61 | get_var_as_type!(self, nc_int64, i64, nc_get_var_longlong, cast) Oct 27 18:48:38.962 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.962 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.962 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.962 INFO kablam! Oct 27 18:48:38.962 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.962 INFO kablam! --> src/variable.rs:14:40 Oct 27 18:48:38.962 INFO kablam! | Oct 27 18:48:38.963 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 27 18:48:38.963 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.963 INFO kablam! ... Oct 27 18:48:38.963 INFO kablam! 64 | get_var_as_type!(self, nc_uint64, u64, nc_get_var_ulonglong, cast) Oct 27 18:48:38.963 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 27 18:48:38.963 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.963 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.963 INFO kablam! Oct 27 18:48:38.963 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.963 INFO kablam! --> src/variable.rs:24:19 Oct 27 18:48:38.963 INFO kablam! | Oct 27 18:48:38.963 INFO kablam! 24 | if err != nc_noerr { Oct 27 18:48:38.963 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.963 INFO kablam! ... Oct 27 18:48:38.963 INFO kablam! 64 | get_var_as_type!(self, nc_uint64, u64, nc_get_var_ulonglong, cast) Oct 27 18:48:38.963 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 27 18:48:38.963 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.963 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.963 INFO kablam! Oct 27 18:48:38.963 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.963 INFO kablam! --> src/variable.rs:14:40 Oct 27 18:48:38.963 INFO kablam! | Oct 27 18:48:38.963 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 27 18:48:38.963 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.963 INFO kablam! ... Oct 27 18:48:38.963 INFO kablam! 67 | get_var_as_type!(self, nc_float, f32, nc_get_var_float, cast) Oct 27 18:48:38.963 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.963 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.963 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.963 INFO kablam! Oct 27 18:48:38.963 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.963 INFO kablam! --> src/variable.rs:24:19 Oct 27 18:48:38.963 INFO kablam! | Oct 27 18:48:38.963 INFO kablam! 24 | if err != nc_noerr { Oct 27 18:48:38.963 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.963 INFO kablam! ... Oct 27 18:48:38.963 INFO kablam! 67 | get_var_as_type!(self, nc_float, f32, nc_get_var_float, cast) Oct 27 18:48:38.963 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.963 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.963 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.963 INFO kablam! Oct 27 18:48:38.963 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.963 INFO kablam! --> src/variable.rs:14:40 Oct 27 18:48:38.963 INFO kablam! | Oct 27 18:48:38.963 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 27 18:48:38.963 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.963 INFO kablam! ... Oct 27 18:48:38.963 INFO kablam! 70 | get_var_as_type!(self, nc_double, f64, nc_get_var_double, cast) Oct 27 18:48:38.963 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.963 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.963 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.963 INFO kablam! Oct 27 18:48:38.963 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.963 INFO kablam! --> src/variable.rs:24:19 Oct 27 18:48:38.963 INFO kablam! | Oct 27 18:48:38.963 INFO kablam! 24 | if err != nc_noerr { Oct 27 18:48:38.963 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.963 INFO kablam! ... Oct 27 18:48:38.963 INFO kablam! 70 | get_var_as_type!(self, nc_double, f64, nc_get_var_double, cast) Oct 27 18:48:38.963 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.963 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.963 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.963 INFO kablam! Oct 27 18:48:38.963 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.963 INFO kablam! --> src/variable.rs:101:38 Oct 27 18:48:38.963 INFO kablam! | Oct 27 18:48:38.963 INFO kablam! 101 | let mut buf_vec = vec![0i8; (nc_max_name + 1) as usize]; Oct 27 18:48:38.963 INFO kablam! | ^^^^^^^^^^^ Oct 27 18:48:38.963 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.963 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.964 INFO kablam! Oct 27 18:48:38.964 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.964 INFO kablam! --> src/variable.rs:105:56 Oct 27 18:48:38.964 INFO kablam! | Oct 27 18:48:38.964 INFO kablam! 105 | let mut dimids : Vec = Vec::with_capacity(nc_max_dims as usize); Oct 27 18:48:38.964 INFO kablam! | ^^^^^^^^^^^ Oct 27 18:48:38.964 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.964 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.964 INFO kablam! Oct 27 18:48:38.964 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.964 INFO kablam! --> src/attribute.rs:53:41 Oct 27 18:48:38.964 INFO kablam! | Oct 27 18:48:38.964 INFO kablam! 53 | if (!cast) && (self.attrtype != nc_char) { Oct 27 18:48:38.964 INFO kablam! | ^^^^^^^ Oct 27 18:48:38.964 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.964 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.964 INFO kablam! Oct 27 18:48:38.964 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.964 INFO kablam! --> src/attribute.rs:11:41 Oct 27 18:48:38.964 INFO kablam! | Oct 27 18:48:38.964 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Oct 27 18:48:38.964 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.964 INFO kablam! ... Oct 27 18:48:38.964 INFO kablam! 89 | get_attr_as_type!(self, nc_byte, i8, nc_get_att_schar, cast) Oct 27 18:48:38.964 INFO kablam! | ------------------------------------------------------------ in this macro invocation Oct 27 18:48:38.964 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.964 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.964 INFO kablam! Oct 27 18:48:38.964 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.964 INFO kablam! --> src/attribute.rs:23:19 Oct 27 18:48:38.964 INFO kablam! | Oct 27 18:48:38.964 INFO kablam! 23 | if err != nc_noerr { Oct 27 18:48:38.964 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.964 INFO kablam! ... Oct 27 18:48:38.964 INFO kablam! 89 | get_attr_as_type!(self, nc_byte, i8, nc_get_att_schar, cast) Oct 27 18:48:38.964 INFO kablam! | ------------------------------------------------------------ in this macro invocation Oct 27 18:48:38.964 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.964 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.964 INFO kablam! Oct 27 18:48:38.964 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.964 INFO kablam! --> src/attribute.rs:36:19 Oct 27 18:48:38.964 INFO kablam! | Oct 27 18:48:38.964 INFO kablam! 36 | if err != nc_noerr { Oct 27 18:48:38.964 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.964 INFO kablam! ... Oct 27 18:48:38.964 INFO kablam! 89 | get_attr_as_type!(self, nc_byte, i8, nc_get_att_schar, cast) Oct 27 18:48:38.964 INFO kablam! | ------------------------------------------------------------ in this macro invocation Oct 27 18:48:38.964 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.964 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.964 INFO kablam! Oct 27 18:48:38.964 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.964 INFO kablam! --> src/attribute.rs:11:41 Oct 27 18:48:38.964 INFO kablam! | Oct 27 18:48:38.971 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Oct 27 18:48:38.971 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.971 INFO kablam! ... Oct 27 18:48:38.971 INFO kablam! 93 | get_attr_as_type!(self, nc_short, i16, nc_get_att_short, cast) Oct 27 18:48:38.971 INFO kablam! | -------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.971 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.971 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.971 INFO kablam! Oct 27 18:48:38.971 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.971 INFO kablam! --> src/attribute.rs:23:19 Oct 27 18:48:38.971 INFO kablam! | Oct 27 18:48:38.971 INFO kablam! 23 | if err != nc_noerr { Oct 27 18:48:38.971 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.971 INFO kablam! ... Oct 27 18:48:38.971 INFO kablam! 93 | get_attr_as_type!(self, nc_short, i16, nc_get_att_short, cast) Oct 27 18:48:38.971 INFO kablam! | -------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.971 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.971 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.971 INFO kablam! Oct 27 18:48:38.971 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.971 INFO kablam! --> src/attribute.rs:36:19 Oct 27 18:48:38.971 INFO kablam! | Oct 27 18:48:38.971 INFO kablam! 36 | if err != nc_noerr { Oct 27 18:48:38.971 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.971 INFO kablam! ... Oct 27 18:48:38.971 INFO kablam! 93 | get_attr_as_type!(self, nc_short, i16, nc_get_att_short, cast) Oct 27 18:48:38.971 INFO kablam! | -------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.971 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.971 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.971 INFO kablam! Oct 27 18:48:38.971 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.971 INFO kablam! --> src/attribute.rs:11:41 Oct 27 18:48:38.971 INFO kablam! | Oct 27 18:48:38.971 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Oct 27 18:48:38.971 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.971 INFO kablam! ... Oct 27 18:48:38.971 INFO kablam! 97 | get_attr_as_type!(self, nc_ushort, u16, nc_get_att_ushort, cast) Oct 27 18:48:38.971 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.971 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.971 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.971 INFO kablam! Oct 27 18:48:38.971 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.971 INFO kablam! --> src/attribute.rs:23:19 Oct 27 18:48:38.971 INFO kablam! | Oct 27 18:48:38.971 INFO kablam! 23 | if err != nc_noerr { Oct 27 18:48:38.971 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.971 INFO kablam! ... Oct 27 18:48:38.971 INFO kablam! 97 | get_attr_as_type!(self, nc_ushort, u16, nc_get_att_ushort, cast) Oct 27 18:48:38.971 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.971 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.971 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.971 INFO kablam! Oct 27 18:48:38.971 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.971 INFO kablam! --> src/attribute.rs:36:19 Oct 27 18:48:38.971 INFO kablam! | Oct 27 18:48:38.971 INFO kablam! 36 | if err != nc_noerr { Oct 27 18:48:38.971 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.971 INFO kablam! ... Oct 27 18:48:38.971 INFO kablam! 97 | get_attr_as_type!(self, nc_ushort, u16, nc_get_att_ushort, cast) Oct 27 18:48:38.971 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.971 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.972 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.972 INFO kablam! Oct 27 18:48:38.972 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.972 INFO kablam! --> src/attribute.rs:11:41 Oct 27 18:48:38.972 INFO kablam! | Oct 27 18:48:38.972 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Oct 27 18:48:38.972 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.972 INFO kablam! ... Oct 27 18:48:38.972 INFO kablam! 101 | get_attr_as_type!(self, nc_int, i32, nc_get_att_int, cast) Oct 27 18:48:38.972 INFO kablam! | ---------------------------------------------------------- in this macro invocation Oct 27 18:48:38.972 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.972 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.972 INFO kablam! Oct 27 18:48:38.972 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.972 INFO kablam! --> src/attribute.rs:23:19 Oct 27 18:48:38.972 INFO kablam! | Oct 27 18:48:38.972 INFO kablam! 23 | if err != nc_noerr { Oct 27 18:48:38.972 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.972 INFO kablam! ... Oct 27 18:48:38.972 INFO kablam! 101 | get_attr_as_type!(self, nc_int, i32, nc_get_att_int, cast) Oct 27 18:48:38.972 INFO kablam! | ---------------------------------------------------------- in this macro invocation Oct 27 18:48:38.972 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.972 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.972 INFO kablam! Oct 27 18:48:38.972 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.972 INFO kablam! --> src/attribute.rs:36:19 Oct 27 18:48:38.972 INFO kablam! | Oct 27 18:48:38.972 INFO kablam! 36 | if err != nc_noerr { Oct 27 18:48:38.972 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.972 INFO kablam! ... Oct 27 18:48:38.972 INFO kablam! 101 | get_attr_as_type!(self, nc_int, i32, nc_get_att_int, cast) Oct 27 18:48:38.972 INFO kablam! | ---------------------------------------------------------- in this macro invocation Oct 27 18:48:38.972 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.972 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.972 INFO kablam! Oct 27 18:48:38.972 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.972 INFO kablam! --> src/attribute.rs:11:41 Oct 27 18:48:38.972 INFO kablam! | Oct 27 18:48:38.972 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Oct 27 18:48:38.972 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.972 INFO kablam! ... Oct 27 18:48:38.972 INFO kablam! 105 | get_attr_as_type!(self, nc_uint, u32, nc_get_att_uint, cast) Oct 27 18:48:38.972 INFO kablam! | ------------------------------------------------------------ in this macro invocation Oct 27 18:48:38.972 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.972 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.972 INFO kablam! Oct 27 18:48:38.972 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.972 INFO kablam! --> src/attribute.rs:23:19 Oct 27 18:48:38.972 INFO kablam! | Oct 27 18:48:38.972 INFO kablam! 23 | if err != nc_noerr { Oct 27 18:48:38.972 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.972 INFO kablam! ... Oct 27 18:48:38.972 INFO kablam! 105 | get_attr_as_type!(self, nc_uint, u32, nc_get_att_uint, cast) Oct 27 18:48:38.972 INFO kablam! | ------------------------------------------------------------ in this macro invocation Oct 27 18:48:38.972 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.975 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.975 INFO kablam! Oct 27 18:48:38.975 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.975 INFO kablam! --> src/attribute.rs:36:19 Oct 27 18:48:38.975 INFO kablam! | Oct 27 18:48:38.975 INFO kablam! 36 | if err != nc_noerr { Oct 27 18:48:38.975 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.975 INFO kablam! ... Oct 27 18:48:38.975 INFO kablam! 105 | get_attr_as_type!(self, nc_uint, u32, nc_get_att_uint, cast) Oct 27 18:48:38.975 INFO kablam! | ------------------------------------------------------------ in this macro invocation Oct 27 18:48:38.975 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.975 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.975 INFO kablam! Oct 27 18:48:38.975 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.975 INFO kablam! --> src/attribute.rs:11:41 Oct 27 18:48:38.975 INFO kablam! | Oct 27 18:48:38.975 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Oct 27 18:48:38.975 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.975 INFO kablam! ... Oct 27 18:48:38.975 INFO kablam! 109 | get_attr_as_type!(self, nc_int64, i64, nc_get_att_longlong, cast) Oct 27 18:48:38.975 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.975 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.975 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.975 INFO kablam! Oct 27 18:48:38.975 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.975 INFO kablam! --> src/attribute.rs:23:19 Oct 27 18:48:38.975 INFO kablam! | Oct 27 18:48:38.975 INFO kablam! 23 | if err != nc_noerr { Oct 27 18:48:38.975 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.975 INFO kablam! ... Oct 27 18:48:38.975 INFO kablam! 109 | get_attr_as_type!(self, nc_int64, i64, nc_get_att_longlong, cast) Oct 27 18:48:38.975 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.975 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.975 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.975 INFO kablam! Oct 27 18:48:38.975 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.975 INFO kablam! --> src/attribute.rs:36:19 Oct 27 18:48:38.975 INFO kablam! | Oct 27 18:48:38.975 INFO kablam! 36 | if err != nc_noerr { Oct 27 18:48:38.975 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.975 INFO kablam! ... Oct 27 18:48:38.975 INFO kablam! 109 | get_attr_as_type!(self, nc_int64, i64, nc_get_att_longlong, cast) Oct 27 18:48:38.975 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.975 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.975 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.975 INFO kablam! Oct 27 18:48:38.975 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.975 INFO kablam! --> src/attribute.rs:11:41 Oct 27 18:48:38.976 INFO kablam! | Oct 27 18:48:38.976 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Oct 27 18:48:38.976 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.976 INFO kablam! ... Oct 27 18:48:38.976 INFO kablam! 113 | get_attr_as_type!(self, nc_uint64, u64, nc_get_att_ulonglong, cast) Oct 27 18:48:38.976 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.976 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.976 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.976 INFO kablam! Oct 27 18:48:38.976 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.976 INFO kablam! --> src/attribute.rs:23:19 Oct 27 18:48:38.976 INFO kablam! | Oct 27 18:48:38.976 INFO kablam! 23 | if err != nc_noerr { Oct 27 18:48:38.976 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.976 INFO kablam! ... Oct 27 18:48:38.976 INFO kablam! 113 | get_attr_as_type!(self, nc_uint64, u64, nc_get_att_ulonglong, cast) Oct 27 18:48:38.976 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.976 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.976 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.976 INFO kablam! Oct 27 18:48:38.976 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.976 INFO kablam! --> src/attribute.rs:36:19 Oct 27 18:48:38.976 INFO kablam! | Oct 27 18:48:38.976 INFO kablam! 36 | if err != nc_noerr { Oct 27 18:48:38.976 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.976 INFO kablam! ... Oct 27 18:48:38.976 INFO kablam! 113 | get_attr_as_type!(self, nc_uint64, u64, nc_get_att_ulonglong, cast) Oct 27 18:48:38.976 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.976 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.976 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.976 INFO kablam! Oct 27 18:48:38.976 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.976 INFO kablam! --> src/attribute.rs:11:41 Oct 27 18:48:38.976 INFO kablam! | Oct 27 18:48:38.976 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Oct 27 18:48:38.976 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.976 INFO kablam! ... Oct 27 18:48:38.976 INFO kablam! 117 | get_attr_as_type!(self, nc_float, f32, nc_get_att_float, cast) Oct 27 18:48:38.976 INFO kablam! | -------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.976 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.976 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.976 INFO kablam! Oct 27 18:48:38.976 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.976 INFO kablam! --> src/attribute.rs:23:19 Oct 27 18:48:38.976 INFO kablam! | Oct 27 18:48:38.976 INFO kablam! 23 | if err != nc_noerr { Oct 27 18:48:38.976 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.976 INFO kablam! ... Oct 27 18:48:38.976 INFO kablam! 117 | get_attr_as_type!(self, nc_float, f32, nc_get_att_float, cast) Oct 27 18:48:38.976 INFO kablam! | -------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.976 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.976 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.976 INFO kablam! Oct 27 18:48:38.976 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.976 INFO kablam! --> src/attribute.rs:36:19 Oct 27 18:48:38.976 INFO kablam! | Oct 27 18:48:38.976 INFO kablam! 36 | if err != nc_noerr { Oct 27 18:48:38.976 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.976 INFO kablam! ... Oct 27 18:48:38.976 INFO kablam! 117 | get_attr_as_type!(self, nc_float, f32, nc_get_att_float, cast) Oct 27 18:48:38.976 INFO kablam! | -------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.976 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.976 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.976 INFO kablam! Oct 27 18:48:38.976 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.976 INFO kablam! --> src/attribute.rs:11:41 Oct 27 18:48:38.976 INFO kablam! | Oct 27 18:48:38.979 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Oct 27 18:48:38.979 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.979 INFO kablam! ... Oct 27 18:48:38.979 INFO kablam! 121 | get_attr_as_type!(self, nc_double, f64, nc_get_att_double, cast) Oct 27 18:48:38.979 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.979 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.979 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.979 INFO kablam! Oct 27 18:48:38.979 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.979 INFO kablam! --> src/attribute.rs:23:19 Oct 27 18:48:38.979 INFO kablam! | Oct 27 18:48:38.979 INFO kablam! 23 | if err != nc_noerr { Oct 27 18:48:38.979 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.979 INFO kablam! ... Oct 27 18:48:38.979 INFO kablam! 121 | get_attr_as_type!(self, nc_double, f64, nc_get_att_double, cast) Oct 27 18:48:38.979 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.979 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.979 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.979 INFO kablam! Oct 27 18:48:38.979 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.979 INFO kablam! --> src/attribute.rs:36:19 Oct 27 18:48:38.979 INFO kablam! | Oct 27 18:48:38.979 INFO kablam! 36 | if err != nc_noerr { Oct 27 18:48:38.979 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.979 INFO kablam! ... Oct 27 18:48:38.979 INFO kablam! 121 | get_attr_as_type!(self, nc_double, f64, nc_get_att_double, cast) Oct 27 18:48:38.979 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.979 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.979 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.979 INFO kablam! Oct 27 18:48:38.979 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.979 INFO kablam! --> src/attribute.rs:144:43 Oct 27 18:48:38.979 INFO kablam! | Oct 27 18:48:38.979 INFO kablam! 144 | let mut name_buf_vec = vec![0i8; (nc_max_name + 1) as usize]; Oct 27 18:48:38.979 INFO kablam! | ^^^^^^^^^^^ Oct 27 18:48:38.979 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.979 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.980 INFO kablam! Oct 27 18:48:38.980 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.980 INFO kablam! --> src/group.rs:61:36 Oct 27 18:48:38.980 INFO kablam! | Oct 27 18:48:38.980 INFO kablam! 61 | fn get_nc_type(&self) -> i32 { nc_byte } Oct 27 18:48:38.980 INFO kablam! | ^^^^^^^ Oct 27 18:48:38.980 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.980 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.980 INFO kablam! Oct 27 18:48:38.980 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.980 INFO kablam! --> src/group.rs:28:19 Oct 27 18:48:38.980 INFO kablam! | Oct 27 18:48:38.980 INFO kablam! 28 | if err != nc_noerr { Oct 27 18:48:38.980 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.980 INFO kablam! ... Oct 27 18:48:38.980 INFO kablam! 64 | put_var_as_type!(self, ncid, varid, nc_put_var_schar) Oct 27 18:48:38.980 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 18:48:38.980 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.980 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.980 INFO kablam! Oct 27 18:48:38.980 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.980 INFO kablam! --> src/group.rs:69:36 Oct 27 18:48:38.980 INFO kablam! | Oct 27 18:48:38.980 INFO kablam! 69 | fn get_nc_type(&self) -> i32 { nc_short } Oct 27 18:48:38.980 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.980 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.980 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.980 INFO kablam! Oct 27 18:48:38.980 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.980 INFO kablam! --> src/group.rs:28:19 Oct 27 18:48:38.980 INFO kablam! | Oct 27 18:48:38.980 INFO kablam! 28 | if err != nc_noerr { Oct 27 18:48:38.980 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.980 INFO kablam! ... Oct 27 18:48:38.980 INFO kablam! 72 | put_var_as_type!(self, ncid, varid, nc_put_var_short) Oct 27 18:48:38.980 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 18:48:38.980 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.980 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.980 INFO kablam! Oct 27 18:48:38.980 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.980 INFO kablam! --> src/group.rs:77:36 Oct 27 18:48:38.980 INFO kablam! | Oct 27 18:48:38.980 INFO kablam! 77 | fn get_nc_type(&self) -> i32 { nc_ushort } Oct 27 18:48:38.980 INFO kablam! | ^^^^^^^^^ Oct 27 18:48:38.980 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.980 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.980 INFO kablam! Oct 27 18:48:38.980 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.980 INFO kablam! --> src/group.rs:28:19 Oct 27 18:48:38.980 INFO kablam! | Oct 27 18:48:38.980 INFO kablam! 28 | if err != nc_noerr { Oct 27 18:48:38.980 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.980 INFO kablam! ... Oct 27 18:48:38.980 INFO kablam! 80 | put_var_as_type!(self, ncid, varid, nc_put_var_ushort) Oct 27 18:48:38.980 INFO kablam! | ------------------------------------------------------ in this macro invocation Oct 27 18:48:38.980 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.980 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.980 INFO kablam! Oct 27 18:48:38.980 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.980 INFO kablam! --> src/group.rs:85:36 Oct 27 18:48:38.980 INFO kablam! | Oct 27 18:48:38.980 INFO kablam! 85 | fn get_nc_type(&self) -> i32 { nc_int } Oct 27 18:48:38.980 INFO kablam! | ^^^^^^ Oct 27 18:48:38.980 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.980 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.980 INFO kablam! Oct 27 18:48:38.980 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.980 INFO kablam! --> src/group.rs:28:19 Oct 27 18:48:38.980 INFO kablam! | Oct 27 18:48:38.980 INFO kablam! 28 | if err != nc_noerr { Oct 27 18:48:38.980 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.980 INFO kablam! ... Oct 27 18:48:38.981 INFO kablam! 88 | put_var_as_type!(self, ncid, varid, nc_put_var_int) Oct 27 18:48:38.981 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 18:48:38.981 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.981 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.981 INFO kablam! Oct 27 18:48:38.983 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.983 INFO kablam! --> src/group.rs:93:36 Oct 27 18:48:38.983 INFO kablam! | Oct 27 18:48:38.983 INFO kablam! 93 | fn get_nc_type(&self) -> i32 { nc_uint } Oct 27 18:48:38.983 INFO kablam! | ^^^^^^^ Oct 27 18:48:38.983 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.983 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.983 INFO kablam! Oct 27 18:48:38.983 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.983 INFO kablam! --> src/group.rs:28:19 Oct 27 18:48:38.983 INFO kablam! | Oct 27 18:48:38.983 INFO kablam! 28 | if err != nc_noerr { Oct 27 18:48:38.983 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.983 INFO kablam! ... Oct 27 18:48:38.983 INFO kablam! 96 | put_var_as_type!(self, ncid, varid, nc_put_var_uint) Oct 27 18:48:38.983 INFO kablam! | ---------------------------------------------------- in this macro invocation Oct 27 18:48:38.983 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.983 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.983 INFO kablam! Oct 27 18:48:38.983 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.983 INFO kablam! --> src/group.rs:101:36 Oct 27 18:48:38.983 INFO kablam! | Oct 27 18:48:38.983 INFO kablam! 101 | fn get_nc_type(&self) -> i32 { nc_int64 } Oct 27 18:48:38.983 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.983 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.983 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.983 INFO kablam! Oct 27 18:48:38.983 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.983 INFO kablam! --> src/group.rs:28:19 Oct 27 18:48:38.983 INFO kablam! | Oct 27 18:48:38.983 INFO kablam! 28 | if err != nc_noerr { Oct 27 18:48:38.983 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.983 INFO kablam! ... Oct 27 18:48:38.984 INFO kablam! 104 | put_var_as_type!(self, ncid, varid, nc_put_var_longlong) Oct 27 18:48:38.984 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 27 18:48:38.984 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.984 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.984 INFO kablam! Oct 27 18:48:38.984 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.984 INFO kablam! --> src/group.rs:109:36 Oct 27 18:48:38.984 INFO kablam! | Oct 27 18:48:38.984 INFO kablam! 109 | fn get_nc_type(&self) -> i32 { nc_uint64 } Oct 27 18:48:38.984 INFO kablam! | ^^^^^^^^^ Oct 27 18:48:38.984 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.984 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.984 INFO kablam! Oct 27 18:48:38.984 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.984 INFO kablam! --> src/group.rs:28:19 Oct 27 18:48:38.984 INFO kablam! | Oct 27 18:48:38.984 INFO kablam! 28 | if err != nc_noerr { Oct 27 18:48:38.984 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.984 INFO kablam! ... Oct 27 18:48:38.984 INFO kablam! 112 | put_var_as_type!(self, ncid, varid, nc_put_var_ulonglong) Oct 27 18:48:38.984 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 18:48:38.984 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.984 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.984 INFO kablam! Oct 27 18:48:38.984 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.984 INFO kablam! --> src/group.rs:117:36 Oct 27 18:48:38.984 INFO kablam! | Oct 27 18:48:38.984 INFO kablam! 117 | fn get_nc_type(&self) -> i32 { nc_float } Oct 27 18:48:38.984 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.984 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.984 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.984 INFO kablam! Oct 27 18:48:38.984 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.984 INFO kablam! --> src/group.rs:28:19 Oct 27 18:48:38.984 INFO kablam! | Oct 27 18:48:38.984 INFO kablam! 28 | if err != nc_noerr { Oct 27 18:48:38.984 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.984 INFO kablam! ... Oct 27 18:48:38.984 INFO kablam! 120 | put_var_as_type!(self, ncid, varid, nc_put_var_float) Oct 27 18:48:38.984 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 18:48:38.984 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.984 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.984 INFO kablam! Oct 27 18:48:38.984 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.984 INFO kablam! --> src/group.rs:125:36 Oct 27 18:48:38.984 INFO kablam! | Oct 27 18:48:38.984 INFO kablam! 125 | fn get_nc_type(&self) -> i32 { nc_double } Oct 27 18:48:38.984 INFO kablam! | ^^^^^^^^^ Oct 27 18:48:38.984 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.984 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.984 INFO kablam! Oct 27 18:48:38.984 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.984 INFO kablam! --> src/group.rs:28:19 Oct 27 18:48:38.984 INFO kablam! | Oct 27 18:48:38.984 INFO kablam! 28 | if err != nc_noerr { Oct 27 18:48:38.984 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.984 INFO kablam! ... Oct 27 18:48:38.984 INFO kablam! 128 | put_var_as_type!(self, ncid, varid, nc_put_var_double) Oct 27 18:48:38.984 INFO kablam! | ------------------------------------------------------ in this macro invocation Oct 27 18:48:38.984 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.984 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.984 INFO kablam! Oct 27 18:48:38.984 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.984 INFO kablam! --> src/group.rs:140:36 Oct 27 18:48:38.984 INFO kablam! | Oct 27 18:48:38.984 INFO kablam! 140 | fn get_nc_type(&self) -> i32 { nc_byte } Oct 27 18:48:38.984 INFO kablam! | ^^^^^^^ Oct 27 18:48:38.984 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.984 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.984 INFO kablam! Oct 27 18:48:38.985 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.985 INFO kablam! --> src/group.rs:46:19 Oct 27 18:48:38.985 INFO kablam! | Oct 27 18:48:38.985 INFO kablam! 46 | if err != nc_noerr { Oct 27 18:48:38.985 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.985 INFO kablam! ... Oct 27 18:48:38.985 INFO kablam! 142 | put_attr_as_type!(self, name, ncid, nc_byte, varid, nc_put_att_schar) Oct 27 18:48:38.985 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.985 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.985 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.985 INFO kablam! Oct 27 18:48:38.991 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.991 INFO kablam! --> src/group.rs:147:36 Oct 27 18:48:38.991 INFO kablam! | Oct 27 18:48:38.991 INFO kablam! 147 | fn get_nc_type(&self) -> i32 { nc_short } Oct 27 18:48:38.991 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.991 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.991 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.991 INFO kablam! Oct 27 18:48:38.991 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.991 INFO kablam! --> src/group.rs:46:19 Oct 27 18:48:38.991 INFO kablam! | Oct 27 18:48:38.991 INFO kablam! 46 | if err != nc_noerr { Oct 27 18:48:38.991 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.991 INFO kablam! ... Oct 27 18:48:38.991 INFO kablam! 149 | put_attr_as_type!(self, name, ncid, nc_short, varid, nc_put_att_short) Oct 27 18:48:38.991 INFO kablam! | ---------------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.991 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.991 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.991 INFO kablam! Oct 27 18:48:38.991 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.991 INFO kablam! --> src/group.rs:154:36 Oct 27 18:48:38.991 INFO kablam! | Oct 27 18:48:38.991 INFO kablam! 154 | fn get_nc_type(&self) -> i32 { nc_ushort } Oct 27 18:48:38.991 INFO kablam! | ^^^^^^^^^ Oct 27 18:48:38.991 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.991 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.991 INFO kablam! Oct 27 18:48:38.991 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.991 INFO kablam! --> src/group.rs:46:19 Oct 27 18:48:38.991 INFO kablam! | Oct 27 18:48:38.991 INFO kablam! 46 | if err != nc_noerr { Oct 27 18:48:38.991 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.991 INFO kablam! ... Oct 27 18:48:38.991 INFO kablam! 156 | put_attr_as_type!(self, name, ncid, nc_ushort, varid, nc_put_att_ushort) Oct 27 18:48:38.991 INFO kablam! | ------------------------------------------------------------------------ in this macro invocation Oct 27 18:48:38.991 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.991 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.991 INFO kablam! Oct 27 18:48:38.991 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.991 INFO kablam! --> src/group.rs:161:36 Oct 27 18:48:38.991 INFO kablam! | Oct 27 18:48:38.991 INFO kablam! 161 | fn get_nc_type(&self) -> i32 { nc_int } Oct 27 18:48:38.991 INFO kablam! | ^^^^^^ Oct 27 18:48:38.991 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.991 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.991 INFO kablam! Oct 27 18:48:38.991 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.991 INFO kablam! --> src/group.rs:46:19 Oct 27 18:48:38.991 INFO kablam! | Oct 27 18:48:38.991 INFO kablam! 46 | if err != nc_noerr { Oct 27 18:48:38.991 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.991 INFO kablam! ... Oct 27 18:48:38.991 INFO kablam! 163 | put_attr_as_type!(self, name, ncid, nc_int, varid, nc_put_att_int) Oct 27 18:48:38.991 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 27 18:48:38.991 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.991 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.991 INFO kablam! Oct 27 18:48:38.991 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.992 INFO kablam! --> src/group.rs:168:36 Oct 27 18:48:38.992 INFO kablam! | Oct 27 18:48:38.992 INFO kablam! 168 | fn get_nc_type(&self) -> i32 { nc_uint } Oct 27 18:48:38.992 INFO kablam! | ^^^^^^^ Oct 27 18:48:38.992 INFO kablam! | Oct 27 18:48:38.992 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! Oct 27 18:48:38.992 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.992 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.992 INFO kablam! Oct 27 18:48:38.992 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.992 INFO kablam! --> src/group.rs:46:19 Oct 27 18:48:38.992 INFO kablam! | Oct 27 18:48:38.992 INFO kablam! 46 | if err != nc_noerr { Oct 27 18:48:38.992 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.992 INFO kablam! ... Oct 27 18:48:38.992 INFO kablam! 170 | put_attr_as_type!(self, name, ncid, nc_uint, varid, nc_put_att_uint) Oct 27 18:48:38.992 INFO kablam! | -------------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.992 INFO kablam! | Oct 27 18:48:38.992 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! Oct 27 18:48:38.992 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.992 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.992 INFO kablam! Oct 27 18:48:38.992 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.992 INFO kablam! --> src/group.rs:175:36 Oct 27 18:48:38.992 INFO kablam! | Oct 27 18:48:38.992 INFO kablam! 175 | fn get_nc_type(&self) -> i32 { nc_int64 } Oct 27 18:48:38.992 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.992 INFO kablam! | Oct 27 18:48:38.992 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! Oct 27 18:48:38.992 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.992 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.992 INFO kablam! Oct 27 18:48:38.992 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.992 INFO kablam! --> src/group.rs:46:19 Oct 27 18:48:38.992 INFO kablam! | Oct 27 18:48:38.992 INFO kablam! 46 | if err != nc_noerr { Oct 27 18:48:38.992 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.992 INFO kablam! ... Oct 27 18:48:38.992 INFO kablam! 177 | put_attr_as_type!(self, name, ncid, nc_int64, varid, nc_put_att_longlong) Oct 27 18:48:38.992 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.992 INFO kablam! | Oct 27 18:48:38.992 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! Oct 27 18:48:38.992 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.992 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.992 INFO kablam! Oct 27 18:48:38.992 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.992 INFO kablam! --> src/group.rs:182:36 Oct 27 18:48:38.992 INFO kablam! | Oct 27 18:48:38.992 INFO kablam! 182 | fn get_nc_type(&self) -> i32 { nc_uint64 } Oct 27 18:48:38.992 INFO kablam! | ^^^^^^^^^ Oct 27 18:48:38.992 INFO kablam! | Oct 27 18:48:38.992 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! Oct 27 18:48:38.992 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.992 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.992 INFO kablam! Oct 27 18:48:38.992 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.992 INFO kablam! --> src/group.rs:46:19 Oct 27 18:48:38.992 INFO kablam! | Oct 27 18:48:38.992 INFO kablam! 46 | if err != nc_noerr { Oct 27 18:48:38.992 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.992 INFO kablam! ... Oct 27 18:48:38.992 INFO kablam! 184 | put_attr_as_type!(self, name, ncid, nc_uint64, varid, nc_put_att_ulonglong) Oct 27 18:48:38.992 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.992 INFO kablam! | Oct 27 18:48:38.992 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! Oct 27 18:48:38.992 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.992 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.992 INFO kablam! Oct 27 18:48:38.992 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.992 INFO kablam! --> src/group.rs:189:36 Oct 27 18:48:38.992 INFO kablam! | Oct 27 18:48:38.992 INFO kablam! 189 | fn get_nc_type(&self) -> i32 { nc_float } Oct 27 18:48:38.992 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.992 INFO kablam! | Oct 27 18:48:38.992 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! Oct 27 18:48:38.992 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.992 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 27 18:48:38.992 INFO kablam! Oct 27 18:48:38.992 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.992 INFO kablam! --> src/group.rs:46:19 Oct 27 18:48:38.993 INFO kablam! | Oct 27 18:48:38.993 INFO kablam! 46 | if err != nc_noerr { Oct 27 18:48:38.993 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.993 INFO kablam! ... Oct 27 18:48:38.993 INFO kablam! 191 | put_attr_as_type!(self, name, ncid, nc_float, varid, nc_put_att_float) Oct 27 18:48:38.993 INFO kablam! | ---------------------------------------------------------------------- in this macro invocation Oct 27 18:48:38.993 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.993 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.993 INFO kablam! Oct 27 18:48:38.993 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.993 INFO kablam! --> src/group.rs:196:36 Oct 27 18:48:38.993 INFO kablam! | Oct 27 18:48:38.993 INFO kablam! 196 | fn get_nc_type(&self) -> i32 { nc_double } Oct 27 18:48:38.993 INFO kablam! | ^^^^^^^^^ Oct 27 18:48:38.993 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.993 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.993 INFO kablam! Oct 27 18:48:38.993 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.993 INFO kablam! --> src/group.rs:46:19 Oct 27 18:48:38.993 INFO kablam! | Oct 27 18:48:38.993 INFO kablam! 46 | if err != nc_noerr { Oct 27 18:48:38.993 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.993 INFO kablam! ... Oct 27 18:48:38.993 INFO kablam! 198 | put_attr_as_type!(self, name, ncid, nc_double, varid, nc_put_att_double) Oct 27 18:48:38.993 INFO kablam! | ------------------------------------------------------------------------ in this macro invocation Oct 27 18:48:38.993 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.993 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.993 INFO kablam! Oct 27 18:48:38.993 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.993 INFO kablam! --> src/group.rs:203:36 Oct 27 18:48:38.993 INFO kablam! | Oct 27 18:48:38.993 INFO kablam! 203 | fn get_nc_type(&self) -> i32 { nc_char } Oct 27 18:48:38.993 INFO kablam! | ^^^^^^^ Oct 27 18:48:38.993 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.993 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.993 INFO kablam! Oct 27 18:48:38.993 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.993 INFO kablam! --> src/group.rs:214:19 Oct 27 18:48:38.993 INFO kablam! | Oct 27 18:48:38.993 INFO kablam! 214 | if err != nc_noerr { Oct 27 18:48:38.993 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.993 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.993 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.993 INFO kablam! Oct 27 18:48:38.993 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.993 INFO kablam! --> src/group.rs:224:31 Oct 27 18:48:38.993 INFO kablam! | Oct 27 18:48:38.993 INFO kablam! 224 | try!(val.put(self.id, nc_global, name)); Oct 27 18:48:38.993 INFO kablam! | ^^^^^^^^^ Oct 27 18:48:38.993 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.993 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.993 INFO kablam! Oct 27 18:48:38.993 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.993 INFO kablam! --> src/group.rs:231:29 Oct 27 18:48:38.993 INFO kablam! | Oct 27 18:48:38.993 INFO kablam! 231 | var_id: nc_global, Oct 27 18:48:38.993 INFO kablam! | ^^^^^^^^^ Oct 27 18:48:38.993 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.993 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.993 INFO kablam! Oct 27 18:48:38.993 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.993 INFO kablam! --> src/group.rs:247:19 Oct 27 18:48:38.993 INFO kablam! | Oct 27 18:48:38.993 INFO kablam! 247 | if err != nc_noerr { Oct 27 18:48:38.993 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.993 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.993 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.994 INFO kablam! Oct 27 18:48:38.994 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.994 INFO kablam! --> src/group.rs:291:19 Oct 27 18:48:38.994 INFO kablam! | Oct 27 18:48:38.994 INFO kablam! 291 | if err != nc_noerr { Oct 27 18:48:38.994 INFO kablam! | ^^^^^^^^ Oct 27 18:48:38.994 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.994 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.994 INFO kablam! Oct 27 18:48:38.994 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.994 INFO kablam! --> src/group.rs:362:50 Oct 27 18:48:38.994 INFO kablam! | Oct 27 18:48:38.994 INFO kablam! 362 | init_attributes(&mut grp.attributes, grp.id, nc_global, -1); Oct 27 18:48:38.994 INFO kablam! | ^^^^^^^^^ Oct 27 18:48:38.994 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.994 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.994 INFO kablam! Oct 27 18:48:38.994 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 18:48:38.994 INFO kablam! --> src/dimension.rs:24:38 Oct 27 18:48:38.994 INFO kablam! | Oct 27 18:48:38.994 INFO kablam! 24 | let mut buf_vec = vec![0i8; (nc_max_name + 1) as usize]; Oct 27 18:48:38.994 INFO kablam! | ^^^^^^^^^^^ Oct 27 18:48:38.994 INFO kablam! | Oct 27 18:48:38.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! Oct 27 18:48:38.994 INFO kablam! = note: for more information, see issue #36247 Oct 27 18:48:38.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 Oct 27 18:48:38.994 INFO kablam! Oct 27 18:48:38.994 INFO kablam! error: aborting due to 97 previous errors Oct 27 18:48:38.994 INFO kablam! Oct 27 18:48:38.994 INFO kablam! error: Could not compile `netcdf`. Oct 27 18:48:38.994 INFO kablam! Oct 27 18:48:38.994 INFO kablam! To learn more, run the command again with --verbose. Oct 27 18:48:38.994 INFO kablam! su: No module specific data is present Oct 27 18:48:39.590 INFO running `"docker" "rm" "-f" "5b2a36e78945a4aca1abd502140a909ce1c4a08138e650ab99b791c2d491a043"` Oct 27 18:48:39.891 INFO blam! 5b2a36e78945a4aca1abd502140a909ce1c4a08138e650ab99b791c2d491a043