[INFO] cloning repository https://github.com/pandaman64/tuzuku
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pandaman64/tuzuku" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpandaman64%2Ftuzuku", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpandaman64%2Ftuzuku'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] af770f991d8551fafb02a552f5758ca6d0f6b3b6
[INFO] checking pandaman64/tuzuku against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpandaman64%2Ftuzuku" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/pandaman64/tuzuku on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-2-tc1/source/rust-toolchain
[INFO] started tweaking git repo https://github.com/pandaman64/tuzuku
[INFO] finished tweaking git repo https://github.com/pandaman64/tuzuku
[INFO] tweaked toml for git repo https://github.com/pandaman64/tuzuku written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/pandaman64/tuzuku 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" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_yaml v0.8.25
[INFO] [stderr]   Downloaded insta v1.15.0
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ff8fe2649311b41d4909e1e78e6f960c5a436faad567d5fa7133672b2c12cb5d
[INFO] running `Command { std: "docker" "start" "-a" "ff8fe2649311b41d4909e1e78e6f960c5a436faad567d5fa7133672b2c12cb5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ff8fe2649311b41d4909e1e78e6f960c5a436faad567d5fa7133672b2c12cb5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ff8fe2649311b41d4909e1e78e6f960c5a436faad567d5fa7133672b2c12cb5d", kill_on_drop: false }`
[INFO] [stdout] ff8fe2649311b41d4909e1e78e6f960c5a436faad567d5fa7133672b2c12cb5d
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 795c8760d2730f7311b6e3b78beed7278d2a9e6ca7e963bb7082496d8f5710ad
[INFO] running `Command { std: "docker" "start" "-a" "795c8760d2730f7311b6e3b78beed7278d2a9e6ca7e963bb7082496d8f5710ad", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling serde_derive v1.0.138
[INFO] [stderr]    Compiling serde v1.0.138
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]     Checking once_cell v1.13.0
[INFO] [stderr]     Checking hashbrown v0.12.1
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]    Compiling serde_json v1.0.82
[INFO] [stderr]     Checking ryu v1.0.10
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]     Checking yansi v0.5.1
[INFO] [stderr]     Checking itoa v1.0.2
[INFO] [stderr]     Checking typed-arena v2.0.1
[INFO] [stderr]     Checking ariadne v0.1.5
[INFO] [stderr]     Checking terminal_size v0.1.17
[INFO] [stderr]     Checking console v0.15.0
[INFO] [stderr]     Checking similar v2.1.0
[INFO] [stderr]    Compiling const-random-macro v0.1.13
[INFO] [stderr]     Checking const-random v0.1.13
[INFO] [stderr]     Checking ahash v0.3.8
[INFO] [stderr]     Checking chumsky v0.8.0
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]     Checking tuzuku v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking serde_yaml v0.8.25
[INFO] [stderr]     Checking insta v1.15.0
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 6.09s
[INFO] running `Command { std: "docker" "inspect" "795c8760d2730f7311b6e3b78beed7278d2a9e6ca7e963bb7082496d8f5710ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "795c8760d2730f7311b6e3b78beed7278d2a9e6ca7e963bb7082496d8f5710ad", kill_on_drop: false }`
[INFO] [stdout] 795c8760d2730f7311b6e3b78beed7278d2a9e6ca7e963bb7082496d8f5710ad
[INFO] checking pandaman64/tuzuku against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpandaman64%2Ftuzuku" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/pandaman64/tuzuku on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain
[INFO] started tweaking git repo https://github.com/pandaman64/tuzuku
[INFO] finished tweaking git repo https://github.com/pandaman64/tuzuku
[INFO] tweaked toml for git repo https://github.com/pandaman64/tuzuku written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/pandaman64/tuzuku 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" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ffe866e1cd90b5aff4b0f98b8a4fd63762860977dd31efa14afee7977a8e1027
[INFO] running `Command { std: "docker" "start" "-a" "ffe866e1cd90b5aff4b0f98b8a4fd63762860977dd31efa14afee7977a8e1027", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ffe866e1cd90b5aff4b0f98b8a4fd63762860977dd31efa14afee7977a8e1027", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ffe866e1cd90b5aff4b0f98b8a4fd63762860977dd31efa14afee7977a8e1027", kill_on_drop: false }`
[INFO] [stdout] ffe866e1cd90b5aff4b0f98b8a4fd63762860977dd31efa14afee7977a8e1027
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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 -Dnon_local_definitions" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 62969d5b02cf8685d82a1346de3d2272a82e9755c094c0105f544d31c59e183a
[INFO] running `Command { std: "docker" "start" "-a" "62969d5b02cf8685d82a1346de3d2272a82e9755c094c0105f544d31c59e183a", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling serde_derive v1.0.138
[INFO] [stderr]    Compiling serde v1.0.138
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]    Compiling serde_json v1.0.82
[INFO] [stderr]     Checking hashbrown v0.12.1
[INFO] [stderr]     Checking once_cell v1.13.0
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]     Checking ryu v1.0.10
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]     Checking itoa v1.0.2
[INFO] [stderr]     Checking yansi v0.5.1
[INFO] [stderr]     Checking similar v2.1.0
[INFO] [stderr]     Checking ariadne v0.1.5
[INFO] [stderr]     Checking terminal_size v0.1.17
[INFO] [stderr]     Checking console v0.15.0
[INFO] [stderr]     Checking typed-arena v2.0.1
[INFO] [stderr]    Compiling const-random-macro v0.1.13
[INFO] [stderr]     Checking const-random v0.1.13
[INFO] [stderr]     Checking ahash v0.3.8
[INFO] [stderr]     Checking chumsky v0.8.0
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]     Checking tuzuku v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]  --> src/opcode.rs:9:68
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, FromPrimitive)]
[INFO] [stdout]   |                                                                    ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: move this `impl` block outside the of the current constant `_IMPL_NUM_FromPrimitive_FOR_OpCode`
[INFO] [stdout]   = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]   = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]   = note: requested on the command line with `-D non-local-definitions`
[INFO] [stdout]   = note: this error originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tuzuku` (bin "tuzuku") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "62969d5b02cf8685d82a1346de3d2272a82e9755c094c0105f544d31c59e183a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62969d5b02cf8685d82a1346de3d2272a82e9755c094c0105f544d31c59e183a", kill_on_drop: false }`
[INFO] [stdout] 62969d5b02cf8685d82a1346de3d2272a82e9755c094c0105f544d31c59e183a
