[INFO] fetching crate ezhook 0.2.2... [INFO] checking ezhook-0.2.2 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate ezhook 0.2.2 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate ezhook 0.2.2 [INFO] finished tweaking crates.io crate ezhook 0.2.2 [INFO] tweaked toml for crates.io crate ezhook 0.2.2 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate ezhook 0.2.2 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 5 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded lde v0.3.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2b9644a89fb575accf47c8545a6ae41d5cecfca4ea9acc224cc6729f5ddb668a [INFO] running `Command { std: "docker" "start" "-a" "2b9644a89fb575accf47c8545a6ae41d5cecfca4ea9acc224cc6729f5ddb668a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2b9644a89fb575accf47c8545a6ae41d5cecfca4ea9acc224cc6729f5ddb668a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b9644a89fb575accf47c8545a6ae41d5cecfca4ea9acc224cc6729f5ddb668a", kill_on_drop: false }` [INFO] [stdout] 2b9644a89fb575accf47c8545a6ae41d5cecfca4ea9acc224cc6729f5ddb668a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ba2679ee3c5cb24f7890d2d87101337ae0433e49ea02bbc2621dfa2eda826a6b [INFO] running `Command { std: "docker" "start" "-a" "ba2679ee3c5cb24f7890d2d87101337ae0433e49ea02bbc2621dfa2eda826a6b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Checking ezhook v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/local/swap.rs:189:21 [INFO] [stdout] | [INFO] [stdout] 189 | assert!(unsafe { hook.target() } == square); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint [INFO] [stdout] | [INFO] [stdout] 189 - assert!(unsafe { hook.target() } == square); [INFO] [stdout] 189 + assert!(std::ptr::fn_addr_eq(unsafe { hook.target() }, square as fn(i32) -> i32)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/local/swap.rs:195:21 [INFO] [stdout] | [INFO] [stdout] 195 | assert!(unsafe { hook.target() } == square); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint [INFO] [stdout] | [INFO] [stdout] 195 - assert!(unsafe { hook.target() } == square); [INFO] [stdout] 195 + assert!(std::ptr::fn_addr_eq(unsafe { hook.target() }, square as fn(i32) -> i32)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/local/swap.rs:201:21 [INFO] [stdout] | [INFO] [stdout] 201 | assert!(unsafe { hook.target() } == square); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint [INFO] [stdout] | [INFO] [stdout] 201 - assert!(unsafe { hook.target() } == square); [INFO] [stdout] 201 + assert!(std::ptr::fn_addr_eq(unsafe { hook.target() }, square as fn(i32) -> i32)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/local/swap.rs:219:21 [INFO] [stdout] | [INFO] [stdout] 219 | assert!(unsafe { add_one_before::target() } == square); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint [INFO] [stdout] | [INFO] [stdout] 219 - assert!(unsafe { add_one_before::target() } == square); [INFO] [stdout] 219 + assert!(std::ptr::fn_addr_eq(unsafe { add_one_before::target() }, square as fn(i32) -> i32)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/local/swap.rs:225:21 [INFO] [stdout] | [INFO] [stdout] 225 | assert!(unsafe { add_one_before::target() } == square); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint [INFO] [stdout] | [INFO] [stdout] 225 - assert!(unsafe { add_one_before::target() } == square); [INFO] [stdout] 225 + assert!(std::ptr::fn_addr_eq(unsafe { add_one_before::target() }, square as fn(i32) -> i32)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/local/swap.rs:231:21 [INFO] [stdout] | [INFO] [stdout] 231 | assert!(unsafe { add_one_before::target() } == square); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint [INFO] [stdout] | [INFO] [stdout] 231 - assert!(unsafe { add_one_before::target() } == square); [INFO] [stdout] 231 + assert!(std::ptr::fn_addr_eq(unsafe { add_one_before::target() }, square as fn(i32) -> i32)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/local/swap.rs:132:17 [INFO] [stdout] | [INFO] [stdout] 132 | __ez_HOOK.hook(target) [INFO] [stdout] | ^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] ... [INFO] [stdout] 170 | / local_swap_hook! { [INFO] [stdout] 171 | | fn add_one_before(x: i32) -> i32 { [INFO] [stdout] 172 | | orig!(x + 1) [INFO] [stdout] 173 | | } [INFO] [stdout] 174 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `$crate::local_swap_hook` which comes from the expansion of the macro `local_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/local/swap.rs:137:17 [INFO] [stdout] | [INFO] [stdout] 137 | __ez_HOOK.unhook() [INFO] [stdout] | ^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] ... [INFO] [stdout] 170 | / local_swap_hook! { [INFO] [stdout] 171 | | fn add_one_before(x: i32) -> i32 { [INFO] [stdout] 172 | | orig!(x + 1) [INFO] [stdout] 173 | | } [INFO] [stdout] 174 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] = note: this warning originates in the macro `$crate::local_swap_hook` which comes from the expansion of the macro `local_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/local/swap.rs:142:17 [INFO] [stdout] | [INFO] [stdout] 142 | __ez_HOOK.toggle() [INFO] [stdout] | ^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] ... [INFO] [stdout] 170 | / local_swap_hook! { [INFO] [stdout] 171 | | fn add_one_before(x: i32) -> i32 { [INFO] [stdout] 172 | | orig!(x + 1) [INFO] [stdout] 173 | | } [INFO] [stdout] 174 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] = note: this warning originates in the macro `$crate::local_swap_hook` which comes from the expansion of the macro `local_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/local/swap.rs:147:17 [INFO] [stdout] | [INFO] [stdout] 147 | __ez_HOOK.target() [INFO] [stdout] | ^^^^^^^^^ shared reference to mutable static [INFO] [stdout] ... [INFO] [stdout] 170 | / local_swap_hook! { [INFO] [stdout] 171 | | fn add_one_before(x: i32) -> i32 { [INFO] [stdout] 172 | | orig!(x + 1) [INFO] [stdout] 173 | | } [INFO] [stdout] 174 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: this warning originates in the macro `$crate::local_swap_hook` which comes from the expansion of the macro `local_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/remote/swap.rs:160:21 [INFO] [stdout] | [INFO] [stdout] 160 | assert!(unsafe { hook.target() } == square); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint [INFO] [stdout] | [INFO] [stdout] 160 - assert!(unsafe { hook.target() } == square); [INFO] [stdout] 160 + assert!(std::ptr::fn_addr_eq(unsafe { hook.target() }, square as fn(i32) -> i32)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/remote/swap.rs:166:21 [INFO] [stdout] | [INFO] [stdout] 166 | assert!(unsafe { hook.target() } == square); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint [INFO] [stdout] | [INFO] [stdout] 166 - assert!(unsafe { hook.target() } == square); [INFO] [stdout] 166 + assert!(std::ptr::fn_addr_eq(unsafe { hook.target() }, square as fn(i32) -> i32)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/remote/swap.rs:172:21 [INFO] [stdout] | [INFO] [stdout] 172 | assert!(unsafe { hook.target() } == square); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint [INFO] [stdout] | [INFO] [stdout] 172 - assert!(unsafe { hook.target() } == square); [INFO] [stdout] 172 + assert!(std::ptr::fn_addr_eq(unsafe { hook.target() }, square as fn(i32) -> i32)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/remote/swap.rs:98:44 [INFO] [stdout] | [INFO] [stdout] 98 | $crate::remote::swap::len(&__ez_hook::__ez_HOOK, __ez_hook::$name) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] ... [INFO] [stdout] 123 | / remote_swap_hook! { [INFO] [stdout] 124 | | #[hook] [INFO] [stdout] 125 | | fn add_one_before(x: i32) -> i32 { [INFO] [stdout] 126 | | orig!(x + 1) [INFO] [stdout] 127 | | } [INFO] [stdout] 128 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: this warning originates in the macro `$crate::remote_swap_hook` which comes from the expansion of the macro `remote_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/remote/swap.rs:102:24 [INFO] [stdout] | [INFO] [stdout] 102 | dest: &'static mut [u8], [INFO] [stdout] | ^^^^^^^ the lifetime is named here [INFO] [stdout] 103 | ) -> &mut $crate::local::swap::Hook<__ez_Func> { [INFO] [stdout] | ----------------------------------------- the same lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 123 | / remote_swap_hook! { [INFO] [stdout] 124 | | #[hook] [INFO] [stdout] 125 | | fn add_one_before(x: i32) -> i32 { [INFO] [stdout] 126 | | orig!(x + 1) [INFO] [stdout] 127 | | } [INFO] [stdout] 128 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `$crate::remote_swap_hook` which comes from the expansion of the macro `remote_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'static` [INFO] [stdout] | [INFO] [stdout] 103 | ) -> &'static mut $crate::local::swap::Hook<__ez_Func> { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/remote/swap.rs:104:48 [INFO] [stdout] | [INFO] [stdout] 104 | $crate::remote::swap::copy_to(&__ez_hook::__ez_HOOK, __ez_hook::$name, dest) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] ... [INFO] [stdout] 123 | / remote_swap_hook! { [INFO] [stdout] 124 | | #[hook] [INFO] [stdout] 125 | | fn add_one_before(x: i32) -> i32 { [INFO] [stdout] 126 | | orig!(x + 1) [INFO] [stdout] 127 | | } [INFO] [stdout] 128 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: this warning originates in the macro `$crate::remote_swap_hook` which comes from the expansion of the macro `remote_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/remote/swap.rs:56:33 [INFO] [stdout] | [INFO] [stdout] 56 | __ez_HOOK.toggle_inline(); [INFO] [stdout] | ^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] ... [INFO] [stdout] 126 | orig!(x + 1) [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] = note: this warning originates in the macro `orig` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/remote/swap.rs:58:33 [INFO] [stdout] | [INFO] [stdout] 58 | __ez_HOOK.target_inline() [INFO] [stdout] | ^^^^^^^^^ shared reference to mutable static [INFO] [stdout] ... [INFO] [stdout] 126 | orig!(x + 1) [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: this warning originates in the macro `orig` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/remote/swap.rs:65:33 [INFO] [stdout] | [INFO] [stdout] 65 | __ez_HOOK.toggle_inline(); [INFO] [stdout] | ^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] ... [INFO] [stdout] 126 | orig!(x + 1) [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] = note: this warning originates in the macro `orig` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/remote/swap.rs:98:44 [INFO] [stdout] | [INFO] [stdout] 98 | $crate::remote::swap::len(&__ez_hook::__ez_HOOK, __ez_hook::$name) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] ... [INFO] [stdout] 130 | / remote_swap_hook! { [INFO] [stdout] 131 | | #[hook] [INFO] [stdout] 132 | | fn delayed(x: i32) -> i32 { [INFO] [stdout] 133 | | update_last(orig!(x)) [INFO] [stdout] ... | [INFO] [stdout] 142 | | static mut LAST: i32 = 0; [INFO] [stdout] 143 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: this warning originates in the macro `$crate::remote_swap_hook` which comes from the expansion of the macro `remote_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/remote/swap.rs:102:24 [INFO] [stdout] | [INFO] [stdout] 102 | dest: &'static mut [u8], [INFO] [stdout] | ^^^^^^^ the lifetime is named here [INFO] [stdout] 103 | ) -> &mut $crate::local::swap::Hook<__ez_Func> { [INFO] [stdout] | ----------------------------------------- the same lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 130 | / remote_swap_hook! { [INFO] [stdout] 131 | | #[hook] [INFO] [stdout] 132 | | fn delayed(x: i32) -> i32 { [INFO] [stdout] 133 | | update_last(orig!(x)) [INFO] [stdout] ... | [INFO] [stdout] 142 | | static mut LAST: i32 = 0; [INFO] [stdout] 143 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `$crate::remote_swap_hook` which comes from the expansion of the macro `remote_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consistently use `'static` [INFO] [stdout] | [INFO] [stdout] 103 | ) -> &'static mut $crate::local::swap::Hook<__ez_Func> { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/remote/swap.rs:104:48 [INFO] [stdout] | [INFO] [stdout] 104 | $crate::remote::swap::copy_to(&__ez_hook::__ez_HOOK, __ez_hook::$name, dest) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] ... [INFO] [stdout] 130 | / remote_swap_hook! { [INFO] [stdout] 131 | | #[hook] [INFO] [stdout] 132 | | fn delayed(x: i32) -> i32 { [INFO] [stdout] 133 | | update_last(orig!(x)) [INFO] [stdout] ... | [INFO] [stdout] 142 | | static mut LAST: i32 = 0; [INFO] [stdout] 143 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: this warning originates in the macro `$crate::remote_swap_hook` which comes from the expansion of the macro `remote_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/remote/swap.rs:56:33 [INFO] [stdout] | [INFO] [stdout] 56 | __ez_HOOK.toggle_inline(); [INFO] [stdout] | ^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] ... [INFO] [stdout] 133 | update_last(orig!(x)) [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] = note: this warning originates in the macro `orig` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/remote/swap.rs:58:33 [INFO] [stdout] | [INFO] [stdout] 58 | __ez_HOOK.target_inline() [INFO] [stdout] | ^^^^^^^^^ shared reference to mutable static [INFO] [stdout] ... [INFO] [stdout] 133 | update_last(orig!(x)) [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: this warning originates in the macro `orig` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/remote/swap.rs:65:33 [INFO] [stdout] | [INFO] [stdout] 65 | __ez_HOOK.toggle_inline(); [INFO] [stdout] | ^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] ... [INFO] [stdout] 133 | update_last(orig!(x)) [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] = note: this warning originates in the macro `orig` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s [INFO] running `Command { std: "docker" "inspect" "ba2679ee3c5cb24f7890d2d87101337ae0433e49ea02bbc2621dfa2eda826a6b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba2679ee3c5cb24f7890d2d87101337ae0433e49ea02bbc2621dfa2eda826a6b", kill_on_drop: false }` [INFO] [stdout] ba2679ee3c5cb24f7890d2d87101337ae0433e49ea02bbc2621dfa2eda826a6b