[INFO] fetching crate makepad-stitch 0.1.0...
[INFO] testing makepad-stitch-0.1.0 against try#bd7d74411512a3dd3b35d2f699c51dd2557c7e7e+cargoflags=-Zbuild-dir-new-layout for pr-149852-1
[INFO] extracting crate makepad-stitch 0.1.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate makepad-stitch 0.1.0
[INFO] finished tweaking crates.io crate makepad-stitch 0.1.0
[INFO] tweaked toml for crates.io crate makepad-stitch 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate makepad-stitch 0.1.0 on toolchain bd7d74411512a3dd3b35d2f699c51dd2557c7e7e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate makepad-stitch 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c9945bf9c691646dc45471b218d6ca1054dcdd5f79041351ca27a6bb302155fb
[INFO] running `Command { std: "docker" "start" "-a" "c9945bf9c691646dc45471b218d6ca1054dcdd5f79041351ca27a6bb302155fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c9945bf9c691646dc45471b218d6ca1054dcdd5f79041351ca27a6bb302155fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c9945bf9c691646dc45471b218d6ca1054dcdd5f79041351ca27a6bb302155fb", kill_on_drop: false }`
[INFO] [stdout] c9945bf9c691646dc45471b218d6ca1054dcdd5f79041351ca27a6bb302155fb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "build" "--frozen" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 56a5367415d034c5ffd9ed7ca677efe27665f6881152d200b00c1eb675744140
[INFO] running `Command { std: "docker" "start" "-a" "56a5367415d034c5ffd9ed7ca677efe27665f6881152d200b00c1eb675744140", kill_on_drop: false }`
[INFO] [stderr]    Compiling makepad-stitch v0.1.0 (/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/compile.rs:2086:47
[INFO] [stdout]      |
[INFO] [stdout] 2086 |             (OpdKind::Stack, OpdKind::Imm) if info.instr_is == info.instr_si => {
[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 <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[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] 2086 -             (OpdKind::Stack, OpdKind::Imm) if info.instr_is == info.instr_si => {
[INFO] [stdout] 2086 +             (OpdKind::Stack, OpdKind::Imm) if std::ptr::fn_addr_eq(info.instr_is, info.instr_si) => {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/exec.rs:198:27
[INFO] [stdout]     |
[INFO] [stdout] 198 |                 call_wasm as InstrSlot,
[INFO] [stdout]     |                           ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(function_casts_as_integer)]` on by default
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 198 |                 call_wasm as *const () as InstrSlot,
[INFO] [stdout]     |                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/exec.rs:201:22
[INFO] [stdout]     |
[INFO] [stdout] 201 |                 stop as InstrSlot,
[INFO] [stdout]     |                      ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 201 |                 stop as *const () as InstrSlot,
[INFO] [stdout]     |                      ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/ops.rs:422:29
[INFO] [stdout]     |
[INFO] [stdout] 422 |                 Ok(unsafe { mem::transmute(val) })
[INFO] [stdout]     |                             --------------^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             help: replace this with: `f32::to_bits`
[INFO] [stdout] ...
[INFO] [stdout] 428 | impl_reinterpret!(f32, u32);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_reinterpret` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/ops.rs:422:29
[INFO] [stdout]     |
[INFO] [stdout] 422 |                 Ok(unsafe { mem::transmute(val) })
[INFO] [stdout]     |                             --------------^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             help: replace this with: `f64::to_bits`
[INFO] [stdout] ...
[INFO] [stdout] 429 | impl_reinterpret!(f64, u64);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_reinterpret` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/ops.rs:422:29
[INFO] [stdout]     |
[INFO] [stdout] 422 |                 Ok(unsafe { mem::transmute(val) })
[INFO] [stdout]     |                             --------------^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             help: replace this with: `f32::from_bits`
[INFO] [stdout] ...
[INFO] [stdout] 430 | impl_reinterpret!(u32, f32);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_reinterpret` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/ops.rs:422:29
[INFO] [stdout]     |
[INFO] [stdout] 422 |                 Ok(unsafe { mem::transmute(val) })
[INFO] [stdout]     |                             --------------^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             help: replace this with: `f64::from_bits`
[INFO] [stdout] ...
[INFO] [stdout] 431 | impl_reinterpret!(u64, f64);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_reinterpret` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [optimized + debuginfo] target(s) in 11.83s
[INFO] running `Command { std: "docker" "inspect" "56a5367415d034c5ffd9ed7ca677efe27665f6881152d200b00c1eb675744140", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "56a5367415d034c5ffd9ed7ca677efe27665f6881152d200b00c1eb675744140", kill_on_drop: false }`
[INFO] [stdout] 56a5367415d034c5ffd9ed7ca677efe27665f6881152d200b00c1eb675744140
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "--no-run" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 623d737b9fd8700e3fb4ab1b70671faecda65c7b522a2747ddc770d4fca0a9d5
[INFO] running `Command { std: "docker" "start" "-a" "623d737b9fd8700e3fb4ab1b70671faecda65c7b522a2747ddc770d4fca0a9d5", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.82
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling serde v1.0.201
[INFO] [stderr]    Compiling either v1.11.0
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]    Compiling libc v0.2.154
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling anstyle v1.0.7
[INFO] [stderr]    Compiling clap_lex v0.7.0
[INFO] [stderr]    Compiling plotters-backend v0.3.5
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling leb128 v0.2.5
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling wasm-encoder v0.200.0
[INFO] [stderr]    Compiling unicode-width v0.1.12
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling clap_builder v4.5.2
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling bumpalo v3.16.0
[INFO] [stderr]    Compiling plotters-svg v0.3.5
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]     --> src/compile.rs:2086:47
[INFO] [stdout]      |
[INFO] [stdout] 2086 |             (OpdKind::Stack, OpdKind::Imm) if info.instr_is == info.instr_si => {
[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 <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[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] 2086 -             (OpdKind::Stack, OpdKind::Imm) if info.instr_is == info.instr_si => {
[INFO] [stdout] 2086 +             (OpdKind::Stack, OpdKind::Imm) if std::ptr::fn_addr_eq(info.instr_is, info.instr_si) => {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/exec.rs:198:27
[INFO] [stdout]     |
[INFO] [stdout] 198 |                 call_wasm as InstrSlot,
[INFO] [stdout]     |                           ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(function_casts_as_integer)]` on by default
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 198 |                 call_wasm as *const () as InstrSlot,
[INFO] [stdout]     |                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/exec.rs:201:22
[INFO] [stdout]     |
[INFO] [stdout] 201 |                 stop as InstrSlot,
[INFO] [stdout]     |                      ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 201 |                 stop as *const () as InstrSlot,
[INFO] [stdout]     |                      ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/ops.rs:422:29
[INFO] [stdout]     |
[INFO] [stdout] 422 |                 Ok(unsafe { mem::transmute(val) })
[INFO] [stdout]     |                             --------------^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             help: replace this with: `f32::to_bits`
[INFO] [stdout] ...
[INFO] [stdout] 428 | impl_reinterpret!(f32, u32);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_reinterpret` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/ops.rs:422:29
[INFO] [stdout]     |
[INFO] [stdout] 422 |                 Ok(unsafe { mem::transmute(val) })
[INFO] [stdout]     |                             --------------^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             help: replace this with: `f64::to_bits`
[INFO] [stdout] ...
[INFO] [stdout] 429 | impl_reinterpret!(f64, u64);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_reinterpret` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/ops.rs:422:29
[INFO] [stdout]     |
[INFO] [stdout] 422 |                 Ok(unsafe { mem::transmute(val) })
[INFO] [stdout]     |                             --------------^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             help: replace this with: `f32::from_bits`
[INFO] [stdout] ...
[INFO] [stdout] 430 | impl_reinterpret!(u32, f32);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_reinterpret` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/ops.rs:422:29
[INFO] [stdout]     |
[INFO] [stdout] 422 |                 Ok(unsafe { mem::transmute(val) })
[INFO] [stdout]     |                             --------------^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             help: replace this with: `f64::from_bits`
[INFO] [stdout] ...
[INFO] [stdout] 431 | impl_reinterpret!(u64, f64);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_reinterpret` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling is-terminal v0.4.12
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling syn v2.0.63
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling wast v200.0.0
[INFO] [stderr]    Compiling plotters v0.3.5
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling clap v4.5.4
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.201
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling makepad-stitch v0.1.0 (/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/compile.rs:2086:47
[INFO] [stdout]      |
[INFO] [stdout] 2086 |             (OpdKind::Stack, OpdKind::Imm) if info.instr_is == info.instr_si => {
[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 <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[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] 2086 -             (OpdKind::Stack, OpdKind::Imm) if info.instr_is == info.instr_si => {
[INFO] [stdout] 2086 +             (OpdKind::Stack, OpdKind::Imm) if std::ptr::fn_addr_eq(info.instr_is, info.instr_si) => {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/exec.rs:198:27
[INFO] [stdout]     |
[INFO] [stdout] 198 |                 call_wasm as InstrSlot,
[INFO] [stdout]     |                           ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(function_casts_as_integer)]` on by default
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 198 |                 call_wasm as *const () as InstrSlot,
[INFO] [stdout]     |                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/exec.rs:201:22
[INFO] [stdout]     |
[INFO] [stdout] 201 |                 stop as InstrSlot,
[INFO] [stdout]     |                      ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 201 |                 stop as *const () as InstrSlot,
[INFO] [stdout]     |                      ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/ops.rs:422:29
[INFO] [stdout]     |
[INFO] [stdout] 422 |                 Ok(unsafe { mem::transmute(val) })
[INFO] [stdout]     |                             --------------^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             help: replace this with: `f32::to_bits`
[INFO] [stdout] ...
[INFO] [stdout] 428 | impl_reinterpret!(f32, u32);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_reinterpret` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/ops.rs:422:29
[INFO] [stdout]     |
[INFO] [stdout] 422 |                 Ok(unsafe { mem::transmute(val) })
[INFO] [stdout]     |                             --------------^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             help: replace this with: `f64::to_bits`
[INFO] [stdout] ...
[INFO] [stdout] 429 | impl_reinterpret!(f64, u64);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_reinterpret` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/ops.rs:422:29
[INFO] [stdout]     |
[INFO] [stdout] 422 |                 Ok(unsafe { mem::transmute(val) })
[INFO] [stdout]     |                             --------------^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             help: replace this with: `f32::from_bits`
[INFO] [stdout] ...
[INFO] [stdout] 430 | impl_reinterpret!(u32, f32);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_reinterpret` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/ops.rs:422:29
[INFO] [stdout]     |
[INFO] [stdout] 422 |                 Ok(unsafe { mem::transmute(val) })
[INFO] [stdout]     |                             --------------^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             help: replace this with: `f64::from_bits`
[INFO] [stdout] ...
[INFO] [stdout] 431 | impl_reinterpret!(u64, f64);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_reinterpret` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 1m 25s
[INFO] running `Command { std: "docker" "inspect" "623d737b9fd8700e3fb4ab1b70671faecda65c7b522a2747ddc770d4fca0a9d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "623d737b9fd8700e3fb4ab1b70671faecda65c7b522a2747ddc770d4fca0a9d5", kill_on_drop: false }`
[INFO] [stdout] 623d737b9fd8700e3fb4ab1b70671faecda65c7b522a2747ddc770d4fca0a9d5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] fc6be84af346136e42caaf5d1945c88af4cc8461491de5638cb8f08077137534
[INFO] running `Command { std: "docker" "start" "-a" "fc6be84af346136e42caaf5d1945c88af4cc8461491de5638cb8f08077137534", kill_on_drop: false }`
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]     --> src/compile.rs:2086:47
[INFO] [stderr]      |
[INFO] [stderr] 2086 |             (OpdKind::Stack, OpdKind::Imm) if info.instr_is == info.instr_si => {
[INFO] [stderr]      |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the address of the same function can vary between different codegen units
[INFO] [stderr]      = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]      = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr]      = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stderr] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stderr]      |
[INFO] [stderr] 2086 -             (OpdKind::Stack, OpdKind::Imm) if info.instr_is == info.instr_si => {
[INFO] [stderr] 2086 +             (OpdKind::Stack, OpdKind::Imm) if std::ptr::fn_addr_eq(info.instr_is, info.instr_si) => {
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: direct cast of function item into an integer
[INFO] [stderr]    --> src/exec.rs:198:27
[INFO] [stderr]     |
[INFO] [stderr] 198 |                 call_wasm as InstrSlot,
[INFO] [stderr]     |                           ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(function_casts_as_integer)]` on by default
[INFO] [stderr] help: first cast to a pointer `as *const ()`
[INFO] [stderr]     |
[INFO] [stderr] 198 |                 call_wasm as *const () as InstrSlot,
[INFO] [stderr]     |                           ++++++++++++
[INFO] [stderr] 
[INFO] [stderr] warning: direct cast of function item into an integer
[INFO] [stderr]    --> src/exec.rs:201:22
[INFO] [stderr]     |
[INFO] [stderr] 201 |                 stop as InstrSlot,
[INFO] [stderr]     |                      ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: first cast to a pointer `as *const ()`
[INFO] [stderr]     |
[INFO] [stderr] 201 |                 stop as *const () as InstrSlot,
[INFO] [stderr]     |                      ++++++++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/ops.rs:422:29
[INFO] [stderr]     |
[INFO] [stderr] 422 |                 Ok(unsafe { mem::transmute(val) })
[INFO] [stderr]     |                             --------------^^^^^
[INFO] [stderr]     |                             |
[INFO] [stderr]     |                             help: replace this with: `f32::to_bits`
[INFO] [stderr] ...
[INFO] [stderr] 428 | impl_reinterpret!(f32, u32);
[INFO] [stderr]     | --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stderr]     = note: this warning originates in the macro `impl_reinterpret` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/ops.rs:422:29
[INFO] [stderr]     |
[INFO] [stderr] 422 |                 Ok(unsafe { mem::transmute(val) })
[INFO] [stderr]     |                             --------------^^^^^
[INFO] [stderr]     |                             |
[INFO] [stderr]     |                             help: replace this with: `f64::to_bits`
[INFO] [stderr] ...
[INFO] [stderr] 429 | impl_reinterpret!(f64, u64);
[INFO] [stderr]     | --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_reinterpret` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/ops.rs:422:29
[INFO] [stderr]     |
[INFO] [stderr] 422 |                 Ok(unsafe { mem::transmute(val) })
[INFO] [stderr]     |                             --------------^^^^^
[INFO] [stderr]     |                             |
[INFO] [stderr]     |                             help: replace this with: `f32::from_bits`
[INFO] [stderr] ...
[INFO] [stderr] 430 | impl_reinterpret!(u32, f32);
[INFO] [stderr]     | --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_reinterpret` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/ops.rs:422:29
[INFO] [stderr]     |
[INFO] [stderr] 422 |                 Ok(unsafe { mem::transmute(val) })
[INFO] [stderr]     |                             --------------^^^^^
[INFO] [stderr]     |                             |
[INFO] [stderr]     |                             help: replace this with: `f64::from_bits`
[INFO] [stderr] ...
[INFO] [stderr] 431 | impl_reinterpret!(u64, f64);
[INFO] [stderr]     | --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_reinterpret` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `makepad-stitch` (lib) generated 7 warnings (run `cargo fix --lib -p makepad-stitch` to apply 6 suggestions)
[INFO] [stderr] warning: `makepad-stitch` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/build/makepad-stitch/0ac4a232bd8e1534/deps/makepad_stitch-0ac4a232bd8e1534)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/build/makepad-stitch/6e28dcb32616a4a7/deps/makepad_stitch-6e28dcb32616a4a7)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/testsuite.rs (/opt/rustwide/target/debug/build/makepad-stitch/15a13bccdf19145f/deps/testsuite-15a13bccdf19145f)
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 89 tests
[INFO] [stdout] test comments ... ok
[INFO] [stdout] test custom ... ok
[INFO] [stdout] test endianness ... ok
[INFO] [stdout] test align ... ok
[INFO] [stdout] test br_if ... ok
[INFO] [stdout] test address ... ok
[INFO] [stdout] test conversions ... ok
[INFO] [stdout] test exports ... ok
[INFO] [stdout] test bulk ... ok
[INFO] [stdout] test f32_bitwise ... ok
[INFO] [stdout] test br ... ok
[INFO] [stdout] test elem ... ok
[INFO] [stdout] test call_indirect ... ok
[INFO] [stdout] test call ... ok
[INFO] [stdout] test data ... ok
[INFO] [stdout] test func ... ok
[INFO] [stdout] test forward ... ok
[INFO] [stdout] test f64_bitwise ... ok
[INFO] [stdout] test global ... ok
[INFO] [stdout] test i64 ... ok
[INFO] [stdout] test imports ... ok
[INFO] [stdout] test f32_cmp ... ok
[INFO] [stdout] test float_literals ... ok
[INFO] [stdout] test int_exprs ... ok
[INFO] [stdout] test labels ... ok
[INFO] [stdout] test func_ptrs ... ok
[INFO] [stdout] test inline_module ... ok
[INFO] [stdout] test left_to_right ... ok
[INFO] [stdout] test float_misc ... ok
[INFO] [stdout] test load ... ok
[INFO] [stdout] test linking ... ok
[INFO] [stdout] test fac ... ok
[INFO] [stdout] test binary_leb128 ... ok
[INFO] [stdout] test memory ... ok
[INFO] [stderr] 
[INFO] [stderr] thread 'memory_fill' (75) has overflowed its stack
[INFO] [stderr] fatal runtime error: stack overflow, aborting
[INFO] [stderr] error: test failed, to rerun pass `--test testsuite`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/makepad-stitch/15a13bccdf19145f/deps/testsuite-15a13bccdf19145f` (signal: 6, SIGABRT: process abort signal)
[INFO] running `Command { std: "docker" "inspect" "fc6be84af346136e42caaf5d1945c88af4cc8461491de5638cb8f08077137534", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc6be84af346136e42caaf5d1945c88af4cc8461491de5638cb8f08077137534", kill_on_drop: false }`
[INFO] [stdout] fc6be84af346136e42caaf5d1945c88af4cc8461491de5638cb8f08077137534
