Ryan Skraba created AVRO-4310:
---------------------------------
Summary: [Build] branch-1.12 GitHub Actions fail
Key: AVRO-4310
URL: https://issues.apache.org/jira/browse/AVRO-4310
Project: Apache Avro
Issue Type: Bug
Components: build
Affects Versions: 1.12.2
Reporter: Ryan Skraba
We've enabled GitHub Actions for `branch-1.12` but they are currently failing,
and probably out of sync with the local build environment.
The Java Interop test is a good place to see where the python build causes a
failure because of uv sync.
[https://github.com/apache/avro/actions/runs/29684588338/job/88186562158#step:9:2]
{code:java}
uv sync --frozen
shell: /usr/bin/bash -e {0}
env:
JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/21.0.11-10/x64
JAVA_HOME_11_X64:
/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/11.0.31-11/x64
JAVA_HOME_17_X64:
/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/17.0.19-10/x64
JAVA_HOME_21_X64:
/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/21.0.11-10/x64
MAVEN_ARGS: -ntp
pythonLocation: /opt/hostedtoolcache/Python/3.12.13/x64
PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.13/x64/lib/pkgconfig
Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.13/x64
Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.13/x64
Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.13/x64
LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.13/x64/lib
UV_PYTHON_INSTALL_DIR: /home/runner/work/_temp/uv-python-dir
UV_CACHE_DIR: /home/runner/work/_temp/setup-uv-cache
Using CPython 3.12.13 interpreter at:
/opt/hostedtoolcache/Python/3.12.13/x64/bin/python
Creating virtual environment at: .venv
error: Unable to find lockfile at `uv.lock`, but `--frozen` was provided.
To create a lockfile, run `uv lock` or `uv sync` without the flag.{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)