==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-vcsgraph 0.3.2-1 (Sat Sep  5 05:04:34 2026)
==> Retrieving sources...
  -> Updating vcsgraph git repo...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    vcsgraph ... Passed
==> Making package: python-vcsgraph 0.3.2-1 (Sat Sep  5 11:05:02 2026)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (27) compiler-rt-22.1.8-1  libedit-20260512_3.1-1  libgit2-1:1.9.7-1  lld-22.1.8-1  llhttp-9.3.1-1  llvm-libs-22.1.8-2  perl-error-0.17030-3  perl-mailtools-2.22-3  perl-timedate-2.35-1  python-autocommand-2.2.2-9  python-jaraco.collections-5.1.0-3  python-jaraco.context-6.1.2-1  python-jaraco.functools-4.1.0-3  python-jaraco.text-4.0.0-4  python-more-itertools-11.1.0-1  python-packaging-26.3-1  python-platformdirs-4.11.7-1  python-pyproject-hooks-1.2.0-6  python-semantic-version-2.10.0-9  python-setuptools-1:84.0.0-1  python-wheel-0.48.0-1  rust-1:1.98.1-1  zlib-ng-2.3.3-1  git-2.55.0-1  python-build-1.6.0-1  python-installer-1.0.1-1  python-setuptools-rust-1.13.0-1

Total Installed Size:  452.54 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing perl-error...
installing perl-timedate...
installing perl-mailtools...
installing zlib-ng...
installing git...
Optional dependencies for git
    git-zsh-completion: upstream zsh completion
    tk: gitk and git gui
    openssh: ssh transport and crypto
    man: show help with `git command --help`
    perl-libwww: git svn
    perl-term-readkey: git svn and interactive.singlekey setting
    perl-io-socket-ssl: git send-email TLS support
    perl-authen-sasl: git send-email TLS support
    perl-cgi: gitweb (web interface) support
    python: git svn & git p4 [installed]
    subversion: git svn
    org.freedesktop.secrets: keyring credential helper
    libsecret: libsecret credential helper [installed]
    less: the default pager for git
installing python-packaging...
installing python-pyproject-hooks...
installing python-build...
Optional dependencies for python-build
    python-pip: to use as the Python package installer (default)
    python-uv: to use as the Python package installer
    python-virtualenv: to use virtualenv for build isolation
installing python-installer...
installing compiler-rt...
installing llhttp...
installing libgit2...
installing libedit...
installing llvm-libs...
installing lld...
installing rust...
Optional dependencies for rust
    gdb: rust-gdb script [installed]
    lldb: rust-lldb script
installing python-more-itertools...
installing python-jaraco.functools...
installing python-jaraco.context...
installing python-autocommand...
installing python-jaraco.text...
Optional dependencies for python-jaraco.text
    python-inflect: for show-newlines script
installing python-jaraco.collections...
installing python-platformdirs...
installing python-wheel...
Optional dependencies for python-wheel
    python-keyring: for wheel.signatures
    python-xdg: for wheel.signatures
    python-setuptools: for legacy bdist_wheel subcommand [pending]
installing python-setuptools...
installing python-semantic-version...
installing python-setuptools-rust...
:: Running post-transaction hooks...
(1/3) Creating system user accounts...
Creating group 'git' with GID 967.
Creating user 'git' (git daemon user) with UID 967 and GID 967.
(2/3) Reloading system manager configuration...
  Skipped: Current root is not booted.
(3/3) Arming ConditionNeedsUpdate...
==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of vcsgraph git repo...
Cloning into 'vcsgraph'...
done.
Switched to a new branch 'makepkg'
==> Starting build()...
* Getting build dependencies for wheel...
running egg_info
creating vcsgraph.egg-info
writing vcsgraph.egg-info/PKG-INFO
writing dependency_links to vcsgraph.egg-info/dependency_links.txt
writing requirements to vcsgraph.egg-info/requires.txt
writing top-level names to vcsgraph.egg-info/top_level.txt
writing manifest file 'vcsgraph.egg-info/SOURCES.txt'
reading manifest file 'vcsgraph.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'COPYING.txt'
writing manifest file 'vcsgraph.egg-info/SOURCES.txt'
* Building wheel...
running bdist_wheel
running build
running build_py
creating build/lib.linux-armv7l-cpython-314/vcsgraph
copying vcsgraph/graph.py -> build/lib.linux-armv7l-cpython-314/vcsgraph
copying vcsgraph/__init__.py -> build/lib.linux-armv7l-cpython-314/vcsgraph
copying vcsgraph/tsort.py -> build/lib.linux-armv7l-cpython-314/vcsgraph
copying vcsgraph/errors.py -> build/lib.linux-armv7l-cpython-314/vcsgraph
copying vcsgraph/known_graph.py -> build/lib.linux-armv7l-cpython-314/vcsgraph
running egg_info
writing vcsgraph.egg-info/PKG-INFO
writing dependency_links to vcsgraph.egg-info/dependency_links.txt
writing requirements to vcsgraph.egg-info/requires.txt
writing top-level names to vcsgraph.egg-info/top_level.txt
reading manifest file 'vcsgraph.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'COPYING.txt'
writing manifest file 'vcsgraph.egg-info/SOURCES.txt'
/usr/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'vcsgraph.tests' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'vcsgraph.tests' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'vcsgraph.tests' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'vcsgraph.tests' to be distributed and are
        already explicitly excluding 'vcsgraph.tests' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
copying vcsgraph/py.typed -> build/lib.linux-armv7l-cpython-314/vcsgraph
creating build/lib.linux-armv7l-cpython-314/vcsgraph/tests
copying vcsgraph/tests/__init__.py -> build/lib.linux-armv7l-cpython-314/vcsgraph/tests
copying vcsgraph/tests/test_graph.py -> build/lib.linux-armv7l-cpython-314/vcsgraph/tests
copying vcsgraph/tests/test_known_graph.py -> build/lib.linux-armv7l-cpython-314/vcsgraph/tests
copying vcsgraph/tests/test_tsort.py -> build/lib.linux-armv7l-cpython-314/vcsgraph/tests
running build_ext
running build_rust
    Updating crates.io index
 Downloading crates ...
  Downloaded lazy_static v1.5.0
  Downloaded once_cell v1.21.4
  Downloaded heck v0.5.0
  Downloaded proc-macro2 v1.0.106
  Downloaded pyo3-macros v0.28.3
  Downloaded rustc-hash v2.1.2
  Downloaded maplit v1.0.2
  Downloaded quote v1.0.45
  Downloaded target-lexicon v0.13.5
  Downloaded pyo3-build-config v0.28.3
  Downloaded unicode-ident v1.0.24
  Downloaded pyo3-ffi v0.28.3
  Downloaded pyo3-macros-backend v0.28.3
  Downloaded portable-atomic v1.13.1
  Downloaded syn v2.0.117
  Downloaded libc v0.2.186
  Downloaded pyo3 v0.28.3
cargo rustc --lib --message-format=json-render-diagnostics --manifest-path crates/graph-py/Cargo.toml --release -v --features pyo3/extension-module --crate-type cdylib
   Compiling target-lexicon v0.13.5
   Compiling proc-macro2 v1.0.106
   Compiling unicode-ident v1.0.24
   Compiling quote v1.0.45
     Running `rustc --crate-name build_script_build --edition=2018 /build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(feature, values("rust_1_40", "cargo-clippy"))' -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_z80", "arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=34950ee4ae72a8ed -C extra-filename=-1a75a35cb6241c7f --out-dir /build/python-vcsgraph/src/vcsgraph/target/release/build/target-lexicon-1a75a35cb6241c7f -C strip=debuginfo -L dependency=/build/python-vcsgraph/src/vcsgraph/target/release/deps --cap-lints allow`
     Running `rustc --crate-name build_script_build --edition=2021 /build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=75560a8b792f92db -C extra-filename=-55d7bd202594ed95 --out-dir /build/python-vcsgraph/src/vcsgraph/target/release/build/proc-macro2-55d7bd202594ed95 -C strip=debuginfo -L dependency=/build/python-vcsgraph/src/vcsgraph/target/release/deps --cap-lints allow`
     Running `rustc --crate-name unicode_ident --edition=2021 /build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f5a59ff51e24488 -C extra-filename=-0d71d59dcc419ed8 --out-dir /build/python-vcsgraph/src/vcsgraph/target/release/deps -C strip=debuginfo -L dependency=/build/python-vcsgraph/src/vcsgraph/target/release/deps --cap-lints allow`
     Running `rustc --crate-name build_script_build --edition=2021 /build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=a1852844781992dd -C extra-filename=-89d5c90644516cb4 --out-dir /build/python-vcsgraph/src/vcsgraph/target/release/build/quote-89d5c90644516cb4 -C strip=debuginfo -L dependency=/build/python-vcsgraph/src/vcsgraph/target/release/deps --cap-lints allow`
   Compiling libc v0.2.186
     Running `rustc --crate-name build_script_build --edition=2021 /build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.186/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=2328b66513f653f5 -C extra-filename=-ca5553f8b11ecd8d --out-dir /build/python-vcsgraph/src/vcsgraph/target/release/build/libc-ca5553f8b11ecd8d -C strip=debuginfo -L dependency=/build/python-vcsgraph/src/vcsgraph/target/release/deps --cap-lints allow`
     Running `/build/python-vcsgraph/src/vcsgraph/target/release/build/quote-89d5c90644516cb4/build-script-build`
   Compiling heck v0.5.0
     Running `rustc --crate-name heck --edition=2021 /build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b65ef5a806702c36 -C extra-filename=-560213d41e9a663f --out-dir /build/python-vcsgraph/src/vcsgraph/target/release/deps -C strip=debuginfo -L dependency=/build/python-vcsgraph/src/vcsgraph/target/release/deps --cap-lints allow`
     Running `/build/python-vcsgraph/src/vcsgraph/target/release/build/proc-macro2-55d7bd202594ed95/build-script-build`
     Running `rustc --crate-name proc_macro2 --edition=2021 /build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=0a75a0f51c55094d -C extra-filename=-4a893422d2567e81 --out-dir /build/python-vcsgraph/src/vcsgraph/target/release/deps -C strip=debuginfo -L dependency=/build/python-vcsgraph/src/vcsgraph/target/release/deps --extern unicode_ident=/build/python-vcsgraph/src/vcsgraph/target/release/deps/libunicode_ident-0d71d59dcc419ed8.rmeta --cap-lints allow --cfg wrap_proc_macro --cfg proc_macro_span_location --cfg proc_macro_span_file --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
     Running `/build/python-vcsgraph/src/vcsgraph/target/release/build/libc-ca5553f8b11ecd8d/build-script-build`
     Running `rustc --crate-name libc --edition=2021 /build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.186/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=06293419db63e71d -C extra-filename=-377f6aed2805b66a --out-dir /build/python-vcsgraph/src/vcsgraph/target/release/deps -C strip=debuginfo -L dependency=/build/python-vcsgraph/src/vcsgraph/target/release/deps --cap-lints allow --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_picolibc)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(musl_redir_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
   Compiling once_cell v1.21.4
     Running `rustc --crate-name once_cell --edition=2021 /build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=91b6d12619b1c421 -C extra-filename=-66b7d9bc5c54f52e --out-dir /build/python-vcsgraph/src/vcsgraph/target/release/deps -C strip=debuginfo -L dependency=/build/python-vcsgraph/src/vcsgraph/target/release/deps --cap-lints allow`
     Running `/build/python-vcsgraph/src/vcsgraph/target/release/build/target-lexicon-1a75a35cb6241c7f/build-script-build`
     Running `rustc --crate-name target_lexicon --edition=2018 /build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(feature, values("rust_1_40", "cargo-clippy"))' -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_z80", "arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=10d8cac6af96f978 -C extra-filename=-372cb32e53ffd21b --out-dir /build/python-vcsgraph/src/vcsgraph/target/release/deps -C strip=debuginfo -L dependency=/build/python-vcsgraph/src/vcsgraph/target/release/deps --cap-lints allow --cfg 'feature="rust_1_40"'`
   Compiling rustc-hash v2.1.2
     Running `rustc --crate-name rustc_hash --edition=2021 /build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "rand", "std"))' -C metadata=c73f983b56f85e4b -C extra-filename=-9026af6e47470531 --out-dir /build/python-vcsgraph/src/vcsgraph/target/release/deps -C strip=debuginfo -L dependency=/build/python-vcsgraph/src/vcsgraph/target/release/deps --cap-lints allow`
   Compiling lazy_static v1.5.0
     Running `rustc --crate-name lazy_static --edition=2015 /build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=b8a17d9c819c2f17 -C extra-filename=-01254d3e1a675a5f --out-dir /build/python-vcsgraph/src/vcsgraph/target/release/deps -C strip=debuginfo -L dependency=/build/python-vcsgraph/src/vcsgraph/target/release/deps --cap-lints allow`
     Running `rustc --crate-name quote --edition=2021 /build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=0e376092fffbb4f9 -C extra-filename=-9338433cc52923d3 --out-dir /build/python-vcsgraph/src/vcsgraph/target/release/deps -C strip=debuginfo -L dependency=/build/python-vcsgraph/src/vcsgraph/target/release/deps --extern proc_macro2=/build/python-vcsgraph/src/vcsgraph/target/release/deps/libproc_macro2-4a893422d2567e81.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'`
   Compiling pyo3-build-config v0.28.3
     Running `rustc --crate-name build_script_build --edition=2021 /build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-build-config-0.28.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="resolve-config"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("abi3", "abi3-py310", "abi3-py311", "abi3-py312", "abi3-py313", "abi3-py314", "abi3-py37", "abi3-py38", "abi3-py39", "default", "extension-module", "generate-import-lib", "resolve-config"))' -C metadata=d207f61ce0f4cc0d -C extra-filename=-0c49bba77a22d85a --out-dir /build/python-vcsgraph/src/vcsgraph/target/release/build/pyo3-build-config-0c49bba77a22d85a -C strip=debuginfo -L dependency=/build/python-vcsgraph/src/vcsgraph/target/release/deps --extern target_lexicon=/build/python-vcsgraph/src/vcsgraph/target/release/deps/libtarget_lexicon-372cb32e53ffd21b.rlib --cap-lints allow`
   Compiling syn v2.0.117
     Running `rustc --crate-name syn --edition=2021 /build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=5631be480be83c01 -C extra-filename=-81505ee41d58a7ee --out-dir /build/python-vcsgraph/src/vcsgraph/target/release/deps -C strip=debuginfo -L dependency=/build/python-vcsgraph/src/vcsgraph/target/release/deps --extern proc_macro2=/build/python-vcsgraph/src/vcsgraph/target/release/deps/libproc_macro2-4a893422d2567e81.rmeta --extern quote=/build/python-vcsgraph/src/vcsgraph/target/release/deps/libquote-9338433cc52923d3.rmeta --extern unicode_ident=/build/python-vcsgraph/src/vcsgraph/target/release/deps/libunicode_ident-0d71d59dcc419ed8.rmeta --cap-lints allow`
     Running `/build/python-vcsgraph/src/vcsgraph/target/release/build/pyo3-build-config-0c49bba77a22d85a/build-script-build`
     Running `rustc --crate-name pyo3_build_config --edition=2021 /build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-build-config-0.28.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="resolve-config"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("abi3", "abi3-py310", "abi3-py311", "abi3-py312", "abi3-py313", "abi3-py314", "abi3-py37", "abi3-py38", "abi3-py39", "default", "extension-module", "generate-import-lib", "resolve-config"))' -C metadata=c7b8f0ec5f68c93d -C extra-filename=-3a01ab67cbc2537e --out-dir /build/python-vcsgraph/src/vcsgraph/target/release/deps -C strip=debuginfo -L dependency=/build/python-vcsgraph/src/vcsgraph/target/release/deps --extern target_lexicon=/build/python-vcsgraph/src/vcsgraph/target/release/deps/libtarget_lexicon-372cb32e53ffd21b.rmeta --cap-lints allow`
   Compiling pyo3-ffi v0.28.3
   Compiling pyo3-macros-backend v0.28.3
   Compiling pyo3 v0.28.3
     Running `rustc --crate-name build_script_build --edition=2021 /build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-ffi-0.28.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::useless_transmute' '--warn=clippy::used_underscore_binding' --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn '--warn=clippy::unnecessary_wraps' '--allow=clippy::undocumented_unsafe_blocks' '--warn=clippy::todo' --warn=rust_2021_prelude_collisions '--warn=clippy::manual_ok_or' '--warn=clippy::manual_assert' '--warn=clippy::let_unit_value' --warn=invalid_doc_attributes '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::explicit_iter_loop' '--warn=clippy::explicit_into_iter_loop' --warn=elided_lifetimes_in_paths '--warn=clippy::dbg_macro' '--warn=clippy::checked_conversions' '--warn=rustdoc::broken_intra_doc_links' '--warn=rustdoc::bare_urls' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("abi3", "abi3-py310", "abi3-py311", "abi3-py312", "abi3-py313", "abi3-py314", "abi3-py37", "abi3-py38", "abi3-py39", "default", "extension-module", "generate-import-lib"))' -C metadata=ab5722dda40bf80d -C extra-filename=-503b35f200bf18b6 --out-dir /build/python-vcsgraph/src/vcsgraph/target/release/build/pyo3-ffi-503b35f200bf18b6 -C strip=debuginfo -L dependency=/build/python-vcsgraph/src/vcsgraph/target/release/deps --extern pyo3_build_config=/build/python-vcsgraph/src/vcsgraph/target/release/deps/libpyo3_build_config-3a01ab67cbc2537e.rlib --cap-lints allow`
     Running `rustc --crate-name build_script_build --edition=2021 /build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-macros-backend-0.28.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::useless_transmute' '--warn=clippy::used_underscore_binding' --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn '--warn=clippy::unnecessary_wraps' '--allow=clippy::undocumented_unsafe_blocks' '--warn=clippy::todo' --warn=rust_2021_prelude_collisions '--warn=clippy::manual_ok_or' '--warn=clippy::manual_assert' '--warn=clippy::let_unit_value' --warn=invalid_doc_attributes '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::explicit_iter_loop' '--warn=clippy::explicit_into_iter_loop' --warn=elided_lifetimes_in_paths '--warn=clippy::dbg_macro' '--warn=clippy::checked_conversions' '--warn=rustdoc::broken_intra_doc_links' '--warn=rustdoc::bare_urls' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("experimental-async", "experimental-inspect"))' -C metadata=c9c09a939174de38 -C extra-filename=-3bf38cf95635a98b --out-dir /build/python-vcsgraph/src/vcsgraph/target/release/build/pyo3-macros-backend-3bf38cf95635a98b -C strip=debuginfo -L dependency=/build/python-vcsgraph/src/vcsgraph/target/release/deps --extern pyo3_build_config=/build/python-vcsgraph/src/vcsgraph/target/release/deps/libpyo3_build_config-3a01ab67cbc2537e.rlib --cap-lints allow`
     Running `rustc --crate-name build_script_build --edition=2021 /build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-0.28.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::useless_transmute' '--warn=clippy::used_underscore_binding' --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn '--warn=clippy::unnecessary_wraps' '--allow=clippy::undocumented_unsafe_blocks' '--warn=clippy::todo' --warn=rust_2021_prelude_collisions '--warn=clippy::manual_ok_or' '--warn=clippy::manual_assert' '--warn=clippy::let_unit_value' --warn=invalid_doc_attributes '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::explicit_iter_loop' '--warn=clippy::explicit_into_iter_loop' --warn=elided_lifetimes_in_paths '--warn=clippy::dbg_macro' '--warn=clippy::checked_conversions' '--warn=rustdoc::broken_intra_doc_links' '--warn=rustdoc::bare_urls' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="macros"' --cfg 'feature="pyo3-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("abi3", "abi3-py310", "abi3-py311", "abi3-py312", "abi3-py313", "abi3-py314", "abi3-py37", "abi3-py38", "abi3-py39", "anyhow", "arc_lock", "auto-initialize", "bigdecimal", "bytes", "chrono", "chrono-local", "chrono-tz", "default", "either", "experimental-async", "experimental-inspect", "extension-module", "eyre", "full", "generate-import-lib", "hashbrown", "indexmap", "inventory", "jiff-02", "lock_api", "macros", "multiple-pymethods", "nightly", "num-bigint", "num-complex", "num-rational", "ordered-float", "parking_lot", "py-clone", "pyo3-macros", "rust_decimal", "serde", "smallvec", "time", "uuid"))' -C metadata=c1d6508b25d458f3 -C extra-filename=-b95c86a74ba37787 --out-dir /build/python-vcsgraph/src/vcsgraph/target/release/build/pyo3-b95c86a74ba37787 -C strip=debuginfo -L dependency=/build/python-vcsgraph/src/vcsgraph/target/release/deps --extern pyo3_build_config=/build/python-vcsgraph/src/vcsgraph/target/release/deps/libpyo3_build_config-3a01ab67cbc2537e.rlib --cap-lints allow`
     Running `/build/python-vcsgraph/src/vcsgraph/target/release/build/pyo3-macros-backend-3bf38cf95635a98b/build-script-build`
     Running `/build/python-vcsgraph/src/vcsgraph/target/release/build/pyo3-ffi-503b35f200bf18b6/build-script-build`
     Running `rustc --crate-name pyo3_ffi --edition=2021 /build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-ffi-0.28.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::useless_transmute' '--warn=clippy::used_underscore_binding' --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn '--warn=clippy::unnecessary_wraps' '--allow=clippy::undocumented_unsafe_blocks' '--warn=clippy::todo' --warn=rust_2021_prelude_collisions '--warn=clippy::manual_ok_or' '--warn=clippy::manual_assert' '--warn=clippy::let_unit_value' --warn=invalid_doc_attributes '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::explicit_iter_loop' '--warn=clippy::explicit_into_iter_loop' --warn=elided_lifetimes_in_paths '--warn=clippy::dbg_macro' '--warn=clippy::checked_conversions' '--warn=rustdoc::broken_intra_doc_links' '--warn=rustdoc::bare_urls' --cfg 'feature="default"' --cfg 'feature="extension-module"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("abi3", "abi3-py310", "abi3-py311", "abi3-py312", "abi3-py313", "abi3-py314", "abi3-py37", "abi3-py38", "abi3-py39", "default", "extension-module", "generate-import-lib"))' -C metadata=95778dcb52ba987e -C extra-filename=-78e8ad256d3812cb --out-dir /build/python-vcsgraph/src/vcsgraph/target/release/deps -C strip=debuginfo -L dependency=/build/python-vcsgraph/src/vcsgraph/target/release/deps --extern libc=/build/python-vcsgraph/src/vcsgraph/target/release/deps/liblibc-377f6aed2805b66a.rmeta --cap-lints allow --cfg Py_3_7 --cfg Py_3_8 --cfg Py_3_9 --cfg Py_3_10 --cfg Py_3_11 --cfg Py_3_12 --cfg Py_3_13 --cfg Py_3_14 --cfg fn_ptr_eq --cfg from_bytes_with_nul_error --check-cfg 'cfg(Py_LIMITED_API)' --check-cfg 'cfg(Py_GIL_DISABLED)' --check-cfg 'cfg(PyPy)' --check-cfg 'cfg(GraalPy)' --check-cfg 'cfg(py_sys_config, values("Py_DEBUG", "Py_REF_DEBUG", "Py_TRACE_REFS", "COUNT_ALLOCS"))' --check-cfg 'cfg(pyo3_disable_reference_pool)' --check-cfg 'cfg(pyo3_leak_on_drop_without_reference_pool)' --check-cfg 'cfg(Py_3_7)' --check-cfg 'cfg(Py_3_8)' --check-cfg 'cfg(Py_3_9)' --check-cfg 'cfg(Py_3_10)' --check-cfg 'cfg(Py_3_11)' --check-cfg 'cfg(Py_3_12)' --check-cfg 'cfg(Py_3_13)' --check-cfg 'cfg(Py_3_14)' --check-cfg 'cfg(Py_3_15)' --check-cfg 'cfg(fn_ptr_eq)' --check-cfg 'cfg(from_bytes_with_nul_error)'`
     Running `/build/python-vcsgraph/src/vcsgraph/target/release/build/pyo3-b95c86a74ba37787/build-script-build`
     Running `rustc --crate-name pyo3_macros_backend --edition=2021 /build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-macros-backend-0.28.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::useless_transmute' '--warn=clippy::used_underscore_binding' --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn '--warn=clippy::unnecessary_wraps' '--allow=clippy::undocumented_unsafe_blocks' '--warn=clippy::todo' --warn=rust_2021_prelude_collisions '--warn=clippy::manual_ok_or' '--warn=clippy::manual_assert' '--warn=clippy::let_unit_value' --warn=invalid_doc_attributes '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::explicit_iter_loop' '--warn=clippy::explicit_into_iter_loop' --warn=elided_lifetimes_in_paths '--warn=clippy::dbg_macro' '--warn=clippy::checked_conversions' '--warn=rustdoc::broken_intra_doc_links' '--warn=rustdoc::bare_urls' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("experimental-async", "experimental-inspect"))' -C metadata=fdfecb67e7f5fed9 -C extra-filename=-de486d80563333f1 --out-dir /build/python-vcsgraph/src/vcsgraph/target/release/deps -C strip=debuginfo -L dependency=/build/python-vcsgraph/src/vcsgraph/target/release/deps --extern heck=/build/python-vcsgraph/src/vcsgraph/target/release/deps/libheck-560213d41e9a663f.rmeta --extern proc_macro2=/build/python-vcsgraph/src/vcsgraph/target/release/deps/libproc_macro2-4a893422d2567e81.rmeta --extern pyo3_build_config=/build/python-vcsgraph/src/vcsgraph/target/release/deps/libpyo3_build_config-3a01ab67cbc2537e.rmeta --extern quote=/build/python-vcsgraph/src/vcsgraph/target/release/deps/libquote-9338433cc52923d3.rmeta --extern syn=/build/python-vcsgraph/src/vcsgraph/target/release/deps/libsyn-81505ee41d58a7ee.rmeta --cap-lints allow --cfg fn_ptr_eq --cfg from_bytes_with_nul_error --check-cfg 'cfg(Py_LIMITED_API)' --check-cfg 'cfg(Py_GIL_DISABLED)' --check-cfg 'cfg(PyPy)' --check-cfg 'cfg(GraalPy)' --check-cfg 'cfg(py_sys_config, values("Py_DEBUG", "Py_REF_DEBUG", "Py_TRACE_REFS", "COUNT_ALLOCS"))' --check-cfg 'cfg(pyo3_disable_reference_pool)' --check-cfg 'cfg(pyo3_leak_on_drop_without_reference_pool)' --check-cfg 'cfg(Py_3_7)' --check-cfg 'cfg(Py_3_8)' --check-cfg 'cfg(Py_3_9)' --check-cfg 'cfg(Py_3_10)' --check-cfg 'cfg(Py_3_11)' --check-cfg 'cfg(Py_3_12)' --check-cfg 'cfg(Py_3_13)' --check-cfg 'cfg(Py_3_14)' --check-cfg 'cfg(Py_3_15)' --check-cfg 'cfg(fn_ptr_eq)' --check-cfg 'cfg(from_bytes_with_nul_error)'`
   Compiling pyo3-macros v0.28.3
     Running `rustc --crate-name pyo3_macros --edition=2021 /build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-macros-0.28.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::useless_transmute' '--warn=clippy::used_underscore_binding' --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn '--warn=clippy::unnecessary_wraps' '--allow=clippy::undocumented_unsafe_blocks' '--warn=clippy::todo' --warn=rust_2021_prelude_collisions '--warn=clippy::manual_ok_or' '--warn=clippy::manual_assert' '--warn=clippy::let_unit_value' --warn=invalid_doc_attributes '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::explicit_iter_loop' '--warn=clippy::explicit_into_iter_loop' --warn=elided_lifetimes_in_paths '--warn=clippy::dbg_macro' '--warn=clippy::checked_conversions' '--warn=rustdoc::broken_intra_doc_links' '--warn=rustdoc::bare_urls' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("experimental-async", "experimental-inspect", "multiple-pymethods"))' -C metadata=ad99412a0a415639 -C extra-filename=-39a3edc95f6bf910 --out-dir /build/python-vcsgraph/src/vcsgraph/target/release/deps -C strip=debuginfo -L dependency=/build/python-vcsgraph/src/vcsgraph/target/release/deps --extern proc_macro2=/build/python-vcsgraph/src/vcsgraph/target/release/deps/libproc_macro2-4a893422d2567e81.rlib --extern pyo3_macros_backend=/build/python-vcsgraph/src/vcsgraph/target/release/deps/libpyo3_macros_backend-de486d80563333f1.rlib --extern quote=/build/python-vcsgraph/src/vcsgraph/target/release/deps/libquote-9338433cc52923d3.rlib --extern syn=/build/python-vcsgraph/src/vcsgraph/target/release/deps/libsyn-81505ee41d58a7ee.rlib --extern proc_macro --cap-lints allow`
     Running `rustc --crate-name pyo3 --edition=2021 /build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-0.28.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::useless_transmute' '--warn=clippy::used_underscore_binding' --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn '--warn=clippy::unnecessary_wraps' '--allow=clippy::undocumented_unsafe_blocks' '--warn=clippy::todo' --warn=rust_2021_prelude_collisions '--warn=clippy::manual_ok_or' '--warn=clippy::manual_assert' '--warn=clippy::let_unit_value' --warn=invalid_doc_attributes '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::explicit_iter_loop' '--warn=clippy::explicit_into_iter_loop' --warn=elided_lifetimes_in_paths '--warn=clippy::dbg_macro' '--warn=clippy::checked_conversions' '--warn=rustdoc::broken_intra_doc_links' '--warn=rustdoc::bare_urls' --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="macros"' --cfg 'feature="pyo3-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("abi3", "abi3-py310", "abi3-py311", "abi3-py312", "abi3-py313", "abi3-py314", "abi3-py37", "abi3-py38", "abi3-py39", "anyhow", "arc_lock", "auto-initialize", "bigdecimal", "bytes", "chrono", "chrono-local", "chrono-tz", "default", "either", "experimental-async", "experimental-inspect", "extension-module", "eyre", "full", "generate-import-lib", "hashbrown", "indexmap", "inventory", "jiff-02", "lock_api", "macros", "multiple-pymethods", "nightly", "num-bigint", "num-complex", "num-rational", "ordered-float", "parking_lot", "py-clone", "pyo3-macros", "rust_decimal", "serde", "smallvec", "time", "uuid"))' -C metadata=47109b6941c47e2f -C extra-filename=-9d126230dd00aed8 --out-dir /build/python-vcsgraph/src/vcsgraph/target/release/deps -C strip=debuginfo -L dependency=/build/python-vcsgraph/src/vcsgraph/target/release/deps --extern libc=/build/python-vcsgraph/src/vcsgraph/target/release/deps/liblibc-377f6aed2805b66a.rmeta --extern once_cell=/build/python-vcsgraph/src/vcsgraph/target/release/deps/libonce_cell-66b7d9bc5c54f52e.rmeta --extern pyo3_ffi=/build/python-vcsgraph/src/vcsgraph/target/release/deps/libpyo3_ffi-78e8ad256d3812cb.rmeta --extern pyo3_macros=/build/python-vcsgraph/src/vcsgraph/target/release/deps/libpyo3_macros-39a3edc95f6bf910.so --cap-lints allow --cfg Py_3_7 --cfg Py_3_8 --cfg Py_3_9 --cfg Py_3_10 --cfg Py_3_11 --cfg Py_3_12 --cfg Py_3_13 --cfg Py_3_14 --cfg fn_ptr_eq --cfg from_bytes_with_nul_error --check-cfg 'cfg(Py_LIMITED_API)' --check-cfg 'cfg(Py_GIL_DISABLED)' --check-cfg 'cfg(PyPy)' --check-cfg 'cfg(GraalPy)' --check-cfg 'cfg(py_sys_config, values("Py_DEBUG", "Py_REF_DEBUG", "Py_TRACE_REFS", "COUNT_ALLOCS"))' --check-cfg 'cfg(pyo3_disable_reference_pool)' --check-cfg 'cfg(pyo3_leak_on_drop_without_reference_pool)' --check-cfg 'cfg(Py_3_7)' --check-cfg 'cfg(Py_3_8)' --check-cfg 'cfg(Py_3_9)' --check-cfg 'cfg(Py_3_10)' --check-cfg 'cfg(Py_3_11)' --check-cfg 'cfg(Py_3_12)' --check-cfg 'cfg(Py_3_13)' --check-cfg 'cfg(Py_3_14)' --check-cfg 'cfg(Py_3_15)' --check-cfg 'cfg(fn_ptr_eq)' --check-cfg 'cfg(from_bytes_with_nul_error)'`
   Compiling vcs-graph v3.6.0 (/build/python-vcsgraph/src/vcsgraph/crates/graph)
     Running `rustc --crate-name vcs_graph --edition=2021 crates/graph/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="pyo3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("pyo3"))' -C metadata=9ff23e7756ee779c -C extra-filename=-6b452d44795a937c --out-dir /build/python-vcsgraph/src/vcsgraph/target/release/deps -C strip=debuginfo -L dependency=/build/python-vcsgraph/src/vcsgraph/target/release/deps --extern lazy_static=/build/python-vcsgraph/src/vcsgraph/target/release/deps/liblazy_static-01254d3e1a675a5f.rmeta --extern pyo3=/build/python-vcsgraph/src/vcsgraph/target/release/deps/libpyo3-9d126230dd00aed8.rmeta --extern rustc_hash=/build/python-vcsgraph/src/vcsgraph/target/release/deps/librustc_hash-9026af6e47470531.rmeta`
   Compiling graph-py v0.3.2 (/build/python-vcsgraph/src/vcsgraph/crates/graph-py)
     Running `rustc --crate-name graph_py --edition=2021 crates/graph-py/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type cdylib --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e50a1290f8942b2b --out-dir /build/python-vcsgraph/src/vcsgraph/target/release/deps -C strip=debuginfo -L dependency=/build/python-vcsgraph/src/vcsgraph/target/release/deps --extern pyo3=/build/python-vcsgraph/src/vcsgraph/target/release/deps/libpyo3-9d126230dd00aed8.rlib --extern rustc_hash=/build/python-vcsgraph/src/vcsgraph/target/release/deps/librustc_hash-9026af6e47470531.rlib --extern vcs_graph=/build/python-vcsgraph/src/vcsgraph/target/release/deps/libvcs_graph-6b452d44795a937c.rlib`
    Finished `release` profile [optimized] target(s) in 2m 07s
Copying rust artifact from target/release/libgraph_py.so to build/lib.linux-armv7l-cpython-314/vcsgraph/_graph_rs.cpython-314-arm-linux-gnueabihf.so
running build_rust
cargo rustc --lib --message-format=json-render-diagnostics --manifest-path crates/graph-py/Cargo.toml --release -v --features pyo3/extension-module --crate-type cdylib
       Fresh unicode-ident v1.0.24
       Fresh target-lexicon v0.13.5
       Fresh proc-macro2 v1.0.106
       Fresh heck v0.5.0
       Fresh quote v1.0.45
       Fresh libc v0.2.186
       Fresh once_cell v1.21.4
       Fresh pyo3-build-config v0.28.3
       Fresh syn v2.0.117
       Fresh rustc-hash v2.1.2
       Fresh lazy_static v1.5.0
       Fresh pyo3-macros-backend v0.28.3
       Fresh pyo3-ffi v0.28.3
       Fresh pyo3-macros v0.28.3
       Fresh pyo3 v0.28.3
       Fresh vcs-graph v3.6.0 (/build/python-vcsgraph/src/vcsgraph/crates/graph)
       Fresh graph-py v0.3.2 (/build/python-vcsgraph/src/vcsgraph/crates/graph-py)
    Finished `release` profile [optimized] target(s) in 0.11s
Copying rust artifact from target/release/libgraph_py.so to build/lib.linux-armv7l-cpython-314/vcsgraph/_graph_rs.cpython-314-arm-linux-gnueabihf.so
installing to build/bdist.linux-armv7l/wheel
running install
running install_lib
creating build/bdist.linux-armv7l/wheel
creating build/bdist.linux-armv7l/wheel/vcsgraph
creating build/bdist.linux-armv7l/wheel/vcsgraph/tests
copying build/lib.linux-armv7l-cpython-314/vcsgraph/tests/test_graph.py -> build/bdist.linux-armv7l/wheel/./vcsgraph/tests
copying build/lib.linux-armv7l-cpython-314/vcsgraph/tests/__init__.py -> build/bdist.linux-armv7l/wheel/./vcsgraph/tests
copying build/lib.linux-armv7l-cpython-314/vcsgraph/tests/test_known_graph.py -> build/bdist.linux-armv7l/wheel/./vcsgraph/tests
copying build/lib.linux-armv7l-cpython-314/vcsgraph/tests/test_tsort.py -> build/bdist.linux-armv7l/wheel/./vcsgraph/tests
copying build/lib.linux-armv7l-cpython-314/vcsgraph/py.typed -> build/bdist.linux-armv7l/wheel/./vcsgraph
copying build/lib.linux-armv7l-cpython-314/vcsgraph/graph.py -> build/bdist.linux-armv7l/wheel/./vcsgraph
copying build/lib.linux-armv7l-cpython-314/vcsgraph/__init__.py -> build/bdist.linux-armv7l/wheel/./vcsgraph
copying build/lib.linux-armv7l-cpython-314/vcsgraph/tsort.py -> build/bdist.linux-armv7l/wheel/./vcsgraph
copying build/lib.linux-armv7l-cpython-314/vcsgraph/errors.py -> build/bdist.linux-armv7l/wheel/./vcsgraph
copying build/lib.linux-armv7l-cpython-314/vcsgraph/known_graph.py -> build/bdist.linux-armv7l/wheel/./vcsgraph
copying build/lib.linux-armv7l-cpython-314/vcsgraph/_graph_rs.cpython-314-arm-linux-gnueabihf.so -> build/bdist.linux-armv7l/wheel/./vcsgraph
running install_egg_info
Copying vcsgraph.egg-info to build/bdist.linux-armv7l/wheel/./vcsgraph-0.3.2-py3.14.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/vcsgraph-0.3.2.dist-info/WHEEL
creating '/build/python-vcsgraph/src/vcsgraph/dist/.tmp-7gpqzvoh/vcsgraph-0.3.2-cp314-cp314-linux_armv7l.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'vcsgraph/__init__.py'
adding 'vcsgraph/_graph_rs.cpython-314-arm-linux-gnueabihf.so'
adding 'vcsgraph/errors.py'
adding 'vcsgraph/graph.py'
adding 'vcsgraph/known_graph.py'
adding 'vcsgraph/py.typed'
adding 'vcsgraph/tsort.py'
adding 'vcsgraph/tests/__init__.py'
adding 'vcsgraph/tests/test_graph.py'
adding 'vcsgraph/tests/test_known_graph.py'
adding 'vcsgraph/tests/test_tsort.py'
adding 'vcsgraph-0.3.2.dist-info/licenses/COPYING.txt'
adding 'vcsgraph-0.3.2.dist-info/METADATA'
adding 'vcsgraph-0.3.2.dist-info/WHEEL'
adding 'vcsgraph-0.3.2.dist-info/top_level.txt'
adding 'vcsgraph-0.3.2.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built vcsgraph-0.3.2-cp314-cp314-linux_armv7l.whl
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing libtool files...
  -> Removing static library files...
  -> Purging unwanted files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-vcsgraph"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-vcsgraph 0.3.2-1 (Sat Sep  5 11:07:45 2026)
==> Cleaning up...
[?12l[?25h