[INFO] cloning repository https://github.com/AureleM1958/MRZEROCOREMODIF [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AureleM1958/MRZEROCOREMODIF" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAureleM1958%2FMRZEROCOREMODIF", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAureleM1958%2FMRZEROCOREMODIF'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 53fdc668ec91e98b05892fc4257c470c50a4fec1 [INFO] building AureleM1958/MRZEROCOREMODIF against master#f5209000832c9d3bc29c91f4daef4ca9f28dc797+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAureleM1958%2FMRZEROCOREMODIF" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/AureleM1958/MRZEROCOREMODIF [INFO] finished tweaking git repo https://github.com/AureleM1958/MRZEROCOREMODIF [INFO] tweaked toml for git repo https://github.com/AureleM1958/MRZEROCOREMODIF written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/AureleM1958/MRZEROCOREMODIF on toolchain f5209000832c9d3bc29c91f4daef4ca9f28dc797 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f5209000832c9d3bc29c91f4daef4ca9f28dc797" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/AureleM1958/MRZEROCOREMODIF 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" "+f5209000832c9d3bc29c91f4daef4ca9f28dc797" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded indoc v2.0.5 [INFO] [stderr] Downloaded pyo3-macros v0.21.2 [INFO] [stderr] Downloaded parking_lot v0.12.2 [INFO] [stderr] Downloaded pyo3-build-config v0.21.2 [INFO] [stderr] Downloaded pyo3-ffi v0.21.2 [INFO] [stderr] Downloaded proc-macro2 v1.0.83 [INFO] [stderr] Downloaded pyo3-macros-backend v0.21.2 [INFO] [stderr] Downloaded syn v2.0.65 [INFO] [stderr] Downloaded pyo3 v0.21.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+f5209000832c9d3bc29c91f4daef4ca9f28dc797" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c3ab5c8be397d43e0ee335ad12941a1b6859b1aded8955143e8bce16b5483c29 [INFO] running `Command { std: "docker" "start" "-a" "c3ab5c8be397d43e0ee335ad12941a1b6859b1aded8955143e8bce16b5483c29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c3ab5c8be397d43e0ee335ad12941a1b6859b1aded8955143e8bce16b5483c29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c3ab5c8be397d43e0ee335ad12941a1b6859b1aded8955143e8bce16b5483c29", kill_on_drop: false }` [INFO] [stdout] c3ab5c8be397d43e0ee335ad12941a1b6859b1aded8955143e8bce16b5483c29 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+f5209000832c9d3bc29c91f4daef4ca9f28dc797" "build" "--frozen" "--message-format=json" "--target" "wasm32-wasip1", kill_on_drop: false }` [INFO] [stdout] 0815b31ffbb722dcccfb95b80da61413197b8667faf7c1728811376dcccb9c28 [INFO] running `Command { std: "docker" "start" "-a" "0815b31ffbb722dcccfb95b80da61413197b8667faf7c1728811376dcccb9c28", kill_on_drop: false }` [INFO] [stderr] Compiling target-lexicon v0.12.14 [INFO] [stderr] Compiling proc-macro2 v1.0.83 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling portable-atomic v1.6.0 [INFO] [stderr] Compiling unindent v0.2.3 [INFO] [stderr] Compiling parking_lot v0.12.2 [INFO] [stderr] Compiling indoc v2.0.5 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.65 [INFO] [stderr] Compiling pyo3-build-config v0.21.2 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling pyo3-ffi v0.21.2 [INFO] [stderr] Compiling pyo3 v0.21.2 [INFO] [stderr] Compiling pyo3-macros-backend v0.21.2 [INFO] [stderr] Compiling pyo3-macros v0.21.2 [INFO] [stderr] Compiling mrzero_core v0.3.13 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `pyo3::types::PyList::empty`: `PyList::empty` will be replaced by `PyList::empty_bound` in a future PyO3 version [INFO] [stdout] --> src/lib.rs:43:37 [INFO] [stdout] | [INFO] [stdout] 43 | ancestors: Some(PyList::empty(py).into()), [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pyo3::types::PyComplex::from_doubles`: `PyComplex::from_doubles` will be replaced by `PyComplex::from_doubles_bound` in a future PyO3 version [INFO] [stdout] --> src/lib.rs:46:42 [INFO] [stdout] | [INFO] [stdout] 46 | prepass_mag: Some(PyComplex::from_doubles(py, 0.0, 0.0).into()), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `pyo3::Py::::as_ref`: use `obj.bind(py)` instead of `obj.as_ref(py)` [INFO] [stdout] --> src/lib.rs:88:34 [INFO] [stdout] | [INFO] [stdout] 88 | Some(a) => a.as_ref(py).len(), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `pyo3::Py::::as_ref`: use `obj.bind(py)` instead of `obj.as_ref(py)` [INFO] [stdout] --> src/lib.rs:223:22 [INFO] [stdout] | [INFO] [stdout] 223 | .as_ref(py) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pyo3::types::PyTuple::new`: `PyTuple::new` will be replaced by `PyTuple::new_bound` in a future PyO3 version [INFO] [stdout] --> src/lib.rs:224:38 [INFO] [stdout] | [INFO] [stdout] 224 | .append(PyTuple::new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pyo3::types::PyString::new`: `PyString::new` will be replaced by `PyString::new_bound` in a future PyO3 version [INFO] [stdout] --> src/lib.rs:227:39 [INFO] [stdout] | [INFO] [stdout] 227 | ... PyString::new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `pyo3::Py::::as_ref`: use `obj.bind(py)` instead of `obj.as_ref(py)` [INFO] [stdout] --> src/lib.rs:232:41 [INFO] [stdout] | [INFO] [stdout] 232 | ... py_ancestor.as_ref(py), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pyo3::types::PyComplex::from_doubles`: `PyComplex::from_doubles` will be replaced by `PyComplex::from_doubles_bound` in a future PyO3 version [INFO] [stdout] --> src/lib.rs:233:40 [INFO] [stdout] | [INFO] [stdout] 233 | ... PyComplex::from_doubles( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pyo3::types::PyComplex::from_doubles`: `PyComplex::from_doubles` will be replaced by `PyComplex::from_doubles_bound` in a future PyO3 version [INFO] [stdout] --> src/lib.rs:246:33 [INFO] [stdout] | [INFO] [stdout] 246 | Some(PyComplex::from_doubles(py, mag.re as f64, mag.im as f64).into()) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pyo3::types::PyList::new`: `PyList::new` will be replaced by `PyList::new_bound` in a future PyO3 version [INFO] [stdout] --> src/lib.rs:262:28 [INFO] [stdout] | [INFO] [stdout] 262 | let py_graph = PyList::new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pyo3::types::PyList::new`: `PyList::new` will be replaced by `PyList::new_bound` in a future PyO3 version [INFO] [stdout] --> src/lib.rs:265:21 [INFO] [stdout] | [INFO] [stdout] 265 | PyList::new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `pyo3::deprecations::GilRefs::::function_arg`: use `&Bound<'_, T>` instead for this function argument [INFO] [stdout] --> src/lib.rs:115:10 [INFO] [stdout] | [INFO] [stdout] 115 | seq: &PyList, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `pyo3::deprecations::GilRefs::::function_arg`: use `&Bound<'_, T>` instead for this function argument [INFO] [stdout] --> src/lib.rs:125:18 [INFO] [stdout] | [INFO] [stdout] 125 | avg_b1_trig: &PyAny, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `pyo3::deprecations::GilRefs::::function_arg`: use `&Bound<'_, T>` instead for this function argument [INFO] [stdout] --> src/lib.rs:287:26 [INFO] [stdout] | [INFO] [stdout] 287 | fn _prepass(_py: Python, m: &PyModule) -> PyResult<()> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.59s [INFO] running `Command { std: "docker" "inspect" "0815b31ffbb722dcccfb95b80da61413197b8667faf7c1728811376dcccb9c28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0815b31ffbb722dcccfb95b80da61413197b8667faf7c1728811376dcccb9c28", kill_on_drop: false }` [INFO] [stdout] 0815b31ffbb722dcccfb95b80da61413197b8667faf7c1728811376dcccb9c28 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+f5209000832c9d3bc29c91f4daef4ca9f28dc797" "test" "--frozen" "--no-run" "--message-format=json" "--target" "wasm32-wasip1", kill_on_drop: false }` [INFO] [stdout] f04e76005f006f49b0419590819b63e191571d1da2ec610d7b6026c2a4f84c5b [INFO] running `Command { std: "docker" "start" "-a" "f04e76005f006f49b0419590819b63e191571d1da2ec610d7b6026c2a4f84c5b", kill_on_drop: false }` [INFO] [stderr] Compiling mrzero_core v0.3.13 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `pyo3::types::PyList::empty`: `PyList::empty` will be replaced by `PyList::empty_bound` in a future PyO3 version [INFO] [stdout] --> src/lib.rs:43:37 [INFO] [stdout] | [INFO] [stdout] 43 | ancestors: Some(PyList::empty(py).into()), [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pyo3::types::PyComplex::from_doubles`: `PyComplex::from_doubles` will be replaced by `PyComplex::from_doubles_bound` in a future PyO3 version [INFO] [stdout] --> src/lib.rs:46:42 [INFO] [stdout] | [INFO] [stdout] 46 | prepass_mag: Some(PyComplex::from_doubles(py, 0.0, 0.0).into()), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `pyo3::Py::::as_ref`: use `obj.bind(py)` instead of `obj.as_ref(py)` [INFO] [stdout] --> src/lib.rs:88:34 [INFO] [stdout] | [INFO] [stdout] 88 | Some(a) => a.as_ref(py).len(), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `pyo3::Py::::as_ref`: use `obj.bind(py)` instead of `obj.as_ref(py)` [INFO] [stdout] --> src/lib.rs:223:22 [INFO] [stdout] | [INFO] [stdout] 223 | .as_ref(py) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pyo3::types::PyTuple::new`: `PyTuple::new` will be replaced by `PyTuple::new_bound` in a future PyO3 version [INFO] [stdout] --> src/lib.rs:224:38 [INFO] [stdout] | [INFO] [stdout] 224 | .append(PyTuple::new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pyo3::types::PyString::new`: `PyString::new` will be replaced by `PyString::new_bound` in a future PyO3 version [INFO] [stdout] --> src/lib.rs:227:39 [INFO] [stdout] | [INFO] [stdout] 227 | ... PyString::new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `pyo3::Py::::as_ref`: use `obj.bind(py)` instead of `obj.as_ref(py)` [INFO] [stdout] --> src/lib.rs:232:41 [INFO] [stdout] | [INFO] [stdout] 232 | ... py_ancestor.as_ref(py), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pyo3::types::PyComplex::from_doubles`: `PyComplex::from_doubles` will be replaced by `PyComplex::from_doubles_bound` in a future PyO3 version [INFO] [stdout] --> src/lib.rs:233:40 [INFO] [stdout] | [INFO] [stdout] 233 | ... PyComplex::from_doubles( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pyo3::types::PyComplex::from_doubles`: `PyComplex::from_doubles` will be replaced by `PyComplex::from_doubles_bound` in a future PyO3 version [INFO] [stdout] --> src/lib.rs:246:33 [INFO] [stdout] | [INFO] [stdout] 246 | Some(PyComplex::from_doubles(py, mag.re as f64, mag.im as f64).into()) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pyo3::types::PyList::new`: `PyList::new` will be replaced by `PyList::new_bound` in a future PyO3 version [INFO] [stdout] --> src/lib.rs:262:28 [INFO] [stdout] | [INFO] [stdout] 262 | let py_graph = PyList::new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `pyo3::types::PyList::new`: `PyList::new` will be replaced by `PyList::new_bound` in a future PyO3 version [INFO] [stdout] --> src/lib.rs:265:21 [INFO] [stdout] | [INFO] [stdout] 265 | PyList::new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `pyo3::deprecations::GilRefs::::function_arg`: use `&Bound<'_, T>` instead for this function argument [INFO] [stdout] --> src/lib.rs:115:10 [INFO] [stdout] | [INFO] [stdout] 115 | seq: &PyList, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `pyo3::deprecations::GilRefs::::function_arg`: use `&Bound<'_, T>` instead for this function argument [INFO] [stdout] --> src/lib.rs:125:18 [INFO] [stdout] | [INFO] [stdout] 125 | avg_b1_trig: &PyAny, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `pyo3::deprecations::GilRefs::::function_arg`: use `&Bound<'_, T>` instead for this function argument [INFO] [stdout] --> src/lib.rs:287:26 [INFO] [stdout] | [INFO] [stdout] 287 | fn _prepass(_py: Python, m: &PyModule) -> PyResult<()> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.62s [INFO] running `Command { std: "docker" "inspect" "f04e76005f006f49b0419590819b63e191571d1da2ec610d7b6026c2a4f84c5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f04e76005f006f49b0419590819b63e191571d1da2ec610d7b6026c2a4f84c5b", kill_on_drop: false }` [INFO] [stdout] f04e76005f006f49b0419590819b63e191571d1da2ec610d7b6026c2a4f84c5b