[INFO] cloning repository https://github.com/rylev/dyna [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rylev/dyna" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frylev%2Fdyna", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frylev%2Fdyna'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] daf15634688548e6523edf6a2ee3f0cb9386d504 [INFO] checking rylev/dyna against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frylev%2Fdyna" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/rylev/dyna [INFO] finished tweaking git repo https://github.com/rylev/dyna [INFO] tweaked toml for git repo https://github.com/rylev/dyna written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/rylev/dyna on toolchain b1f2594eac607c1f051534800237eeedb5590a49 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/rylev/dyna 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" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7ea5b6a6322e3e1a62a71ba5addf905aa3ebf8401a9eb8889ec43b64b0e16d73 [INFO] running `Command { std: "docker" "start" "-a" "7ea5b6a6322e3e1a62a71ba5addf905aa3ebf8401a9eb8889ec43b64b0e16d73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7ea5b6a6322e3e1a62a71ba5addf905aa3ebf8401a9eb8889ec43b64b0e16d73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ea5b6a6322e3e1a62a71ba5addf905aa3ebf8401a9eb8889ec43b64b0e16d73", kill_on_drop: false }` [INFO] [stdout] 7ea5b6a6322e3e1a62a71ba5addf905aa3ebf8401a9eb8889ec43b64b0e16d73 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5ea469ff3b4e69a67a17ef00dae4fa36eae6f3a291ebae09b9312979db5719e7 [INFO] running `Command { std: "docker" "start" "-a" "5ea469ff3b4e69a67a17ef00dae4fa36eae6f3a291ebae09b9312979db5719e7", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.52 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking bitflags v2.4.2 [INFO] [stderr] Compiling semver v1.0.22 [INFO] [stderr] Compiling anyhow v1.0.80 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Checking linux-raw-sys v0.4.13 [INFO] [stderr] Compiling serde_json v1.0.114 [INFO] [stderr] Compiling cranelift-isle v0.109.0 [INFO] [stderr] Checking leb128 v0.2.5 [INFO] [stderr] Compiling cranelift-codegen-shared v0.109.0 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling target-lexicon v0.12.14 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Checking bumpalo v3.15.3 [INFO] [stderr] Compiling cranelift-codegen-meta v0.109.0 [INFO] [stderr] Compiling thiserror v1.0.57 [INFO] [stderr] Compiling io-lifetimes v2.0.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Checking slice-group-by v0.3.1 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Checking hashbrown v0.13.2 [INFO] [stderr] Checking arbitrary v1.3.2 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Checking ryu v1.0.17 [INFO] [stderr] Compiling cpp_demangle v0.4.3 [INFO] [stderr] Compiling cc v1.0.88 [INFO] [stderr] Checking either v1.10.0 [INFO] [stderr] Compiling io-extras v0.18.1 [INFO] [stderr] Checking embedded-io v0.4.0 [INFO] [stderr] Compiling zstd-safe v7.1.0 [INFO] [stderr] Checking cobs v0.2.3 [INFO] [stderr] Compiling id-arena v2.2.1 [INFO] [stderr] Compiling cap-primitives v3.1.0 [INFO] [stderr] Checking cranelift-control v0.109.0 [INFO] [stderr] Checking ambient-authority v0.0.2 [INFO] [stderr] Checking winnow v0.6.13 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking itertools v0.12.1 [INFO] [stderr] Checking wasm-encoder v0.209.1 [INFO] [stderr] Checking dirs-sys-next v0.1.2 [INFO] [stderr] Compiling wasmtime-component-macro v22.0.0 [INFO] [stderr] Checking maybe-owned v0.3.4 [INFO] [stderr] Compiling wasmtime-cache v22.0.0 [INFO] [stderr] Checking uuid v1.7.0 [INFO] [stderr] Checking wasmtime-component-util v22.0.0 [INFO] [stderr] Checking rustc-demangle v0.1.23 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking directories-next v2.0.0 [INFO] [stderr] Checking debugid v0.8.0 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Checking wasmtime-asm-macros v22.0.0 [INFO] [stderr] Compiling cap-std v3.1.0 [INFO] [stderr] Checking rayon-core v1.12.1 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling wast v35.0.2 [INFO] [stderr] Checking wasmtime-jit-icache-coherence v22.0.0 [INFO] [stderr] Checking wasmtime-slab v22.0.0 [INFO] [stderr] Checking sptr v0.3.2 [INFO] [stderr] Compiling shellexpand v2.1.2 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Compiling wiggle-macro v22.0.0 [INFO] [stderr] Compiling wit-bindgen-rt v0.26.0 [INFO] [stderr] Checking unicode-normalization v0.1.23 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Compiling cap-fs-ext v3.1.0 [INFO] [stderr] Checking rayon v1.9.0 [INFO] [stderr] Compiling system-interface v0.27.2 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Compiling zstd-sys v2.0.11+zstd.1.5.6 [INFO] [stderr] Compiling ittapi-sys v0.4.0 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking socket2 v0.5.6 [INFO] [stderr] Checking iana-time-zone v0.1.60 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Checking static-guest v0.1.0 (/opt/rustwide/workdir/example/static-guest) [INFO] [stderr] Checking dynamic-guest v0.1.0 (/opt/rustwide/workdir/example/dynamic-guest) [INFO] [stderr] Checking url v2.5.0 [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> example/static-guest/src/bindings.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | let ptr1 = _RET_AREA.0.as_mut_ptr().cast::(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [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)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> example/static-guest/src/bindings.rs:93:32 [INFO] [stdout] | [INFO] [stdout] 93 | let ptr1 = _RET_AREA.0.as_mut_ptr().cast::(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [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] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> example/static-guest/src/bindings.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | let ptr1 = _RET_AREA.0.as_mut_ptr().cast::(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [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)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> example/static-guest/src/bindings.rs:93:32 [INFO] [stdout] | [INFO] [stdout] 93 | let ptr1 = _RET_AREA.0.as_mut_ptr().cast::(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [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] [INFO] [stdout] [INFO] [stderr] Checking ittapi v0.4.0 [INFO] [stderr] Checking cap-rand v3.1.0 [INFO] [stderr] Compiling cranelift-codegen v0.109.0 [INFO] [stderr] Compiling indexmap v2.2.4 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Compiling wasmtime-versioned-export-macros v22.0.0 [INFO] [stderr] Compiling thiserror-impl v1.0.57 [INFO] [stderr] Compiling async-trait v0.1.77 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling wasmparser v0.209.1 [INFO] [stderr] Compiling wasmtime-fiber v22.0.0 [INFO] [stderr] Compiling wasmtime v22.0.0 [INFO] [stderr] Compiling witx v0.9.1 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking fs-set-times v0.20.1 [INFO] [stderr] Checking memfd v0.6.4 [INFO] [stderr] Checking cap-time-ext v3.1.0 [INFO] [stderr] Compiling wiggle-generate v22.0.0 [INFO] [stderr] Checking zstd v0.13.1 [INFO] [stderr] Checking smallvec v1.13.1 [INFO] [stderr] Checking cranelift-entity v0.109.0 [INFO] [stderr] Checking toml_datetime v0.6.6 [INFO] [stderr] Checking postcard v1.0.8 [INFO] [stderr] Checking serde_spanned v0.6.6 [INFO] [stderr] Compiling wit-parser v0.209.1 [INFO] [stderr] Checking regalloc2 v0.9.3 [INFO] [stderr] Checking spdx v0.10.4 [INFO] [stderr] Checking parking_lot_core v0.9.9 [INFO] [stderr] Checking cap-net-ext v3.1.0 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking cranelift-bforest v0.109.0 [INFO] [stderr] Checking tokio v1.36.0 [INFO] [stderr] Checking fxprof-processed-profile v0.6.0 [INFO] [stderr] Checking gimli v0.28.1 [INFO] [stderr] Checking wasmparser v0.211.1 [INFO] [stderr] Checking object v0.36.0 [INFO] [stderr] Checking toml_edit v0.22.14 [INFO] [stderr] Compiling wasmtime-wit-bindgen v22.0.0 [INFO] [stderr] Checking toml v0.8.14 [INFO] [stderr] Checking addr2line v0.21.0 [INFO] [stderr] Checking wasmtime-types v22.0.0 [INFO] [stderr] Checking wasmprinter v0.209.1 [INFO] [stderr] Checking wasmtime-jit-debug v22.0.0 [INFO] [stderr] Checking wasmtime-environ v22.0.0 [INFO] [stderr] Checking wasm-encoder v0.211.1 [INFO] [stderr] Checking wit-parser v0.211.1 [INFO] [stderr] Checking wast v211.0.1 [INFO] [stderr] Checking wasm-metadata v0.211.1 [INFO] [stderr] Checking wit-component v0.211.1 [INFO] [stderr] Checking wat v1.211.1 [INFO] [stderr] Checking cranelift-frontend v0.109.0 [INFO] [stderr] Checking cranelift-native v0.109.0 [INFO] [stderr] Checking cranelift-wasm v0.109.0 [INFO] [stderr] Checking wasmtime-cranelift v22.0.0 [INFO] [stderr] Checking wiggle v22.0.0 [INFO] [stderr] Checking dyna v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking wasmtime-wasi v22.0.0 [INFO] [stderr] Checking host v0.1.0 (/opt/rustwide/workdir/example/host) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s [INFO] running `Command { std: "docker" "inspect" "5ea469ff3b4e69a67a17ef00dae4fa36eae6f3a291ebae09b9312979db5719e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ea469ff3b4e69a67a17ef00dae4fa36eae6f3a291ebae09b9312979db5719e7", kill_on_drop: false }` [INFO] [stdout] 5ea469ff3b4e69a67a17ef00dae4fa36eae6f3a291ebae09b9312979db5719e7