You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by "Niels Basjes (Jira)" <ji...@apache.org> on 2023/02/16 16:25:00 UTC

[jira] [Reopened] (AVRO-3715) The build consistently fails.

     [ https://issues.apache.org/jira/browse/AVRO-3715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niels Basjes reopened AVRO-3715:
--------------------------------

Seems there is more broken code in other languages.
Python lint fails with:

{code}
lint: install_package_deps> python -I -m pip install 'typing-extensions; python_version < "3.8"'
lint: install_package> python -I -m pip install --force-reinstall --no-deps /home/runner/work/avro/avro/lang/py/.tox/.tmp/package/1/avro-1.12.0+snapshot.tar.gz
lint: freeze> python -m pip freeze --all
lint: avro @ file:///home/runner/work/avro/avro/lang/py/.tox/.tmp/package/1/avro-1.12.0%2Bsnapshot.tar.gz,black==23.1.0,click==8.1.3,isort==5.12.0,mypy-extensions==1.0.0,packaging==23.0,pathspec==0.11.0,pip==23.0,platformdirs==3.0.0,setuptools==67.1.0,tomli==2.0.1,wheel==0.38.4
lint: commands[0]> black --check .
would reformat /home/runner/work/avro/avro/lang/py/avro/test/test_datafile_interop.py
would reformat /home/runner/work/avro/avro/lang/py/avro/test/test_compatibility.py
would reformat /home/runner/work/avro/avro/lang/py/avro/test/test_io.py
would reformat /home/runner/work/avro/avro/lang/py/avro/tether/tether_task.py
would reformat /home/runner/work/avro/avro/lang/py/avro/test/test_schema.py

Oh no! 💥 💔 💥
5 files would be reformatted, 35 files would be left unchanged.
lint: exit 1 (2.23 seconds) /home/runner/work/avro/avro/lang/py> black --check . pid=1887
.pkg: _exit> python /opt/hostedtoolcache/Python/3.10.9/x64/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta
  lint: FAIL code 1 (14.14=setup[11.90]+cmd[2.23] seconds)
  evaluation failed :( (14.52 seconds)
Error: Process completed with exit code 1.
{code}


> The build consistently fails.
> -----------------------------
>
>                 Key: AVRO-3715
>                 URL: https://issues.apache.org/jira/browse/AVRO-3715
>             Project: Apache Avro
>          Issue Type: Bug
>            Reporter: Niels Basjes
>            Assignee: Niels Basjes
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> At least 3 reasons:
> - Oracle Java 18 no longer exists.
> - CycloneDX does not generate reproducible BOM
>    https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/doc/BUILDSPEC.md#cyclonedx-does-not-generate-reproducible-bom
> - During ./build.sh dist this dependency does not exist org.apache.maven.plugin-tools:maven-plugin-tools-javadoc:3.7.0



--
This message was sent by Atlassian Jira
(v8.20.10#820010)