Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3Packages.fix-airflow: fix dependencies #79989

Merged
merged 1 commit into from Feb 13, 2020

Conversation

jonringer
Copy link
Contributor

@jonringer jonringer commented Feb 13, 2020

Motivation for this change
builder for '/nix/store/wn5zlcghm9v1lg07amalwy9v5fcw01hm-python3.7-apache-airflow-1.10.5.drv' failed with exit code 1; last 10 log lines:
  adding 'apache_airflow-1.10.5.dist-info/RECORD'
  removing build/bdist.linux-x86_64/wheel
  Finished executing setuptoolsBuildPhase
  installing
  Executing pipInstallPhase
  /build/source/dist /build/source
  Processing ./apache_airflow-1.10.5-py2.py3-none-any.whl
  Requirement already satisfied: tenacity in /nix/store/87cfm9c4hbh0yz2vyxydgsm8p2rsf17m-python3.7-tenacity-6.0.0/lib/python3.7/site-packages (from apache-airflow==1.10.5) (6.0.0)
  ERROR: Could not find a version that satisfies the requirement jinja2<2.11.0,>=2.10.1 (from apache-airflow==1.10.5) (from versions: none)
  ERROR: No matching distribution found for jinja2<2.11.0,>=2.10.1 (from apache-airflow==1.10.5)
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@jonringer
Copy link
Contributor Author

failure is upstream issue

builder for '/nix/store/42r4phhbismzhzqn0jmc09whbxlnnbav-python3.8-apache-airflow-1.10.5.drv' failed with exit code 1; last 10 log lines:
  airflow.models.dagbag.DagBag: DEBUG: Importing /build/source/airflow/example_dags/example_passing_params_via_test_command.py
  airflow.models.dagbag.DagBag: DEBUG: Loaded DAG <DAG: example_passing_params_via_test_command>
  airflow.models.dagbag.DagBag: DEBUG: Importing /build/source/airflow/example_dags/subdags/subdag.py
  --------------------- >> end captured logging << ---------------------

  ----------------------------------------------------------------------
  Ran 56 tests in 17.394s

  FAILED (errors=3, failures=1)
  [2020-02-13 07:18:18,927] {settings.py:238} DEBUG - Disposing DB connection pool (PID 455)
cannot build derivation '/nix/store/fyq4rvznfjapmzfsw38cnp748sayrsw8-env.drv': 1 dependencies couldn't be built
[0 built (1 failed), 0.0 MiB DL]
error: build of '/nix/store/fyq4rvznfjapmzfsw38cnp748sayrsw8-env.drv' failed
https://github.com/NixOS/nixpkgs/pull/79989
1 package failed to build:
python38Packages.apache-airflow

1 package built:
apache-airflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant