[INFO] cloning repository https://github.com/mudpuppy-rs/mudpuppy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mudpuppy-rs/mudpuppy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmudpuppy-rs%2Fmudpuppy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmudpuppy-rs%2Fmudpuppy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3199e83e6173df178f17906b721630d927789c87
[INFO] checking mudpuppy-rs/mudpuppy against e977a0b5ab976a591981e7263bd67a71a4f79308 for pr-158914
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmudpuppy-rs%2Fmudpuppy" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mudpuppy-rs/mudpuppy
[INFO] finished tweaking git repo https://github.com/mudpuppy-rs/mudpuppy
[INFO] tweaked toml for git repo https://github.com/mudpuppy-rs/mudpuppy written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mudpuppy-rs/mudpuppy on toolchain e977a0b5ab976a591981e7263bd67a71a4f79308
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mudpuppy-rs/mudpuppy 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" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6bd175d55572e3056551e240b432e3506cfc89fb5b927f228bcea5379639bb7c
[INFO] running `Command { std: "docker" "start" "6bd175d55572e3056551e240b432e3506cfc89fb5b927f228bcea5379639bb7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6bd175d55572e3056551e240b432e3506cfc89fb5b927f228bcea5379639bb7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6bd175d55572e3056551e240b432e3506cfc89fb5b927f228bcea5379639bb7c" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6bd175d55572e3056551e240b432e3506cfc89fb5b927f228bcea5379639bb7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6bd175d55572e3056551e240b432e3506cfc89fb5b927f228bcea5379639bb7c" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling target-lexicon v0.13.3
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling cc v1.2.48
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]     Checking rustls-pki-types v1.13.1
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]     Checking tracing-core v0.1.35
[INFO] [stderr]     Checking winnow v0.7.14
[INFO] [stderr]    Compiling instability v0.3.10
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]     Checking toml_writer v1.0.4
[INFO] [stderr]     Checking unindent v0.2.4
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking clap_lex v0.7.6
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]     Checking clap_builder v4.5.53
[INFO] [stderr]     Checking tracing v0.1.43
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling pyo3-async-runtimes-macros v0.27.0
[INFO] [stderr]     Checking vte v0.14.1
[INFO] [stderr]    Compiling mudpuppy v0.1.0 (/opt/rustwide/workdir/mudpuppy)
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking notify-types v2.0.0
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]    Compiling pyo3-build-config v0.27.2
[INFO] [stderr]     Checking strip-ansi-escapes v0.2.1
[INFO] [stderr]     Checking rustix v1.1.2
[INFO] [stderr]     Checking webpki-roots v1.0.4
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking clap v4.5.53
[INFO] [stderr]     Checking toml_parser v1.0.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.7
[INFO] [stderr]     Checking mio v1.1.0
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]    Compiling pyo3-macros-backend v0.27.2
[INFO] [stderr]    Compiling pyo3-ffi v0.27.2
[INFO] [stderr]    Compiling pyo3 v0.27.2
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking inotify v0.11.0
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking uuid v1.18.1
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking notify v8.2.0
[INFO] [stderr]     Checking directories v6.0.0
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking toml_datetime v0.7.3
[INFO] [stderr]     Checking serde_spanned v1.0.3
[INFO] [stderr]     Checking serde_json v1.0.145
[INFO] [stderr]     Checking better-panic v0.3.0
[INFO] [stderr]     Checking toml v0.9.8
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]     Checking os_info v3.13.0
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking config v0.15.19
[INFO] [stderr]     Checking human-panic v2.0.4
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking tracing-error v0.2.1
[INFO] [stderr]     Checking ansi-to-tui v7.0.0
[INFO] [stderr]     Checking rustls-webpki v0.103.8
[INFO] [stderr]    Compiling pyo3-macros v0.27.2
[INFO] [stderr]     Checking happy-eyeballs v0.2.1
[INFO] [stderr]     Checking tokio-util v0.7.17
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking pyo3-async-runtimes v0.27.0
[INFO] [stderr]     Checking pyo3-pylogger v0.5.2
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> mudpuppy/src/python/api.rs:747:1
[INFO] [stdout]     |
[INFO] [stdout] 747 | #[pymodule]
[INFO] [stdout]     | ^^^^^^^^^^-
[INFO] [stdout]     | |         |
[INFO] [stdout]     | |         temporary value is freed at the end of this statement
[INFO] [stdout]     | creates a temporary value which is freed while still in use
[INFO] [stdout]     | argument requires that borrow lasts for `'static`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `pymodule` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> mudpuppy/src/python/api.rs:747:1
[INFO] [stdout]     |
[INFO] [stdout] 747 | #[pymodule]
[INFO] [stdout]     | ^^^^^^^^^^-
[INFO] [stdout]     | |         |
[INFO] [stdout]     | |         temporary value is freed at the end of this statement
[INFO] [stdout]     | creates a temporary value which is freed while still in use
[INFO] [stdout]     | argument requires that borrow lasts for `'static`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `pymodule` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mudpuppy` (bin "mudpuppy") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `mudpuppy` (bin "mudpuppy" test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "6bd175d55572e3056551e240b432e3506cfc89fb5b927f228bcea5379639bb7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6bd175d55572e3056551e240b432e3506cfc89fb5b927f228bcea5379639bb7c", kill_on_drop: false }`
[INFO] [stdout] 6bd175d55572e3056551e240b432e3506cfc89fb5b927f228bcea5379639bb7c
