[INFO] fetching crate pyo3-derive-backend 0.12.5... [INFO] testing pyo3-derive-backend-0.12.5 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate pyo3-derive-backend 0.12.5 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate pyo3-derive-backend 0.12.5 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate pyo3-derive-backend 0.12.5 [INFO] finished tweaking crates.io crate pyo3-derive-backend 0.12.5 [INFO] tweaked toml for crates.io crate pyo3-derive-backend 0.12.5 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9e55b2f43afd96d9fed2c716c8c8f280267ccbd616ca9ef0561db1e6b527a431 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9e55b2f43afd96d9fed2c716c8c8f280267ccbd616ca9ef0561db1e6b527a431", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9e55b2f43afd96d9fed2c716c8c8f280267ccbd616ca9ef0561db1e6b527a431", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e55b2f43afd96d9fed2c716c8c8f280267ccbd616ca9ef0561db1e6b527a431", kill_on_drop: false }` [INFO] [stdout] 9e55b2f43afd96d9fed2c716c8c8f280267ccbd616ca9ef0561db1e6b527a431 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 024be43af1df3044940da2bc4eb384130b2985d41cdad993687053d504740787 [INFO] running `Command { std: "docker" "start" "-a" "024be43af1df3044940da2bc4eb384130b2985d41cdad993687053d504740787", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling pyo3-derive-backend v0.12.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/pyclass.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | )); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 98 | _ => expected!("type name (e.g., Name)"), [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `expected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/pyclass.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | )); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 108 | _ => expected!("type path (e.g., my_mod::BaseClass)"), [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `expected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/pyclass.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | )); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 117 | _ => expected!(r#"string literal (e.g., "my_mod")"#), [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `expected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/pyclass.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | )); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 119 | _ => expected!("one of freelist/name/extends/module", left), [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `expected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `enum_ident` [INFO] [stdout] --> src/from_pyobject.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | enum_ident: &'a Ident, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Enum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/from_pyobject.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.99s [INFO] running `Command { std: "docker" "inspect" "024be43af1df3044940da2bc4eb384130b2985d41cdad993687053d504740787", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "024be43af1df3044940da2bc4eb384130b2985d41cdad993687053d504740787", kill_on_drop: false }` [INFO] [stdout] 024be43af1df3044940da2bc4eb384130b2985d41cdad993687053d504740787 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 51d18c574df5f496b6b7db5c3e20e42288486619bef219fb8eb07f9f485c8409 [INFO] running `Command { std: "docker" "start" "-a" "51d18c574df5f496b6b7db5c3e20e42288486619bef219fb8eb07f9f485c8409", kill_on_drop: false }` [INFO] [stderr] Compiling pyo3-derive-backend v0.12.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/pyclass.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | )); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 98 | _ => expected!("type name (e.g., Name)"), [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `expected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/pyclass.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | )); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 108 | _ => expected!("type path (e.g., my_mod::BaseClass)"), [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `expected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/pyclass.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | )); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 117 | _ => expected!(r#"string literal (e.g., "my_mod")"#), [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `expected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/pyclass.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | )); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 119 | _ => expected!("one of freelist/name/extends/module", left), [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `expected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `enum_ident` [INFO] [stdout] --> src/from_pyobject.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | enum_ident: &'a Ident, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Enum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/from_pyobject.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/pyclass.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | )); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 98 | _ => expected!("type name (e.g., Name)"), [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `expected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/pyclass.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | )); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 108 | _ => expected!("type path (e.g., my_mod::BaseClass)"), [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `expected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/pyclass.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | )); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 117 | _ => expected!(r#"string literal (e.g., "my_mod")"#), [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `expected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/pyclass.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | )); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 119 | _ => expected!("one of freelist/name/extends/module", left), [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `expected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `enum_ident` [INFO] [stdout] --> src/from_pyobject.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | enum_ident: &'a Ident, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Enum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/from_pyobject.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.68s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/pyo3_derive_backend-9470a6547777f2f6) [INFO] running `Command { std: "docker" "inspect" "51d18c574df5f496b6b7db5c3e20e42288486619bef219fb8eb07f9f485c8409", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51d18c574df5f496b6b7db5c3e20e42288486619bef219fb8eb07f9f485c8409", kill_on_drop: false }` [INFO] [stdout] 51d18c574df5f496b6b7db5c3e20e42288486619bef219fb8eb07f9f485c8409 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 106f69d18b83eb4602cb5324098bc25ec4c104863eaa8ce6a7befedd3278e0b7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "106f69d18b83eb4602cb5324098bc25ec4c104863eaa8ce6a7befedd3278e0b7", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/pyclass.rs:85:19 [INFO] [stderr] | [INFO] [stderr] 85 | )); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 98 | _ => expected!("type name (e.g., Name)"), [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `expected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/pyclass.rs:85:19 [INFO] [stderr] | [INFO] [stderr] 85 | )); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 108 | _ => expected!("type path (e.g., my_mod::BaseClass)"), [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `expected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/pyclass.rs:85:19 [INFO] [stderr] | [INFO] [stderr] 85 | )); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 117 | _ => expected!(r#"string literal (e.g., "my_mod")"#), [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `expected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/pyclass.rs:85:19 [INFO] [stderr] | [INFO] [stderr] 85 | )); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 119 | _ => expected!("one of freelist/name/extends/module", left), [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `expected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `enum_ident` [INFO] [stderr] --> src/from_pyobject.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | enum_ident: &'a Ident, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Enum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/from_pyobject.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `pyo3-derive-backend` (lib) generated 5 warnings [INFO] [stderr] warning: `pyo3-derive-backend` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pyo3_derive_backend-9470a6547777f2f6) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test pyfunction::test::test_varargs ... ok [INFO] [stdout] test pyfunction::test::test_simple_args ... ok [INFO] [stdout] test pyfunction::test::test_all ... ok [INFO] [stdout] test pyfunction::test::test_errs ... ok [INFO] [stderr] Doc-tests pyo3-derive-backend [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [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] running `Command { std: "docker" "inspect" "106f69d18b83eb4602cb5324098bc25ec4c104863eaa8ce6a7befedd3278e0b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "106f69d18b83eb4602cb5324098bc25ec4c104863eaa8ce6a7befedd3278e0b7", kill_on_drop: false }` [INFO] [stdout] 106f69d18b83eb4602cb5324098bc25ec4c104863eaa8ce6a7befedd3278e0b7