[INFO] updating cached repository jgall/obj_c_rust_test [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jgall/obj_c_rust_test [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jgall/obj_c_rust_test" "work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/jgall/obj_c_rust_test"` [INFO] [stderr] Cloning into 'work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/jgall/obj_c_rust_test'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jgall/obj_c_rust_test" "work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/jgall/obj_c_rust_test"` [INFO] [stderr] Cloning into 'work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/jgall/obj_c_rust_test'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d99b84868cb9ecc7c2762735db8b31f3642a9f17 [INFO] sha for GitHub repo jgall/obj_c_rust_test: d99b84868cb9ecc7c2762735db8b31f3642a9f17 [INFO] validating manifest of jgall/obj_c_rust_test on toolchain master#a850a426491e14186af2250549bf41256b5938d2 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of jgall/obj_c_rust_test on toolchain try#06a150c7d11500b41499224f165e9de1de096768 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing jgall/obj_c_rust_test [INFO] finished frobbing jgall/obj_c_rust_test [INFO] frobbed toml for jgall/obj_c_rust_test written to work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/jgall/obj_c_rust_test/Cargo.toml [INFO] started frobbing jgall/obj_c_rust_test [INFO] finished frobbing jgall/obj_c_rust_test [INFO] frobbed toml for jgall/obj_c_rust_test written to work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/jgall/obj_c_rust_test/Cargo.toml [INFO] crate jgall/obj_c_rust_test already has a lockfile, it will not be regenerated [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking jgall/obj_c_rust_test against master#a850a426491e14186af2250549bf41256b5938d2 for pr-60162 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60162/worker-6/master#a850a426491e14186af2250549bf41256b5938d2:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/jgall/obj_c_rust_test:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 0c360776e64129a72ef45860b1ab9bdeb4ba0c4afd8b27923033162710920ecf [INFO] running `"docker" "start" "-a" "0c360776e64129a72ef45860b1ab9bdeb4ba0c4afd8b27923033162710920ecf"` [INFO] [stderr] Checking malloc_buf v0.0.6 [INFO] [stderr] Checking objc v0.2.5 [INFO] [stderr] Checking obj_c_rust_test v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `objc::declare::ClassDecl` [INFO] [stderr] --> src/class.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use objc::declare::ClassDecl; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Class`, `Object`, `Sel` [INFO] [stderr] --> src/class.rs:2:21 [INFO] [stderr] | [INFO] [stderr] 2 | use objc::runtime::{Class, Object, Sel}; [INFO] [stderr] | ^^^^^ ^^^^^^ ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:22:24 [INFO] [stderr] | [INFO] [stderr] 22 | let my_box_class = register_class!(MyBox:NSObject with { [INFO] [stderr] | ________________________^ [INFO] [stderr] 23 | | (pub width: u32), [INFO] [stderr] 24 | | (priv height: u32), [INFO] [stderr] 25 | | (sel getThing:withOtherThing: <- my_method), [INFO] [stderr] ... | [INFO] [stderr] 28 | | }), [INFO] [stderr] 29 | | }); [INFO] [stderr] | |______^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:22:24 [INFO] [stderr] | [INFO] [stderr] 22 | let my_box_class = register_class!(MyBox:NSObject with { [INFO] [stderr] | ________________________^ [INFO] [stderr] 23 | | (pub width: u32), [INFO] [stderr] 24 | | (priv height: u32), [INFO] [stderr] 25 | | (sel getThing:withOtherThing: <- my_method), [INFO] [stderr] ... | [INFO] [stderr] 28 | | }), [INFO] [stderr] 29 | | }); [INFO] [stderr] | |______^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:22:24 [INFO] [stderr] | [INFO] [stderr] 22 | let my_box_class = register_class!(MyBox:NSObject with { [INFO] [stderr] | ________________________^ [INFO] [stderr] 23 | | (pub width: u32), [INFO] [stderr] 24 | | (priv height: u32), [INFO] [stderr] 25 | | (sel getThing:withOtherThing: <- my_method), [INFO] [stderr] ... | [INFO] [stderr] 28 | | }), [INFO] [stderr] 29 | | }); [INFO] [stderr] | |______^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:22:24 [INFO] [stderr] | [INFO] [stderr] 22 | let my_box_class = register_class!(MyBox:NSObject with { [INFO] [stderr] | ________________________^ [INFO] [stderr] 23 | | (pub width: u32), [INFO] [stderr] 24 | | (priv height: u32), [INFO] [stderr] 25 | | (sel getThing:withOtherThing: <- my_method), [INFO] [stderr] ... | [INFO] [stderr] 28 | | }), [INFO] [stderr] 29 | | }); [INFO] [stderr] | |______^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:22:24 [INFO] [stderr] | [INFO] [stderr] 22 | let my_box_class = register_class!(MyBox:NSObject with { [INFO] [stderr] | ________________________^ [INFO] [stderr] 23 | | (pub width: u32), [INFO] [stderr] 24 | | (priv height: u32), [INFO] [stderr] 25 | | (sel getThing:withOtherThing: <- my_method), [INFO] [stderr] ... | [INFO] [stderr] 28 | | }), [INFO] [stderr] 29 | | }); [INFO] [stderr] | |______^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:31:27 [INFO] [stderr] | [INFO] [stderr] 31 | let x: i32 = unsafe { msg_send![*obj, getThing:5i32 withOtherThing:6i32] }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:46:32 [INFO] [stderr] | [INFO] [stderr] 46 | let obj: *mut Object = msg_send![cls, alloc]; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:32 [INFO] [stderr] | [INFO] [stderr] 47 | let obj: *mut Object = msg_send![obj, init]; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:57:20 [INFO] [stderr] | [INFO] [stderr] 57 | let hash_sel = sel!(hash); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | let hash: usize = unsafe { msg_send![*obj, hash] }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `obj` [INFO] [stderr] --> src/main.rs:17:30 [INFO] [stderr] | [INFO] [stderr] 17 | extern "C" fn obj_method(obj: &mut Object, sel: Sel, i1: i32, i2: i32) -> i32 { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_obj` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `sel` [INFO] [stderr] --> src/main.rs:17:48 [INFO] [stderr] | [INFO] [stderr] 17 | extern "C" fn obj_method(obj: &mut Object, sel: Sel, i1: i32, i2: i32) -> i32 { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_sel` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i1` [INFO] [stderr] --> src/main.rs:17:58 [INFO] [stderr] | [INFO] [stderr] 17 | extern "C" fn obj_method(obj: &mut Object, sel: Sel, i1: i32, i2: i32) -> i32 { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_i1` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i2` [INFO] [stderr] --> src/main.rs:17:67 [INFO] [stderr] | [INFO] [stderr] 17 | extern "C" fn obj_method(obj: &mut Object, sel: Sel, i1: i32, i2: i32) -> i32 { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_i2` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `obj` [INFO] [stderr] --> src/main.rs:26:68 [INFO] [stderr] | [INFO] [stderr] 26 | (sel getThing2:(u32)t1 withOtherThing:(u32)t2 -> u32 with |obj, sel| { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_obj` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `sel` [INFO] [stderr] --> src/main.rs:26:73 [INFO] [stderr] | [INFO] [stderr] 26 | (sel getThing2:(u32)t1 withOtherThing:(u32)t2 -> u32 with |obj, sel| { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_sel` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `t1` [INFO] [stderr] --> src/main.rs:26:29 [INFO] [stderr] | [INFO] [stderr] 26 | (sel getThing2:(u32)t1 withOtherThing:(u32)t2 -> u32 with |obj, sel| { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_t1` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `t2` [INFO] [stderr] --> src/main.rs:26:52 [INFO] [stderr] | [INFO] [stderr] 26 | (sel getThing2:(u32)t1 withOtherThing:(u32)t2 -> u32 with |obj, sel| { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_t2` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:22:24 [INFO] [stderr] | [INFO] [stderr] 22 | let my_box_class = register_class!(MyBox:NSObject with { [INFO] [stderr] | ________________________^ [INFO] [stderr] 23 | | (pub width: u32), [INFO] [stderr] 24 | | (priv height: u32), [INFO] [stderr] 25 | | (sel getThing:withOtherThing: <- my_method), [INFO] [stderr] ... | [INFO] [stderr] 28 | | }), [INFO] [stderr] 29 | | }); [INFO] [stderr] | |______^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:22:24 [INFO] [stderr] | [INFO] [stderr] 22 | let my_box_class = register_class!(MyBox:NSObject with { [INFO] [stderr] | ________________________^ [INFO] [stderr] 23 | | (pub width: u32), [INFO] [stderr] 24 | | (priv height: u32), [INFO] [stderr] 25 | | (sel getThing:withOtherThing: <- my_method), [INFO] [stderr] ... | [INFO] [stderr] 28 | | }), [INFO] [stderr] 29 | | }); [INFO] [stderr] | |______^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:22:24 [INFO] [stderr] | [INFO] [stderr] 22 | let my_box_class = register_class!(MyBox:NSObject with { [INFO] [stderr] | ________________________^ [INFO] [stderr] 23 | | (pub width: u32), [INFO] [stderr] 24 | | (priv height: u32), [INFO] [stderr] 25 | | (sel getThing:withOtherThing: <- my_method), [INFO] [stderr] ... | [INFO] [stderr] 28 | | }), [INFO] [stderr] 29 | | }); [INFO] [stderr] | |______^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:22:24 [INFO] [stderr] | [INFO] [stderr] 22 | let my_box_class = register_class!(MyBox:NSObject with { [INFO] [stderr] | ________________________^ [INFO] [stderr] 23 | | (pub width: u32), [INFO] [stderr] 24 | | (priv height: u32), [INFO] [stderr] 25 | | (sel getThing:withOtherThing: <- my_method), [INFO] [stderr] ... | [INFO] [stderr] 28 | | }), [INFO] [stderr] 29 | | }); [INFO] [stderr] | |______^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:22:24 [INFO] [stderr] | [INFO] [stderr] 22 | let my_box_class = register_class!(MyBox:NSObject with { [INFO] [stderr] | ________________________^ [INFO] [stderr] 23 | | (pub width: u32), [INFO] [stderr] 24 | | (priv height: u32), [INFO] [stderr] 25 | | (sel getThing:withOtherThing: <- my_method), [INFO] [stderr] ... | [INFO] [stderr] 28 | | }), [INFO] [stderr] 29 | | }); [INFO] [stderr] | |______^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:31:27 [INFO] [stderr] | [INFO] [stderr] 31 | let x: i32 = unsafe { msg_send![*obj, getThing:5i32 withOtherThing:6i32] }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:46:32 [INFO] [stderr] | [INFO] [stderr] 46 | let obj: *mut Object = msg_send![cls, alloc]; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:32 [INFO] [stderr] | [INFO] [stderr] 47 | let obj: *mut Object = msg_send![obj, init]; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:57:20 [INFO] [stderr] | [INFO] [stderr] 57 | let hash_sel = sel!(hash); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | let hash: usize = unsafe { msg_send![*obj, hash] }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/class.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | let my_box_class = register_class!(MyBox:NSObject with { [INFO] [stderr] | ____________________________^ [INFO] [stderr] 93 | | (pub width: u32), [INFO] [stderr] 94 | | (priv height: u32), [INFO] [stderr] 95 | | (sel getThing:withOtherThing: <- my_method), [INFO] [stderr] ... | [INFO] [stderr] 101 | | }), [INFO] [stderr] 102 | | }); [INFO] [stderr] | |__________^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/class.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | let my_box_class = register_class!(MyBox:NSObject with { [INFO] [stderr] | ____________________________^ [INFO] [stderr] 93 | | (pub width: u32), [INFO] [stderr] 94 | | (priv height: u32), [INFO] [stderr] 95 | | (sel getThing:withOtherThing: <- my_method), [INFO] [stderr] ... | [INFO] [stderr] 101 | | }), [INFO] [stderr] 102 | | }); [INFO] [stderr] | |__________^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/class.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | let my_box_class = register_class!(MyBox:NSObject with { [INFO] [stderr] | ____________________________^ [INFO] [stderr] 93 | | (pub width: u32), [INFO] [stderr] 94 | | (priv height: u32), [INFO] [stderr] 95 | | (sel getThing:withOtherThing: <- my_method), [INFO] [stderr] ... | [INFO] [stderr] 101 | | }), [INFO] [stderr] 102 | | }); [INFO] [stderr] | |__________^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/class.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | let my_box_class = register_class!(MyBox:NSObject with { [INFO] [stderr] | ____________________________^ [INFO] [stderr] 93 | | (pub width: u32), [INFO] [stderr] 94 | | (priv height: u32), [INFO] [stderr] 95 | | (sel getThing:withOtherThing: <- my_method), [INFO] [stderr] ... | [INFO] [stderr] 101 | | }), [INFO] [stderr] 102 | | }); [INFO] [stderr] | |__________^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/class.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | let my_box_class = register_class!(MyBox:NSObject with { [INFO] [stderr] | ____________________________^ [INFO] [stderr] 93 | | (pub width: u32), [INFO] [stderr] 94 | | (priv height: u32), [INFO] [stderr] 95 | | (sel getThing:withOtherThing: <- my_method), [INFO] [stderr] ... | [INFO] [stderr] 101 | | }), [INFO] [stderr] 102 | | }); [INFO] [stderr] | |__________^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/class.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | let my_box_class = register_class!(MyBox:NSObject with { [INFO] [stderr] | ____________________________^ [INFO] [stderr] 93 | | (pub width: u32), [INFO] [stderr] 94 | | (priv height: u32), [INFO] [stderr] 95 | | (sel getThing:withOtherThing: <- my_method), [INFO] [stderr] ... | [INFO] [stderr] 101 | | }), [INFO] [stderr] 102 | | }); [INFO] [stderr] | |__________^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/class.rs:104:36 [INFO] [stderr] | [INFO] [stderr] 104 | let obj: *mut Object = msg_send![my_box_class, alloc]; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/class.rs:105:36 [INFO] [stderr] | [INFO] [stderr] 105 | let obj: *mut Object = msg_send![obj, init]; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/class.rs:108:31 [INFO] [stderr] | [INFO] [stderr] 108 | let x: i32 = unsafe { msg_send![*obj, add:5i32 with:6i32] }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/class.rs:112:31 [INFO] [stderr] | [INFO] [stderr] 112 | let y: i32 = unsafe { msg_send![my_box_class, mul:5 with:6] }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `obj` [INFO] [stderr] --> src/main.rs:17:30 [INFO] [stderr] | [INFO] [stderr] 17 | extern "C" fn obj_method(obj: &mut Object, sel: Sel, i1: i32, i2: i32) -> i32 { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_obj` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `sel` [INFO] [stderr] --> src/main.rs:17:48 [INFO] [stderr] | [INFO] [stderr] 17 | extern "C" fn obj_method(obj: &mut Object, sel: Sel, i1: i32, i2: i32) -> i32 { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_sel` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i1` [INFO] [stderr] --> src/main.rs:17:58 [INFO] [stderr] | [INFO] [stderr] 17 | extern "C" fn obj_method(obj: &mut Object, sel: Sel, i1: i32, i2: i32) -> i32 { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_i1` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i2` [INFO] [stderr] --> src/main.rs:17:67 [INFO] [stderr] | [INFO] [stderr] 17 | extern "C" fn obj_method(obj: &mut Object, sel: Sel, i1: i32, i2: i32) -> i32 { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_i2` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `obj` [INFO] [stderr] --> src/main.rs:26:68 [INFO] [stderr] | [INFO] [stderr] 26 | (sel getThing2:(u32)t1 withOtherThing:(u32)t2 -> u32 with |obj, sel| { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_obj` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `sel` [INFO] [stderr] --> src/main.rs:26:73 [INFO] [stderr] | [INFO] [stderr] 26 | (sel getThing2:(u32)t1 withOtherThing:(u32)t2 -> u32 with |obj, sel| { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_sel` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `t1` [INFO] [stderr] --> src/main.rs:26:29 [INFO] [stderr] | [INFO] [stderr] 26 | (sel getThing2:(u32)t1 withOtherThing:(u32)t2 -> u32 with |obj, sel| { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_t1` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `t2` [INFO] [stderr] --> src/main.rs:26:52 [INFO] [stderr] | [INFO] [stderr] 26 | (sel getThing2:(u32)t1 withOtherThing:(u32)t2 -> u32 with |obj, sel| { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_t2` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `obj` [INFO] [stderr] --> src/class.rs:87:34 [INFO] [stderr] | [INFO] [stderr] 87 | extern "C" fn obj_method(obj: &mut Object, sel: Sel, i1: i32, i2: i32) -> i32 { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_obj` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `sel` [INFO] [stderr] --> src/class.rs:87:52 [INFO] [stderr] | [INFO] [stderr] 87 | extern "C" fn obj_method(obj: &mut Object, sel: Sel, i1: i32, i2: i32) -> i32 { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_sel` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i1` [INFO] [stderr] --> src/class.rs:87:62 [INFO] [stderr] | [INFO] [stderr] 87 | extern "C" fn obj_method(obj: &mut Object, sel: Sel, i1: i32, i2: i32) -> i32 { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_i1` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i2` [INFO] [stderr] --> src/class.rs:87:71 [INFO] [stderr] | [INFO] [stderr] 87 | extern "C" fn obj_method(obj: &mut Object, sel: Sel, i1: i32, i2: i32) -> i32 { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_i2` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `obj` [INFO] [stderr] --> src/class.rs:96:56 [INFO] [stderr] | [INFO] [stderr] 96 | (sel add:(i32)t1 with:(i32)t2 -> i32 with |obj, sel| { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_obj` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `sel` [INFO] [stderr] --> src/class.rs:96:61 [INFO] [stderr] | [INFO] [stderr] 96 | (sel add:(i32)t1 with:(i32)t2 -> i32 with |obj, sel| { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_sel` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `cls` [INFO] [stderr] --> src/class.rs:99:63 [INFO] [stderr] | [INFO] [stderr] 99 | (static sel mul:(i32)t1 with:(i32)t2 -> i32 with |cls, sel| { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_cls` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `sel` [INFO] [stderr] --> src/class.rs:99:68 [INFO] [stderr] | [INFO] [stderr] 99 | (static sel mul:(i32)t1 with:(i32)t2 -> i32 with |cls, sel| { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_sel` [INFO] [stderr] [INFO] [stderr] warning: unused attribute [INFO] [stderr] --> src/class.rs:82:5 [INFO] [stderr] | [INFO] [stderr] 82 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_attributes)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.54s [INFO] running `"docker" "inspect" "0c360776e64129a72ef45860b1ab9bdeb4ba0c4afd8b27923033162710920ecf"` [INFO] running `"docker" "rm" "-f" "0c360776e64129a72ef45860b1ab9bdeb4ba0c4afd8b27923033162710920ecf"` [INFO] [stdout] 0c360776e64129a72ef45860b1ab9bdeb4ba0c4afd8b27923033162710920ecf