Oct 16 01:52:13.473 INFO testing netcdf-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 01:52:13.474 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 16 01:52:13.851 INFO blam! 100f3b4d93461c7fae1a98f5fcccca2def74b821db3243359a7e0d48b8659cd5 Oct 16 01:52:13.854 INFO running `"docker" "start" "-a" "100f3b4d93461c7fae1a98f5fcccca2def74b821db3243359a7e0d48b8659cd5"` Oct 16 01:52:14.623 INFO kablam! usermod: no changes Oct 16 01:52:14.683 INFO kablam! Compiling netcdf-sys v0.1.0 Oct 16 01:52:16.470 INFO kablam! Compiling netcdf v0.1.0 (/source) Oct 16 01:52:17.564 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.564 INFO kablam! --> src/file.rs:23:15 Oct 16 01:52:17.564 INFO kablam! | Oct 16 01:52:17.564 INFO kablam! 23 | if err != nc_noerr { Oct 16 01:52:17.564 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.564 INFO kablam! | Oct 16 01:52:17.564 INFO kablam! = note: #[deny(safe_extern_statics)] on by default Oct 16 01:52:17.564 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.564 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.564 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.564 INFO kablam! Oct 16 01:52:17.564 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.564 INFO kablam! --> src/file.rs:51:15 Oct 16 01:52:17.564 INFO kablam! | Oct 16 01:52:17.564 INFO kablam! 51 | if err != nc_noerr { Oct 16 01:52:17.564 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.564 INFO kablam! | Oct 16 01:52:17.564 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.564 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.564 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.564 INFO kablam! Oct 16 01:52:17.564 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.564 INFO kablam! --> src/variable.rs:14:40 Oct 16 01:52:17.564 INFO kablam! | Oct 16 01:52:17.564 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 16 01:52:17.564 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.564 INFO kablam! ... Oct 16 01:52:17.564 INFO kablam! 43 | get_var_as_type!(self, nc_char, u8, nc_get_var_uchar, cast) Oct 16 01:52:17.564 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 16 01:52:17.564 INFO kablam! | Oct 16 01:52:17.564 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.564 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.564 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.564 INFO kablam! Oct 16 01:52:17.564 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.564 INFO kablam! --> src/variable.rs:24:19 Oct 16 01:52:17.564 INFO kablam! | Oct 16 01:52:17.564 INFO kablam! 24 | if err != nc_noerr { Oct 16 01:52:17.564 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.564 INFO kablam! ... Oct 16 01:52:17.564 INFO kablam! 43 | get_var_as_type!(self, nc_char, u8, nc_get_var_uchar, cast) Oct 16 01:52:17.564 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 16 01:52:17.564 INFO kablam! | Oct 16 01:52:17.564 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.564 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.564 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.564 INFO kablam! Oct 16 01:52:17.564 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.564 INFO kablam! --> src/variable.rs:14:40 Oct 16 01:52:17.564 INFO kablam! | Oct 16 01:52:17.564 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 16 01:52:17.564 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.564 INFO kablam! ... Oct 16 01:52:17.564 INFO kablam! 46 | get_var_as_type!(self, nc_byte, i8, nc_get_var_schar, cast) Oct 16 01:52:17.564 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 16 01:52:17.564 INFO kablam! | Oct 16 01:52:17.564 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.564 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.564 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.565 INFO kablam! Oct 16 01:52:17.565 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.565 INFO kablam! --> src/variable.rs:24:19 Oct 16 01:52:17.565 INFO kablam! | Oct 16 01:52:17.565 INFO kablam! 24 | if err != nc_noerr { Oct 16 01:52:17.565 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.565 INFO kablam! ... Oct 16 01:52:17.565 INFO kablam! 46 | get_var_as_type!(self, nc_byte, i8, nc_get_var_schar, cast) Oct 16 01:52:17.565 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 16 01:52:17.565 INFO kablam! | Oct 16 01:52:17.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.565 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.565 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.565 INFO kablam! Oct 16 01:52:17.565 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.565 INFO kablam! --> src/variable.rs:14:40 Oct 16 01:52:17.565 INFO kablam! | Oct 16 01:52:17.565 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 16 01:52:17.565 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.565 INFO kablam! ... Oct 16 01:52:17.565 INFO kablam! 49 | get_var_as_type!(self, nc_short, i16, nc_get_var_short, cast) Oct 16 01:52:17.565 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.565 INFO kablam! | Oct 16 01:52:17.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.565 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.565 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.565 INFO kablam! Oct 16 01:52:17.565 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.565 INFO kablam! --> src/variable.rs:24:19 Oct 16 01:52:17.565 INFO kablam! | Oct 16 01:52:17.565 INFO kablam! 24 | if err != nc_noerr { Oct 16 01:52:17.565 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.565 INFO kablam! ... Oct 16 01:52:17.565 INFO kablam! 49 | get_var_as_type!(self, nc_short, i16, nc_get_var_short, cast) Oct 16 01:52:17.565 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.565 INFO kablam! | Oct 16 01:52:17.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.565 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.565 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.565 INFO kablam! Oct 16 01:52:17.565 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.565 INFO kablam! --> src/variable.rs:14:40 Oct 16 01:52:17.565 INFO kablam! | Oct 16 01:52:17.565 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 16 01:52:17.565 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.565 INFO kablam! ... Oct 16 01:52:17.565 INFO kablam! 52 | get_var_as_type!(self, nc_ushort, u16, nc_get_var_ushort, cast) Oct 16 01:52:17.565 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.565 INFO kablam! | Oct 16 01:52:17.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.565 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.565 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.565 INFO kablam! Oct 16 01:52:17.565 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.565 INFO kablam! --> src/variable.rs:24:19 Oct 16 01:52:17.565 INFO kablam! | Oct 16 01:52:17.565 INFO kablam! 24 | if err != nc_noerr { Oct 16 01:52:17.565 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.565 INFO kablam! ... Oct 16 01:52:17.565 INFO kablam! 52 | get_var_as_type!(self, nc_ushort, u16, nc_get_var_ushort, cast) Oct 16 01:52:17.565 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.565 INFO kablam! | Oct 16 01:52:17.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.565 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.565 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.565 INFO kablam! Oct 16 01:52:17.565 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.565 INFO kablam! --> src/variable.rs:14:40 Oct 16 01:52:17.565 INFO kablam! | Oct 16 01:52:17.565 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 16 01:52:17.565 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.565 INFO kablam! ... Oct 16 01:52:17.565 INFO kablam! 55 | get_var_as_type!(self, nc_int, i32, nc_get_var_int, cast) Oct 16 01:52:17.565 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 16 01:52:17.565 INFO kablam! | Oct 16 01:52:17.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.565 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.565 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.565 INFO kablam! Oct 16 01:52:17.565 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.565 INFO kablam! --> src/variable.rs:24:19 Oct 16 01:52:17.565 INFO kablam! | Oct 16 01:52:17.565 INFO kablam! 24 | if err != nc_noerr { Oct 16 01:52:17.565 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.565 INFO kablam! ... Oct 16 01:52:17.566 INFO kablam! 55 | get_var_as_type!(self, nc_int, i32, nc_get_var_int, cast) Oct 16 01:52:17.566 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 16 01:52:17.566 INFO kablam! | Oct 16 01:52:17.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.566 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.566 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.566 INFO kablam! Oct 16 01:52:17.566 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.566 INFO kablam! --> src/variable.rs:14:40 Oct 16 01:52:17.566 INFO kablam! | Oct 16 01:52:17.566 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 16 01:52:17.566 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.566 INFO kablam! ... Oct 16 01:52:17.566 INFO kablam! 58 | get_var_as_type!(self, nc_uint, u32, nc_get_var_uint, cast) Oct 16 01:52:17.566 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 16 01:52:17.566 INFO kablam! | Oct 16 01:52:17.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.566 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.566 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.566 INFO kablam! Oct 16 01:52:17.566 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.566 INFO kablam! --> src/variable.rs:24:19 Oct 16 01:52:17.566 INFO kablam! | Oct 16 01:52:17.566 INFO kablam! 24 | if err != nc_noerr { Oct 16 01:52:17.566 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.566 INFO kablam! ... Oct 16 01:52:17.566 INFO kablam! 58 | get_var_as_type!(self, nc_uint, u32, nc_get_var_uint, cast) Oct 16 01:52:17.566 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 16 01:52:17.566 INFO kablam! | Oct 16 01:52:17.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.566 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.566 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.566 INFO kablam! Oct 16 01:52:17.566 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.566 INFO kablam! --> src/variable.rs:14:40 Oct 16 01:52:17.566 INFO kablam! | Oct 16 01:52:17.566 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 16 01:52:17.566 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.566 INFO kablam! ... Oct 16 01:52:17.566 INFO kablam! 61 | get_var_as_type!(self, nc_int64, i64, nc_get_var_longlong, cast) Oct 16 01:52:17.566 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.566 INFO kablam! | Oct 16 01:52:17.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.566 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.566 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.566 INFO kablam! Oct 16 01:52:17.566 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.566 INFO kablam! --> src/variable.rs:24:19 Oct 16 01:52:17.566 INFO kablam! | Oct 16 01:52:17.566 INFO kablam! 24 | if err != nc_noerr { Oct 16 01:52:17.566 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.566 INFO kablam! ... Oct 16 01:52:17.566 INFO kablam! 61 | get_var_as_type!(self, nc_int64, i64, nc_get_var_longlong, cast) Oct 16 01:52:17.566 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.566 INFO kablam! | Oct 16 01:52:17.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.566 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.566 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.566 INFO kablam! Oct 16 01:52:17.566 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.566 INFO kablam! --> src/variable.rs:14:40 Oct 16 01:52:17.566 INFO kablam! | Oct 16 01:52:17.566 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 16 01:52:17.566 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.566 INFO kablam! ... Oct 16 01:52:17.566 INFO kablam! 64 | get_var_as_type!(self, nc_uint64, u64, nc_get_var_ulonglong, cast) Oct 16 01:52:17.566 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 16 01:52:17.566 INFO kablam! | Oct 16 01:52:17.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.566 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.566 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.566 INFO kablam! Oct 16 01:52:17.566 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.566 INFO kablam! --> src/variable.rs:24:19 Oct 16 01:52:17.566 INFO kablam! | Oct 16 01:52:17.566 INFO kablam! 24 | if err != nc_noerr { Oct 16 01:52:17.566 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.566 INFO kablam! ... Oct 16 01:52:17.566 INFO kablam! 64 | get_var_as_type!(self, nc_uint64, u64, nc_get_var_ulonglong, cast) Oct 16 01:52:17.566 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 16 01:52:17.566 INFO kablam! | Oct 16 01:52:17.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.566 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.566 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.567 INFO kablam! Oct 16 01:52:17.567 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.567 INFO kablam! --> src/variable.rs:14:40 Oct 16 01:52:17.567 INFO kablam! | Oct 16 01:52:17.567 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 16 01:52:17.567 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.567 INFO kablam! ... Oct 16 01:52:17.567 INFO kablam! 67 | get_var_as_type!(self, nc_float, f32, nc_get_var_float, cast) Oct 16 01:52:17.567 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.567 INFO kablam! | Oct 16 01:52:17.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.567 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.567 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.567 INFO kablam! Oct 16 01:52:17.567 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.567 INFO kablam! --> src/variable.rs:24:19 Oct 16 01:52:17.567 INFO kablam! | Oct 16 01:52:17.567 INFO kablam! 24 | if err != nc_noerr { Oct 16 01:52:17.567 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.567 INFO kablam! ... Oct 16 01:52:17.567 INFO kablam! 67 | get_var_as_type!(self, nc_float, f32, nc_get_var_float, cast) Oct 16 01:52:17.567 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.567 INFO kablam! | Oct 16 01:52:17.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.567 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.567 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.567 INFO kablam! Oct 16 01:52:17.567 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.567 INFO kablam! --> src/variable.rs:14:40 Oct 16 01:52:17.567 INFO kablam! | Oct 16 01:52:17.567 INFO kablam! 14 | if (!$cast) && ($me.vartype != $nc_type) { Oct 16 01:52:17.567 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.567 INFO kablam! ... Oct 16 01:52:17.567 INFO kablam! 70 | get_var_as_type!(self, nc_double, f64, nc_get_var_double, cast) Oct 16 01:52:17.567 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.567 INFO kablam! | Oct 16 01:52:17.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.567 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.567 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.567 INFO kablam! Oct 16 01:52:17.567 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.567 INFO kablam! --> src/variable.rs:24:19 Oct 16 01:52:17.567 INFO kablam! | Oct 16 01:52:17.567 INFO kablam! 24 | if err != nc_noerr { Oct 16 01:52:17.567 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.567 INFO kablam! ... Oct 16 01:52:17.567 INFO kablam! 70 | get_var_as_type!(self, nc_double, f64, nc_get_var_double, cast) Oct 16 01:52:17.567 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.567 INFO kablam! | Oct 16 01:52:17.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.567 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.567 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.567 INFO kablam! Oct 16 01:52:17.567 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.567 INFO kablam! --> src/variable.rs:101:38 Oct 16 01:52:17.567 INFO kablam! | Oct 16 01:52:17.567 INFO kablam! 101 | let mut buf_vec = vec![0i8; (nc_max_name + 1) as usize]; Oct 16 01:52:17.567 INFO kablam! | ^^^^^^^^^^^ Oct 16 01:52:17.567 INFO kablam! | Oct 16 01:52:17.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.567 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.567 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.567 INFO kablam! Oct 16 01:52:17.567 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.567 INFO kablam! --> src/variable.rs:105:56 Oct 16 01:52:17.567 INFO kablam! | Oct 16 01:52:17.567 INFO kablam! 105 | let mut dimids : Vec = Vec::with_capacity(nc_max_dims as usize); Oct 16 01:52:17.567 INFO kablam! | ^^^^^^^^^^^ Oct 16 01:52:17.567 INFO kablam! | Oct 16 01:52:17.568 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.568 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.568 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.568 INFO kablam! Oct 16 01:52:17.568 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.568 INFO kablam! --> src/attribute.rs:53:41 Oct 16 01:52:17.568 INFO kablam! | Oct 16 01:52:17.568 INFO kablam! 53 | if (!cast) && (self.attrtype != nc_char) { Oct 16 01:52:17.568 INFO kablam! | ^^^^^^^ Oct 16 01:52:17.568 INFO kablam! | Oct 16 01:52:17.568 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.568 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.568 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.568 INFO kablam! Oct 16 01:52:17.568 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.568 INFO kablam! --> src/attribute.rs:11:41 Oct 16 01:52:17.568 INFO kablam! | Oct 16 01:52:17.568 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Oct 16 01:52:17.568 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.568 INFO kablam! ... Oct 16 01:52:17.568 INFO kablam! 89 | get_attr_as_type!(self, nc_byte, i8, nc_get_att_schar, cast) Oct 16 01:52:17.568 INFO kablam! | ------------------------------------------------------------ in this macro invocation Oct 16 01:52:17.568 INFO kablam! | Oct 16 01:52:17.568 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.568 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.568 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.568 INFO kablam! Oct 16 01:52:17.568 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.568 INFO kablam! --> src/attribute.rs:23:19 Oct 16 01:52:17.568 INFO kablam! | Oct 16 01:52:17.568 INFO kablam! 23 | if err != nc_noerr { Oct 16 01:52:17.568 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.568 INFO kablam! ... Oct 16 01:52:17.568 INFO kablam! 89 | get_attr_as_type!(self, nc_byte, i8, nc_get_att_schar, cast) Oct 16 01:52:17.568 INFO kablam! | ------------------------------------------------------------ in this macro invocation Oct 16 01:52:17.568 INFO kablam! | Oct 16 01:52:17.568 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.568 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.568 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.568 INFO kablam! Oct 16 01:52:17.568 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.568 INFO kablam! --> src/attribute.rs:36:19 Oct 16 01:52:17.568 INFO kablam! | Oct 16 01:52:17.568 INFO kablam! 36 | if err != nc_noerr { Oct 16 01:52:17.568 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.568 INFO kablam! ... Oct 16 01:52:17.568 INFO kablam! 89 | get_attr_as_type!(self, nc_byte, i8, nc_get_att_schar, cast) Oct 16 01:52:17.568 INFO kablam! | ------------------------------------------------------------ in this macro invocation Oct 16 01:52:17.568 INFO kablam! | Oct 16 01:52:17.568 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.568 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.568 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.568 INFO kablam! Oct 16 01:52:17.568 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.568 INFO kablam! --> src/attribute.rs:11:41 Oct 16 01:52:17.568 INFO kablam! | Oct 16 01:52:17.568 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Oct 16 01:52:17.568 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.568 INFO kablam! ... Oct 16 01:52:17.568 INFO kablam! 93 | get_attr_as_type!(self, nc_short, i16, nc_get_att_short, cast) Oct 16 01:52:17.568 INFO kablam! | -------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.568 INFO kablam! | Oct 16 01:52:17.568 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.568 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.568 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.568 INFO kablam! Oct 16 01:52:17.568 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.568 INFO kablam! --> src/attribute.rs:23:19 Oct 16 01:52:17.568 INFO kablam! | Oct 16 01:52:17.568 INFO kablam! 23 | if err != nc_noerr { Oct 16 01:52:17.568 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.568 INFO kablam! ... Oct 16 01:52:17.568 INFO kablam! 93 | get_attr_as_type!(self, nc_short, i16, nc_get_att_short, cast) Oct 16 01:52:17.568 INFO kablam! | -------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.568 INFO kablam! | Oct 16 01:52:17.568 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.568 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.568 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.568 INFO kablam! Oct 16 01:52:17.568 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.568 INFO kablam! --> src/attribute.rs:36:19 Oct 16 01:52:17.568 INFO kablam! | Oct 16 01:52:17.568 INFO kablam! 36 | if err != nc_noerr { Oct 16 01:52:17.568 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.569 INFO kablam! ... Oct 16 01:52:17.569 INFO kablam! 93 | get_attr_as_type!(self, nc_short, i16, nc_get_att_short, cast) Oct 16 01:52:17.569 INFO kablam! | -------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.569 INFO kablam! | Oct 16 01:52:17.569 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.569 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.569 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.569 INFO kablam! Oct 16 01:52:17.569 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.569 INFO kablam! --> src/attribute.rs:11:41 Oct 16 01:52:17.569 INFO kablam! | Oct 16 01:52:17.569 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Oct 16 01:52:17.569 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.569 INFO kablam! ... Oct 16 01:52:17.569 INFO kablam! 97 | get_attr_as_type!(self, nc_ushort, u16, nc_get_att_ushort, cast) Oct 16 01:52:17.569 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.569 INFO kablam! | Oct 16 01:52:17.569 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.569 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.569 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.569 INFO kablam! Oct 16 01:52:17.569 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.569 INFO kablam! --> src/attribute.rs:23:19 Oct 16 01:52:17.569 INFO kablam! | Oct 16 01:52:17.569 INFO kablam! 23 | if err != nc_noerr { Oct 16 01:52:17.569 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.569 INFO kablam! ... Oct 16 01:52:17.569 INFO kablam! 97 | get_attr_as_type!(self, nc_ushort, u16, nc_get_att_ushort, cast) Oct 16 01:52:17.569 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.569 INFO kablam! | Oct 16 01:52:17.569 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.569 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.569 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.569 INFO kablam! Oct 16 01:52:17.569 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.569 INFO kablam! --> src/attribute.rs:36:19 Oct 16 01:52:17.569 INFO kablam! | Oct 16 01:52:17.569 INFO kablam! 36 | if err != nc_noerr { Oct 16 01:52:17.569 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.569 INFO kablam! ... Oct 16 01:52:17.569 INFO kablam! 97 | get_attr_as_type!(self, nc_ushort, u16, nc_get_att_ushort, cast) Oct 16 01:52:17.569 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.569 INFO kablam! | Oct 16 01:52:17.569 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.569 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.569 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.569 INFO kablam! Oct 16 01:52:17.569 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.569 INFO kablam! --> src/attribute.rs:11:41 Oct 16 01:52:17.569 INFO kablam! | Oct 16 01:52:17.569 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Oct 16 01:52:17.569 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.569 INFO kablam! ... Oct 16 01:52:17.569 INFO kablam! 101 | get_attr_as_type!(self, nc_int, i32, nc_get_att_int, cast) Oct 16 01:52:17.569 INFO kablam! | ---------------------------------------------------------- in this macro invocation Oct 16 01:52:17.569 INFO kablam! | Oct 16 01:52:17.569 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.569 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.569 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.569 INFO kablam! Oct 16 01:52:17.569 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.569 INFO kablam! --> src/attribute.rs:23:19 Oct 16 01:52:17.569 INFO kablam! | Oct 16 01:52:17.569 INFO kablam! 23 | if err != nc_noerr { Oct 16 01:52:17.569 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.569 INFO kablam! ... Oct 16 01:52:17.569 INFO kablam! 101 | get_attr_as_type!(self, nc_int, i32, nc_get_att_int, cast) Oct 16 01:52:17.569 INFO kablam! | ---------------------------------------------------------- in this macro invocation Oct 16 01:52:17.569 INFO kablam! | Oct 16 01:52:17.569 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.569 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.569 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.569 INFO kablam! Oct 16 01:52:17.569 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.569 INFO kablam! --> src/attribute.rs:36:19 Oct 16 01:52:17.569 INFO kablam! | Oct 16 01:52:17.569 INFO kablam! 36 | if err != nc_noerr { Oct 16 01:52:17.569 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.569 INFO kablam! ... Oct 16 01:52:17.569 INFO kablam! 101 | get_attr_as_type!(self, nc_int, i32, nc_get_att_int, cast) Oct 16 01:52:17.569 INFO kablam! | ---------------------------------------------------------- in this macro invocation Oct 16 01:52:17.569 INFO kablam! | Oct 16 01:52:17.569 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.569 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.569 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.569 INFO kablam! Oct 16 01:52:17.569 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.570 INFO kablam! --> src/attribute.rs:11:41 Oct 16 01:52:17.570 INFO kablam! | Oct 16 01:52:17.570 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Oct 16 01:52:17.570 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.570 INFO kablam! ... Oct 16 01:52:17.570 INFO kablam! 105 | get_attr_as_type!(self, nc_uint, u32, nc_get_att_uint, cast) Oct 16 01:52:17.570 INFO kablam! | ------------------------------------------------------------ in this macro invocation Oct 16 01:52:17.570 INFO kablam! | Oct 16 01:52:17.570 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.570 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.570 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.570 INFO kablam! Oct 16 01:52:17.570 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.570 INFO kablam! --> src/attribute.rs:23:19 Oct 16 01:52:17.570 INFO kablam! | Oct 16 01:52:17.570 INFO kablam! 23 | if err != nc_noerr { Oct 16 01:52:17.570 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.570 INFO kablam! ... Oct 16 01:52:17.570 INFO kablam! 105 | get_attr_as_type!(self, nc_uint, u32, nc_get_att_uint, cast) Oct 16 01:52:17.570 INFO kablam! | ------------------------------------------------------------ in this macro invocation Oct 16 01:52:17.570 INFO kablam! | Oct 16 01:52:17.570 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.570 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.570 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.570 INFO kablam! Oct 16 01:52:17.570 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.570 INFO kablam! --> src/attribute.rs:36:19 Oct 16 01:52:17.570 INFO kablam! | Oct 16 01:52:17.570 INFO kablam! 36 | if err != nc_noerr { Oct 16 01:52:17.570 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.570 INFO kablam! ... Oct 16 01:52:17.570 INFO kablam! 105 | get_attr_as_type!(self, nc_uint, u32, nc_get_att_uint, cast) Oct 16 01:52:17.570 INFO kablam! | ------------------------------------------------------------ in this macro invocation Oct 16 01:52:17.570 INFO kablam! | Oct 16 01:52:17.570 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.570 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.570 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.570 INFO kablam! Oct 16 01:52:17.570 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.570 INFO kablam! --> src/attribute.rs:11:41 Oct 16 01:52:17.570 INFO kablam! | Oct 16 01:52:17.570 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Oct 16 01:52:17.570 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.570 INFO kablam! ... Oct 16 01:52:17.570 INFO kablam! 109 | get_attr_as_type!(self, nc_int64, i64, nc_get_att_longlong, cast) Oct 16 01:52:17.570 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.570 INFO kablam! | Oct 16 01:52:17.570 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.570 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.570 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.570 INFO kablam! Oct 16 01:52:17.570 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.570 INFO kablam! --> src/attribute.rs:23:19 Oct 16 01:52:17.570 INFO kablam! | Oct 16 01:52:17.570 INFO kablam! 23 | if err != nc_noerr { Oct 16 01:52:17.570 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.570 INFO kablam! ... Oct 16 01:52:17.570 INFO kablam! 109 | get_attr_as_type!(self, nc_int64, i64, nc_get_att_longlong, cast) Oct 16 01:52:17.570 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.570 INFO kablam! | Oct 16 01:52:17.570 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.570 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.570 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.570 INFO kablam! Oct 16 01:52:17.570 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.570 INFO kablam! --> src/attribute.rs:36:19 Oct 16 01:52:17.570 INFO kablam! | Oct 16 01:52:17.570 INFO kablam! 36 | if err != nc_noerr { Oct 16 01:52:17.570 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.570 INFO kablam! ... Oct 16 01:52:17.570 INFO kablam! 109 | get_attr_as_type!(self, nc_int64, i64, nc_get_att_longlong, cast) Oct 16 01:52:17.570 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.570 INFO kablam! | Oct 16 01:52:17.570 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.570 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.570 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.570 INFO kablam! Oct 16 01:52:17.570 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.570 INFO kablam! --> src/attribute.rs:11:41 Oct 16 01:52:17.570 INFO kablam! | Oct 16 01:52:17.570 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Oct 16 01:52:17.570 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.570 INFO kablam! ... Oct 16 01:52:17.570 INFO kablam! 113 | get_attr_as_type!(self, nc_uint64, u64, nc_get_att_ulonglong, cast) Oct 16 01:52:17.570 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.570 INFO kablam! | Oct 16 01:52:17.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.571 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.571 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.571 INFO kablam! Oct 16 01:52:17.571 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.571 INFO kablam! --> src/attribute.rs:23:19 Oct 16 01:52:17.571 INFO kablam! | Oct 16 01:52:17.571 INFO kablam! 23 | if err != nc_noerr { Oct 16 01:52:17.571 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.571 INFO kablam! ... Oct 16 01:52:17.571 INFO kablam! 113 | get_attr_as_type!(self, nc_uint64, u64, nc_get_att_ulonglong, cast) Oct 16 01:52:17.571 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.571 INFO kablam! | Oct 16 01:52:17.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.571 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.571 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.571 INFO kablam! Oct 16 01:52:17.571 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.571 INFO kablam! --> src/attribute.rs:36:19 Oct 16 01:52:17.571 INFO kablam! | Oct 16 01:52:17.571 INFO kablam! 36 | if err != nc_noerr { Oct 16 01:52:17.571 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.571 INFO kablam! ... Oct 16 01:52:17.571 INFO kablam! 113 | get_attr_as_type!(self, nc_uint64, u64, nc_get_att_ulonglong, cast) Oct 16 01:52:17.571 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.571 INFO kablam! | Oct 16 01:52:17.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.571 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.571 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.571 INFO kablam! Oct 16 01:52:17.571 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.571 INFO kablam! --> src/attribute.rs:11:41 Oct 16 01:52:17.571 INFO kablam! | Oct 16 01:52:17.571 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Oct 16 01:52:17.571 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.571 INFO kablam! ... Oct 16 01:52:17.571 INFO kablam! 117 | get_attr_as_type!(self, nc_float, f32, nc_get_att_float, cast) Oct 16 01:52:17.571 INFO kablam! | -------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.571 INFO kablam! | Oct 16 01:52:17.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.571 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.571 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.571 INFO kablam! Oct 16 01:52:17.571 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.571 INFO kablam! --> src/attribute.rs:23:19 Oct 16 01:52:17.571 INFO kablam! | Oct 16 01:52:17.571 INFO kablam! 23 | if err != nc_noerr { Oct 16 01:52:17.571 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.571 INFO kablam! ... Oct 16 01:52:17.571 INFO kablam! 117 | get_attr_as_type!(self, nc_float, f32, nc_get_att_float, cast) Oct 16 01:52:17.571 INFO kablam! | -------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.571 INFO kablam! | Oct 16 01:52:17.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.571 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.571 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.571 INFO kablam! Oct 16 01:52:17.571 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.571 INFO kablam! --> src/attribute.rs:36:19 Oct 16 01:52:17.571 INFO kablam! | Oct 16 01:52:17.571 INFO kablam! 36 | if err != nc_noerr { Oct 16 01:52:17.571 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.571 INFO kablam! ... Oct 16 01:52:17.571 INFO kablam! 117 | get_attr_as_type!(self, nc_float, f32, nc_get_att_float, cast) Oct 16 01:52:17.571 INFO kablam! | -------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.571 INFO kablam! | Oct 16 01:52:17.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.571 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.571 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.571 INFO kablam! Oct 16 01:52:17.571 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.571 INFO kablam! --> src/attribute.rs:11:41 Oct 16 01:52:17.571 INFO kablam! | Oct 16 01:52:17.571 INFO kablam! 11 | if (!$cast) && ($me.attrtype != $nc_type) { Oct 16 01:52:17.571 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.571 INFO kablam! ... Oct 16 01:52:17.571 INFO kablam! 121 | get_attr_as_type!(self, nc_double, f64, nc_get_att_double, cast) Oct 16 01:52:17.571 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.571 INFO kablam! | Oct 16 01:52:17.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.571 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.571 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.571 INFO kablam! Oct 16 01:52:17.571 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.572 INFO kablam! --> src/attribute.rs:23:19 Oct 16 01:52:17.572 INFO kablam! | Oct 16 01:52:17.572 INFO kablam! 23 | if err != nc_noerr { Oct 16 01:52:17.572 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.572 INFO kablam! ... Oct 16 01:52:17.572 INFO kablam! 121 | get_attr_as_type!(self, nc_double, f64, nc_get_att_double, cast) Oct 16 01:52:17.572 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.572 INFO kablam! | Oct 16 01:52:17.572 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.572 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.572 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.572 INFO kablam! Oct 16 01:52:17.572 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.572 INFO kablam! --> src/attribute.rs:36:19 Oct 16 01:52:17.572 INFO kablam! | Oct 16 01:52:17.572 INFO kablam! 36 | if err != nc_noerr { Oct 16 01:52:17.572 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.572 INFO kablam! ... Oct 16 01:52:17.572 INFO kablam! 121 | get_attr_as_type!(self, nc_double, f64, nc_get_att_double, cast) Oct 16 01:52:17.572 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.572 INFO kablam! | Oct 16 01:52:17.572 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.572 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.572 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.572 INFO kablam! Oct 16 01:52:17.572 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.572 INFO kablam! --> src/attribute.rs:144:43 Oct 16 01:52:17.572 INFO kablam! | Oct 16 01:52:17.572 INFO kablam! 144 | let mut name_buf_vec = vec![0i8; (nc_max_name + 1) as usize]; Oct 16 01:52:17.572 INFO kablam! | ^^^^^^^^^^^ Oct 16 01:52:17.572 INFO kablam! | Oct 16 01:52:17.575 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.575 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.575 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.575 INFO kablam! Oct 16 01:52:17.575 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.575 INFO kablam! --> src/group.rs:61:36 Oct 16 01:52:17.575 INFO kablam! | Oct 16 01:52:17.575 INFO kablam! 61 | fn get_nc_type(&self) -> i32 { nc_byte } Oct 16 01:52:17.575 INFO kablam! | ^^^^^^^ Oct 16 01:52:17.575 INFO kablam! | Oct 16 01:52:17.575 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.575 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.575 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.575 INFO kablam! Oct 16 01:52:17.575 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.575 INFO kablam! --> src/group.rs:28:19 Oct 16 01:52:17.575 INFO kablam! | Oct 16 01:52:17.575 INFO kablam! 28 | if err != nc_noerr { Oct 16 01:52:17.575 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.575 INFO kablam! ... Oct 16 01:52:17.575 INFO kablam! 64 | put_var_as_type!(self, ncid, varid, nc_put_var_schar) Oct 16 01:52:17.575 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 16 01:52:17.575 INFO kablam! | Oct 16 01:52:17.575 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.575 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.575 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.575 INFO kablam! Oct 16 01:52:17.575 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.575 INFO kablam! --> src/group.rs:69:36 Oct 16 01:52:17.575 INFO kablam! | Oct 16 01:52:17.575 INFO kablam! 69 | fn get_nc_type(&self) -> i32 { nc_short } Oct 16 01:52:17.575 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.575 INFO kablam! | Oct 16 01:52:17.575 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.575 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.575 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.575 INFO kablam! Oct 16 01:52:17.575 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.575 INFO kablam! --> src/group.rs:28:19 Oct 16 01:52:17.575 INFO kablam! | Oct 16 01:52:17.575 INFO kablam! 28 | if err != nc_noerr { Oct 16 01:52:17.575 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.575 INFO kablam! ... Oct 16 01:52:17.575 INFO kablam! 72 | put_var_as_type!(self, ncid, varid, nc_put_var_short) Oct 16 01:52:17.575 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 16 01:52:17.575 INFO kablam! | Oct 16 01:52:17.575 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.575 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.575 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.575 INFO kablam! Oct 16 01:52:17.575 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.575 INFO kablam! --> src/group.rs:77:36 Oct 16 01:52:17.575 INFO kablam! | Oct 16 01:52:17.575 INFO kablam! 77 | fn get_nc_type(&self) -> i32 { nc_ushort } Oct 16 01:52:17.575 INFO kablam! | ^^^^^^^^^ Oct 16 01:52:17.575 INFO kablam! | Oct 16 01:52:17.575 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.575 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.575 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.575 INFO kablam! Oct 16 01:52:17.575 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.575 INFO kablam! --> src/group.rs:28:19 Oct 16 01:52:17.575 INFO kablam! | Oct 16 01:52:17.576 INFO kablam! 28 | if err != nc_noerr { Oct 16 01:52:17.576 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.576 INFO kablam! ... Oct 16 01:52:17.576 INFO kablam! 80 | put_var_as_type!(self, ncid, varid, nc_put_var_ushort) Oct 16 01:52:17.576 INFO kablam! | ------------------------------------------------------ in this macro invocation Oct 16 01:52:17.576 INFO kablam! | Oct 16 01:52:17.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.576 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.576 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.576 INFO kablam! Oct 16 01:52:17.576 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.576 INFO kablam! --> src/group.rs:85:36 Oct 16 01:52:17.576 INFO kablam! | Oct 16 01:52:17.576 INFO kablam! 85 | fn get_nc_type(&self) -> i32 { nc_int } Oct 16 01:52:17.576 INFO kablam! | ^^^^^^ Oct 16 01:52:17.576 INFO kablam! | Oct 16 01:52:17.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.576 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.576 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.576 INFO kablam! Oct 16 01:52:17.576 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.576 INFO kablam! --> src/group.rs:28:19 Oct 16 01:52:17.576 INFO kablam! | Oct 16 01:52:17.576 INFO kablam! 28 | if err != nc_noerr { Oct 16 01:52:17.576 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.576 INFO kablam! ... Oct 16 01:52:17.576 INFO kablam! 88 | put_var_as_type!(self, ncid, varid, nc_put_var_int) Oct 16 01:52:17.576 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 16 01:52:17.576 INFO kablam! | Oct 16 01:52:17.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.576 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.576 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.576 INFO kablam! Oct 16 01:52:17.576 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.576 INFO kablam! --> src/group.rs:93:36 Oct 16 01:52:17.576 INFO kablam! | Oct 16 01:52:17.576 INFO kablam! 93 | fn get_nc_type(&self) -> i32 { nc_uint } Oct 16 01:52:17.576 INFO kablam! | ^^^^^^^ Oct 16 01:52:17.576 INFO kablam! | Oct 16 01:52:17.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.576 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.576 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.576 INFO kablam! Oct 16 01:52:17.576 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.576 INFO kablam! --> src/group.rs:28:19 Oct 16 01:52:17.576 INFO kablam! | Oct 16 01:52:17.576 INFO kablam! 28 | if err != nc_noerr { Oct 16 01:52:17.576 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.576 INFO kablam! ... Oct 16 01:52:17.576 INFO kablam! 96 | put_var_as_type!(self, ncid, varid, nc_put_var_uint) Oct 16 01:52:17.576 INFO kablam! | ---------------------------------------------------- in this macro invocation Oct 16 01:52:17.576 INFO kablam! | Oct 16 01:52:17.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.576 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.576 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.576 INFO kablam! Oct 16 01:52:17.576 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.576 INFO kablam! --> src/group.rs:101:36 Oct 16 01:52:17.576 INFO kablam! | Oct 16 01:52:17.576 INFO kablam! 101 | fn get_nc_type(&self) -> i32 { nc_int64 } Oct 16 01:52:17.576 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.576 INFO kablam! | Oct 16 01:52:17.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.576 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.576 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.576 INFO kablam! Oct 16 01:52:17.576 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.576 INFO kablam! --> src/group.rs:28:19 Oct 16 01:52:17.576 INFO kablam! | Oct 16 01:52:17.576 INFO kablam! 28 | if err != nc_noerr { Oct 16 01:52:17.576 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.576 INFO kablam! ... Oct 16 01:52:17.576 INFO kablam! 104 | put_var_as_type!(self, ncid, varid, nc_put_var_longlong) Oct 16 01:52:17.576 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 16 01:52:17.576 INFO kablam! | Oct 16 01:52:17.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.576 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.576 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.576 INFO kablam! Oct 16 01:52:17.576 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.576 INFO kablam! --> src/group.rs:109:36 Oct 16 01:52:17.576 INFO kablam! | Oct 16 01:52:17.576 INFO kablam! 109 | fn get_nc_type(&self) -> i32 { nc_uint64 } Oct 16 01:52:17.576 INFO kablam! | ^^^^^^^^^ Oct 16 01:52:17.577 INFO kablam! | Oct 16 01:52:17.577 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.577 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.577 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.577 INFO kablam! Oct 16 01:52:17.577 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.577 INFO kablam! --> src/group.rs:28:19 Oct 16 01:52:17.577 INFO kablam! | Oct 16 01:52:17.577 INFO kablam! 28 | if err != nc_noerr { Oct 16 01:52:17.577 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.577 INFO kablam! ... Oct 16 01:52:17.577 INFO kablam! 112 | put_var_as_type!(self, ncid, varid, nc_put_var_ulonglong) Oct 16 01:52:17.577 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 16 01:52:17.577 INFO kablam! | Oct 16 01:52:17.577 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.577 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.577 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.577 INFO kablam! Oct 16 01:52:17.577 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.577 INFO kablam! --> src/group.rs:117:36 Oct 16 01:52:17.577 INFO kablam! | Oct 16 01:52:17.577 INFO kablam! 117 | fn get_nc_type(&self) -> i32 { nc_float } Oct 16 01:52:17.577 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.577 INFO kablam! | Oct 16 01:52:17.577 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.577 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.577 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.577 INFO kablam! Oct 16 01:52:17.577 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.577 INFO kablam! --> src/group.rs:28:19 Oct 16 01:52:17.577 INFO kablam! | Oct 16 01:52:17.577 INFO kablam! 28 | if err != nc_noerr { Oct 16 01:52:17.577 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.577 INFO kablam! ... Oct 16 01:52:17.577 INFO kablam! 120 | put_var_as_type!(self, ncid, varid, nc_put_var_float) Oct 16 01:52:17.577 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 16 01:52:17.577 INFO kablam! | Oct 16 01:52:17.577 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.577 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.577 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.577 INFO kablam! Oct 16 01:52:17.577 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.577 INFO kablam! --> src/group.rs:125:36 Oct 16 01:52:17.577 INFO kablam! | Oct 16 01:52:17.577 INFO kablam! 125 | fn get_nc_type(&self) -> i32 { nc_double } Oct 16 01:52:17.577 INFO kablam! | ^^^^^^^^^ Oct 16 01:52:17.577 INFO kablam! | Oct 16 01:52:17.577 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.577 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.577 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.577 INFO kablam! Oct 16 01:52:17.577 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.577 INFO kablam! --> src/group.rs:28:19 Oct 16 01:52:17.577 INFO kablam! | Oct 16 01:52:17.577 INFO kablam! 28 | if err != nc_noerr { Oct 16 01:52:17.577 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.577 INFO kablam! ... Oct 16 01:52:17.577 INFO kablam! 128 | put_var_as_type!(self, ncid, varid, nc_put_var_double) Oct 16 01:52:17.577 INFO kablam! | ------------------------------------------------------ in this macro invocation Oct 16 01:52:17.577 INFO kablam! | Oct 16 01:52:17.577 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.577 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.577 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.577 INFO kablam! Oct 16 01:52:17.577 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.577 INFO kablam! --> src/group.rs:140:36 Oct 16 01:52:17.577 INFO kablam! | Oct 16 01:52:17.577 INFO kablam! 140 | fn get_nc_type(&self) -> i32 { nc_byte } Oct 16 01:52:17.577 INFO kablam! | ^^^^^^^ Oct 16 01:52:17.577 INFO kablam! | Oct 16 01:52:17.577 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.577 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.577 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.577 INFO kablam! Oct 16 01:52:17.577 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.577 INFO kablam! --> src/group.rs:46:19 Oct 16 01:52:17.577 INFO kablam! | Oct 16 01:52:17.577 INFO kablam! 46 | if err != nc_noerr { Oct 16 01:52:17.577 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.577 INFO kablam! ... Oct 16 01:52:17.577 INFO kablam! 142 | put_attr_as_type!(self, name, ncid, nc_byte, varid, nc_put_att_schar) Oct 16 01:52:17.577 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.577 INFO kablam! | Oct 16 01:52:17.578 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.578 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.578 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.578 INFO kablam! Oct 16 01:52:17.578 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.578 INFO kablam! --> src/group.rs:147:36 Oct 16 01:52:17.578 INFO kablam! | Oct 16 01:52:17.578 INFO kablam! 147 | fn get_nc_type(&self) -> i32 { nc_short } Oct 16 01:52:17.578 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.578 INFO kablam! | Oct 16 01:52:17.578 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.578 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.578 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.578 INFO kablam! Oct 16 01:52:17.578 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.578 INFO kablam! --> src/group.rs:46:19 Oct 16 01:52:17.578 INFO kablam! | Oct 16 01:52:17.578 INFO kablam! 46 | if err != nc_noerr { Oct 16 01:52:17.578 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.578 INFO kablam! ... Oct 16 01:52:17.578 INFO kablam! 149 | put_attr_as_type!(self, name, ncid, nc_short, varid, nc_put_att_short) Oct 16 01:52:17.578 INFO kablam! | ---------------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.578 INFO kablam! | Oct 16 01:52:17.578 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.578 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.578 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.578 INFO kablam! Oct 16 01:52:17.578 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.578 INFO kablam! --> src/group.rs:154:36 Oct 16 01:52:17.578 INFO kablam! | Oct 16 01:52:17.578 INFO kablam! 154 | fn get_nc_type(&self) -> i32 { nc_ushort } Oct 16 01:52:17.578 INFO kablam! | ^^^^^^^^^ Oct 16 01:52:17.578 INFO kablam! | Oct 16 01:52:17.578 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.578 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.578 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.578 INFO kablam! Oct 16 01:52:17.578 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.578 INFO kablam! --> src/group.rs:46:19 Oct 16 01:52:17.578 INFO kablam! | Oct 16 01:52:17.578 INFO kablam! 46 | if err != nc_noerr { Oct 16 01:52:17.578 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.578 INFO kablam! ... Oct 16 01:52:17.578 INFO kablam! 156 | put_attr_as_type!(self, name, ncid, nc_ushort, varid, nc_put_att_ushort) Oct 16 01:52:17.578 INFO kablam! | ------------------------------------------------------------------------ in this macro invocation Oct 16 01:52:17.578 INFO kablam! | Oct 16 01:52:17.578 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.578 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.578 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.578 INFO kablam! Oct 16 01:52:17.578 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.578 INFO kablam! --> src/group.rs:161:36 Oct 16 01:52:17.578 INFO kablam! | Oct 16 01:52:17.578 INFO kablam! 161 | fn get_nc_type(&self) -> i32 { nc_int } Oct 16 01:52:17.578 INFO kablam! | ^^^^^^ Oct 16 01:52:17.578 INFO kablam! | Oct 16 01:52:17.578 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.578 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.578 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.578 INFO kablam! Oct 16 01:52:17.578 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.578 INFO kablam! --> src/group.rs:46:19 Oct 16 01:52:17.578 INFO kablam! | Oct 16 01:52:17.578 INFO kablam! 46 | if err != nc_noerr { Oct 16 01:52:17.578 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.578 INFO kablam! ... Oct 16 01:52:17.578 INFO kablam! 163 | put_attr_as_type!(self, name, ncid, nc_int, varid, nc_put_att_int) Oct 16 01:52:17.578 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 16 01:52:17.578 INFO kablam! | Oct 16 01:52:17.578 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.578 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.578 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.578 INFO kablam! Oct 16 01:52:17.578 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.578 INFO kablam! --> src/group.rs:168:36 Oct 16 01:52:17.578 INFO kablam! | Oct 16 01:52:17.578 INFO kablam! 168 | fn get_nc_type(&self) -> i32 { nc_uint } Oct 16 01:52:17.578 INFO kablam! | ^^^^^^^ Oct 16 01:52:17.578 INFO kablam! | Oct 16 01:52:17.578 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.578 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.578 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.578 INFO kablam! Oct 16 01:52:17.579 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.579 INFO kablam! --> src/group.rs:46:19 Oct 16 01:52:17.579 INFO kablam! | Oct 16 01:52:17.579 INFO kablam! 46 | if err != nc_noerr { Oct 16 01:52:17.579 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.579 INFO kablam! ... Oct 16 01:52:17.579 INFO kablam! 170 | put_attr_as_type!(self, name, ncid, nc_uint, varid, nc_put_att_uint) Oct 16 01:52:17.579 INFO kablam! | -------------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.579 INFO kablam! | Oct 16 01:52:17.579 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.579 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.579 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.579 INFO kablam! Oct 16 01:52:17.579 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.579 INFO kablam! --> src/group.rs:175:36 Oct 16 01:52:17.579 INFO kablam! | Oct 16 01:52:17.579 INFO kablam! 175 | fn get_nc_type(&self) -> i32 { nc_int64 } Oct 16 01:52:17.579 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.579 INFO kablam! | Oct 16 01:52:17.579 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.579 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.579 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.579 INFO kablam! Oct 16 01:52:17.579 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.579 INFO kablam! --> src/group.rs:46:19 Oct 16 01:52:17.579 INFO kablam! | Oct 16 01:52:17.579 INFO kablam! 46 | if err != nc_noerr { Oct 16 01:52:17.579 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.579 INFO kablam! ... Oct 16 01:52:17.579 INFO kablam! 177 | put_attr_as_type!(self, name, ncid, nc_int64, varid, nc_put_att_longlong) Oct 16 01:52:17.579 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.579 INFO kablam! | Oct 16 01:52:17.579 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.579 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.579 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.579 INFO kablam! Oct 16 01:52:17.579 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.579 INFO kablam! --> src/group.rs:182:36 Oct 16 01:52:17.579 INFO kablam! | Oct 16 01:52:17.579 INFO kablam! 182 | fn get_nc_type(&self) -> i32 { nc_uint64 } Oct 16 01:52:17.579 INFO kablam! | ^^^^^^^^^ Oct 16 01:52:17.579 INFO kablam! | Oct 16 01:52:17.579 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.579 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.579 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.579 INFO kablam! Oct 16 01:52:17.579 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.579 INFO kablam! --> src/group.rs:46:19 Oct 16 01:52:17.579 INFO kablam! | Oct 16 01:52:17.579 INFO kablam! 46 | if err != nc_noerr { Oct 16 01:52:17.579 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.579 INFO kablam! ... Oct 16 01:52:17.579 INFO kablam! 184 | put_attr_as_type!(self, name, ncid, nc_uint64, varid, nc_put_att_ulonglong) Oct 16 01:52:17.579 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.579 INFO kablam! | Oct 16 01:52:17.579 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.579 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.579 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.579 INFO kablam! Oct 16 01:52:17.579 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.579 INFO kablam! --> src/group.rs:189:36 Oct 16 01:52:17.579 INFO kablam! | Oct 16 01:52:17.579 INFO kablam! 189 | fn get_nc_type(&self) -> i32 { nc_float } Oct 16 01:52:17.579 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.579 INFO kablam! | Oct 16 01:52:17.579 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.579 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.579 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.579 INFO kablam! Oct 16 01:52:17.579 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.579 INFO kablam! --> src/group.rs:46:19 Oct 16 01:52:17.579 INFO kablam! | Oct 16 01:52:17.579 INFO kablam! 46 | if err != nc_noerr { Oct 16 01:52:17.579 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.579 INFO kablam! ... Oct 16 01:52:17.579 INFO kablam! 191 | put_attr_as_type!(self, name, ncid, nc_float, varid, nc_put_att_float) Oct 16 01:52:17.579 INFO kablam! | ---------------------------------------------------------------------- in this macro invocation Oct 16 01:52:17.579 INFO kablam! | Oct 16 01:52:17.579 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.579 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.579 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.579 INFO kablam! Oct 16 01:52:17.579 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.579 INFO kablam! --> src/group.rs:196:36 Oct 16 01:52:17.579 INFO kablam! | Oct 16 01:52:17.580 INFO kablam! 196 | fn get_nc_type(&self) -> i32 { nc_double } Oct 16 01:52:17.580 INFO kablam! | ^^^^^^^^^ Oct 16 01:52:17.580 INFO kablam! | Oct 16 01:52:17.580 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.580 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.580 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.580 INFO kablam! Oct 16 01:52:17.580 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.580 INFO kablam! --> src/group.rs:46:19 Oct 16 01:52:17.583 INFO kablam! | Oct 16 01:52:17.583 INFO kablam! 46 | if err != nc_noerr { Oct 16 01:52:17.583 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.583 INFO kablam! ... Oct 16 01:52:17.583 INFO kablam! 198 | put_attr_as_type!(self, name, ncid, nc_double, varid, nc_put_att_double) Oct 16 01:52:17.583 INFO kablam! | ------------------------------------------------------------------------ in this macro invocation Oct 16 01:52:17.583 INFO kablam! | Oct 16 01:52:17.583 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.583 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.583 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.583 INFO kablam! Oct 16 01:52:17.583 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.583 INFO kablam! --> src/group.rs:203:36 Oct 16 01:52:17.583 INFO kablam! | Oct 16 01:52:17.583 INFO kablam! 203 | fn get_nc_type(&self) -> i32 { nc_char } Oct 16 01:52:17.583 INFO kablam! | ^^^^^^^ Oct 16 01:52:17.583 INFO kablam! | Oct 16 01:52:17.583 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.583 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.583 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.583 INFO kablam! Oct 16 01:52:17.583 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.583 INFO kablam! --> src/group.rs:214:19 Oct 16 01:52:17.583 INFO kablam! | Oct 16 01:52:17.583 INFO kablam! 214 | if err != nc_noerr { Oct 16 01:52:17.583 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.583 INFO kablam! | Oct 16 01:52:17.583 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.583 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.583 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.583 INFO kablam! Oct 16 01:52:17.583 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.583 INFO kablam! --> src/group.rs:224:31 Oct 16 01:52:17.583 INFO kablam! | Oct 16 01:52:17.583 INFO kablam! 224 | try!(val.put(self.id, nc_global, name)); Oct 16 01:52:17.583 INFO kablam! | ^^^^^^^^^ Oct 16 01:52:17.583 INFO kablam! | Oct 16 01:52:17.583 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.583 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.583 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.583 INFO kablam! Oct 16 01:52:17.583 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.583 INFO kablam! --> src/group.rs:231:29 Oct 16 01:52:17.584 INFO kablam! | Oct 16 01:52:17.584 INFO kablam! 231 | var_id: nc_global, Oct 16 01:52:17.584 INFO kablam! | ^^^^^^^^^ Oct 16 01:52:17.584 INFO kablam! | Oct 16 01:52:17.584 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.584 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.584 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.584 INFO kablam! Oct 16 01:52:17.584 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.584 INFO kablam! --> src/group.rs:247:19 Oct 16 01:52:17.584 INFO kablam! | Oct 16 01:52:17.584 INFO kablam! 247 | if err != nc_noerr { Oct 16 01:52:17.584 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.584 INFO kablam! | Oct 16 01:52:17.584 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.584 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.584 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.584 INFO kablam! Oct 16 01:52:17.584 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.584 INFO kablam! --> src/group.rs:291:19 Oct 16 01:52:17.584 INFO kablam! | Oct 16 01:52:17.584 INFO kablam! 291 | if err != nc_noerr { Oct 16 01:52:17.584 INFO kablam! | ^^^^^^^^ Oct 16 01:52:17.584 INFO kablam! | Oct 16 01:52:17.584 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.584 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.584 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.584 INFO kablam! Oct 16 01:52:17.584 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.584 INFO kablam! --> src/group.rs:362:50 Oct 16 01:52:17.584 INFO kablam! | Oct 16 01:52:17.584 INFO kablam! 362 | init_attributes(&mut grp.attributes, grp.id, nc_global, -1); Oct 16 01:52:17.584 INFO kablam! | ^^^^^^^^^ Oct 16 01:52:17.584 INFO kablam! | Oct 16 01:52:17.584 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.584 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.584 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.584 INFO kablam! Oct 16 01:52:17.584 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 01:52:17.584 INFO kablam! --> src/dimension.rs:24:38 Oct 16 01:52:17.584 INFO kablam! | Oct 16 01:52:17.584 INFO kablam! 24 | let mut buf_vec = vec![0i8; (nc_max_name + 1) as usize]; Oct 16 01:52:17.584 INFO kablam! | ^^^^^^^^^^^ Oct 16 01:52:17.584 INFO kablam! | Oct 16 01:52:17.584 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 01:52:17.584 INFO kablam! = note: for more information, see issue #36247 Oct 16 01:52:17.584 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 16 01:52:17.584 INFO kablam! Oct 16 01:52:17.584 INFO kablam! error: aborting due to 97 previous errors Oct 16 01:52:17.584 INFO kablam! Oct 16 01:52:17.595 INFO kablam! error: Could not compile `netcdf`. Oct 16 01:52:17.595 INFO kablam! Oct 16 01:52:17.595 INFO kablam! To learn more, run the command again with --verbose. Oct 16 01:52:17.600 INFO kablam! su: No module specific data is present Oct 16 01:52:18.205 INFO running `"docker" "rm" "-f" "100f3b4d93461c7fae1a98f5fcccca2def74b821db3243359a7e0d48b8659cd5"` Oct 16 01:52:18.448 INFO blam! 100f3b4d93461c7fae1a98f5fcccca2def74b821db3243359a7e0d48b8659cd5