Dec 07 06:20:47.688 INFO testing netcdf-0.1.0 against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 07 06:20:47.688 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-7/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 07 06:20:48.114 INFO [stdout] c4b099289db2373d3ae7cd98545ee3ec8b920c73d33bdbf8fb3d06c5a8fa25dc Dec 07 06:20:48.116 INFO running `"docker" "start" "-a" "c4b099289db2373d3ae7cd98545ee3ec8b920c73d33bdbf8fb3d06c5a8fa25dc"` Dec 07 06:20:49.232 INFO [stderr] usermod: no changes Dec 07 06:20:49.340 INFO [stderr] Compiling netcdf-sys v0.1.0 Dec 07 06:20:51.266 INFO [stderr] Compiling netcdf v0.1.0 (/source) Dec 07 06:20:52.209 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.209 INFO [stderr] --> src/file.rs:23:15 Dec 07 06:20:52.209 INFO [stderr] | Dec 07 06:20:52.209 INFO [stderr] 23 | if err != nc_noerr { Dec 07 06:20:52.209 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.209 INFO [stderr] | Dec 07 06:20:52.209 INFO [stderr] = note: #[deny(safe_extern_statics)] on by default Dec 07 06:20:52.209 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.209 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.209 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.209 INFO [stderr] Dec 07 06:20:52.209 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.209 INFO [stderr] --> src/file.rs:51:15 Dec 07 06:20:52.209 INFO [stderr] | Dec 07 06:20:52.209 INFO [stderr] 51 | if err != nc_noerr { Dec 07 06:20:52.209 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.209 INFO [stderr] | Dec 07 06:20:52.209 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.210 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.210 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.210 INFO [stderr] Dec 07 06:20:52.210 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.210 INFO [stderr] --> src/variable.rs:14:40 Dec 07 06:20:52.210 INFO [stderr] | Dec 07 06:20:52.210 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 07 06:20:52.210 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.210 INFO [stderr] ... Dec 07 06:20:52.210 INFO [stderr] 43 | get_var_as_type!(self, nc_char, u8, nc_get_var_uchar, cast) Dec 07 06:20:52.210 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 07 06:20:52.210 INFO [stderr] | Dec 07 06:20:52.210 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.210 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.210 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.210 INFO [stderr] Dec 07 06:20:52.210 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.210 INFO [stderr] --> src/variable.rs:24:19 Dec 07 06:20:52.210 INFO [stderr] | Dec 07 06:20:52.210 INFO [stderr] 24 | if err != nc_noerr { Dec 07 06:20:52.210 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.210 INFO [stderr] ... Dec 07 06:20:52.210 INFO [stderr] 43 | get_var_as_type!(self, nc_char, u8, nc_get_var_uchar, cast) Dec 07 06:20:52.210 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 07 06:20:52.210 INFO [stderr] | Dec 07 06:20:52.210 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.210 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.210 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.210 INFO [stderr] Dec 07 06:20:52.210 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.210 INFO [stderr] --> src/variable.rs:14:40 Dec 07 06:20:52.210 INFO [stderr] | Dec 07 06:20:52.210 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 07 06:20:52.210 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.210 INFO [stderr] ... Dec 07 06:20:52.210 INFO [stderr] 46 | get_var_as_type!(self, nc_byte, i8, nc_get_var_schar, cast) Dec 07 06:20:52.210 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 07 06:20:52.210 INFO [stderr] | Dec 07 06:20:52.210 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.210 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.210 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.210 INFO [stderr] Dec 07 06:20:52.210 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.210 INFO [stderr] --> src/variable.rs:24:19 Dec 07 06:20:52.210 INFO [stderr] | Dec 07 06:20:52.210 INFO [stderr] 24 | if err != nc_noerr { Dec 07 06:20:52.210 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.210 INFO [stderr] ... Dec 07 06:20:52.210 INFO [stderr] 46 | get_var_as_type!(self, nc_byte, i8, nc_get_var_schar, cast) Dec 07 06:20:52.210 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 07 06:20:52.210 INFO [stderr] | Dec 07 06:20:52.210 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.210 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.210 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.210 INFO [stderr] Dec 07 06:20:52.210 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.210 INFO [stderr] --> src/variable.rs:14:40 Dec 07 06:20:52.210 INFO [stderr] | Dec 07 06:20:52.210 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 07 06:20:52.210 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.210 INFO [stderr] ... Dec 07 06:20:52.210 INFO [stderr] 49 | get_var_as_type!(self, nc_short, i16, nc_get_var_short, cast) Dec 07 06:20:52.210 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.210 INFO [stderr] | Dec 07 06:20:52.210 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.210 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.210 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.210 INFO [stderr] Dec 07 06:20:52.210 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.210 INFO [stderr] --> src/variable.rs:24:19 Dec 07 06:20:52.210 INFO [stderr] | Dec 07 06:20:52.210 INFO [stderr] 24 | if err != nc_noerr { Dec 07 06:20:52.210 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.210 INFO [stderr] ... Dec 07 06:20:52.210 INFO [stderr] 49 | get_var_as_type!(self, nc_short, i16, nc_get_var_short, cast) Dec 07 06:20:52.210 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.210 INFO [stderr] | Dec 07 06:20:52.210 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.210 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.210 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.210 INFO [stderr] Dec 07 06:20:52.210 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.210 INFO [stderr] --> src/variable.rs:14:40 Dec 07 06:20:52.210 INFO [stderr] | Dec 07 06:20:52.210 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 07 06:20:52.210 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.210 INFO [stderr] ... Dec 07 06:20:52.210 INFO [stderr] 52 | get_var_as_type!(self, nc_ushort, u16, nc_get_var_ushort, cast) Dec 07 06:20:52.211 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.211 INFO [stderr] | Dec 07 06:20:52.211 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.211 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.211 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.211 INFO [stderr] Dec 07 06:20:52.211 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.211 INFO [stderr] --> src/variable.rs:24:19 Dec 07 06:20:52.211 INFO [stderr] | Dec 07 06:20:52.211 INFO [stderr] 24 | if err != nc_noerr { Dec 07 06:20:52.211 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.211 INFO [stderr] ... Dec 07 06:20:52.211 INFO [stderr] 52 | get_var_as_type!(self, nc_ushort, u16, nc_get_var_ushort, cast) Dec 07 06:20:52.211 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.211 INFO [stderr] | Dec 07 06:20:52.211 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.211 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.211 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.211 INFO [stderr] Dec 07 06:20:52.211 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.211 INFO [stderr] --> src/variable.rs:14:40 Dec 07 06:20:52.211 INFO [stderr] | Dec 07 06:20:52.211 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 07 06:20:52.211 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.211 INFO [stderr] ... Dec 07 06:20:52.211 INFO [stderr] 55 | get_var_as_type!(self, nc_int, i32, nc_get_var_int, cast) Dec 07 06:20:52.211 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 07 06:20:52.211 INFO [stderr] | Dec 07 06:20:52.211 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.211 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.211 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.211 INFO [stderr] Dec 07 06:20:52.211 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.211 INFO [stderr] --> src/variable.rs:24:19 Dec 07 06:20:52.211 INFO [stderr] | Dec 07 06:20:52.211 INFO [stderr] 24 | if err != nc_noerr { Dec 07 06:20:52.211 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.211 INFO [stderr] ... Dec 07 06:20:52.211 INFO [stderr] 55 | get_var_as_type!(self, nc_int, i32, nc_get_var_int, cast) Dec 07 06:20:52.211 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 07 06:20:52.211 INFO [stderr] | Dec 07 06:20:52.211 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.211 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.211 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.211 INFO [stderr] Dec 07 06:20:52.211 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.211 INFO [stderr] --> src/variable.rs:14:40 Dec 07 06:20:52.211 INFO [stderr] | Dec 07 06:20:52.211 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 07 06:20:52.211 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.211 INFO [stderr] ... Dec 07 06:20:52.211 INFO [stderr] 58 | get_var_as_type!(self, nc_uint, u32, nc_get_var_uint, cast) Dec 07 06:20:52.211 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 07 06:20:52.211 INFO [stderr] | Dec 07 06:20:52.211 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.211 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.211 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.211 INFO [stderr] Dec 07 06:20:52.211 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.211 INFO [stderr] --> src/variable.rs:24:19 Dec 07 06:20:52.211 INFO [stderr] | Dec 07 06:20:52.211 INFO [stderr] 24 | if err != nc_noerr { Dec 07 06:20:52.211 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.211 INFO [stderr] ... Dec 07 06:20:52.211 INFO [stderr] 58 | get_var_as_type!(self, nc_uint, u32, nc_get_var_uint, cast) Dec 07 06:20:52.211 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 07 06:20:52.211 INFO [stderr] | Dec 07 06:20:52.211 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.211 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.211 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.211 INFO [stderr] Dec 07 06:20:52.211 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.211 INFO [stderr] --> src/variable.rs:14:40 Dec 07 06:20:52.211 INFO [stderr] | Dec 07 06:20:52.211 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 07 06:20:52.211 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.211 INFO [stderr] ... Dec 07 06:20:52.211 INFO [stderr] 61 | get_var_as_type!(self, nc_int64, i64, nc_get_var_longlong, cast) Dec 07 06:20:52.211 INFO [stderr] | ---------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.211 INFO [stderr] | Dec 07 06:20:52.211 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.211 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.211 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.211 INFO [stderr] Dec 07 06:20:52.211 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.211 INFO [stderr] --> src/variable.rs:24:19 Dec 07 06:20:52.211 INFO [stderr] | Dec 07 06:20:52.211 INFO [stderr] 24 | if err != nc_noerr { Dec 07 06:20:52.212 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.212 INFO [stderr] ... Dec 07 06:20:52.212 INFO [stderr] 61 | get_var_as_type!(self, nc_int64, i64, nc_get_var_longlong, cast) Dec 07 06:20:52.212 INFO [stderr] | ---------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.212 INFO [stderr] | Dec 07 06:20:52.212 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.212 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.212 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.212 INFO [stderr] Dec 07 06:20:52.212 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.212 INFO [stderr] --> src/variable.rs:14:40 Dec 07 06:20:52.212 INFO [stderr] | Dec 07 06:20:52.212 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 07 06:20:52.212 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.212 INFO [stderr] ... Dec 07 06:20:52.212 INFO [stderr] 64 | get_var_as_type!(self, nc_uint64, u64, nc_get_var_ulonglong, cast) Dec 07 06:20:52.212 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 06:20:52.212 INFO [stderr] | Dec 07 06:20:52.212 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.212 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.212 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.212 INFO [stderr] Dec 07 06:20:52.212 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.212 INFO [stderr] --> src/variable.rs:24:19 Dec 07 06:20:52.212 INFO [stderr] | Dec 07 06:20:52.212 INFO [stderr] 24 | if err != nc_noerr { Dec 07 06:20:52.212 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.212 INFO [stderr] ... Dec 07 06:20:52.212 INFO [stderr] 64 | get_var_as_type!(self, nc_uint64, u64, nc_get_var_ulonglong, cast) Dec 07 06:20:52.212 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 06:20:52.212 INFO [stderr] | Dec 07 06:20:52.212 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.212 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.212 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.212 INFO [stderr] Dec 07 06:20:52.212 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.212 INFO [stderr] --> src/variable.rs:14:40 Dec 07 06:20:52.212 INFO [stderr] | Dec 07 06:20:52.212 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 07 06:20:52.212 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.212 INFO [stderr] ... Dec 07 06:20:52.212 INFO [stderr] 67 | get_var_as_type!(self, nc_float, f32, nc_get_var_float, cast) Dec 07 06:20:52.212 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.212 INFO [stderr] | Dec 07 06:20:52.212 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.212 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.212 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.212 INFO [stderr] Dec 07 06:20:52.212 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.212 INFO [stderr] --> src/variable.rs:24:19 Dec 07 06:20:52.212 INFO [stderr] | Dec 07 06:20:52.212 INFO [stderr] 24 | if err != nc_noerr { Dec 07 06:20:52.212 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.212 INFO [stderr] ... Dec 07 06:20:52.212 INFO [stderr] 67 | get_var_as_type!(self, nc_float, f32, nc_get_var_float, cast) Dec 07 06:20:52.212 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.212 INFO [stderr] | Dec 07 06:20:52.212 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.212 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.212 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.212 INFO [stderr] Dec 07 06:20:52.212 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.212 INFO [stderr] --> src/variable.rs:14:40 Dec 07 06:20:52.212 INFO [stderr] | Dec 07 06:20:52.212 INFO [stderr] 14 | if (!$cast) && ($me.vartype != $nc_type) { Dec 07 06:20:52.212 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.212 INFO [stderr] ... Dec 07 06:20:52.212 INFO [stderr] 70 | get_var_as_type!(self, nc_double, f64, nc_get_var_double, cast) Dec 07 06:20:52.212 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.212 INFO [stderr] | Dec 07 06:20:52.212 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.212 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.212 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.212 INFO [stderr] Dec 07 06:20:52.212 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.212 INFO [stderr] --> src/variable.rs:24:19 Dec 07 06:20:52.212 INFO [stderr] | Dec 07 06:20:52.212 INFO [stderr] 24 | if err != nc_noerr { Dec 07 06:20:52.212 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.212 INFO [stderr] ... Dec 07 06:20:52.212 INFO [stderr] 70 | get_var_as_type!(self, nc_double, f64, nc_get_var_double, cast) Dec 07 06:20:52.212 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.212 INFO [stderr] | Dec 07 06:20:52.212 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.212 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.212 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.212 INFO [stderr] Dec 07 06:20:52.213 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.213 INFO [stderr] --> src/variable.rs:101:38 Dec 07 06:20:52.213 INFO [stderr] | Dec 07 06:20:52.213 INFO [stderr] 101 | let mut buf_vec = vec![0i8; (nc_max_name + 1) as usize]; Dec 07 06:20:52.213 INFO [stderr] | ^^^^^^^^^^^ Dec 07 06:20:52.213 INFO [stderr] | Dec 07 06:20:52.213 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.213 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.213 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.213 INFO [stderr] Dec 07 06:20:52.213 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.213 INFO [stderr] --> src/variable.rs:105:56 Dec 07 06:20:52.213 INFO [stderr] | Dec 07 06:20:52.213 INFO [stderr] 105 | let mut dimids : Vec = Vec::with_capacity(nc_max_dims as usize); Dec 07 06:20:52.213 INFO [stderr] | ^^^^^^^^^^^ Dec 07 06:20:52.213 INFO [stderr] | Dec 07 06:20:52.213 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.213 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.213 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.213 INFO [stderr] Dec 07 06:20:52.213 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.213 INFO [stderr] --> src/attribute.rs:53:41 Dec 07 06:20:52.213 INFO [stderr] | Dec 07 06:20:52.213 INFO [stderr] 53 | if (!cast) && (self.attrtype != nc_char) { Dec 07 06:20:52.213 INFO [stderr] | ^^^^^^^ Dec 07 06:20:52.213 INFO [stderr] | Dec 07 06:20:52.213 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.213 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.213 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.213 INFO [stderr] Dec 07 06:20:52.213 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.213 INFO [stderr] --> src/attribute.rs:11:41 Dec 07 06:20:52.213 INFO [stderr] | Dec 07 06:20:52.213 INFO [stderr] 11 | if (!$cast) && ($me.attrtype != $nc_type) { Dec 07 06:20:52.213 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.213 INFO [stderr] ... Dec 07 06:20:52.213 INFO [stderr] 89 | get_attr_as_type!(self, nc_byte, i8, nc_get_att_schar, cast) Dec 07 06:20:52.213 INFO [stderr] | ------------------------------------------------------------ in this macro invocation Dec 07 06:20:52.213 INFO [stderr] | Dec 07 06:20:52.213 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.213 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.213 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.213 INFO [stderr] Dec 07 06:20:52.222 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.222 INFO [stderr] --> src/attribute.rs:23:19 Dec 07 06:20:52.222 INFO [stderr] | Dec 07 06:20:52.222 INFO [stderr] 23 | if err != nc_noerr { Dec 07 06:20:52.222 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.222 INFO [stderr] ... Dec 07 06:20:52.222 INFO [stderr] 89 | get_attr_as_type!(self, nc_byte, i8, nc_get_att_schar, cast) Dec 07 06:20:52.222 INFO [stderr] | ------------------------------------------------------------ in this macro invocation Dec 07 06:20:52.222 INFO [stderr] | Dec 07 06:20:52.222 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.222 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.222 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.222 INFO [stderr] Dec 07 06:20:52.222 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.222 INFO [stderr] --> src/attribute.rs:36:19 Dec 07 06:20:52.222 INFO [stderr] | Dec 07 06:20:52.222 INFO [stderr] 36 | if err != nc_noerr { Dec 07 06:20:52.222 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.222 INFO [stderr] ... Dec 07 06:20:52.222 INFO [stderr] 89 | get_attr_as_type!(self, nc_byte, i8, nc_get_att_schar, cast) Dec 07 06:20:52.222 INFO [stderr] | ------------------------------------------------------------ in this macro invocation Dec 07 06:20:52.222 INFO [stderr] | Dec 07 06:20:52.222 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.222 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.222 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.222 INFO [stderr] Dec 07 06:20:52.222 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.222 INFO [stderr] --> src/attribute.rs:11:41 Dec 07 06:20:52.222 INFO [stderr] | Dec 07 06:20:52.222 INFO [stderr] 11 | if (!$cast) && ($me.attrtype != $nc_type) { Dec 07 06:20:52.222 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.222 INFO [stderr] ... Dec 07 06:20:52.222 INFO [stderr] 93 | get_attr_as_type!(self, nc_short, i16, nc_get_att_short, cast) Dec 07 06:20:52.222 INFO [stderr] | -------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.222 INFO [stderr] | Dec 07 06:20:52.222 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.222 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.222 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.222 INFO [stderr] Dec 07 06:20:52.222 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.222 INFO [stderr] --> src/attribute.rs:23:19 Dec 07 06:20:52.222 INFO [stderr] | Dec 07 06:20:52.222 INFO [stderr] 23 | if err != nc_noerr { Dec 07 06:20:52.222 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.222 INFO [stderr] ... Dec 07 06:20:52.222 INFO [stderr] 93 | get_attr_as_type!(self, nc_short, i16, nc_get_att_short, cast) Dec 07 06:20:52.222 INFO [stderr] | -------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.222 INFO [stderr] | Dec 07 06:20:52.222 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.222 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.222 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.222 INFO [stderr] Dec 07 06:20:52.222 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.222 INFO [stderr] --> src/attribute.rs:36:19 Dec 07 06:20:52.222 INFO [stderr] | Dec 07 06:20:52.222 INFO [stderr] 36 | if err != nc_noerr { Dec 07 06:20:52.222 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.222 INFO [stderr] ... Dec 07 06:20:52.222 INFO [stderr] 93 | get_attr_as_type!(self, nc_short, i16, nc_get_att_short, cast) Dec 07 06:20:52.222 INFO [stderr] | -------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.222 INFO [stderr] | Dec 07 06:20:52.222 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.222 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.222 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.223 INFO [stderr] Dec 07 06:20:52.223 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.223 INFO [stderr] --> src/attribute.rs:11:41 Dec 07 06:20:52.223 INFO [stderr] | Dec 07 06:20:52.223 INFO [stderr] 11 | if (!$cast) && ($me.attrtype != $nc_type) { Dec 07 06:20:52.223 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.223 INFO [stderr] ... Dec 07 06:20:52.223 INFO [stderr] 97 | get_attr_as_type!(self, nc_ushort, u16, nc_get_att_ushort, cast) Dec 07 06:20:52.223 INFO [stderr] | ---------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.223 INFO [stderr] | Dec 07 06:20:52.223 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.223 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.223 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.223 INFO [stderr] Dec 07 06:20:52.223 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.223 INFO [stderr] --> src/attribute.rs:23:19 Dec 07 06:20:52.223 INFO [stderr] | Dec 07 06:20:52.223 INFO [stderr] 23 | if err != nc_noerr { Dec 07 06:20:52.223 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.223 INFO [stderr] ... Dec 07 06:20:52.223 INFO [stderr] 97 | get_attr_as_type!(self, nc_ushort, u16, nc_get_att_ushort, cast) Dec 07 06:20:52.223 INFO [stderr] | ---------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.223 INFO [stderr] | Dec 07 06:20:52.223 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.223 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.223 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.223 INFO [stderr] Dec 07 06:20:52.223 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.223 INFO [stderr] --> src/attribute.rs:36:19 Dec 07 06:20:52.223 INFO [stderr] | Dec 07 06:20:52.223 INFO [stderr] 36 | if err != nc_noerr { Dec 07 06:20:52.223 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.223 INFO [stderr] ... Dec 07 06:20:52.223 INFO [stderr] 97 | get_attr_as_type!(self, nc_ushort, u16, nc_get_att_ushort, cast) Dec 07 06:20:52.223 INFO [stderr] | ---------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.223 INFO [stderr] | Dec 07 06:20:52.223 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.223 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.223 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.223 INFO [stderr] Dec 07 06:20:52.223 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.223 INFO [stderr] --> src/attribute.rs:11:41 Dec 07 06:20:52.223 INFO [stderr] | Dec 07 06:20:52.223 INFO [stderr] 11 | if (!$cast) && ($me.attrtype != $nc_type) { Dec 07 06:20:52.223 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.223 INFO [stderr] ... Dec 07 06:20:52.223 INFO [stderr] 101 | get_attr_as_type!(self, nc_int, i32, nc_get_att_int, cast) Dec 07 06:20:52.223 INFO [stderr] | ---------------------------------------------------------- in this macro invocation Dec 07 06:20:52.223 INFO [stderr] | Dec 07 06:20:52.223 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.223 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.223 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.223 INFO [stderr] Dec 07 06:20:52.223 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.223 INFO [stderr] --> src/attribute.rs:23:19 Dec 07 06:20:52.223 INFO [stderr] | Dec 07 06:20:52.223 INFO [stderr] 23 | if err != nc_noerr { Dec 07 06:20:52.223 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.223 INFO [stderr] ... Dec 07 06:20:52.223 INFO [stderr] 101 | get_attr_as_type!(self, nc_int, i32, nc_get_att_int, cast) Dec 07 06:20:52.223 INFO [stderr] | ---------------------------------------------------------- in this macro invocation Dec 07 06:20:52.223 INFO [stderr] | Dec 07 06:20:52.223 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.223 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.223 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.223 INFO [stderr] Dec 07 06:20:52.223 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.223 INFO [stderr] --> src/attribute.rs:36:19 Dec 07 06:20:52.223 INFO [stderr] | Dec 07 06:20:52.223 INFO [stderr] 36 | if err != nc_noerr { Dec 07 06:20:52.223 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.223 INFO [stderr] ... Dec 07 06:20:52.223 INFO [stderr] 101 | get_attr_as_type!(self, nc_int, i32, nc_get_att_int, cast) Dec 07 06:20:52.223 INFO [stderr] | ---------------------------------------------------------- in this macro invocation Dec 07 06:20:52.223 INFO [stderr] | Dec 07 06:20:52.223 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.223 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.223 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.223 INFO [stderr] Dec 07 06:20:52.223 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.223 INFO [stderr] --> src/attribute.rs:11:41 Dec 07 06:20:52.223 INFO [stderr] | Dec 07 06:20:52.223 INFO [stderr] 11 | if (!$cast) && ($me.attrtype != $nc_type) { Dec 07 06:20:52.223 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.223 INFO [stderr] ... Dec 07 06:20:52.223 INFO [stderr] 105 | get_attr_as_type!(self, nc_uint, u32, nc_get_att_uint, cast) Dec 07 06:20:52.223 INFO [stderr] | ------------------------------------------------------------ in this macro invocation Dec 07 06:20:52.223 INFO [stderr] | Dec 07 06:20:52.223 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.223 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.224 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.224 INFO [stderr] Dec 07 06:20:52.224 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.224 INFO [stderr] --> src/attribute.rs:23:19 Dec 07 06:20:52.224 INFO [stderr] | Dec 07 06:20:52.224 INFO [stderr] 23 | if err != nc_noerr { Dec 07 06:20:52.224 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.224 INFO [stderr] ... Dec 07 06:20:52.224 INFO [stderr] 105 | get_attr_as_type!(self, nc_uint, u32, nc_get_att_uint, cast) Dec 07 06:20:52.224 INFO [stderr] | ------------------------------------------------------------ in this macro invocation Dec 07 06:20:52.224 INFO [stderr] | Dec 07 06:20:52.224 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.224 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.224 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.224 INFO [stderr] Dec 07 06:20:52.224 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.224 INFO [stderr] --> src/attribute.rs:36:19 Dec 07 06:20:52.224 INFO [stderr] | Dec 07 06:20:52.224 INFO [stderr] 36 | if err != nc_noerr { Dec 07 06:20:52.224 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.224 INFO [stderr] ... Dec 07 06:20:52.224 INFO [stderr] 105 | get_attr_as_type!(self, nc_uint, u32, nc_get_att_uint, cast) Dec 07 06:20:52.224 INFO [stderr] | ------------------------------------------------------------ in this macro invocation Dec 07 06:20:52.224 INFO [stderr] | Dec 07 06:20:52.224 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.224 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.224 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.224 INFO [stderr] Dec 07 06:20:52.224 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.224 INFO [stderr] --> src/attribute.rs:11:41 Dec 07 06:20:52.224 INFO [stderr] | Dec 07 06:20:52.224 INFO [stderr] 11 | if (!$cast) && ($me.attrtype != $nc_type) { Dec 07 06:20:52.224 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.224 INFO [stderr] ... Dec 07 06:20:52.224 INFO [stderr] 109 | get_attr_as_type!(self, nc_int64, i64, nc_get_att_longlong, cast) Dec 07 06:20:52.224 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.224 INFO [stderr] | Dec 07 06:20:52.224 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.224 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.224 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.224 INFO [stderr] Dec 07 06:20:52.224 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.224 INFO [stderr] --> src/attribute.rs:23:19 Dec 07 06:20:52.224 INFO [stderr] | Dec 07 06:20:52.224 INFO [stderr] 23 | if err != nc_noerr { Dec 07 06:20:52.224 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.224 INFO [stderr] ... Dec 07 06:20:52.224 INFO [stderr] 109 | get_attr_as_type!(self, nc_int64, i64, nc_get_att_longlong, cast) Dec 07 06:20:52.224 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.224 INFO [stderr] | Dec 07 06:20:52.224 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.224 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.224 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.224 INFO [stderr] Dec 07 06:20:52.224 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.224 INFO [stderr] --> src/attribute.rs:36:19 Dec 07 06:20:52.224 INFO [stderr] | Dec 07 06:20:52.224 INFO [stderr] 36 | if err != nc_noerr { Dec 07 06:20:52.224 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.224 INFO [stderr] ... Dec 07 06:20:52.224 INFO [stderr] 109 | get_attr_as_type!(self, nc_int64, i64, nc_get_att_longlong, cast) Dec 07 06:20:52.224 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.224 INFO [stderr] | Dec 07 06:20:52.224 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.224 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.224 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.224 INFO [stderr] Dec 07 06:20:52.224 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.224 INFO [stderr] --> src/attribute.rs:11:41 Dec 07 06:20:52.224 INFO [stderr] | Dec 07 06:20:52.224 INFO [stderr] 11 | if (!$cast) && ($me.attrtype != $nc_type) { Dec 07 06:20:52.224 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.224 INFO [stderr] ... Dec 07 06:20:52.224 INFO [stderr] 113 | get_attr_as_type!(self, nc_uint64, u64, nc_get_att_ulonglong, cast) Dec 07 06:20:52.224 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.224 INFO [stderr] | Dec 07 06:20:52.224 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.224 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.224 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.224 INFO [stderr] Dec 07 06:20:52.224 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.224 INFO [stderr] --> src/attribute.rs:23:19 Dec 07 06:20:52.224 INFO [stderr] | Dec 07 06:20:52.224 INFO [stderr] 23 | if err != nc_noerr { Dec 07 06:20:52.224 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.224 INFO [stderr] ... Dec 07 06:20:52.224 INFO [stderr] 113 | get_attr_as_type!(self, nc_uint64, u64, nc_get_att_ulonglong, cast) Dec 07 06:20:52.224 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.225 INFO [stderr] | Dec 07 06:20:52.225 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.225 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.225 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.225 INFO [stderr] Dec 07 06:20:52.225 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.225 INFO [stderr] --> src/attribute.rs:36:19 Dec 07 06:20:52.225 INFO [stderr] | Dec 07 06:20:52.225 INFO [stderr] 36 | if err != nc_noerr { Dec 07 06:20:52.225 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.225 INFO [stderr] ... Dec 07 06:20:52.225 INFO [stderr] 113 | get_attr_as_type!(self, nc_uint64, u64, nc_get_att_ulonglong, cast) Dec 07 06:20:52.225 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.225 INFO [stderr] | Dec 07 06:20:52.225 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.225 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.225 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.225 INFO [stderr] Dec 07 06:20:52.225 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.225 INFO [stderr] --> src/attribute.rs:11:41 Dec 07 06:20:52.225 INFO [stderr] | Dec 07 06:20:52.225 INFO [stderr] 11 | if (!$cast) && ($me.attrtype != $nc_type) { Dec 07 06:20:52.225 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.225 INFO [stderr] ... Dec 07 06:20:52.225 INFO [stderr] 117 | get_attr_as_type!(self, nc_float, f32, nc_get_att_float, cast) Dec 07 06:20:52.225 INFO [stderr] | -------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.225 INFO [stderr] | Dec 07 06:20:52.225 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.225 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.225 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.225 INFO [stderr] Dec 07 06:20:52.225 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.225 INFO [stderr] --> src/attribute.rs:23:19 Dec 07 06:20:52.225 INFO [stderr] | Dec 07 06:20:52.225 INFO [stderr] 23 | if err != nc_noerr { Dec 07 06:20:52.225 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.225 INFO [stderr] ... Dec 07 06:20:52.225 INFO [stderr] 117 | get_attr_as_type!(self, nc_float, f32, nc_get_att_float, cast) Dec 07 06:20:52.225 INFO [stderr] | -------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.225 INFO [stderr] | Dec 07 06:20:52.225 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.225 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.225 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.225 INFO [stderr] Dec 07 06:20:52.225 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.225 INFO [stderr] --> src/attribute.rs:36:19 Dec 07 06:20:52.225 INFO [stderr] | Dec 07 06:20:52.225 INFO [stderr] 36 | if err != nc_noerr { Dec 07 06:20:52.225 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.225 INFO [stderr] ... Dec 07 06:20:52.225 INFO [stderr] 117 | get_attr_as_type!(self, nc_float, f32, nc_get_att_float, cast) Dec 07 06:20:52.225 INFO [stderr] | -------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.225 INFO [stderr] | Dec 07 06:20:52.225 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.225 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.225 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.225 INFO [stderr] Dec 07 06:20:52.225 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.225 INFO [stderr] --> src/attribute.rs:11:41 Dec 07 06:20:52.225 INFO [stderr] | Dec 07 06:20:52.225 INFO [stderr] 11 | if (!$cast) && ($me.attrtype != $nc_type) { Dec 07 06:20:52.225 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.225 INFO [stderr] ... Dec 07 06:20:52.225 INFO [stderr] 121 | get_attr_as_type!(self, nc_double, f64, nc_get_att_double, cast) Dec 07 06:20:52.225 INFO [stderr] | ---------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.225 INFO [stderr] | Dec 07 06:20:52.225 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.225 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.225 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.225 INFO [stderr] Dec 07 06:20:52.225 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.225 INFO [stderr] --> src/attribute.rs:23:19 Dec 07 06:20:52.225 INFO [stderr] | Dec 07 06:20:52.225 INFO [stderr] 23 | if err != nc_noerr { Dec 07 06:20:52.225 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.225 INFO [stderr] ... Dec 07 06:20:52.225 INFO [stderr] 121 | get_attr_as_type!(self, nc_double, f64, nc_get_att_double, cast) Dec 07 06:20:52.225 INFO [stderr] | ---------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.225 INFO [stderr] | Dec 07 06:20:52.225 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.225 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.225 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.225 INFO [stderr] Dec 07 06:20:52.225 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.225 INFO [stderr] --> src/attribute.rs:36:19 Dec 07 06:20:52.225 INFO [stderr] | Dec 07 06:20:52.225 INFO [stderr] 36 | if err != nc_noerr { Dec 07 06:20:52.225 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.226 INFO [stderr] ... Dec 07 06:20:52.226 INFO [stderr] 121 | get_attr_as_type!(self, nc_double, f64, nc_get_att_double, cast) Dec 07 06:20:52.226 INFO [stderr] | ---------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.226 INFO [stderr] | Dec 07 06:20:52.226 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.226 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.226 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.226 INFO [stderr] Dec 07 06:20:52.226 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.226 INFO [stderr] --> src/attribute.rs:144:43 Dec 07 06:20:52.226 INFO [stderr] | Dec 07 06:20:52.226 INFO [stderr] 144 | let mut name_buf_vec = vec![0i8; (nc_max_name + 1) as usize]; Dec 07 06:20:52.226 INFO [stderr] | ^^^^^^^^^^^ Dec 07 06:20:52.226 INFO [stderr] | Dec 07 06:20:52.226 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.226 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.226 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.226 INFO [stderr] Dec 07 06:20:52.226 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.226 INFO [stderr] --> src/group.rs:61:36 Dec 07 06:20:52.226 INFO [stderr] | Dec 07 06:20:52.226 INFO [stderr] 61 | fn get_nc_type(&self) -> i32 { nc_byte } Dec 07 06:20:52.226 INFO [stderr] | ^^^^^^^ Dec 07 06:20:52.226 INFO [stderr] | Dec 07 06:20:52.226 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.226 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.226 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.226 INFO [stderr] Dec 07 06:20:52.226 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.226 INFO [stderr] --> src/group.rs:28:19 Dec 07 06:20:52.226 INFO [stderr] | Dec 07 06:20:52.226 INFO [stderr] 28 | if err != nc_noerr { Dec 07 06:20:52.226 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.226 INFO [stderr] ... Dec 07 06:20:52.226 INFO [stderr] 64 | put_var_as_type!(self, ncid, varid, nc_put_var_schar) Dec 07 06:20:52.226 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 07 06:20:52.226 INFO [stderr] | Dec 07 06:20:52.226 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.226 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.226 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.226 INFO [stderr] Dec 07 06:20:52.226 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.226 INFO [stderr] --> src/group.rs:69:36 Dec 07 06:20:52.226 INFO [stderr] | Dec 07 06:20:52.226 INFO [stderr] 69 | fn get_nc_type(&self) -> i32 { nc_short } Dec 07 06:20:52.226 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.226 INFO [stderr] | Dec 07 06:20:52.226 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.226 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.226 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.226 INFO [stderr] Dec 07 06:20:52.226 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.226 INFO [stderr] --> src/group.rs:28:19 Dec 07 06:20:52.226 INFO [stderr] | Dec 07 06:20:52.226 INFO [stderr] 28 | if err != nc_noerr { Dec 07 06:20:52.226 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.226 INFO [stderr] ... Dec 07 06:20:52.226 INFO [stderr] 72 | put_var_as_type!(self, ncid, varid, nc_put_var_short) Dec 07 06:20:52.226 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 07 06:20:52.226 INFO [stderr] | Dec 07 06:20:52.226 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.226 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.226 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.226 INFO [stderr] Dec 07 06:20:52.226 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.226 INFO [stderr] --> src/group.rs:77:36 Dec 07 06:20:52.226 INFO [stderr] | Dec 07 06:20:52.226 INFO [stderr] 77 | fn get_nc_type(&self) -> i32 { nc_ushort } Dec 07 06:20:52.226 INFO [stderr] | ^^^^^^^^^ Dec 07 06:20:52.226 INFO [stderr] | Dec 07 06:20:52.226 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.226 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.226 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.226 INFO [stderr] Dec 07 06:20:52.226 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.226 INFO [stderr] --> src/group.rs:28:19 Dec 07 06:20:52.226 INFO [stderr] | Dec 07 06:20:52.226 INFO [stderr] 28 | if err != nc_noerr { Dec 07 06:20:52.226 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.226 INFO [stderr] ... Dec 07 06:20:52.226 INFO [stderr] 80 | put_var_as_type!(self, ncid, varid, nc_put_var_ushort) Dec 07 06:20:52.226 INFO [stderr] | ------------------------------------------------------ in this macro invocation Dec 07 06:20:52.226 INFO [stderr] | Dec 07 06:20:52.226 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.226 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.226 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.226 INFO [stderr] Dec 07 06:20:52.226 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.227 INFO [stderr] --> src/group.rs:85:36 Dec 07 06:20:52.227 INFO [stderr] | Dec 07 06:20:52.227 INFO [stderr] 85 | fn get_nc_type(&self) -> i32 { nc_int } Dec 07 06:20:52.227 INFO [stderr] | ^^^^^^ Dec 07 06:20:52.227 INFO [stderr] | Dec 07 06:20:52.227 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.227 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.227 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.227 INFO [stderr] Dec 07 06:20:52.227 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.227 INFO [stderr] --> src/group.rs:28:19 Dec 07 06:20:52.227 INFO [stderr] | Dec 07 06:20:52.227 INFO [stderr] 28 | if err != nc_noerr { Dec 07 06:20:52.227 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.227 INFO [stderr] ... Dec 07 06:20:52.227 INFO [stderr] 88 | put_var_as_type!(self, ncid, varid, nc_put_var_int) Dec 07 06:20:52.227 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 07 06:20:52.227 INFO [stderr] | Dec 07 06:20:52.227 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.227 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.227 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.227 INFO [stderr] Dec 07 06:20:52.227 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.227 INFO [stderr] --> src/group.rs:93:36 Dec 07 06:20:52.227 INFO [stderr] | Dec 07 06:20:52.227 INFO [stderr] 93 | fn get_nc_type(&self) -> i32 { nc_uint } Dec 07 06:20:52.227 INFO [stderr] | ^^^^^^^ Dec 07 06:20:52.227 INFO [stderr] | Dec 07 06:20:52.227 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.227 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.227 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.227 INFO [stderr] Dec 07 06:20:52.227 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.227 INFO [stderr] --> src/group.rs:28:19 Dec 07 06:20:52.227 INFO [stderr] | Dec 07 06:20:52.227 INFO [stderr] 28 | if err != nc_noerr { Dec 07 06:20:52.227 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.227 INFO [stderr] ... Dec 07 06:20:52.227 INFO [stderr] 96 | put_var_as_type!(self, ncid, varid, nc_put_var_uint) Dec 07 06:20:52.227 INFO [stderr] | ---------------------------------------------------- in this macro invocation Dec 07 06:20:52.227 INFO [stderr] | Dec 07 06:20:52.227 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.227 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.227 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.227 INFO [stderr] Dec 07 06:20:52.227 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.227 INFO [stderr] --> src/group.rs:101:36 Dec 07 06:20:52.227 INFO [stderr] | Dec 07 06:20:52.227 INFO [stderr] 101 | fn get_nc_type(&self) -> i32 { nc_int64 } Dec 07 06:20:52.227 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.227 INFO [stderr] | Dec 07 06:20:52.227 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.227 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.227 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.227 INFO [stderr] Dec 07 06:20:52.227 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.227 INFO [stderr] --> src/group.rs:28:19 Dec 07 06:20:52.227 INFO [stderr] | Dec 07 06:20:52.227 INFO [stderr] 28 | if err != nc_noerr { Dec 07 06:20:52.227 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.229 INFO [stderr] ... Dec 07 06:20:52.229 INFO [stderr] 104 | put_var_as_type!(self, ncid, varid, nc_put_var_longlong) Dec 07 06:20:52.229 INFO [stderr] | -------------------------------------------------------- in this macro invocation Dec 07 06:20:52.229 INFO [stderr] | Dec 07 06:20:52.229 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.229 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.229 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.229 INFO [stderr] Dec 07 06:20:52.229 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.229 INFO [stderr] --> src/group.rs:109:36 Dec 07 06:20:52.229 INFO [stderr] | Dec 07 06:20:52.229 INFO [stderr] 109 | fn get_nc_type(&self) -> i32 { nc_uint64 } Dec 07 06:20:52.229 INFO [stderr] | ^^^^^^^^^ Dec 07 06:20:52.229 INFO [stderr] | Dec 07 06:20:52.229 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.229 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.229 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.229 INFO [stderr] Dec 07 06:20:52.229 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.229 INFO [stderr] --> src/group.rs:28:19 Dec 07 06:20:52.229 INFO [stderr] | Dec 07 06:20:52.229 INFO [stderr] 28 | if err != nc_noerr { Dec 07 06:20:52.229 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.229 INFO [stderr] ... Dec 07 06:20:52.229 INFO [stderr] 112 | put_var_as_type!(self, ncid, varid, nc_put_var_ulonglong) Dec 07 06:20:52.229 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 07 06:20:52.229 INFO [stderr] | Dec 07 06:20:52.229 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.229 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.229 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.229 INFO [stderr] Dec 07 06:20:52.229 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.229 INFO [stderr] --> src/group.rs:117:36 Dec 07 06:20:52.229 INFO [stderr] | Dec 07 06:20:52.229 INFO [stderr] 117 | fn get_nc_type(&self) -> i32 { nc_float } Dec 07 06:20:52.229 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.229 INFO [stderr] | Dec 07 06:20:52.229 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.229 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.229 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.229 INFO [stderr] Dec 07 06:20:52.229 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.229 INFO [stderr] --> src/group.rs:28:19 Dec 07 06:20:52.229 INFO [stderr] | Dec 07 06:20:52.229 INFO [stderr] 28 | if err != nc_noerr { Dec 07 06:20:52.229 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.229 INFO [stderr] ... Dec 07 06:20:52.229 INFO [stderr] 120 | put_var_as_type!(self, ncid, varid, nc_put_var_float) Dec 07 06:20:52.229 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 07 06:20:52.229 INFO [stderr] | Dec 07 06:20:52.229 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.229 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.229 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.229 INFO [stderr] Dec 07 06:20:52.229 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.229 INFO [stderr] --> src/group.rs:125:36 Dec 07 06:20:52.229 INFO [stderr] | Dec 07 06:20:52.229 INFO [stderr] 125 | fn get_nc_type(&self) -> i32 { nc_double } Dec 07 06:20:52.229 INFO [stderr] | ^^^^^^^^^ Dec 07 06:20:52.229 INFO [stderr] | Dec 07 06:20:52.229 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.230 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.230 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.230 INFO [stderr] Dec 07 06:20:52.230 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.230 INFO [stderr] --> src/group.rs:28:19 Dec 07 06:20:52.230 INFO [stderr] | Dec 07 06:20:52.230 INFO [stderr] 28 | if err != nc_noerr { Dec 07 06:20:52.230 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.230 INFO [stderr] ... Dec 07 06:20:52.230 INFO [stderr] 128 | put_var_as_type!(self, ncid, varid, nc_put_var_double) Dec 07 06:20:52.230 INFO [stderr] | ------------------------------------------------------ in this macro invocation Dec 07 06:20:52.230 INFO [stderr] | Dec 07 06:20:52.230 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.230 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.230 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.230 INFO [stderr] Dec 07 06:20:52.230 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.230 INFO [stderr] --> src/group.rs:140:36 Dec 07 06:20:52.230 INFO [stderr] | Dec 07 06:20:52.230 INFO [stderr] 140 | fn get_nc_type(&self) -> i32 { nc_byte } Dec 07 06:20:52.230 INFO [stderr] | ^^^^^^^ Dec 07 06:20:52.230 INFO [stderr] | Dec 07 06:20:52.230 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.230 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.230 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.230 INFO [stderr] Dec 07 06:20:52.230 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.230 INFO [stderr] --> src/group.rs:46:19 Dec 07 06:20:52.230 INFO [stderr] | Dec 07 06:20:52.230 INFO [stderr] 46 | if err != nc_noerr { Dec 07 06:20:52.230 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.230 INFO [stderr] ... Dec 07 06:20:52.230 INFO [stderr] 142 | put_attr_as_type!(self, name, ncid, nc_byte, varid, nc_put_att_schar) Dec 07 06:20:52.230 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.230 INFO [stderr] | Dec 07 06:20:52.230 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.230 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.230 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.230 INFO [stderr] Dec 07 06:20:52.230 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.230 INFO [stderr] --> src/group.rs:147:36 Dec 07 06:20:52.230 INFO [stderr] | Dec 07 06:20:52.230 INFO [stderr] 147 | fn get_nc_type(&self) -> i32 { nc_short } Dec 07 06:20:52.230 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.230 INFO [stderr] | Dec 07 06:20:52.230 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.230 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.230 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.230 INFO [stderr] Dec 07 06:20:52.230 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.230 INFO [stderr] --> src/group.rs:46:19 Dec 07 06:20:52.230 INFO [stderr] | Dec 07 06:20:52.230 INFO [stderr] 46 | if err != nc_noerr { Dec 07 06:20:52.230 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.230 INFO [stderr] ... Dec 07 06:20:52.230 INFO [stderr] 149 | put_attr_as_type!(self, name, ncid, nc_short, varid, nc_put_att_short) Dec 07 06:20:52.230 INFO [stderr] | ---------------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.230 INFO [stderr] | Dec 07 06:20:52.230 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.230 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.230 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.230 INFO [stderr] Dec 07 06:20:52.230 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.230 INFO [stderr] --> src/group.rs:154:36 Dec 07 06:20:52.230 INFO [stderr] | Dec 07 06:20:52.230 INFO [stderr] 154 | fn get_nc_type(&self) -> i32 { nc_ushort } Dec 07 06:20:52.230 INFO [stderr] | ^^^^^^^^^ Dec 07 06:20:52.230 INFO [stderr] | Dec 07 06:20:52.230 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.230 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.230 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.230 INFO [stderr] Dec 07 06:20:52.230 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.230 INFO [stderr] --> src/group.rs:46:19 Dec 07 06:20:52.230 INFO [stderr] | Dec 07 06:20:52.230 INFO [stderr] 46 | if err != nc_noerr { Dec 07 06:20:52.230 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.230 INFO [stderr] ... Dec 07 06:20:52.230 INFO [stderr] 156 | put_attr_as_type!(self, name, ncid, nc_ushort, varid, nc_put_att_ushort) Dec 07 06:20:52.230 INFO [stderr] | ------------------------------------------------------------------------ in this macro invocation Dec 07 06:20:52.230 INFO [stderr] | Dec 07 06:20:52.230 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.230 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.230 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.230 INFO [stderr] Dec 07 06:20:52.230 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.230 INFO [stderr] --> src/group.rs:161:36 Dec 07 06:20:52.230 INFO [stderr] | Dec 07 06:20:52.230 INFO [stderr] 161 | fn get_nc_type(&self) -> i32 { nc_int } Dec 07 06:20:52.231 INFO [stderr] | ^^^^^^ Dec 07 06:20:52.231 INFO [stderr] | Dec 07 06:20:52.231 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.231 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.231 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.231 INFO [stderr] Dec 07 06:20:52.231 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.231 INFO [stderr] --> src/group.rs:46:19 Dec 07 06:20:52.231 INFO [stderr] | Dec 07 06:20:52.231 INFO [stderr] 46 | if err != nc_noerr { Dec 07 06:20:52.231 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.231 INFO [stderr] ... Dec 07 06:20:52.231 INFO [stderr] 163 | put_attr_as_type!(self, name, ncid, nc_int, varid, nc_put_att_int) Dec 07 06:20:52.231 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 06:20:52.231 INFO [stderr] | Dec 07 06:20:52.231 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.231 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.231 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.231 INFO [stderr] Dec 07 06:20:52.231 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.231 INFO [stderr] --> src/group.rs:168:36 Dec 07 06:20:52.231 INFO [stderr] | Dec 07 06:20:52.231 INFO [stderr] 168 | fn get_nc_type(&self) -> i32 { nc_uint } Dec 07 06:20:52.231 INFO [stderr] | ^^^^^^^ Dec 07 06:20:52.231 INFO [stderr] | Dec 07 06:20:52.231 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.231 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.231 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.231 INFO [stderr] Dec 07 06:20:52.231 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.231 INFO [stderr] --> src/group.rs:46:19 Dec 07 06:20:52.231 INFO [stderr] | Dec 07 06:20:52.231 INFO [stderr] 46 | if err != nc_noerr { Dec 07 06:20:52.231 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.231 INFO [stderr] ... Dec 07 06:20:52.231 INFO [stderr] 170 | put_attr_as_type!(self, name, ncid, nc_uint, varid, nc_put_att_uint) Dec 07 06:20:52.231 INFO [stderr] | -------------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.231 INFO [stderr] | Dec 07 06:20:52.231 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.231 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.231 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.231 INFO [stderr] Dec 07 06:20:52.231 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.231 INFO [stderr] --> src/group.rs:175:36 Dec 07 06:20:52.231 INFO [stderr] | Dec 07 06:20:52.231 INFO [stderr] 175 | fn get_nc_type(&self) -> i32 { nc_int64 } Dec 07 06:20:52.231 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.231 INFO [stderr] | Dec 07 06:20:52.231 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.231 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.231 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.231 INFO [stderr] Dec 07 06:20:52.231 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.231 INFO [stderr] --> src/group.rs:46:19 Dec 07 06:20:52.231 INFO [stderr] | Dec 07 06:20:52.231 INFO [stderr] 46 | if err != nc_noerr { Dec 07 06:20:52.231 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.231 INFO [stderr] ... Dec 07 06:20:52.231 INFO [stderr] 177 | put_attr_as_type!(self, name, ncid, nc_int64, varid, nc_put_att_longlong) Dec 07 06:20:52.231 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.231 INFO [stderr] | Dec 07 06:20:52.231 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.231 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.231 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.231 INFO [stderr] Dec 07 06:20:52.231 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.231 INFO [stderr] --> src/group.rs:182:36 Dec 07 06:20:52.231 INFO [stderr] | Dec 07 06:20:52.231 INFO [stderr] 182 | fn get_nc_type(&self) -> i32 { nc_uint64 } Dec 07 06:20:52.231 INFO [stderr] | ^^^^^^^^^ Dec 07 06:20:52.231 INFO [stderr] | Dec 07 06:20:52.231 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.231 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.231 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.231 INFO [stderr] Dec 07 06:20:52.231 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.231 INFO [stderr] --> src/group.rs:46:19 Dec 07 06:20:52.231 INFO [stderr] | Dec 07 06:20:52.231 INFO [stderr] 46 | if err != nc_noerr { Dec 07 06:20:52.231 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.231 INFO [stderr] ... Dec 07 06:20:52.231 INFO [stderr] 184 | put_attr_as_type!(self, name, ncid, nc_uint64, varid, nc_put_att_ulonglong) Dec 07 06:20:52.231 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.231 INFO [stderr] | Dec 07 06:20:52.231 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.231 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.231 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.231 INFO [stderr] Dec 07 06:20:52.231 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.231 INFO [stderr] --> src/group.rs:189:36 Dec 07 06:20:52.231 INFO [stderr] | Dec 07 06:20:52.231 INFO [stderr] 189 | fn get_nc_type(&self) -> i32 { nc_float } Dec 07 06:20:52.232 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.232 INFO [stderr] | Dec 07 06:20:52.232 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.232 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.232 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.232 INFO [stderr] Dec 07 06:20:52.232 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.232 INFO [stderr] --> src/group.rs:46:19 Dec 07 06:20:52.232 INFO [stderr] | Dec 07 06:20:52.232 INFO [stderr] 46 | if err != nc_noerr { Dec 07 06:20:52.232 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.232 INFO [stderr] ... Dec 07 06:20:52.232 INFO [stderr] 191 | put_attr_as_type!(self, name, ncid, nc_float, varid, nc_put_att_float) Dec 07 06:20:52.232 INFO [stderr] | ---------------------------------------------------------------------- in this macro invocation Dec 07 06:20:52.232 INFO [stderr] | Dec 07 06:20:52.232 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.232 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.232 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.232 INFO [stderr] Dec 07 06:20:52.232 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.232 INFO [stderr] --> src/group.rs:196:36 Dec 07 06:20:52.232 INFO [stderr] | Dec 07 06:20:52.232 INFO [stderr] 196 | fn get_nc_type(&self) -> i32 { nc_double } Dec 07 06:20:52.232 INFO [stderr] | ^^^^^^^^^ Dec 07 06:20:52.232 INFO [stderr] | Dec 07 06:20:52.232 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.232 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.232 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.232 INFO [stderr] Dec 07 06:20:52.232 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.232 INFO [stderr] --> src/group.rs:46:19 Dec 07 06:20:52.232 INFO [stderr] | Dec 07 06:20:52.232 INFO [stderr] 46 | if err != nc_noerr { Dec 07 06:20:52.232 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.232 INFO [stderr] ... Dec 07 06:20:52.232 INFO [stderr] 198 | put_attr_as_type!(self, name, ncid, nc_double, varid, nc_put_att_double) Dec 07 06:20:52.232 INFO [stderr] | ------------------------------------------------------------------------ in this macro invocation Dec 07 06:20:52.232 INFO [stderr] | Dec 07 06:20:52.232 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.232 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.232 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.232 INFO [stderr] Dec 07 06:20:52.232 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.232 INFO [stderr] --> src/group.rs:203:36 Dec 07 06:20:52.232 INFO [stderr] | Dec 07 06:20:52.232 INFO [stderr] 203 | fn get_nc_type(&self) -> i32 { nc_char } Dec 07 06:20:52.232 INFO [stderr] | ^^^^^^^ Dec 07 06:20:52.232 INFO [stderr] | Dec 07 06:20:52.232 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.232 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.232 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.232 INFO [stderr] Dec 07 06:20:52.232 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.232 INFO [stderr] --> src/group.rs:214:19 Dec 07 06:20:52.232 INFO [stderr] | Dec 07 06:20:52.232 INFO [stderr] 214 | if err != nc_noerr { Dec 07 06:20:52.232 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.232 INFO [stderr] | Dec 07 06:20:52.232 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.232 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.232 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.232 INFO [stderr] Dec 07 06:20:52.232 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.232 INFO [stderr] --> src/group.rs:224:31 Dec 07 06:20:52.232 INFO [stderr] | Dec 07 06:20:52.232 INFO [stderr] 224 | try!(val.put(self.id, nc_global, name)); Dec 07 06:20:52.232 INFO [stderr] | ^^^^^^^^^ Dec 07 06:20:52.232 INFO [stderr] | Dec 07 06:20:52.232 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.232 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.232 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.232 INFO [stderr] Dec 07 06:20:52.232 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.232 INFO [stderr] --> src/group.rs:231:29 Dec 07 06:20:52.232 INFO [stderr] | Dec 07 06:20:52.232 INFO [stderr] 231 | var_id: nc_global, Dec 07 06:20:52.232 INFO [stderr] | ^^^^^^^^^ Dec 07 06:20:52.232 INFO [stderr] | Dec 07 06:20:52.232 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.232 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.232 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.233 INFO [stderr] Dec 07 06:20:52.233 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.233 INFO [stderr] --> src/group.rs:247:19 Dec 07 06:20:52.233 INFO [stderr] | Dec 07 06:20:52.233 INFO [stderr] 247 | if err != nc_noerr { Dec 07 06:20:52.233 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.233 INFO [stderr] | Dec 07 06:20:52.233 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.233 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.233 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.233 INFO [stderr] Dec 07 06:20:52.233 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.233 INFO [stderr] --> src/group.rs:291:19 Dec 07 06:20:52.233 INFO [stderr] | Dec 07 06:20:52.233 INFO [stderr] 291 | if err != nc_noerr { Dec 07 06:20:52.233 INFO [stderr] | ^^^^^^^^ Dec 07 06:20:52.233 INFO [stderr] | Dec 07 06:20:52.233 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.233 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.233 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.233 INFO [stderr] Dec 07 06:20:52.233 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.233 INFO [stderr] --> src/group.rs:362:50 Dec 07 06:20:52.233 INFO [stderr] | Dec 07 06:20:52.233 INFO [stderr] 362 | init_attributes(&mut grp.attributes, grp.id, nc_global, -1); Dec 07 06:20:52.233 INFO [stderr] | ^^^^^^^^^ Dec 07 06:20:52.233 INFO [stderr] | Dec 07 06:20:52.233 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.233 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.233 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.233 INFO [stderr] Dec 07 06:20:52.233 INFO [stderr] error: use of extern static is unsafe and requires unsafe function or block (error E0133) Dec 07 06:20:52.233 INFO [stderr] --> src/dimension.rs:24:38 Dec 07 06:20:52.233 INFO [stderr] | Dec 07 06:20:52.233 INFO [stderr] 24 | let mut buf_vec = vec![0i8; (nc_max_name + 1) as usize]; Dec 07 06:20:52.233 INFO [stderr] | ^^^^^^^^^^^ Dec 07 06:20:52.233 INFO [stderr] | Dec 07 06:20:52.233 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 06:20:52.233 INFO [stderr] = note: for more information, see issue #36247 Dec 07 06:20:52.233 INFO [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Dec 07 06:20:52.233 INFO [stderr] Dec 07 06:20:52.233 INFO [stderr] error: aborting due to 97 previous errors Dec 07 06:20:52.233 INFO [stderr] Dec 07 06:20:52.240 INFO [stderr] error: Could not compile `netcdf`. Dec 07 06:20:52.240 INFO [stderr] Dec 07 06:20:52.240 INFO [stderr] To learn more, run the command again with --verbose. Dec 07 06:20:52.240 INFO [stderr] su: No module specific data is present Dec 07 06:20:52.950 INFO running `"docker" "inspect" "c4b099289db2373d3ae7cd98545ee3ec8b920c73d33bdbf8fb3d06c5a8fa25dc"` Dec 07 06:20:53.221 INFO running `"docker" "rm" "-f" "c4b099289db2373d3ae7cd98545ee3ec8b920c73d33bdbf8fb3d06c5a8fa25dc"` Dec 07 06:20:53.520 INFO [stdout] c4b099289db2373d3ae7cd98545ee3ec8b920c73d33bdbf8fb3d06c5a8fa25dc