[INFO] cloning repository https://github.com/Carlettos1/RSY
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Carlettos1/RSY" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCarlettos1%2FRSY", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCarlettos1%2FRSY'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f6987517f2952abf73dc4cd1fe7a532905a43b90
[INFO] checking Carlettos1/RSY against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCarlettos1%2FRSY" "/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/Carlettos1/RSY on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/Carlettos1/RSY
[INFO] finished tweaking git repo https://github.com/Carlettos1/RSY
[INFO] tweaked toml for git repo https://github.com/Carlettos1/RSY written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/Carlettos1/RSY 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" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded thiserror-impl v1.0.53
[INFO] [stderr]   Downloaded proc-macro2 v1.0.73
[INFO] [stderr]   Downloaded yew-router-macro v0.18.0
[INFO] [stderr]   Downloaded thiserror v1.0.53
[INFO] [stderr]   Downloaded yew-router v0.18.0
[INFO] [stderr]   Downloaded rustc_lexer v0.1.0
[INFO] [stderr]   Downloaded retain_mut v0.1.7
[INFO] [stderr]   Downloaded surrealdb-derive v0.12.0
[INFO] [stderr]   Downloaded quote v1.0.34
[INFO] [stderr]   Downloaded ref-cast v1.0.21
[INFO] [stderr]   Downloaded revision-derive v0.5.0
[INFO] [stderr]   Downloaded ref-cast-impl v1.0.21
[INFO] [stderr]   Downloaded storekey v0.5.0
[INFO] [stderr]   Downloaded trice v0.3.1
[INFO] [stderr]   Downloaded async-trait v0.1.76
[INFO] [stderr]   Downloaded argon2 v0.5.2
[INFO] [stderr]   Downloaded crossbeam-utils v0.8.18
[INFO] [stderr]   Downloaded figment v0.10.13
[INFO] [stderr]   Downloaded addr v0.15.6
[INFO] [stderr]   Downloaded any_ascii v0.3.2
[INFO] [stderr]   Downloaded surrealdb v1.0.2
[INFO] [stderr]   Downloaded gloo v0.11.0
[INFO] [stderr]   Downloaded cedar-policy-core v2.4.3
[INFO] [stderr]   Downloaded unicode-security v0.1.0
[INFO] [stderr]   Downloaded cedar-policy-validator v2.4.3
[INFO] [stderr]   Downloaded deunicode v1.4.2
[INFO] [stderr]   Downloaded geo v0.26.0
[INFO] [stderr]   Downloaded roaring v0.10.2
[INFO] [stderr]   Downloaded borsh v1.3.0
[INFO] [stderr]   Downloaded rkyv v0.7.43
[INFO] [stderr]   Downloaded winnow v0.5.31
[INFO] [stderr]   Downloaded syn v2.0.44
[INFO] [stderr]   Downloaded event-listener v4.0.1
[INFO] [stderr]   Downloaded cedar-policy v2.4.3
[INFO] [stderr]   Downloaded futures-concurrency v7.4.3
[INFO] [stderr]   Downloaded surrealdb-jsonwebtoken v8.3.0-surreal.1
[INFO] [stderr]   Downloaded dmp v0.2.0
[INFO] [stderr]   Downloaded wasmtimer v0.2.0
[INFO] [stderr]   Downloaded borsh-derive v1.3.0
[INFO] [stderr]   Downloaded gloo-net v0.1.0
[INFO] [stderr]   Downloaded gloo-worker v0.5.0
[INFO] [stderr]   Downloaded lexicmp v0.1.0
[INFO] [stderr]   Downloaded rkyv_derive v0.7.43
[INFO] [stderr]   Downloaded gloo-net v0.5.0
[INFO] [stderr]   Downloaded revision v0.5.0
[INFO] [stderr]   Downloaded reqwasm v0.5.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" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 41fd2897f408cce0c9857dc2a043202675125bd04892333ee8f6660d0c6e1e28
[INFO] running `Command { std: "docker" "start" "-a" "41fd2897f408cce0c9857dc2a043202675125bd04892333ee8f6660d0c6e1e28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "41fd2897f408cce0c9857dc2a043202675125bd04892333ee8f6660d0c6e1e28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "41fd2897f408cce0c9857dc2a043202675125bd04892333ee8f6660d0c6e1e28", kill_on_drop: false }`
[INFO] [stdout] 41fd2897f408cce0c9857dc2a043202675125bd04892333ee8f6660d0c6e1e28
[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" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5fa4b1754c0cbd50623aba8a4b0568d8504f8ee234bead4a6173d806d61f2fa9
[INFO] running `Command { std: "docker" "start" "-a" "5fa4b1754c0cbd50623aba8a4b0568d8504f8ee234bead4a6173d806d61f2fa9", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.73
[INFO] [stderr]    Compiling libc v0.2.151
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]     Checking ryu v1.0.16
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.89
[INFO] [stderr]    Compiling bumpalo v3.14.0
[INFO] [stderr]    Compiling thiserror v1.0.53
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]    Compiling wasm-bindgen v0.2.89
[INFO] [stderr]     Checking smallvec v1.11.2
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking bytes v1.5.0
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking subtle v2.5.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling semver v1.0.20
[INFO] [stderr]     Checking http v0.2.11
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling yansi v1.0.0-rc.1
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling quote v1.0.34
[INFO] [stderr]    Compiling time-macros v0.2.16
[INFO] [stderr]    Compiling indexmap v2.1.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling rustix v0.38.28
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling syn v2.0.44
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]     Checking getrandom v0.2.11
[INFO] [stderr]     Checking parking_lot_core v0.9.9
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking mio v0.8.10
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking socket2 v0.5.5
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.18
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.12
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling ref-cast v1.0.21
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]    Compiling winnow v0.5.31
[INFO] [stderr]     Checking cpufeatures v0.2.11
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]     Checking hash32 v0.2.1
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.4
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]    Compiling string_cache v0.8.7
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling petgraph v0.6.4
[INFO] [stderr]    Compiling is-terminal v0.4.10
[INFO] [stderr]    Compiling ring v0.17.7
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]    Compiling psm v0.1.21
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling ena v0.14.2
[INFO] [stderr]    Compiling cookie v0.18.0
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]     Checking time v0.3.31
[INFO] [stderr]     Checking concurrent-queue v2.4.0
[INFO] [stderr]    Compiling stacker v0.1.15
[INFO] [stderr]     Checking inout v0.1.3
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling rustls v0.20.9
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]     Checking rstar v0.11.0
[INFO] [stderr]     Checking rstar v0.10.0
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.89
[INFO] [stderr]    Compiling darling_core v0.20.3
[INFO] [stderr]    Compiling lalrpop-util v0.20.0
[INFO] [stderr]    Compiling uncased v0.9.9
[INFO] [stderr]    Compiling ahash v0.8.7
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]     Checking unicode-bidi v0.3.14
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]     Checking base64ct v1.6.0
[INFO] [stderr]     Checking parking v2.2.0
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling lalrpop v0.20.0
[INFO] [stderr]    Compiling prettyplease v0.2.15
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]     Checking iana-time-zone v0.1.59
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]     Checking event-listener v4.0.1
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.89
[INFO] [stderr]     Checking rustc_lexer v0.1.0
[INFO] [stderr]     Checking earcutr v0.4.3
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling devise_core v0.4.1
[INFO] [stderr]    Compiling tokio v1.35.1
[INFO] [stderr]     Checking geographiclib-rs v0.2.3
[INFO] [stderr]     Checking zerocopy v0.7.32
[INFO] [stderr]     Checking ipnet v2.9.0
[INFO] [stderr]     Checking inlinable_string v0.1.15
[INFO] [stderr]     Checking fastrand v2.0.1
[INFO] [stderr]     Checking unicode-script v0.5.5
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling rust_decimal v1.33.1
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]     Checking float_next_after v1.0.0
[INFO] [stderr]     Checking atomic v0.5.3
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]     Checking unicode-security v0.1.0
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking webpki v0.22.4
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]     Checking event-listener-strategy v0.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling thiserror-impl v1.0.53
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.89
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling darling_macro v0.20.3
[INFO] [stderr]    Compiling ref-cast-impl v1.0.21
[INFO] [stderr]    Compiling pear_codegen v0.2.8
[INFO] [stderr]    Compiling gloo-worker-macros v0.1.0
[INFO] [stderr]    Compiling miette-derive v5.10.0
[INFO] [stderr]    Compiling darling v0.20.3
[INFO] [stderr]    Compiling hyper v0.14.28
[INFO] [stderr]    Compiling serde_with_macros v3.4.0
[INFO] [stderr]    Compiling implicit-clone-derive v0.1.1
[INFO] [stderr]    Compiling devise_codegen v0.4.1
[INFO] [stderr]     Checking pear v0.2.8
[INFO] [stderr] error: could not compile `lalrpop` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b0696a5160711c068cb1f01b7437db7990d15750/bin/rustc --crate-name lalrpop --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="lexer"' --cfg 'feature="pico-args"' --cfg 'feature="unicode"' -C metadata=7bf2d16086de1489 -C extra-filename=-7bf2d16086de1489 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ascii_canvas=/opt/rustwide/target/debug/deps/libascii_canvas-746be98c7a30a8c1.rmeta --extern bit_set=/opt/rustwide/target/debug/deps/libbit_set-e07f8656a764dacb.rmeta --extern diff=/opt/rustwide/target/debug/deps/libdiff-a4103ac583849c39.rmeta --extern ena=/opt/rustwide/target/debug/deps/libena-498c5ff56f1acd6a.rmeta --extern is_terminal=/opt/rustwide/target/debug/deps/libis_terminal-1548ce8bbe1f4a2d.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-428d614b758dae48.rmeta --extern lalrpop_util=/opt/rustwide/target/debug/deps/liblalrpop_util-3af91ca28e581667.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-789b326d66ad61a8.rmeta --extern pico_args=/opt/rustwide/target/debug/deps/libpico_args-bb531bb67ddf5478.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-b42b66adb761e68c.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-706bef791fd5fdfa.rmeta --extern string_cache=/opt/rustwide/target/debug/deps/libstring_cache-8444e22689c05b2a.rmeta --extern term=/opt/rustwide/target/debug/deps/libterm-a4eb41745b17cbab.rmeta --extern tiny_keccak=/opt/rustwide/target/debug/deps/libtiny_keccak-d7bbc461407cb882.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-47285b72f4c55c84.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "5fa4b1754c0cbd50623aba8a4b0568d8504f8ee234bead4a6173d806d61f2fa9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5fa4b1754c0cbd50623aba8a4b0568d8504f8ee234bead4a6173d806d61f2fa9", kill_on_drop: false }`
[INFO] [stdout] 5fa4b1754c0cbd50623aba8a4b0568d8504f8ee234bead4a6173d806d61f2fa9
[INFO] checking Carlettos1/RSY against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCarlettos1%2FRSY" "/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/Carlettos1/RSY on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/Carlettos1/RSY
[INFO] finished tweaking git repo https://github.com/Carlettos1/RSY
[INFO] tweaked toml for git repo https://github.com/Carlettos1/RSY written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/Carlettos1/RSY 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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 84c7f1251c0a64f7c51e5e9aebf166c936704338f1baa4451248e438bf70bf50
[INFO] running `Command { std: "docker" "start" "-a" "84c7f1251c0a64f7c51e5e9aebf166c936704338f1baa4451248e438bf70bf50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "84c7f1251c0a64f7c51e5e9aebf166c936704338f1baa4451248e438bf70bf50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84c7f1251c0a64f7c51e5e9aebf166c936704338f1baa4451248e438bf70bf50", kill_on_drop: false }`
[INFO] [stdout] 84c7f1251c0a64f7c51e5e9aebf166c936704338f1baa4451248e438bf70bf50
[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" "-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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a64a82e7fce955be9e914e132293c4e4212ba6eeebc8eac9791424db4c7c289b
[INFO] running `Command { std: "docker" "start" "-a" "a64a82e7fce955be9e914e132293c4e4212ba6eeebc8eac9791424db4c7c289b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.73
[INFO] [stderr]    Compiling libc v0.2.151
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]     Checking ryu v1.0.16
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.89
[INFO] [stderr]    Compiling bumpalo v3.14.0
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]    Compiling thiserror v1.0.53
[INFO] [stderr]    Compiling wasm-bindgen v0.2.89
[INFO] [stderr]     Checking smallvec v1.11.2
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking bytes v1.5.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking subtle v2.5.0
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling semver v1.0.20
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking http v0.2.11
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]    Compiling yansi v1.0.0-rc.1
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling time-macros v0.2.16
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling quote v1.0.34
[INFO] [stderr]    Compiling indexmap v2.1.0
[INFO] [stderr]    Compiling rustix v0.38.28
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling syn v2.0.44
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking getrandom v0.2.11
[INFO] [stderr]     Checking parking_lot_core v0.9.9
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking mio v0.8.10
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking socket2 v0.5.5
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.18
[INFO] [stderr]     Checking cpufeatures v0.2.11
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]    Compiling winnow v0.5.31
[INFO] [stderr]    Compiling linux-raw-sys v0.4.12
[INFO] [stderr]    Compiling ref-cast v1.0.21
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]     Checking hash32 v0.2.1
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling string_cache v0.8.7
[INFO] [stderr]    Compiling ring v0.17.7
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling petgraph v0.6.4
[INFO] [stderr]    Compiling psm v0.1.21
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling is-terminal v0.4.10
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling ena v0.14.2
[INFO] [stderr]    Compiling cookie v0.18.0
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]     Checking concurrent-queue v2.4.0
[INFO] [stderr]     Checking inout v0.1.3
[INFO] [stderr]    Compiling stacker v0.1.15
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]     Checking time v0.3.31
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling rustls v0.20.9
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking rstar v0.10.0
[INFO] [stderr]     Checking rstar v0.11.0
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]    Compiling ahash v0.8.7
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.89
[INFO] [stderr]    Compiling darling_core v0.20.3
[INFO] [stderr]    Compiling lalrpop-util v0.20.0
[INFO] [stderr]    Compiling uncased v0.9.9
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]     Checking base64ct v1.6.0
[INFO] [stderr]    Compiling prettyplease v0.2.15
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling lalrpop v0.20.0
[INFO] [stderr]     Checking iana-time-zone v0.1.59
[INFO] [stderr]     Checking unicode-bidi v0.3.14
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]     Checking parking v2.2.0
[INFO] [stderr]     Checking event-listener v4.0.1
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]     Checking rustc_lexer v0.1.0
[INFO] [stderr]    Compiling devise_core v0.4.1
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling tokio v1.35.1
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking earcutr v0.4.3
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.89
[INFO] [stderr]     Checking geographiclib-rs v0.2.3
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling rust_decimal v1.33.1
[INFO] [stderr]    Compiling inlinable_string v0.1.15
[INFO] [stderr]     Checking webpki v0.22.4
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking ipnet v2.9.0
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]     Checking unicode-script v0.5.5
[INFO] [stderr]     Checking fastrand v2.0.1
[INFO] [stderr]     Checking atomic v0.5.3
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]     Checking float_next_after v1.0.0
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]     Checking zerocopy v0.7.32
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]     Checking unicode-security v0.1.0
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking event-listener-strategy v0.4.0
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]    Compiling multer v2.1.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling thiserror-impl v1.0.53
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.89
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling darling_macro v0.20.3
[INFO] [stderr]    Compiling ref-cast-impl v1.0.21
[INFO] [stderr]    Compiling pear_codegen v0.2.8
[INFO] [stderr]    Compiling gloo-worker-macros v0.1.0
[INFO] [stderr]    Compiling miette-derive v5.10.0
[INFO] [stderr]    Compiling hyper v0.14.28
[INFO] [stderr]    Compiling devise_codegen v0.4.1
[INFO] [stderr]    Compiling implicit-clone-derive v0.1.1
[INFO] [stderr]    Compiling darling v0.20.3
[INFO] [stderr]    Compiling serde_with_macros v3.4.0
[INFO] [stderr]    Compiling figment v0.10.13
[INFO] [stderr]    Compiling async-trait v0.1.76
[INFO] [stderr]     Checking robust v1.1.0
[INFO] [stderr]    Compiling pear v0.2.8
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]     Checking bytemuck v1.14.0
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]    Compiling state v0.6.0
[INFO] [stderr]     Checking pin-project v1.1.3
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]    Compiling boolinator v2.4.0
[INFO] [stderr]     Checking retain_mut v0.1.7
[INFO] [stderr]    Compiling fst v0.4.7
[INFO] [stderr]     Checking utf-8 v0.7.6
[INFO] [stderr]    Compiling snap v1.1.1
[INFO] [stderr]    Compiling yew-macro v0.21.0
[INFO] [stderr]     Checking tungstenite v0.18.0
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]    Compiling rocket_http v0.5.0
[INFO] [stderr]     Checking simple_asn1 v0.6.2
[INFO] [stderr]    Compiling devise v0.4.1
[INFO] [stderr]    Compiling revision-derive v0.5.0
[INFO] [stderr]     Checking miette v5.10.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking hashbrown v0.13.2
[INFO] [stderr]     Checking async-lock v3.2.0
[INFO] [stderr]     Checking pem v2.0.1
[INFO] [stderr]     Checking webpki-roots v0.22.6
[INFO] [stderr]     Checking salsa20 v0.10.2
[INFO] [stderr]     Checking blowfish v0.9.1
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking thread_local v1.1.7
[INFO] [stderr]     Checking futures-lite v2.1.0
[INFO] [stderr]    Compiling rocket v0.5.0
[INFO] [stderr]     Checking encoding_rs v0.8.33
[INFO] [stderr]     Checking zeroize v1.7.0
[INFO] [stderr]     Checking psl-types v2.0.11
[INFO] [stderr]     Checking event-listener v2.5.3
[INFO] [stderr]     Checking any_ascii v0.3.2
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]     Checking endian-type v0.1.2
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking async-task v4.6.0
[INFO] [stderr]     Checking robust v0.2.3
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking async-stream v0.3.5
[INFO] [stderr]     Checking lexicmp v0.1.0
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking addr v0.15.6
[INFO] [stderr]     Checking bcrypt v0.14.0
[INFO] [stderr]     Checking lru v0.10.1
[INFO] [stderr]     Checking async-executor v1.8.0
[INFO] [stderr]     Checking fuzzy-matcher v0.3.7
[INFO] [stderr]     Checking flume v0.10.14
[INFO] [stderr]     Checking argon2 v0.5.2
[INFO] [stderr]     Checking scrypt v0.11.0
[INFO] [stderr]    Compiling yew-router-macro v0.18.0
[INFO] [stderr]    Compiling async-recursion v1.0.5
[INFO] [stderr]     Checking tempfile v3.9.0
[INFO] [stderr]     Checking dmp v0.2.0
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]    Compiling surrealdb-derive v0.12.0
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking sha-1 v0.10.1
[INFO] [stderr]     Checking pinned v0.1.0
[INFO] [stderr]     Checking nanoid v0.4.0
[INFO] [stderr]     Checking binascii v0.1.4
[INFO] [stderr]     Checking trice v0.3.1
[INFO] [stderr]     Checking deunicode v1.4.2
[INFO] [stderr]     Checking path-clean v1.0.1
[INFO] [stderr]     Checking route-recognizer v0.3.1
[INFO] [stderr]     Checking futures-concurrency v7.4.3
[INFO] [stderr]    Compiling rocket_codegen v0.5.0
[INFO] [stderr]     Checking tokio-stream v0.1.14
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking tokio-rustls v0.23.4
[INFO] [stderr]     Checking tokio-tungstenite v0.18.0
[INFO] [stderr]     Checking prokio v0.1.0
[INFO] [stderr]    Compiling cedar-policy-core v2.4.3
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking geo-types v0.7.12
[INFO] [stderr]     Checking smol_str v0.2.0
[INFO] [stderr]     Checking toml_datetime v0.6.3
[INFO] [stderr]     Checking chrono v0.4.31
[INFO] [stderr]     Checking serde_spanned v0.6.5
[INFO] [stderr]     Checking chess_api v0.1.0 (/opt/rustwide/workdir/chess_api)
[INFO] [stderr]     Checking carlettos_chess v0.1.0 (/opt/rustwide/workdir/carlettos_chess)
[INFO] [stderr]     Checking uuid v1.6.1
[INFO] [stderr]     Checking roaring v0.10.2
[INFO] [stderr]     Checking ubyte v0.10.4
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]     Checking rust-stemmers v1.2.0
[INFO] [stderr]     Checking ulid v1.1.0
[INFO] [stderr]     Checking storekey v0.5.0
[INFO] [stdout] warning: the item `Board` is imported redundantly
[INFO] [stdout]    --> carlettos_chess/src/pattern.rs:150:9
[INFO] [stdout]     |
[INFO] [stdout] 149 |     use super::*;
[INFO] [stdout]     |         -------- the item `Board` is already imported here
[INFO] [stdout] 150 |     use crate::board::Board;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Color` is imported redundantly
[INFO] [stdout]    --> carlettos_chess/src/pattern.rs:153:9
[INFO] [stdout]     |
[INFO] [stdout] 149 |     use super::*;
[INFO] [stdout]     |         -------- the item `Color` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 153 |     use crate::Color;
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Pos` is imported redundantly
[INFO] [stdout]    --> carlettos_chess/src/pattern.rs:154:9
[INFO] [stdout]     |
[INFO] [stdout] 149 |     use super::*;
[INFO] [stdout]     |         -------- the item `Pos` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 154 |     use crate::Pos;
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking toml_edit v0.20.2
[INFO] [stderr]     Checking h2 v0.3.22
[INFO] [stderr]     Checking geo v0.26.0
[INFO] [stderr]     Checking implicit-clone v0.4.8
[INFO] [stderr]     Checking geo v0.25.1
[INFO] [stderr]     Checking serde_with v3.4.0
[INFO] [stderr]     Checking surrealdb-jsonwebtoken v8.3.0-surreal.1
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking toml v0.8.2
[INFO] [stderr]     Checking js-sys v0.3.66
[INFO] [stderr]     Checking console_error_panic_hook v0.1.7
[INFO] [stderr]     Checking revision v0.5.0
[INFO] [stderr]     Checking web-sys v0.3.66
[INFO] [stderr]     Checking wasm-bindgen-futures v0.4.39
[INFO] [stderr]     Checking serde-wasm-bindgen v0.6.3
[INFO] [stderr]     Checking gloo-timers v0.3.0
[INFO] [stderr]     Checking cedar-policy-validator v2.4.3
[INFO] [stderr]     Checking gloo-utils v0.2.0
[INFO] [stderr]     Checking gloo-events v0.2.0
[INFO] [stderr]     Checking gloo-dialogs v0.2.0
[INFO] [stderr]     Checking gloo-render v0.2.0
[INFO] [stderr]     Checking gloo-utils v0.1.7
[INFO] [stderr]     Checking wasm-logger v0.2.0
[INFO] [stderr]     Checking cedar-policy v2.4.3
[INFO] [stderr]     Checking gloo-storage v0.3.0
[INFO] [stderr]     Checking gloo-console v0.3.0
[INFO] [stderr]     Checking gloo-worker v0.4.0
[INFO] [stderr]     Checking gloo-net v0.4.0
[INFO] [stderr]     Checking gloo-worker v0.5.0
[INFO] [stderr]     Checking gloo-net v0.5.0
[INFO] [stderr]     Checking gloo-net v0.1.0
[INFO] [stderr]     Checking gloo-history v0.2.2
[INFO] [stderr]     Checking gloo-file v0.3.0
[INFO] [stderr]     Checking reqwasm v0.5.0
[INFO] [stderr]     Checking gloo v0.11.0
[INFO] [stderr]     Checking gloo v0.10.0
[INFO] [stderr]     Checking yew v0.21.0
[INFO] [stderr]     Checking surrealdb v1.0.2
[INFO] [stderr]     Checking yew-router v0.18.0
[INFO] [stderr]     Checking carlettos_web v0.1.0 (/opt/rustwide/workdir/carlettos_web)
[INFO] [stderr]     Checking carlettos_api v0.1.0 (/opt/rustwide/workdir/carlettos_api)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.24s
[INFO] running `Command { std: "docker" "inspect" "a64a82e7fce955be9e914e132293c4e4212ba6eeebc8eac9791424db4c7c289b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a64a82e7fce955be9e914e132293c4e4212ba6eeebc8eac9791424db4c7c289b", kill_on_drop: false }`
[INFO] [stdout] a64a82e7fce955be9e914e132293c4e4212ba6eeebc8eac9791424db4c7c289b
