boozook / playdate

Playdate Build Tools and API
https://mastodon.gamedev.place/@pd
MIT License
139 stars 8 forks source link

error: No packages has been produced, nothing to run. #315

Closed paulyoung closed 6 months ago

paulyoung commented 6 months ago

In https://github.com/boozook/playdate/issues/278#issuecomment-2062766470 I said:

I upgraded playdate to 1.17 and Rust to the nightly version you're using.

I was mistaken. I hadn't saved the change to upgrade Rust so was still using 2023-12-28. With 2024-04-12 I get this error for both device and simulator:

   Compiling hello-world v0.1.0 (/Users/py/projects/paulyoung/hello-world)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s
error: No packages has been produced, nothing to run.
boozook commented 6 months ago

Would you reproduce it with additional args -vvvv and env var RUST_LOG="trace" plz?

paulyoung commented 6 months ago
RUST_BACKTRACE=1 RUST_LOG="trace" cargo playdate run -vvvv
       Check playdate v0.1.17
       Check playdate-controls v0.3.4
       Check playdate-fs v0.2.7
       Check regex v1.10.4
       Check syn v2.0.60
       Check arrayvec v0.7.4
       Check clap_derive v4.5.4
       Check anstream v0.6.13
       Check clap_builder v4.5.2
       Check semver v1.0.22
       Check memchr v2.7.2
       Check playdate-bindgen v0.1.10
       Check proc-macro2 v1.0.81
       Check playdate-display v0.3.5
       Check playdate-sprite v0.2.10
       Check playdate-sys v0.3.5
       Check libloading v0.8.3
       Check clang-sys v1.7.0
       Check libc v0.2.153
       Check anstyle-parse v0.2.3
       Check anstyle v1.0.6
       Check playdate-graphics v0.3.14
       Check clap_lex v0.7.0
       Check playdate-build-utils v0.3.1
       Check playdate-system v0.3.9
       Check bindgen v0.69.4
       Check bitflags v2.5.0
       Check playdate-bindgen-cfg v0.1.5
       Check playdate-sound v0.3.0
       Check anstyle-query v1.0.2
       Check nom v7.1.3
       Check unicode-ident v1.0.12
       Check quote v1.0.36
       Check regex-syntax v0.8.3
       Check clap v4.5.4
       Check colorchoice v1.0.0
       Check playdate-color v0.2.3
       Check either v1.11.0
       Check playdate-scoreboards v0.1.1
       Check playdate-menu v0.2.3
        Skip playdate-graphics v0.3.14 without plan
        Skip playdate-fs v0.2.7 without plan
        Skip playdate-sys v0.3.5 without plan
        Skip playdate-controls v0.3.4 without plan
        Skip playdate-system v0.3.9 without plan
        Skip playdate-sound v0.3.0 without plan
        Skip playdate-menu v0.2.3 without plan
        Skip playdate v0.1.17 without plan
        Skip playdate-scoreboards v0.1.1 without plan
        Skip playdate-sprite v0.2.10 without plan
      Assets build plan for hello-world v0.1.0 (/Users/py/projects/paulyoung/hello-world)
             rule: sfx/jump.wav = ${PLAYDATE_SDK_PATH}/Examples/Level 1-1/Source/sfx/jump.wav
               sfx/jump.wav               <- /nix/store/9hqz5g7iqmfd94n5gfbvbcp71vc2hg6z-playdate-sdk-2.4.2/Examples/Level 1-1/Source/sfx/jump.wav
             rule: img/system/ = ${PLAYDATE_SDK_PATH}/Examples/Game Template/Source/SystemAssets/*.png
               img/system/card.png        <- /nix/store/9hqz5g7iqmfd94n5gfbvbcp71vc2hg6z-playdate-sdk-2.4.2/Examples/Game Template/Source/SystemAssets/card.png
               img/system/launchImage.png <- /nix/store/9hqz5g7iqmfd94n5gfbvbcp71vc2hg6z-playdate-sdk-2.4.2/Examples/Game Template/Source/SystemAssets/launchImage.png
        Skip hello-world v0.1.0 (/Users/py/projects/paulyoung/hello-world), cache state is Same
       Build assets for hello-world v0.1.0 (/Users/py/projects/paulyoung/hello-world)
             destination: target/playdate/assets/hello-world-64683011faffa51b/assets
       Cache nothing to save
        Skip asset [0:0] card.png
        Skip asset [0:1] launchImage.png
        Skip asset [1:0] sfx/jump.wav
   Compiling assets for hello-world v0.1.0 (/Users/py/projects/paulyoung/hello-world)
         Pdc -v /Users/py/projects/paulyoung/hello-world/target/playdate/assets/hello-world-64683011faffa51b/assets /Users/py/projects/paulyoung/hello-world/target/playdate/assets/hello-world-64683011faffa51b/.assets.build.pdx
         Pdc output:
             Unrecognized file types are copied by default. Use the -k or --skip-unknown flag to skip these files instead.
             Copying pdex.bin
    Finished assets for hello-world v0.1.0 (/Users/py/projects/paulyoung/hello-world)
       Cargo --color=always build -vvvv --config=target.aarch64-apple-darwin.rustflags=["-Ctarget-cpu=native"] --build-plan -Zunstable-options
       Cargo --color=always build -vvvv --config=target.aarch64-apple-darwin.rustflags=["-Ctarget-cpu=native"]
       Dirty proc-macro2 v1.0.81: stale, unknown reason
   Compiling proc-macro2 v1.0.81
       Dirty libc v0.2.153: stale, unknown reason
   Compiling libc v0.2.153
       Dirty unicode-ident v1.0.12: stale, unknown reason
   Compiling unicode-ident v1.0.12
       Dirty glob v0.3.1: stale, unknown reason
   Compiling glob v0.3.1
       Dirty utf8parse v0.2.1: stale, unknown reason
   Compiling utf8parse v0.2.1
       Dirty anstyle-query v1.0.2: stale, unknown reason
   Compiling anstyle-query v1.0.2
       Dirty colorchoice v1.0.0: stale, unknown reason
   Compiling colorchoice v1.0.0
       Dirty anstyle v1.0.6: stale, unknown reason
   Compiling anstyle v1.0.6
       Dirty memchr v2.7.2: stale, unknown reason
   Compiling memchr v2.7.2
       Dirty clap_lex v0.7.0: stale, unknown reason
   Compiling clap_lex v0.7.0
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.81 CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.81 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=81 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.81 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name build_script_build --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.81/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=5ff7ff8d4bac4996 -C extra-filename=-5ff7ff8d4bac4996 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/build/proc-macro2-5ff7ff8d4bac4996 -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --cap-lints warn -Ctarget-cpu=native`
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.153 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=153 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name build_script_build --edition=2015 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=44aaa0a451b47d19 -C extra-filename=-44aaa0a451b47d19 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/build/libc-44aaa0a451b47d19 -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --cap-lints warn -Ctarget-cpu=native`
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=anstyle_query CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.2 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Look up colored console capabilities' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-query CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.2 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name anstyle_query --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=47c4759ee1aa2687 -C extra-filename=-47c4759ee1aa2687 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --cap-lints warn -Ctarget-cpu=native`
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.12 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name unicode_ident --edition=2018 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=6dda50d2aa9d7b82 -C extra-filename=-6dda50d2aa9d7b82 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --cap-lints warn -Ctarget-cpu=native`
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=utf8parse CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1 CARGO_PKG_AUTHORS='Joe Wilm :Christian Duerr ' CARGO_PKG_DESCRIPTION='Table-driven UTF-8 parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=utf8parse CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alacritty/vte' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name utf8parse --edition=2018 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=a49978c414d9b671 -C extra-filename=-a49978c414d9b671 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --cap-lints warn -Ctarget-cpu=native`
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=glob CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Support for matching file paths against Unix shell style patterns.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/glob' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glob CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/glob' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name glob --edition=2015 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=bd47eeb45805d44d -C extra-filename=-bd47eeb45805d44d --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --cap-lints warn -Ctarget-cpu=native`
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=colorchoice CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Global override of color control' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=colorchoice CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle' CARGO_PKG_RUST_VERSION=1.64.0 CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name colorchoice --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=620bf32c321d1760 -C extra-filename=-620bf32c321d1760 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --cap-lints warn -Ctarget-cpu=native`
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.6 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='ANSI text styling' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=1.0.6 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.6 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name anstyle --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=73718cc4102b760e -C extra-filename=-73718cc4102b760e --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --cap-lints warn -Ctarget-cpu=native`
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=clap_lex CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.0 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Minimal, flexible command line parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_lex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap/tree/master/clap_lex' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=0.7.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.0 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name clap_lex --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=0d27830d0bae9726 -C extra-filename=-0d27830d0bae9726 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --cap-lints warn -Ctarget-cpu=native`
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.2 CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for
1, 2 or 3 byte search and single substring search.
' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.2 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name memchr --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=997b16fdb842bdc6 -C extra-filename=-997b16fdb842bdc6 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --cap-lints warn -Ctarget-cpu=native`
       Dirty anstyle-parse v0.2.3: stale, unknown reason
   Compiling anstyle-parse v0.2.3
       Dirty heck v0.5.0: stale, unknown reason
   Compiling heck v0.5.0
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.3 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse ANSI Style Escapes' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-parse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.3 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name anstyle_parse --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=59fcc29da7916800 -C extra-filename=-59fcc29da7916800 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern utf8parse=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libutf8parse-a49978c414d9b671.rmeta --cap-lints warn -Ctarget-cpu=native`
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='heck is a case conversion library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heck CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/withoutboats/heck' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name heck --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=ff0d26f04b49113d -C extra-filename=-ff0d26f04b49113d --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --cap-lints warn -Ctarget-cpu=native`
       Dirty cfg-if v1.0.0: stale, unknown reason
   Compiling cfg-if v1.0.0
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the
item that gets emitted.
' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name cfg_if --edition=2018 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=4b4372228eb23d63 -C extra-filename=-4b4372228eb23d63 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --cap-lints warn -Ctarget-cpu=native`
       Dirty option-ext v0.2.0: stale, unknown reason
   Compiling option-ext v0.2.0
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=option_ext CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/option-ext-0.2.0 CARGO_PKG_AUTHORS='Simon Ochsenreither ' CARGO_PKG_DESCRIPTION='Extends `Option` with additional operations' CARGO_PKG_HOMEPAGE='https://github.com/soc/option-ext' CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=option-ext CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/soc/option-ext.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/option-ext-0.2.0 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name option_ext --edition=2015 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/option-ext-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=1ba71d94d30498d3 -C extra-filename=-1ba71d94d30498d3 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --cap-lints warn -Ctarget-cpu=native`
       Dirty regex-syntax v0.8.3: stale, unknown reason
   Compiling regex-syntax v0.8.3
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.3 CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-syntax' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.3 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name regex_syntax --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --cfg 'feature="unicode-perl"' -C metadata=16f61c5125f7719e -C extra-filename=-16f61c5125f7719e --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --cap-lints warn -Ctarget-cpu=native`
       Dirty strsim v0.11.1: stale, unknown reason
   Compiling strsim v0.11.1
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.1 CARGO_PKG_AUTHORS='Danny Guo :maxbachmann ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics. Includes Hamming, Levenshtein,
OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
' CARGO_PKG_HOMEPAGE='https://github.com/rapidfuzz/strsim-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=strsim CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rapidfuzz/strsim-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.1 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name strsim --edition=2015 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=f2d5425307c54ebb -C extra-filename=-f2d5425307c54ebb --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --cap-lints warn -Ctarget-cpu=native`
       Dirty minimal-lexical v0.2.1: stale, unknown reason
   Compiling minimal-lexical v0.2.1
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=minimal_lexical CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1 CARGO_PKG_AUTHORS='Alex Huszagh ' CARGO_PKG_DESCRIPTION='Fast float parsing conversion routines.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=minimal-lexical CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Alexhuszagh/minimal-lexical' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name minimal_lexical --edition=2018 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' -C metadata=9ec4f0585f5bd00a -C extra-filename=-9ec4f0585f5bd00a --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --cap-lints warn -Ctarget-cpu=native`
       Dirty anstream v0.6.13: stale, unknown reason
   Compiling anstream v0.6.13
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=anstream CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.13 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal.' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstream CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.6.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.13 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name anstream --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=d91985570b031e8f -C extra-filename=-d91985570b031e8f --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern anstyle=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libanstyle-73718cc4102b760e.rmeta --extern anstyle_parse=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libanstyle_parse-59fcc29da7916800.rmeta --extern anstyle_query=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libanstyle_query-47c4759ee1aa2687.rmeta --extern colorchoice=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libcolorchoice-620bf32c321d1760.rmeta --extern utf8parse=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libutf8parse-a49978c414d9b671.rmeta --cap-lints warn -Ctarget-cpu=native`
       Dirty libloading v0.8.3: stale, unknown reason
   Compiling libloading v0.8.3
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=libloading CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3 CARGO_PKG_AUTHORS='Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='Bindings around the platform'\''s dynamic library loading primitives with greatly improved memory safety.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=ISC CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libloading CARGO_PKG_README=README.mkd CARGO_PKG_REPOSITORY='https://github.com/nagisa/rust_libloading/' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.8.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name libloading --edition=2015 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=a71c3673cc2dab89 -C extra-filename=-a71c3673cc2dab89 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern cfg_if=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libcfg_if-4b4372228eb23d63.rmeta --cap-lints warn -Ctarget-cpu=native`
       Dirty bindgen v0.69.4: stale, unknown reason
   Compiling bindgen v0.69.4
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.4 CARGO_PKG_AUTHORS='Jyun-Yan You :Emilio Cobos Álvarez :Nick Fitzgerald :The Servo project developers' CARGO_PKG_DESCRIPTION='Automatically generates Rust FFI bindings to C and C++ libraries.' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/rust-bindgen/' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bindgen CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust-bindgen' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.69.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=69 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.4 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name build_script_build --edition=2018 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="runtime"' -C metadata=5b1d9d301386307a -C extra-filename=-5b1d9d301386307a --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/build/bindgen-5b1d9d301386307a -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --cap-lints warn -Ctarget-cpu=native`
       Dirty clang-sys v1.7.0: stale, unknown reason
   Compiling clang-sys v1.7.0
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.7.0 CARGO_PKG_AUTHORS='Kyle Mayes ' CARGO_PKG_DESCRIPTION='Rust bindings for libclang.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clang-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/KyleMayes/clang-sys' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.7.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.7.0 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name build_script_build --edition=2015 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=3c69e80ae908496f -C extra-filename=-3c69e80ae908496f --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/build/clang-sys-3c69e80ae908496f -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern glob=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libglob-bd47eeb45805d44d.rlib --cap-lints warn -Ctarget-cpu=native`
       Dirty nom v7.1.3: stale, unknown reason
   Compiling nom v7.1.3
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=nom CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3 CARGO_PKG_AUTHORS='contact@geoffroycouprie.com' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Geal/nom' CARGO_PKG_RUST_VERSION=1.48 CARGO_PKG_VERSION=7.1.3 CARGO_PKG_VERSION_MAJOR=7 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name nom --edition=2018 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=a9a42d4408f180d3 -C extra-filename=-a9a42d4408f180d3 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern memchr=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libmemchr-997b16fdb842bdc6.rmeta --extern minimal_lexical=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libminimal_lexical-9ec4f0585f5bd00a.rmeta --cap-lints warn -Ctarget-cpu=native`
       Dirty clap_builder v4.5.2: stale, unknown reason
   Compiling clap_builder v4.5.2
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=clap_builder CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.2 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_builder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.2 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.2 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name clap_builder --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' -C metadata=f3ab21a9cefc8083 -C extra-filename=-f3ab21a9cefc8083 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern anstream=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libanstream-d91985570b031e8f.rmeta --extern anstyle=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libanstyle-73718cc4102b760e.rmeta --extern clap_lex=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libclap_lex-0d27830d0bae9726.rmeta --extern strsim=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libstrsim-f2d5425307c54ebb.rmeta --cap-lints warn -Ctarget-cpu=native`
       Dirty semver v1.0.22: stale, unknown reason
   Compiling semver v1.0.22
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.22 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name build_script_build --edition=2018 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8fc367a9ccb5d002 -C extra-filename=-8fc367a9ccb5d002 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/build/semver-8fc367a9ccb5d002 -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --cap-lints warn -Ctarget-cpu=native`
       Dirty either v1.11.0: stale, unknown reason
   Compiling either v1.11.0
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=either CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.11.0 CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=either CARGO_PKG_README=README-crates.io.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/either' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.11.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.11.0 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name either --edition=2018 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=81596290eabdc037 -C extra-filename=-81596290eabdc037 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --cap-lints warn -Ctarget-cpu=native`
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=aarch64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=aes,crc,dit,dotprod,dpb,dpb2,fcma,fhm,flagm,fp16,frintts,jsconv,lor,lse,neon,paca,pacg,pan,pmuv3,ras,rcpc,rcpc2,rdm,sb,sha2,sha3,ssbs,v8.1a,v8.2a,v8.3a,v8.4a,vh CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=128,16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=macos CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=apple CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS=-Ctarget-cpu=native CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.81 CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.81 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=81 CARGO_PKG_VERSION_PRE='' DEBUG=false DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/projects/paulyoung/hello-world/target/debug:/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/lib/rustlib/aarch64-apple-darwin/lib:/Users/py/lib:/usr/local/lib:/usr/lib' HOST=aarch64-apple-darwin NUM_JOBS=10 OPT_LEVEL=0 OUT_DIR=/Users/py/projects/paulyoung/hello-world/target/debug/build/proc-macro2-927c6476d60c1aff/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=aarch64-apple-darwin /Users/py/projects/paulyoung/hello-world/target/debug/build/proc-macro2-5ff7ff8d4bac4996/build-script-build`
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=aarch64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=aes,crc,dit,dotprod,dpb,dpb2,fcma,fhm,flagm,fp16,frintts,jsconv,lor,lse,neon,paca,pacg,pan,pmuv3,ras,rcpc,rcpc2,rdm,sb,sha2,sha3,ssbs,v8.1a,v8.2a,v8.3a,v8.4a,vh CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=128,16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=macos CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=apple CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS=-Ctarget-cpu=native CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.153 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=153 CARGO_PKG_VERSION_PRE='' DEBUG=false DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/projects/paulyoung/hello-world/target/debug:/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/lib/rustlib/aarch64-apple-darwin/lib:/Users/py/lib:/usr/local/lib:/usr/lib' HOST=aarch64-apple-darwin NUM_JOBS=10 OPT_LEVEL=0 OUT_DIR=/Users/py/projects/paulyoung/hello-world/target/debug/build/libc-44d4f78f0771665a/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=aarch64-apple-darwin /Users/py/projects/paulyoung/hello-world/target/debug/build/libc-44aaa0a451b47d19/build-script-build`
warning: unused import: `self::str::*`
   --> /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs:439:9
    |
439 | pub use self::str::*;
    |         ^^^^^^^^^^^^
    |
    = note: `#[warn(unused_imports)]` on by default
       Dirty bitflags v2.5.0: stale, unknown reason
   Compiling bitflags v2.5.0
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags.
' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name bitflags --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=9a3b41d574c5dd3f -C extra-filename=-9a3b41d574c5dd3f --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --cap-lints warn -Ctarget-cpu=native`
       Dirty itertools v0.12.1: stale, unknown reason
   Compiling itertools v0.12.1
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=itertools CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1 CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='Extra iterator adaptors, iterator methods, free functions, and macros.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itertools CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-itertools/itertools' CARGO_PKG_RUST_VERSION=1.43.1 CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name itertools --edition=2018 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=ddca56df69e52ff2 -C extra-filename=-ddca56df69e52ff2 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern either=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libeither-81596290eabdc037.rmeta --cap-lints warn -Ctarget-cpu=native`
       Dirty rustc-hash v1.1.0: stale, unknown reason
   Compiling rustc-hash v1.1.0
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=rustc_hash CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='speed, non-cryptographic hash used in rustc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-hash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/rustc-hash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name rustc_hash --edition=2015 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=372dbb7e212cfabe -C extra-filename=-372dbb7e212cfabe --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --cap-lints warn -Ctarget-cpu=native`
       Dirty shlex v1.3.0: stale, unknown reason
   Compiling shlex v1.3.0
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=shlex CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.3.0 CARGO_PKG_AUTHORS='comex :Fenhl :Adrian Taylor :Alex Touchet :Daniel Parks :Garrett Berg ' CARGO_PKG_DESCRIPTION='Split a string into shell words, like Python'\''s shlex.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shlex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/comex/rust-shlex' CARGO_PKG_RUST_VERSION=1.46.0 CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.3.0 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name shlex --edition=2015 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9c58bc7772cea0d9 -C extra-filename=-9c58bc7772cea0d9 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --cap-lints warn -Ctarget-cpu=native`
       Dirty lazy_static v1.4.0: stale, unknown reason
   Compiling lazy_static v1.4.0
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0 CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name lazy_static --edition=2015 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=0e2d2458749ddff2 -C extra-filename=-0e2d2458749ddff2 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --cap-lints warn -Ctarget-cpu=native`
[proc-macro2 1.0.81] cargo:rerun-if-changed=build/probe.rs
[libc 0.2.153] cargo:rerun-if-changed=build.rs
[proc-macro2 1.0.81] cargo:rustc-cfg=wrap_proc_macro
[proc-macro2 1.0.81] cargo:rustc-cfg=proc_macro_span
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.81 CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.81 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=81 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.81 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' OUT_DIR=/Users/py/projects/paulyoung/hello-world/target/debug/build/proc-macro2-927c6476d60c1aff/out rustc --crate-name proc_macro2 --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.81/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=387f72932f8b1076 -C extra-filename=-387f72932f8b1076 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern unicode_ident=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libunicode_ident-6dda50d2aa9d7b82.rmeta --cap-lints warn -Ctarget-cpu=native --cfg wrap_proc_macro --cfg proc_macro_span`
       Dirty lazycell v1.3.0: stale, unknown reason
   Compiling lazycell v1.3.0
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=lazycell CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0 CARGO_PKG_AUTHORS='Alex Crichton :Nikita Pekin ' CARGO_PKG_DESCRIPTION='A library providing a lazily filled Cell struct' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazycell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indiv0/lazycell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name lazycell --edition=2015 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=86bf56c753a67a9f -C extra-filename=-86bf56c753a67a9f --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --cap-lints warn -Ctarget-cpu=native`
[libc 0.2.153] cargo:rustc-cfg=freebsd11
warning: use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
   --> /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0/src/lib.rs:269:31
    |
269 |         if NONE != self.state.compare_and_swap(NONE, LOCK, Ordering::Acquire) {
    |                               ^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default
warning: use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
   --> /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0/src/lib.rs:275:31
    |
275 |         if LOCK != self.state.compare_and_swap(LOCK, SOME, Ordering::Release) {
    |                               ^^^^^^^^^^^^^^^^
[libc 0.2.153] cargo:rustc-cfg=libc_priv_mod_use
[libc 0.2.153] cargo:rustc-cfg=libc_union
[libc 0.2.153] cargo:rustc-cfg=libc_const_size_of
[libc 0.2.153] cargo:rustc-cfg=libc_align
[libc 0.2.153] cargo:rustc-cfg=libc_int128
[libc 0.2.153] cargo:rustc-cfg=libc_core_cvoid
[libc 0.2.153] cargo:rustc-cfg=libc_packedN
[libc 0.2.153] cargo:rustc-cfg=libc_cfg_target_vendor
[libc 0.2.153] cargo:rustc-cfg=libc_non_exhaustive
[libc 0.2.153] cargo:rustc-cfg=libc_long_array
[libc 0.2.153] cargo:rustc-cfg=libc_ptr_addr_of
[libc 0.2.153] cargo:rustc-cfg=libc_underscore_const_names
[libc 0.2.153] cargo:rustc-cfg=libc_const_extern_fn
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.153 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=153 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' OUT_DIR=/Users/py/projects/paulyoung/hello-world/target/debug/build/libc-44d4f78f0771665a/out rustc --crate-name libc --edition=2015 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=95a92c68f147ad2f -C extra-filename=-95a92c68f147ad2f --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --cap-lints warn -Ctarget-cpu=native --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn`
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=aarch64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=aes,crc,dit,dotprod,dpb,dpb2,fcma,fhm,flagm,fp16,frintts,jsconv,lor,lse,neon,paca,pacg,pan,pmuv3,ras,rcpc,rcpc2,rdm,sb,sha2,sha3,ssbs,v8.1a,v8.2a,v8.3a,v8.4a,vh CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=128,16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=macos CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=apple CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS=-Ctarget-cpu=native CARGO_FEATURE_CLANG_3_5=1 CARGO_FEATURE_CLANG_3_6=1 CARGO_FEATURE_CLANG_3_7=1 CARGO_FEATURE_CLANG_3_8=1 CARGO_FEATURE_CLANG_3_9=1 CARGO_FEATURE_CLANG_4_0=1 CARGO_FEATURE_CLANG_5_0=1 CARGO_FEATURE_CLANG_6_0=1 CARGO_FEATURE_LIBLOADING=1 CARGO_FEATURE_RUNTIME=1 CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.7.0 CARGO_MANIFEST_LINKS=clang CARGO_PKG_AUTHORS='Kyle Mayes ' CARGO_PKG_DESCRIPTION='Rust bindings for libclang.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clang-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/KyleMayes/clang-sys' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.7.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/projects/paulyoung/hello-world/target/debug:/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/lib/rustlib/aarch64-apple-darwin/lib:/Users/py/lib:/usr/local/lib:/usr/lib' HOST=aarch64-apple-darwin NUM_JOBS=10 OPT_LEVEL=0 OUT_DIR=/Users/py/projects/paulyoung/hello-world/target/debug/build/clang-sys-79e96badaf3c89a2/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=aarch64-apple-darwin /Users/py/projects/paulyoung/hello-world/target/debug/build/clang-sys-3c69e80ae908496f/build-script-build`
warning: 2 warnings emitted
       Dirty arrayvec v0.7.4: stale, unknown reason
   Compiling arrayvec v0.7.4
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=arrayvec CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4 CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arrayvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bluss/arrayvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name arrayvec --edition=2018 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C split-debuginfo=unpacked -C metadata=78433b30252dff87 -C extra-filename=-78433b30252dff87 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --cap-lints warn -Ctarget-cpu=native`
       Dirty erased_set v0.8.0: stale, unknown reason
   Compiling erased_set v0.8.0
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=erased_set CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased_set-0.8.0 CARGO_PKG_AUTHORS='Maël Obréjan ' CARGO_PKG_DESCRIPTION='A set of erased types' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=erased_set CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/malobre/erased_set' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased_set-0.8.0 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name erased_set --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased_set-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C split-debuginfo=unpacked --cfg 'feature="default"' --cfg 'feature="send"' --cfg 'feature="sync"' -C metadata=4132ce19dd81fe45 -C extra-filename=-4132ce19dd81fe45 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --cap-lints warn -Ctarget-cpu=native`
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=aarch64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=aes,crc,dit,dotprod,dpb,dpb2,fcma,fhm,flagm,fp16,frintts,jsconv,lor,lse,neon,paca,pacg,pan,pmuv3,ras,rcpc,rcpc2,rdm,sb,sha2,sha3,ssbs,v8.1a,v8.2a,v8.3a,v8.4a,vh CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=128,16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=macos CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=apple CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS=-Ctarget-cpu=native CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.22 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' DEBUG=false DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/projects/paulyoung/hello-world/target/debug:/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/lib/rustlib/aarch64-apple-darwin/lib:/Users/py/lib:/usr/local/lib:/usr/lib' HOST=aarch64-apple-darwin NUM_JOBS=10 OPT_LEVEL=0 OUT_DIR=/Users/py/projects/paulyoung/hello-world/target/debug/build/semver-ec04dcb5987f01a5/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=aarch64-apple-darwin /Users/py/projects/paulyoung/hello-world/target/debug/build/semver-8fc367a9ccb5d002/build-script-build`
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=aarch64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=aes,crc,dit,dotprod,dpb,dpb2,fcma,fhm,flagm,fp16,frintts,jsconv,lor,lse,neon,paca,pacg,pan,pmuv3,ras,rcpc,rcpc2,rdm,sb,sha2,sha3,ssbs,v8.1a,v8.2a,v8.3a,v8.4a,vh CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=128,16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=macos CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=apple CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS=-Ctarget-cpu=native CARGO_FEATURE_RUNTIME=1 CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.4 CARGO_PKG_AUTHORS='Jyun-Yan You :Emilio Cobos Álvarez :Nick Fitzgerald :The Servo project developers' CARGO_PKG_DESCRIPTION='Automatically generates Rust FFI bindings to C and C++ libraries.' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/rust-bindgen/' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bindgen CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust-bindgen' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.69.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=69 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' DEBUG=false DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/projects/paulyoung/hello-world/target/debug:/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/lib/rustlib/aarch64-apple-darwin/lib:/Users/py/lib:/usr/local/lib:/usr/lib' HOST=aarch64-apple-darwin NUM_JOBS=10 OPT_LEVEL=0 OUT_DIR=/Users/py/projects/paulyoung/hello-world/target/debug/build/bindgen-0005f3dc6f08343c/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=aarch64-apple-darwin /Users/py/projects/paulyoung/hello-world/target/debug/build/bindgen-5b1d9d301386307a/build-script-build`
[semver 1.0.22] cargo:rerun-if-changed=build.rs
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=semver CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.22 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' OUT_DIR=/Users/py/projects/paulyoung/hello-world/target/debug/build/semver-ec04dcb5987f01a5/out rustc --crate-name semver --edition=2018 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a5f7e294d0e5c671 -C extra-filename=-a5f7e294d0e5c671 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --cap-lints warn -Ctarget-cpu=native`
[bindgen 0.69.4] cargo:rerun-if-env-changed=LLVM_CONFIG_PATH
[bindgen 0.69.4] cargo:rerun-if-env-changed=LIBCLANG_PATH
[bindgen 0.69.4] cargo:rerun-if-env-changed=LIBCLANG_STATIC_PATH
[bindgen 0.69.4] cargo:rerun-if-env-changed=BINDGEN_EXTRA_CLANG_ARGS
[bindgen 0.69.4] cargo:rerun-if-env-changed=BINDGEN_EXTRA_CLANG_ARGS_aarch64-apple-darwin
[bindgen 0.69.4] cargo:rerun-if-env-changed=BINDGEN_EXTRA_CLANG_ARGS_aarch64_apple_darwin
       Dirty quote v1.0.36: stale, unknown reason
   Compiling quote v1.0.36
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.36 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=36 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name quote --edition=2018 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=bad47ff6d54ef793 -C extra-filename=-bad47ff6d54ef793 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern proc_macro2=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libproc_macro2-387f72932f8b1076.rmeta --cap-lints warn -Ctarget-cpu=native`
       Dirty regex-automata v0.4.6: stale, unknown reason
   Compiling regex-automata v0.4.6
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.6 CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-automata' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.6 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name regex_automata --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="meta"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-word-boundary"' -C metadata=d36bac2cba4edf35 -C extra-filename=-d36bac2cba4edf35 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern regex_syntax=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libregex_syntax-16f61c5125f7719e.rmeta --cap-lints warn -Ctarget-cpu=native`
       Dirty dirs-sys v0.4.1: stale, unknown reason
   Compiling dirs-sys v0.4.1
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=dirs_sys CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1 CARGO_PKG_AUTHORS='Simon Ochsenreither ' CARGO_PKG_DESCRIPTION='System-level helper functions for the dirs and directories crates.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dirs-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dirs-dev/dirs-sys-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name dirs_sys --edition=2015 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=cf555a14495d49e7 -C extra-filename=-cf555a14495d49e7 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern libc=/Users/py/projects/paulyoung/hello-world/target/debug/deps/liblibc-95a92c68f147ad2f.rmeta --extern option_ext=/Users/py/projects/paulyoung/hello-world/target/debug/deps/liboption_ext-1ba71d94d30498d3.rmeta --cap-lints warn -Ctarget-cpu=native`
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=clang_sys CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.7.0 CARGO_PKG_AUTHORS='Kyle Mayes ' CARGO_PKG_DESCRIPTION='Rust bindings for libclang.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clang-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/KyleMayes/clang-sys' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.7.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.7.0 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' OUT_DIR=/Users/py/projects/paulyoung/hello-world/target/debug/build/clang-sys-79e96badaf3c89a2/out rustc --crate-name clang_sys --edition=2015 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=1b516008ecdf3fd7 -C extra-filename=-1b516008ecdf3fd7 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern glob=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libglob-bd47eeb45805d44d.rmeta --extern libc=/Users/py/projects/paulyoung/hello-world/target/debug/deps/liblibc-95a92c68f147ad2f.rmeta --extern libloading=/Users/py/projects/paulyoung/hello-world/target/debug/deps/liblibloading-a71c3673cc2dab89.rmeta --cap-lints warn -Ctarget-cpu=native`
       Dirty syn v2.0.60: stale, unknown reason
   Compiling syn v2.0.60
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=2.0.60 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=60 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name syn --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit-mut"' -C metadata=ed10f4fbc28403a6 -C extra-filename=-ed10f4fbc28403a6 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern proc_macro2=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libproc_macro2-387f72932f8b1076.rmeta --extern quote=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libquote-bad47ff6d54ef793.rmeta --extern unicode_ident=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libunicode_ident-6dda50d2aa9d7b82.rmeta --cap-lints warn -Ctarget-cpu=native`
       Dirty dirs v5.0.1: stale, unknown reason
   Compiling dirs v5.0.1
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=dirs CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.0.1 CARGO_PKG_AUTHORS='Simon Ochsenreither ' CARGO_PKG_DESCRIPTION='A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dirs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/soc/dirs-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=5.0.1 CARGO_PKG_VERSION_MAJOR=5 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.0.1 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name dirs --edition=2015 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=c5f156710e055e0a -C extra-filename=-c5f156710e055e0a --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern dirs_sys=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libdirs_sys-cf555a14495d49e7.rmeta --cap-lints warn -Ctarget-cpu=native`
       Dirty playdate-build-utils v0.3.1: stale, unknown reason
   Compiling playdate-build-utils v0.3.1
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=playdate_build_utils CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-build-utils-0.3.1 CARGO_PKG_AUTHORS='Alex Koz ' CARGO_PKG_DESCRIPTION='Utils that help to build program with Rust and Playdate API' CARGO_PKG_HOMEPAGE='https://github.com/boozook/playdate' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=playdate-build-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/boozook/playdate.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-build-utils-0.3.1 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name playdate_build_utils --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-build-utils-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=5855ee922c6da3db -C extra-filename=-5855ee922c6da3db --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern dirs=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libdirs-c5f156710e055e0a.rmeta --cap-lints warn -Ctarget-cpu=native`
warning: trait `AppTag` is never used
    --> /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.2/src/builder/command.rs:4888:18
     |
4888 | pub(crate) trait AppTag: crate::builder::ext::Extension {}
     |                  ^^^^^^
     |
     = note: `#[warn(dead_code)]` on by default
warning: method `into_any` is never used
  --> /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.2/src/builder/ext.rs:56:8
   |
51 | pub(crate) trait Extension: std::fmt::Debug + Send + Sync + 'static {
   |                  --------- method in this trait
...
56 |     fn into_any(self: Box) -> Box;
   |        ^^^^^^^^
warning: methods `parse` and `parse_` are never used
   --> /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.2/src/builder/value_parser.rs:609:8
    |
591 | trait AnyValueParser: Send + Sync + 'static {
    |       -------------- methods in this trait
...
609 |     fn parse(
    |        ^^^^^
...
616 |     fn parse_(
    |        ^^^^^^
       Dirty cexpr v0.6.0: stale, unknown reason
   Compiling cexpr v0.6.0
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=cexpr CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0 CARGO_PKG_AUTHORS='Jethro Beekman ' CARGO_PKG_DESCRIPTION='A C expression parser and evaluator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cexpr CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/jethrogb/rust-cexpr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name cexpr --edition=2018 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=d6fe07cbc01098bd -C extra-filename=-d6fe07cbc01098bd --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern nom=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libnom-a9a42d4408f180d3.rmeta --cap-lints warn -Ctarget-cpu=native`
warning: 1 warning emitted
       Dirty regex v1.10.4: stale, unknown reason
   Compiling regex v1.10.4
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.4 CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.10.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.4 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name regex --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --cfg 'feature="unicode-perl"' -C metadata=8442211027c2bf7a -C extra-filename=-8442211027c2bf7a --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern regex_automata=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libregex_automata-d36bac2cba4edf35.rmeta --extern regex_syntax=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libregex_syntax-16f61c5125f7719e.rmeta --cap-lints warn -Ctarget-cpu=native`
warning: 3 warnings emitted
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=bindgen CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.4 CARGO_PKG_AUTHORS='Jyun-Yan You :Emilio Cobos Álvarez :Nick Fitzgerald :The Servo project developers' CARGO_PKG_DESCRIPTION='Automatically generates Rust FFI bindings to C and C++ libraries.' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/rust-bindgen/' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bindgen CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust-bindgen' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.69.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=69 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.4 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' OUT_DIR=/Users/py/projects/paulyoung/hello-world/target/debug/build/bindgen-0005f3dc6f08343c/out rustc --crate-name bindgen --edition=2018 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.4/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="runtime"' -C metadata=45e267a37e1d2f35 -C extra-filename=-45e267a37e1d2f35 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern bitflags=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libbitflags-9a3b41d574c5dd3f.rmeta --extern cexpr=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libcexpr-d6fe07cbc01098bd.rmeta --extern clang_sys=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libclang_sys-1b516008ecdf3fd7.rmeta --extern itertools=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libitertools-ddca56df69e52ff2.rmeta --extern lazy_static=/Users/py/projects/paulyoung/hello-world/target/debug/deps/liblazy_static-0e2d2458749ddff2.rmeta --extern lazycell=/Users/py/projects/paulyoung/hello-world/target/debug/deps/liblazycell-86bf56c753a67a9f.rmeta --extern proc_macro2=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libproc_macro2-387f72932f8b1076.rmeta --extern quote=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libquote-bad47ff6d54ef793.rmeta --extern regex=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libregex-8442211027c2bf7a.rmeta --extern rustc_hash=/Users/py/projects/paulyoung/hello-world/target/debug/deps/librustc_hash-372dbb7e212cfabe.rmeta --extern shlex=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libshlex-9c58bc7772cea0d9.rmeta --extern syn=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libsyn-ed10f4fbc28403a6.rmeta --cap-lints warn -Ctarget-cpu=native`
       Dirty clap_derive v4.5.4: the dependency syn was rebuilt
   Compiling clap_derive v4.5.4
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=clap_derive CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.4 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse command line argument by defining a struct, derive crate.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap/tree/master/clap_derive' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.4 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.4 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name clap_derive --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' -C metadata=ca434130f2dfcc9e -C extra-filename=-ca434130f2dfcc9e --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern heck=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libheck-ff0d26f04b49113d.rlib --extern proc_macro2=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libproc_macro2-387f72932f8b1076.rlib --extern quote=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libquote-bad47ff6d54ef793.rlib --extern syn=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libsyn-ed10f4fbc28403a6.rlib --extern proc_macro --cap-lints warn -Ctarget-cpu=native`
       Dirty clap v4.5.4: stale, unknown reason
   Compiling clap v4.5.4
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.4 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.4 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.4 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name clap --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' -C metadata=6e11acca30dc36fc -C extra-filename=-6e11acca30dc36fc --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern clap_builder=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libclap_builder-f3ab21a9cefc8083.rmeta --extern clap_derive=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libclap_derive-ca434130f2dfcc9e.dylib --cap-lints warn -Ctarget-cpu=native`
       Dirty playdate-bindgen-cfg v0.1.5: stale, unknown reason
   Compiling playdate-bindgen-cfg v0.1.5
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=playdate_bindgen_cfg CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-bindgen-cfg-0.1.5 CARGO_PKG_AUTHORS='Alex Koz ' CARGO_PKG_DESCRIPTION='Minimal configuration for playdate-bindgen.' CARGO_PKG_HOMEPAGE='https://github.com/boozook/playdate' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=playdate-bindgen-cfg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/boozook/playdate.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-bindgen-cfg-0.1.5 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name playdate_bindgen_cfg --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-bindgen-cfg-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clap"' -C metadata=0202c0ab255f62fd -C extra-filename=-0202c0ab255f62fd --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern clap=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libclap-6e11acca30dc36fc.rmeta --cap-lints warn -Ctarget-cpu=native`
warning: trait `HasFloat` is never used
  --> /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.4/ir/item.rs:89:18
   |
89 | pub(crate) trait HasFloat {
   |                  ^^^^^^^^
   |
   = note: `#[warn(dead_code)]` on by default
       Dirty playdate-bindgen v0.1.10: stale, unknown reason
   Compiling playdate-bindgen v0.1.10
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=playdate_bindgen CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-bindgen-0.1.10 CARGO_PKG_AUTHORS='Alex Koz ' CARGO_PKG_DESCRIPTION='Bindgen configuration for Playdate API and utils.' CARGO_PKG_HOMEPAGE='https://github.com/boozook/playdate' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=playdate-bindgen CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/boozook/playdate.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-bindgen-0.1.10 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name playdate_bindgen --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-bindgen-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="runtime"' -C metadata=1a8b21996dbd68ab -C extra-filename=-1a8b21996dbd68ab --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern bindgen=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libbindgen-45e267a37e1d2f35.rmeta --extern bindgen_cfg=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_bindgen_cfg-0202c0ab255f62fd.rmeta --extern utils=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_build_utils-5855ee922c6da3db.rmeta --extern semver=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libsemver-a5f7e294d0e5c671.rmeta --cap-lints warn -Ctarget-cpu=native`
warning: 1 warning emitted
       Dirty playdate-sys v0.3.5: stale, unknown reason
   Compiling playdate-sys v0.3.5
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-sys-0.3.5 CARGO_PKG_AUTHORS='Alex Koz ' CARGO_PKG_DESCRIPTION='Low-level Playdate API bindings' CARGO_PKG_HOMEPAGE='https://github.com/boozook/playdate' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=playdate-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/boozook/playdate.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-sys-0.3.5 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name build_script_build --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-sys-0.3.5/src/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="allocator"' --cfg 'feature="arrayvec"' --cfg 'feature="bindgen"' --cfg 'feature="bindgen-runtime"' --cfg 'feature="bindings-derive-debug"' --cfg 'feature="default"' --cfg 'feature="eh-personality"' --cfg 'feature="entry-point"' --cfg 'feature="lang-items"' --cfg 'feature="panic-handler"' -C metadata=81aed343381d6460 -C extra-filename=-81aed343381d6460 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/build/playdate-sys-81aed343381d6460 -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern bindgen=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_bindgen-1a8b21996dbd68ab.rlib --extern bindgen_cfg=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_bindgen_cfg-0202c0ab255f62fd.rlib --cap-lints warn -Ctarget-cpu=native`
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=aarch64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=aes,crc,dit,dotprod,dpb,dpb2,fcma,fhm,flagm,fp16,frintts,jsconv,lor,lse,neon,paca,pacg,pan,pmuv3,ras,rcpc,rcpc2,rdm,sb,sha2,sha3,ssbs,v8.1a,v8.2a,v8.3a,v8.4a,vh CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=128,16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=macos CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=apple CARGO_CFG_UB_CHECKS='' CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS=-Ctarget-cpu=native CARGO_FEATURE_ALLOCATOR=1 CARGO_FEATURE_ARRAYVEC=1 CARGO_FEATURE_BINDGEN=1 CARGO_FEATURE_BINDGEN_RUNTIME=1 CARGO_FEATURE_BINDINGS_DERIVE_DEBUG=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_EH_PERSONALITY=1 CARGO_FEATURE_ENTRY_POINT=1 CARGO_FEATURE_LANG_ITEMS=1 CARGO_FEATURE_PANIC_HANDLER=1 CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-sys-0.3.5 CARGO_PKG_AUTHORS='Alex Koz ' CARGO_PKG_DESCRIPTION='Low-level Playdate API bindings' CARGO_PKG_HOMEPAGE='https://github.com/boozook/playdate' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=playdate-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/boozook/playdate.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' DEBUG=true DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/projects/paulyoung/hello-world/target/debug:/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/lib/rustlib/aarch64-apple-darwin/lib:/Users/py/lib:/usr/local/lib:/usr/lib' HOST=aarch64-apple-darwin NUM_JOBS=10 OPT_LEVEL=0 OUT_DIR=/Users/py/projects/paulyoung/hello-world/target/debug/build/playdate-sys-11162baf662d02c3/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=aarch64-apple-darwin /Users/py/projects/paulyoung/hello-world/target/debug/build/playdate-sys-81aed343381d6460/build-script-build`
[playdate-sys 0.3.5] cargo:rerun-if-env-changed=PLAYDATE_SDK_PATH
[playdate-sys 0.3.5] pdbindgen not found, continue with builtin bindgen.
[playdate-sys 0.3.5] cargo:rerun-if-env-changed=TARGET
[playdate-sys 0.3.5] cargo:rerun-if-env-changed=PROFILE
[playdate-sys 0.3.5] Found SDK in /nix/store/9hqz5g7iqmfd94n5gfbvbcp71vc2hg6z-playdate-sdk-2.4.2
[playdate-sys 0.3.5] cargo:rerun-if-changed=/nix/store/9hqz5g7iqmfd94n5gfbvbcp71vc2hg6z-playdate-sdk-2.4.2/VERSION.txt
[playdate-sys 0.3.5] cargo:rerun-if-changed=/nix/store/9hqz5g7iqmfd94n5gfbvbcp71vc2hg6z-playdate-sdk-2.4.2/C_API/pd_api.h
[playdate-sys 0.3.5] cargo:rerun-if-env-changed=PLAYDATE_SDK_PATH
[playdate-sys 0.3.5] cargo:include=/nix/store/9hqz5g7iqmfd94n5gfbvbcp71vc2hg6z-playdate-sdk-2.4.2/C_API
[playdate-sys 0.3.5] cargo:rustc-env=PD_BINDINGS_FILENAME=pd2.4.2-macos-aarch64-64-i32-000100000.rs
[playdate-sys 0.3.5] cargo:rustc-env=PD_SDK_VERSION=2.4.2
[playdate-sys 0.3.5] cargo:rerun-if-env-changed=PD_BUILD_PREBUILT
[playdate-sys 0.3.5] cargo:rerun-if-changed=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-sys-0.3.5/gen/pd2.4.2-macos-aarch64-64-i32-000100000.rs
[playdate-sys 0.3.5] cargo:rustc-env=PD_BINDINGS_PATH=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-sys-0.3.5/gen/pd2.4.2-macos-aarch64-64-i32-000100000.rs
[playdate-sys 0.3.5] bindings: cache-hit in pre-built directory
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=playdate_sys CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-sys-0.3.5 CARGO_PKG_AUTHORS='Alex Koz ' CARGO_PKG_DESCRIPTION='Low-level Playdate API bindings' CARGO_PKG_HOMEPAGE='https://github.com/boozook/playdate' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=playdate-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/boozook/playdate.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-sys-0.3.5 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' OUT_DIR=/Users/py/projects/paulyoung/hello-world/target/debug/build/playdate-sys-11162baf662d02c3/out PD_BINDINGS_FILENAME=pd2.4.2-macos-aarch64-64-i32-000100000.rs PD_BINDINGS_PATH=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-sys-0.3.5/gen/pd2.4.2-macos-aarch64-64-i32-000100000.rs PD_SDK_VERSION=2.4.2 rustc --crate-name playdate_sys --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-sys-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C split-debuginfo=unpacked --cfg 'feature="allocator"' --cfg 'feature="arrayvec"' --cfg 'feature="bindgen"' --cfg 'feature="bindgen-runtime"' --cfg 'feature="bindings-derive-debug"' --cfg 'feature="default"' --cfg 'feature="eh-personality"' --cfg 'feature="entry-point"' --cfg 'feature="lang-items"' --cfg 'feature="panic-handler"' -C metadata=a6174f434033e6e5 -C extra-filename=-a6174f434033e6e5 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern arrayvec=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libarrayvec-78433b30252dff87.rmeta --cap-lints warn -Ctarget-cpu=native`
       Dirty playdate-fs v0.2.7: stale, unknown reason
   Compiling playdate-fs v0.2.7
       Dirty playdate-color v0.2.3: stale, unknown reason
   Compiling playdate-color v0.2.3
       Dirty playdate-system v0.3.9: stale, unknown reason
   Compiling playdate-system v0.3.9
       Dirty playdate-scoreboards v0.1.1: stale, unknown reason
   Compiling playdate-scoreboards v0.1.1
       Dirty playdate-display v0.3.5: stale, unknown reason
   Compiling playdate-display v0.3.5
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=playdate_fs CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-fs-0.2.7 CARGO_PKG_AUTHORS='Alex Koz ' CARGO_PKG_DESCRIPTION='High-level file-system API built on-top of Playdate API' CARGO_PKG_HOMEPAGE='https://github.com/boozook/playdate' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=playdate-fs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/boozook/playdate.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-fs-0.2.7 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name playdate_fs --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-fs-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C split-debuginfo=unpacked --cfg 'feature="default"' -C metadata=cc33177701334501 -C extra-filename=-cc33177701334501 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern sys=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_sys-a6174f434033e6e5.rmeta --cap-lints warn -Ctarget-cpu=native`
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=playdate_system CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-system-0.3.9 CARGO_PKG_AUTHORS='Alex Koz ' CARGO_PKG_DESCRIPTION='High-level System API built on-top of Playdate API' CARGO_PKG_HOMEPAGE='https://github.com/boozook/playdate' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=playdate-system CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/boozook/playdate.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-system-0.3.9 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name playdate_system --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-system-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C split-debuginfo=unpacked --cfg 'feature="default"' -C metadata=64868b14cde1be7e -C extra-filename=-64868b14cde1be7e --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern sys=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_sys-a6174f434033e6e5.rmeta --cap-lints warn -Ctarget-cpu=native`
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=playdate_scoreboards CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-scoreboards-0.1.1 CARGO_PKG_AUTHORS='Alex Koz ' CARGO_PKG_DESCRIPTION='High-level Scoreboards API built on-top of Playdate API' CARGO_PKG_HOMEPAGE='https://github.com/boozook/playdate' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=playdate-scoreboards CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/boozook/playdate.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-scoreboards-0.1.1 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name playdate_scoreboards --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-scoreboards-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C split-debuginfo=unpacked --cfg 'feature="default"' -C metadata=56f63371052e9523 -C extra-filename=-56f63371052e9523 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern erased_set=/Users/py/projects/paulyoung/hello-world/target/debug/deps/liberased_set-4132ce19dd81fe45.rmeta --extern sys=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_sys-a6174f434033e6e5.rmeta --cap-lints warn -Ctarget-cpu=native`
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=playdate_display CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-display-0.3.5 CARGO_PKG_AUTHORS='Alex Koz ' CARGO_PKG_DESCRIPTION='High-level Display API built on-top of Playdate API' CARGO_PKG_HOMEPAGE='https://github.com/boozook/playdate' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=playdate-display CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/boozook/playdate.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-display-0.3.5 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name playdate_display --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-display-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C split-debuginfo=unpacked --cfg 'feature="default"' -C metadata=485d10a97a42eb7e -C extra-filename=-485d10a97a42eb7e --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern sys=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_sys-a6174f434033e6e5.rmeta --cap-lints warn -Ctarget-cpu=native`
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=playdate_color CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-color-0.2.3 CARGO_PKG_AUTHORS='Alex Koz ' CARGO_PKG_DESCRIPTION='Color extension for Playdate API' CARGO_PKG_HOMEPAGE='https://github.com/boozook/playdate' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=playdate-color CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/boozook/playdate.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-color-0.2.3 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name playdate_color --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-color-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C split-debuginfo=unpacked --cfg 'feature="default"' -C metadata=7ab00a513235a9d8 -C extra-filename=-7ab00a513235a9d8 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern sys=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_sys-a6174f434033e6e5.rmeta --cap-lints warn -Ctarget-cpu=native`
       Dirty playdate-controls v0.3.4: stale, unknown reason
   Compiling playdate-controls v0.3.4
       Dirty playdate-menu v0.2.3: stale, unknown reason
   Compiling playdate-menu v0.2.3
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=playdate_controls CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-controls-0.3.4 CARGO_PKG_AUTHORS='Alex Koz ' CARGO_PKG_DESCRIPTION='High-level controls API built on-top of Playdate API' CARGO_PKG_HOMEPAGE='https://github.com/boozook/playdate' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=playdate-controls CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/boozook/playdate.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-controls-0.3.4 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name playdate_controls --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-controls-0.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C split-debuginfo=unpacked --cfg 'feature="default"' -C metadata=8a27663bd191a7b7 -C extra-filename=-8a27663bd191a7b7 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern sys=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_sys-a6174f434033e6e5.rmeta --extern system=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_system-64868b14cde1be7e.rmeta --cap-lints warn -Ctarget-cpu=native`
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=playdate_menu CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-menu-0.2.3 CARGO_PKG_AUTHORS='Alex Koz ' CARGO_PKG_DESCRIPTION='High-level system menu API built on-top of Playdate API' CARGO_PKG_HOMEPAGE='https://github.com/boozook/playdate' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=playdate-menu CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/boozook/playdate.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-menu-0.2.3 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name playdate_menu --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-menu-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C split-debuginfo=unpacked --cfg 'feature="default"' -C metadata=fcf05a0b19a89e82 -C extra-filename=-fcf05a0b19a89e82 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern sys=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_sys-a6174f434033e6e5.rmeta --extern system=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_system-64868b14cde1be7e.rmeta --cap-lints warn -Ctarget-cpu=native`
       Dirty playdate-graphics v0.3.14: stale, unknown reason
   Compiling playdate-graphics v0.3.14
       Dirty playdate-sound v0.3.0: stale, unknown reason
   Compiling playdate-sound v0.3.0
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=playdate_graphics CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-graphics-0.3.14 CARGO_PKG_AUTHORS='Alex Koz ' CARGO_PKG_DESCRIPTION='High-level graphics API built on-top of Playdate API' CARGO_PKG_HOMEPAGE='https://github.com/boozook/playdate' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=playdate-graphics CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/boozook/playdate.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-graphics-0.3.14 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name playdate_graphics --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-graphics-0.3.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C split-debuginfo=unpacked --cfg 'feature="default"' -C metadata=6bd9a61ad508bb53 -C extra-filename=-6bd9a61ad508bb53 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern color=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_color-7ab00a513235a9d8.rmeta --extern fs=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_fs-cc33177701334501.rmeta --extern sys=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_sys-a6174f434033e6e5.rmeta --cap-lints warn -Ctarget-cpu=native`
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=playdate_sound CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-sound-0.3.0 CARGO_PKG_AUTHORS='Alex Koz ' CARGO_PKG_DESCRIPTION='High-level sound API built on-top of Playdate API' CARGO_PKG_HOMEPAGE='https://github.com/boozook/playdate' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=playdate-sound CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/boozook/playdate.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-sound-0.3.0 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name playdate_sound --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-sound-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C split-debuginfo=unpacked --cfg 'feature="default"' -C metadata=813e83b7de9ff172 -C extra-filename=-813e83b7de9ff172 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern fs=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_fs-cc33177701334501.rmeta --extern sys=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_sys-a6174f434033e6e5.rmeta --cap-lints warn -Ctarget-cpu=native`
warning: field `1` is never read
   --> /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-sound-0.3.0/src/sample.rs:191:59
    |
191 | pub struct SampleWithData<'t, Api: api::Api>(Sample, &'t mut [u8]);
    |            -------------- field in this struct            ^^^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` on by default
help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
    |
191 | pub struct SampleWithData<'t, Api: api::Api>(Sample, ());
    |                                                           ~~
warning: 1 warning emitted
       Dirty playdate-sprite v0.2.10: stale, unknown reason
   Compiling playdate-sprite v0.2.10
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=playdate_sprite CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-sprite-0.2.10 CARGO_PKG_AUTHORS='Alex Koz ' CARGO_PKG_DESCRIPTION='High-level sprite API built on-top of Playdate API' CARGO_PKG_HOMEPAGE='https://github.com/boozook/playdate' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=playdate-sprite CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/boozook/playdate.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-sprite-0.2.10 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name playdate_sprite --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-sprite-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C split-debuginfo=unpacked --cfg 'feature="default"' -C metadata=0ebc68e22d6fec1a -C extra-filename=-0ebc68e22d6fec1a --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern gfx=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_graphics-6bd9a61ad508bb53.rmeta --extern sys=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_sys-a6174f434033e6e5.rmeta --cap-lints warn -Ctarget-cpu=native`
warning: trait `SpriteCollisionInfoExt` is never used
  --> /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-sprite-0.2.10/src/ext.rs:53:7
   |
53 | trait SpriteCollisionInfoExt {
   |       ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(dead_code)]` on by default
       Dirty playdate v0.1.17: stale, unknown reason
   Compiling playdate v0.1.17
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=playdate CARGO_MANIFEST_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-0.1.17 CARGO_PKG_AUTHORS='Alex Koz ' CARGO_PKG_DESCRIPTION='High-level Playdate API' CARGO_PKG_HOMEPAGE='https://github.com/boozook/playdate' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=playdate CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/boozook/playdate.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-0.1.17 DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name playdate --edition=2021 /Users/py/.cargo/registry/src/index.crates.io-6f17d22bba15001f/playdate-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C split-debuginfo=unpacked --cfg 'feature="default"' --cfg 'feature="entry-point"' -C metadata=a21926bde9fbd191 -C extra-filename=-a21926bde9fbd191 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern ctrl=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_controls-8a27663bd191a7b7.rmeta --extern display=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_display-485d10a97a42eb7e.rmeta --extern fs=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_fs-cc33177701334501.rmeta --extern gfx=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_graphics-6bd9a61ad508bb53.rmeta --extern menu=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_menu-fcf05a0b19a89e82.rmeta --extern scoreboards=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_scoreboards-56f63371052e9523.rmeta --extern sound=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_sound-813e83b7de9ff172.rmeta --extern sprite=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_sprite-0ebc68e22d6fec1a.rmeta --extern sys=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_sys-a6174f434033e6e5.rmeta --extern system=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate_system-64868b14cde1be7e.rmeta --cap-lints warn -Ctarget-cpu=native`
warning: 1 warning emitted
       Dirty hello-world v0.1.0 (/Users/py/projects/paulyoung/hello-world): stale, unknown reason
   Compiling hello-world v0.1.0 (/Users/py/projects/paulyoung/hello-world)
     Running `CARGO=/nix/store/c9zmpsc99d0swlp2ql40dwngihrgzxxb-rust-minimal-1.79.0-nightly-2024-04-12/bin/cargo CARGO_CRATE_NAME=hello_world CARGO_MANIFEST_DIR=/Users/py/projects/paulyoung/hello-world CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hello-world CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/Users/py/projects/paulyoung/hello-world DYLD_FALLBACK_LIBRARY_PATH='/Users/py/projects/paulyoung/hello-world/target/debug/deps:/Users/py/lib:/usr/local/lib:/usr/lib' rustc --crate-name hello_world --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=210 --crate-type staticlib --crate-type dylib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C split-debuginfo=unpacked -C metadata=3720c9be78ccb518 --out-dir /Users/py/projects/paulyoung/hello-world/target/debug/deps -C incremental=/Users/py/projects/paulyoung/hello-world/target/debug/incremental -L dependency=/Users/py/projects/paulyoung/hello-world/target/debug/deps --extern playdate=/Users/py/projects/paulyoung/hello-world/target/debug/deps/libplaydate-a21926bde9fbd191.rlib -Ctarget-cpu=native`
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s
    Finished cargo execution, got products:
error: No packages has been produced, nothing to run.
paulyoung commented 6 months ago

RUST_LOG doesn't appear to be having any effect.

paulyoung commented 6 months ago

CARGO_PLAYDATE_LOG works.

paulyoung commented 6 months ago
CARGO_PLAYDATE_LOG=trace cargo playdate run
[DEBUG cargo_playdate::cli] ws target_dir: "/Users/py/projects/paulyoung/hello-world/target"
[DEBUG cargo_playdate::cli] extra args: []
[DEBUG cargo_playdate::assets] Inspecting dependencies tree for hello-world v0.1.0 (/Users/py/projects/paulyoung/hello-world)
[DEBUG cargo_playdate::assets] inspecting deps-tree of hello-world v0.1.0 (/Users/py/projects/paulyoung/hello-world)
[TRACE playdate_build::assets::resolver] old target: /nix/store/9hqz5g7iqmfd94n5gfbvbcp71vc2hg6z-playdate-sdk-2.4.2/Examples/Game Template/Source/SystemAssets/card.png
[TRACE playdate_build::assets::resolver] old target: /nix/store/9hqz5g7iqmfd94n5gfbvbcp71vc2hg6z-playdate-sdk-2.4.2/Examples/Game Template/Source/SystemAssets/launchImage.png
[DEBUG cargo_playdate::assets::plan] Cached plan is the same
        Skip hello-world v0.1.0 (/Users/py/projects/paulyoung/hello-world), cache state is Same
       Build assets for hello-world v0.1.0 (/Users/py/projects/paulyoung/hello-world)
[INFO  playdate_build::assets] collecting assets:
[DEBUG playdate_build::assets] assets build method: Link, overwrite: true
[DEBUG playdate_build::io] Checking out of top boundary /Users/py/projects/paulyoung/hello-world/target/playdate/assets/hello-world-64683011faffa51b/assets for /Users/py/projects/paulyoung/hello-world/target/playdate/assets/hello-world-64683011faffa51b/assets/sfx/...
[DEBUG playdate_build::io] Checking out of top boundary /Users/py/projects/paulyoung/hello-world/target/playdate/assets/hello-world-64683011faffa51b/assets for /Users/py/projects/paulyoung/hello-world/target/playdate/assets/hello-world-64683011faffa51b/assets/sfx/jump.wav
[INFO  playdate_build::assets]   Skip link: sfx/jump.wav <- /nix/store/9hqz5g7iqmfd94n5gfbvbcp71vc2hg6z-playdate-sdk-2.4.2/Examples/Level 1-1/Source/sfx/jump.wav
[DEBUG playdate_build::io] Checking out of top boundary /Users/py/projects/paulyoung/hello-world/target/playdate/assets/hello-world-64683011faffa51b/assets for /Users/py/projects/paulyoung/hello-world/target/playdate/assets/hello-world-64683011faffa51b/assets/img/system/...
[DEBUG playdate_build::io] Checking out of top boundary /Users/py/projects/paulyoung/hello-world/target/playdate/assets/hello-world-64683011faffa51b/assets for /Users/py/projects/paulyoung/hello-world/target/playdate/assets/hello-world-64683011faffa51b/assets/img/system/card.png
[INFO  playdate_build::assets]   Skip link: img/system/card.png <- /nix/store/9hqz5g7iqmfd94n5gfbvbcp71vc2hg6z-playdate-sdk-2.4.2/Examples/Game Template/Source/SystemAssets/card.png
[DEBUG playdate_build::io] Checking out of top boundary /Users/py/projects/paulyoung/hello-world/target/playdate/assets/hello-world-64683011faffa51b/assets for /Users/py/projects/paulyoung/hello-world/target/playdate/assets/hello-world-64683011faffa51b/assets/img/system/...
[DEBUG playdate_build::io] Checking out of top boundary /Users/py/projects/paulyoung/hello-world/target/playdate/assets/hello-world-64683011faffa51b/assets for /Users/py/projects/paulyoung/hello-world/target/playdate/assets/hello-world-64683011faffa51b/assets/img/system/launchImage.png
[INFO  playdate_build::assets]   Skip link: img/system/launchImage.png <- /nix/store/9hqz5g7iqmfd94n5gfbvbcp71vc2hg6z-playdate-sdk-2.4.2/Examples/Game Template/Source/SystemAssets/launchImage.png
   Compiling assets for hello-world v0.1.0 (/Users/py/projects/paulyoung/hello-world)
[DEBUG playdate_build::io] Checking out of top boundary /Users/py/projects/paulyoung/hello-world/target/playdate/assets/hello-world-64683011faffa51b for /Users/py/projects/paulyoung/hello-world/target/playdate/assets/hello-world-64683011faffa51b/.assets.build.pdx
    Finished assets for hello-world v0.1.0 (/Users/py/projects/paulyoung/hello-world)
[DEBUG cargo_playdate::assets] Assets artifact for hello-world v0.1.0 (/Users/py/projects/paulyoung/hello-world) at target/playdate/assets/hello-world-64683011faffa51b
[DEBUG cargo_playdate::build::rustflags] removed duplicates flags: [
                "-Ctarget-cpu=cortex-m7",
                "-Clink-args=--emit-relocs",
                "-Crelocation-model=pic",
                "-Csoft-float=no",
                "-Clink-arg=--cref",
                "-Clink-arg=--gc-sections",
                "-Clink-arg=--entry=eventHandlerShim",
            ]
   Compiling proc-macro2 v1.0.81
   Compiling libc v0.2.153
   Compiling unicode-ident v1.0.12
   Compiling glob v0.3.1
   Compiling utf8parse v0.2.1
   Compiling anstyle-query v1.0.2
   Compiling anstyle v1.0.6
   Compiling colorchoice v1.0.0
   Compiling regex-syntax v0.8.3
   Compiling memchr v2.7.2
   Compiling anstyle-parse v0.2.3
   Compiling option-ext v0.2.0
   Compiling clap_lex v0.7.0
   Compiling heck v0.5.0
   Compiling cfg-if v1.0.0
   Compiling anstream v0.6.13
   Compiling strsim v0.11.1
   Compiling minimal-lexical v0.2.1
   Compiling libloading v0.8.3
   Compiling semver v1.0.22
   Compiling clang-sys v1.7.0
   Compiling nom v7.1.3
   Compiling clap_builder v4.5.2
   Compiling either v1.11.0
   Compiling bindgen v0.69.4
   Compiling shlex v1.3.0
   Compiling itertools v0.12.1
   Compiling rustc-hash v1.1.0
   Compiling lazy_static v1.4.0
   Compiling lazycell v1.3.0
   Compiling bitflags v2.5.0
   Compiling arrayvec v0.7.4
   Compiling quote v1.0.36
   Compiling dirs-sys v0.4.1
   Compiling regex-automata v0.4.6
   Compiling dirs v5.0.1
   Compiling syn v2.0.60
   Compiling playdate-build-utils v0.3.1
   Compiling erased_set v0.8.0
   Compiling cexpr v0.6.0
   Compiling regex v1.10.4
   Compiling clap_derive v4.5.4
   Compiling clap v4.5.4
   Compiling playdate-bindgen-cfg v0.1.5
   Compiling playdate-bindgen v0.1.10
   Compiling playdate-sys v0.3.5
   Compiling playdate-fs v0.2.7
   Compiling playdate-system v0.3.9
   Compiling playdate-color v0.2.3
   Compiling playdate-scoreboards v0.1.1
   Compiling playdate-display v0.3.5
   Compiling playdate-menu v0.2.3
   Compiling playdate-controls v0.3.4
   Compiling playdate-graphics v0.3.14
   Compiling playdate-sound v0.3.0
   Compiling playdate-sprite v0.2.10
   Compiling playdate v0.1.17
   Compiling hello-world v0.1.0 (/Users/py/projects/paulyoung/hello-world)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s
error: No packages has been produced, nothing to run.
paulyoung commented 6 months ago

This is the output of cargo playdate run --build-plan:

{
  "package": "hello-world 0.1.0 (path+file:///Users/py/projects/paulyoung/hello-world)",
  "kind": "Package",
  "assets": [
    {
      "AsIs": [
        {
          "Pair": {
            "source": "/nix/store/9hqz5g7iqmfd94n5gfbvbcp71vc2hg6z-playdate-sdk-2.4.2/Examples/Level 1-1/Source/sfx/jump.wav",
            "target": "sfx/jump.wav"
          }
        },
        [
          {
            "Original": {
              "original": "sfx/jump.wav"
            }
          },
          {
            "Modified": {
              "original": "${PLAYDATE_SDK_PATH}/Examples/Level 1-1/Source/sfx/jump.wav",
              "actual": "/nix/store/9hqz5g7iqmfd94n5gfbvbcp71vc2hg6z-playdate-sdk-2.4.2/Examples/Level 1-1/Source/sfx/jump.wav"
            }
          }
        ]
      ]
    },
    {
      "ManyInto": {
        "sources": [
          {
            "Pair": {
              "source": "/nix/store/9hqz5g7iqmfd94n5gfbvbcp71vc2hg6z-playdate-sdk-2.4.2/Examples/Game Template/Source/SystemAssets/card.png",
              "target": "card.png"
            }
          },
          {
            "Pair": {
              "source": "/nix/store/9hqz5g7iqmfd94n5gfbvbcp71vc2hg6z-playdate-sdk-2.4.2/Examples/Game Template/Source/SystemAssets/launchImage.png",
              "target": "launchImage.png"
            }
          }
        ],
        "target": "img/system/",
        "excluded": [],
        "exprs": [
          {
            "Original": {
              "original": "img/system/"
            }
          },
          {
            "Modified": {
              "original": "${PLAYDATE_SDK_PATH}/Examples/Game Template/Source/SystemAssets/*.png",
              "actual": "/nix/store/9hqz5g7iqmfd94n5gfbvbcp71vc2hg6z-playdate-sdk-2.4.2/Examples/Game Template/Source/SystemAssets/*.png"
            }
          }
        ]
      }
    }
  ],
  "cache": "Same",
  "plan": "/Users/py/projects/paulyoung/hello-world/target/playdate/assets/hello-world-64683011faffa51b/hello-world-64683011faffa51b.json"
}
paulyoung commented 6 months ago

I need to finish up for the night but the little debugging I've done reveals that after the following, artifacts is [].

https://github.com/boozook/playdate/blob/e334325c1d579a7be51034f92a1215ba213cf089/cargo/src/build/mod.rs#L72-L73

paulyoung commented 6 months ago

After this, artifacts is [].

https://github.com/boozook/playdate/blob/e334325c1d579a7be51034f92a1215ba213cf089/cargo/src/build/mod.rs#L261

paulyoung commented 6 months ago

After this:

https://github.com/boozook/playdate/blob/e334325c1d579a7be51034f92a1215ba213cf089/cargo/src/build/mod.rs#L292

targets is:

[
    (
        Package {
            id: PackageId {
                name: "hello-world",
                version: "0.1.0",
                source: "/Users/py/projects/paulyoung/hello-world",
            },
            ..: "..",
        },
        [
            TargetInner {
                ..: lib_target("hello-world", ["staticlib", "dylib", "rlib"], "/Users/py/projects/paulyoung/hello-world/src/lib.rs", Edition2021),
            },
        ],
    ),
]
paulyoung commented 6 months ago

Here:

https://github.com/boozook/playdate/blob/e334325c1d579a7be51034f92a1215ba213cf089/cargo/src/build/mod.rs#L298

t.name() is "hello-world" but art.target.name.as_str() is "hello_world"

paulyoung commented 6 months ago

If I use the nightly build I was using before (2023-12-28) then t.name() is "hello-world" and art.target.name.as_str() is "hello-world"

paulyoung commented 6 months ago

Possibly related to https://github.com/rust-lang/cargo/pull/12783 which landed will land in Cargo 1.79 (2024-06-13) according to https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#fixed

boozook commented 6 months ago

Wow! Great investigation! 😲 I'll take it as soon as I can. Tomorrow, I hope.

boozook commented 6 months ago

Okay, I've reproduced it easily with just mkdir hello-world-315; cd $_; cargo pd init --lib; cargo pd run. I'm sorry it took me so long to get to this… Hopefully there will be a fix soon. And thank you again for the rich helpful investigation.

boozook commented 6 months ago

Hey Paul, could you plz test your case with that branch cargo-fix-no-products-315 (PR) with fix of this issue? Currently existing tests doesn't covers all of possible cases and there is hot fix with not ideal quality 🥺. I'll refactor it very soon. @paulyoung