[INFO] cloning repository https://github.com/phazejeff/kobold [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/phazejeff/kobold" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphazejeff%2Fkobold", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphazejeff%2Fkobold'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3bb7c4dddeacafa92acf93b3ec7253bd6ca8281e [INFO] checking phazejeff/kobold against try#fc545c6b951a304df08b327c158f92678582f435 for pr-140557-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphazejeff%2Fkobold" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/phazejeff/kobold on toolchain fc545c6b951a304df08b327c158f92678582f435 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fc545c6b951a304df08b327c158f92678582f435" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/phazejeff/kobold [INFO] finished tweaking git repo https://github.com/phazejeff/kobold [INFO] tweaked toml for git repo https://github.com/phazejeff/kobold written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/phazejeff/kobold 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" "+fc545c6b951a304df08b327c158f92678582f435" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+fc545c6b951a304df08b327c158f92678582f435" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3141c7019e6c2f65a394ea4f18b42e3554b6c4ad535c1383f25fb3f93c2f7340 [INFO] running `Command { std: "docker" "start" "-a" "3141c7019e6c2f65a394ea4f18b42e3554b6c4ad535c1383f25fb3f93c2f7340", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3141c7019e6c2f65a394ea4f18b42e3554b6c4ad535c1383f25fb3f93c2f7340", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3141c7019e6c2f65a394ea4f18b42e3554b6c4ad535c1383f25fb3f93c2f7340", kill_on_drop: false }` [INFO] [stdout] 3141c7019e6c2f65a394ea4f18b42e3554b6c4ad535c1383f25fb3f93c2f7340 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+fc545c6b951a304df08b327c158f92678582f435" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cf7711d6013f42a7bc46823f4d4a28e8d8820c7d34bb2f7c7d55e49a34db3646 [INFO] running `Command { std: "docker" "start" "-a" "cf7711d6013f42a7bc46823f4d4a28e8d8820c7d34bb2f7c7d55e49a34db3646", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.60 [INFO] [stderr] Compiling quote v1.0.28 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling syn v1.0.103 [INFO] [stderr] Compiling cc v1.0.76 [INFO] [stderr] Compiling libc v0.2.146 [INFO] [stderr] Compiling binrw_derive v0.11.2 [INFO] [stderr] Compiling thiserror v1.0.40 [INFO] [stderr] Compiling binrw v0.11.2 [INFO] [stderr] Compiling owo-colors v3.5.0 [INFO] [stderr] Compiling anyhow v1.0.66 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Checking bytemuck v1.13.1 [INFO] [stderr] Checking array-init v2.1.0 [INFO] [stderr] Compiling serde_derive v1.0.147 [INFO] [stderr] Compiling serde v1.0.147 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling target-lexicon v0.12.11 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking const-oid v0.9.5 [INFO] [stderr] Compiling libm v0.2.7 [INFO] [stderr] Checking smallvec v1.11.0 [INFO] [stderr] Compiling syn v2.0.18 [INFO] [stderr] Compiling libdeflate-sys v0.14.0 [INFO] [stderr] Compiling smartstring v1.0.1 [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Checking zeroize v1.6.0 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Checking base64ct v1.6.0 [INFO] [stderr] Checking memchr v2.6.4 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Compiling pyo3-build-config v0.19.2 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Checking getrandom v0.2.10 [INFO] [stderr] Compiling serde_json v1.0.87 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Checking aho-corasick v1.1.1 [INFO] [stderr] Checking pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling phf_shared v0.11.1 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Checking regex-syntax v0.7.5 [INFO] [stderr] Checking ryu v1.0.11 [INFO] [stderr] Compiling rustix v0.37.20 [INFO] [stderr] Checking itoa v1.0.4 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Compiling phf_generator v0.11.1 [INFO] [stderr] Checking der v0.7.8 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Checking libdeflater v0.14.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking spki v0.7.2 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking log v0.4.20 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Compiling num-bigint-dig v0.8.4 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking pkcs8 v0.10.2 [INFO] [stderr] Checking regex-automata v0.3.9 [INFO] [stderr] Compiling pyo3-ffi v0.19.2 [INFO] [stderr] Checking memmap2 v0.7.0 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Checking cpufeatures v0.2.9 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Checking sha1 v0.10.5 [INFO] [stderr] Checking anstyle-parse v0.2.0 [INFO] [stderr] Checking pkcs1 v0.7.5 [INFO] [stderr] Checking signature v2.1.0 [INFO] [stderr] Compiling tikv-jemalloc-sys v0.5.3+5.3.0-patched [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Checking anstyle v1.0.0 [INFO] [stderr] Checking subtle v2.5.0 [INFO] [stderr] Checking anstyle-query v1.0.0 [INFO] [stderr] Compiling pyo3-macros-backend v0.19.2 [INFO] [stderr] Checking is-terminal v0.4.7 [INFO] [stderr] Compiling pyo3 v0.19.2 [INFO] [stderr] Checking anstream v0.3.2 [INFO] [stderr] Checking clap_lex v0.5.0 [INFO] [stderr] Checking base64 v0.21.3 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Compiling thiserror-impl v1.0.40 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking clap_builder v4.3.4 [INFO] [stderr] Compiling clap_derive v4.3.2 [INFO] [stderr] Checking regex v1.9.6 [INFO] [stderr] Checking rsa v0.9.2 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Compiling indoc v1.0.9 [INFO] [stderr] Compiling phf_macros v0.11.1 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Checking termcolor v1.3.0 [INFO] [stderr] Checking unindent v0.1.11 [INFO] [stderr] Checking env_logger v0.10.0 [INFO] [stderr] Checking phf v0.11.1 [INFO] [stderr] Checking clap v4.3.4 [INFO] [stderr] Compiling pyo3-macros v0.19.2 [INFO] [stderr] Checking kobold-utils v0.1.0 (/opt/rustwide/workdir/src/kobold-utils) [INFO] [stderr] Checking kobold-bit-buf v0.1.0 (/opt/rustwide/workdir/src/kobold-bit-buf) [INFO] [stderr] Checking kobold-wad v0.1.0 (/opt/rustwide/workdir/src/kobold-wad) [INFO] [stderr] Checking kobold-client-sig v0.1.0 (/opt/rustwide/workdir/src/kobold-client-sig) [INFO] [stderr] Checking bitflags v2.4.0 [INFO] [stderr] Checking kobold-poi v0.1.0 (/opt/rustwide/workdir/src/kobold-poi) [INFO] [stderr] Checking kobold-nav v0.1.0 (/opt/rustwide/workdir/src/kobold-nav) [INFO] [stderr] Checking kobold-bcd v0.1.0 (/opt/rustwide/workdir/src/kobold-bcd) [INFO] [stderr] Checking kobold-types v0.1.0 (/opt/rustwide/workdir/src/kobold-types) [INFO] [stderr] Checking kobold-object-property v0.1.0 (/opt/rustwide/workdir/src/kobold-object-property) [INFO] [stderr] Checking kobold-py v0.1.0 (/opt/rustwide/workdir/src/kobold-py) [INFO] [stdout] warning: unexpected `cfg` condition name: `addr_of` [INFO] [stdout] --> src/kobold-py/src/lib.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | create_exception!(kobold_py, KoboldError, PyException); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `$crate::pyobject_native_type_info` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `$crate::pyobject_native_type_info` may come from an old version of the `pyo3` crate, try updating your dependency with `cargo update -p pyo3` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `$crate::pyobject_native_type_info` which comes from the expansion of the macro `create_exception` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `addr_of` [INFO] [stdout] --> src/kobold-py/src/lib.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | create_exception!(kobold_py, KoboldError, PyException); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `$crate::pyobject_native_type_info` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `$crate::pyobject_native_type_info` may come from an old version of the `pyo3` crate, try updating your dependency with `cargo update -p pyo3` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `$crate::pyobject_native_type_info` which comes from the expansion of the macro `create_exception` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `addr_of` [INFO] [stdout] --> src/kobold-py/src/lib.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | create_exception!(kobold_py, KoboldError, PyException); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `$crate::pyobject_native_type_info` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `$crate::pyobject_native_type_info` may come from an old version of the `pyo3` crate, try updating your dependency with `cargo update -p pyo3` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `$crate::pyobject_native_type_info` which comes from the expansion of the macro `create_exception` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `addr_of` [INFO] [stdout] --> src/kobold-py/src/lib.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | create_exception!(kobold_py, KoboldError, PyException); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `$crate::pyobject_native_type_info` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `$crate::pyobject_native_type_info` may come from an old version of the `pyo3` crate, try updating your dependency with `cargo update -p pyo3` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `$crate::pyobject_native_type_info` which comes from the expansion of the macro `create_exception` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/kobold-py/src/op.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | #[pymethods] [INFO] [stdout] | -^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `PyClassImplCollector` is not local [INFO] [stdout] | `PyClassNewTextSignature` is not local [INFO] [stdout] | move the `impl` block outside of this function `trampoline` and up 4 bodies [INFO] [stdout] 21 | impl TypeList { [INFO] [stdout] | -------- [INFO] [stdout] | | [INFO] [stdout] | `TypeList` is not local [INFO] [stdout] | `TypeList` is not local [INFO] [stdout] | [INFO] [stdout] = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/kobold-py/src/op.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | #[pymethods] [INFO] [stdout] | -^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `PyClassImplCollector` is not local [INFO] [stdout] | `PyClassNewTextSignature` is not local [INFO] [stdout] | move the `impl` block outside of this function `trampoline` and up 4 bodies [INFO] [stdout] 43 | impl SerializerOptions { [INFO] [stdout] | ----------------- [INFO] [stdout] | | [INFO] [stdout] | `SerializerOptions` is not local [INFO] [stdout] | `SerializerOptions` is not local [INFO] [stdout] | [INFO] [stdout] = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/kobold-py/src/op.rs:113:1 [INFO] [stdout] | [INFO] [stdout] 113 | #[pymethods] [INFO] [stdout] | -^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `PyClassImplCollector` is not local [INFO] [stdout] | `PyClassNewTextSignature` is not local [INFO] [stdout] | move the `impl` block outside of this function `trampoline` and up 4 bodies [INFO] [stdout] 114 | impl Serializer { [INFO] [stdout] | ---------- [INFO] [stdout] | | [INFO] [stdout] | `Serializer` is not local [INFO] [stdout] | `Serializer` is not local [INFO] [stdout] | [INFO] [stdout] = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/kobold-py/src/op.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | #[pymethods] [INFO] [stdout] | -^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `PyClassImplCollector` is not local [INFO] [stdout] | `PyClassNewTextSignature` is not local [INFO] [stdout] | move the `impl` block outside of this function `trampoline` and up 4 bodies [INFO] [stdout] 21 | impl TypeList { [INFO] [stdout] | -------- [INFO] [stdout] | | [INFO] [stdout] | `TypeList` is not local [INFO] [stdout] | `TypeList` is not local [INFO] [stdout] | [INFO] [stdout] = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/kobold-py/src/op.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | #[pymethods] [INFO] [stdout] | -^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `PyClassImplCollector` is not local [INFO] [stdout] | `PyClassNewTextSignature` is not local [INFO] [stdout] | move the `impl` block outside of this function `trampoline` and up 4 bodies [INFO] [stdout] 43 | impl SerializerOptions { [INFO] [stdout] | ----------------- [INFO] [stdout] | | [INFO] [stdout] | `SerializerOptions` is not local [INFO] [stdout] | `SerializerOptions` is not local [INFO] [stdout] | [INFO] [stdout] = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/kobold-py/src/op.rs:113:1 [INFO] [stdout] | [INFO] [stdout] 113 | #[pymethods] [INFO] [stdout] | -^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `PyClassImplCollector` is not local [INFO] [stdout] | `PyClassNewTextSignature` is not local [INFO] [stdout] | move the `impl` block outside of this function `trampoline` and up 4 bodies [INFO] [stdout] 114 | impl Serializer { [INFO] [stdout] | ---------- [INFO] [stdout] | | [INFO] [stdout] | `Serializer` is not local [INFO] [stdout] | `Serializer` is not local [INFO] [stdout] | [INFO] [stdout] = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking tikv-jemallocator v0.5.0 [INFO] [stderr] Checking kobold v0.1.0 (/opt/rustwide/workdir/src/kobold) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s [INFO] running `Command { std: "docker" "inspect" "cf7711d6013f42a7bc46823f4d4a28e8d8820c7d34bb2f7c7d55e49a34db3646", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf7711d6013f42a7bc46823f4d4a28e8d8820c7d34bb2f7c7d55e49a34db3646", kill_on_drop: false }` [INFO] [stdout] cf7711d6013f42a7bc46823f4d4a28e8d8820c7d34bb2f7c7d55e49a34db3646