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

devpi-client: 5.2.0 -> 5.2.1 #104406

Merged
merged 1 commit into from Jan 18, 2021

Conversation

r-ryantm
Copy link
Contributor

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for devpi-client is: "Client for devpi, a pypi index server and packaging meta tool"

meta.homepage for devpi-client is: "http://doc.devpi.net"

meta.changelog for devpi-client is: ""

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact
Checks done (click to expand)

Rebuild report (if merged into master) (click to expand)
4 total rebuild path(s)

1 package rebuild(s)

1 x86_64-linux rebuild(s)
1 i686-linux rebuild(s)
1 x86_64-darwin rebuild(s)
1 aarch64-linux rebuild(s)


First fifty rebuilds by attrpath
devpi-client
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/c4x262anr7wxxwdqcl4hg126hs071qsj-devpi-client-5.2.1 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A devpi-client https://github.com/r-ryantm/nixpkgs/archive/9b8a961eb8e3484383a2b6698ba50e447cb0f442.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/c4x262anr7wxxwdqcl4hg126hs071qsj-devpi-client-5.2.1
ls -la /nix/store/c4x262anr7wxxwdqcl4hg126hs071qsj-devpi-client-5.2.1/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review 1

1 package built:
  • devpi-client

Maintainer pings

cc @nlewo @makefu for testing.

@SuperSandro2000
Copy link
Member

Tests fail on darwin:

Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
Sourcing setuptools-check-hook
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/klj1rakvcv2jy6h6dhyvqpda3irdf9in-devpi-client-5.2.1.tar.gz
source root is devpi-client-5.2.1
setting SOURCE_DATE_EPOCH to timestamp 1599991873 of file devpi-client-5.2.1/setup.cfg
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Executing setuptoolsBuildPhase
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/devpi
copying devpi/user.py -> build/lib/devpi
copying devpi/hookspecs.py -> build/lib/devpi
copying devpi/use.py -> build/lib/devpi
copying devpi/index.py -> build/lib/devpi
copying devpi/upload.py -> build/lib/devpi
copying devpi/__init__.py -> build/lib/devpi
copying devpi/test.py -> build/lib/devpi
copying devpi/getjson.py -> build/lib/devpi
copying devpi/refresh.py -> build/lib/devpi
copying devpi/install.py -> build/lib/devpi
copying devpi/login.py -> build/lib/devpi
copying devpi/pypirc.py -> build/lib/devpi
copying devpi/main.py -> build/lib/devpi
copying devpi/list_remove.py -> build/lib/devpi
copying devpi/__main__.py -> build/lib/devpi
copying devpi/push.py -> build/lib/devpi
installing to build/bdist.macosx-10.6-x86_64/wheel
running install
running install_lib
creating build/bdist.macosx-10.6-x86_64
creating build/bdist.macosx-10.6-x86_64/wheel
creating build/bdist.macosx-10.6-x86_64/wheel/devpi
copying build/lib/devpi/user.py -> build/bdist.macosx-10.6-x86_64/wheel/devpi
copying build/lib/devpi/hookspecs.py -> build/bdist.macosx-10.6-x86_64/wheel/devpi
copying build/lib/devpi/use.py -> build/bdist.macosx-10.6-x86_64/wheel/devpi
copying build/lib/devpi/index.py -> build/bdist.macosx-10.6-x86_64/wheel/devpi
copying build/lib/devpi/upload.py -> build/bdist.macosx-10.6-x86_64/wheel/devpi
copying build/lib/devpi/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/devpi
copying build/lib/devpi/test.py -> build/bdist.macosx-10.6-x86_64/wheel/devpi
copying build/lib/devpi/getjson.py -> build/bdist.macosx-10.6-x86_64/wheel/devpi
copying build/lib/devpi/refresh.py -> build/bdist.macosx-10.6-x86_64/wheel/devpi
copying build/lib/devpi/install.py -> build/bdist.macosx-10.6-x86_64/wheel/devpi
copying build/lib/devpi/login.py -> build/bdist.macosx-10.6-x86_64/wheel/devpi
copying build/lib/devpi/pypirc.py -> build/bdist.macosx-10.6-x86_64/wheel/devpi
copying build/lib/devpi/main.py -> build/bdist.macosx-10.6-x86_64/wheel/devpi
copying build/lib/devpi/list_remove.py -> build/bdist.macosx-10.6-x86_64/wheel/devpi
copying build/lib/devpi/__main__.py -> build/bdist.macosx-10.6-x86_64/wheel/devpi
copying build/lib/devpi/push.py -> build/bdist.macosx-10.6-x86_64/wheel/devpi
running install_egg_info
running egg_info
writing devpi_client.egg-info/PKG-INFO
writing dependency_links to devpi_client.egg-info/dependency_links.txt
writing entry points to devpi_client.egg-info/entry_points.txt
writing requirements to devpi_client.egg-info/requires.txt
writing top-level names to devpi_client.egg-info/top_level.txt
reading manifest file 'devpi_client.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'devpi_client.egg-info/SOURCES.txt'
Copying devpi_client.egg-info to build/bdist.macosx-10.6-x86_64/wheel/devpi_client-5.2.1-py3.8.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
adding license file "AUTHORS" (matched pattern "AUTHORS*")
creating build/bdist.macosx-10.6-x86_64/wheel/devpi_client-5.2.1.dist-info/WHEEL
creating 'dist/devpi_client-5.2.1-py2.py3-none-any.whl' and adding 'build/bdist.macosx-10.6-x86_64/wheel' to it
adding 'devpi/__init__.py'
adding 'devpi/__main__.py'
adding 'devpi/getjson.py'
adding 'devpi/hookspecs.py'
adding 'devpi/index.py'
adding 'devpi/install.py'
adding 'devpi/list_remove.py'
adding 'devpi/login.py'
adding 'devpi/main.py'
adding 'devpi/push.py'
adding 'devpi/pypirc.py'
adding 'devpi/refresh.py'
adding 'devpi/test.py'
adding 'devpi/upload.py'
adding 'devpi/use.py'
adding 'devpi/user.py'
adding 'devpi_client-5.2.1.dist-info/AUTHORS'
adding 'devpi_client-5.2.1.dist-info/LICENSE'
adding 'devpi_client-5.2.1.dist-info/METADATA'
adding 'devpi_client-5.2.1.dist-info/WHEEL'
adding 'devpi_client-5.2.1.dist-info/entry_points.txt'
adding 'devpi_client-5.2.1.dist-info/top_level.txt'
adding 'devpi_client-5.2.1.dist-info/RECORD'
removing build/bdist.macosx-10.6-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/private/tmp/nix-build-devpi-client-5.2.1.drv-0/devpi-client-5.2.1/dist /private/tmp/nix-build-devpi-client-5.2.1.drv-0/devpi-client-5.2.1
�[33mDEPRECATION: The -b/--build/--build-dir/--build-directory option is deprecated. pip 20.3 will remove support for this functionality. A possible replacement is use the TMPDIR/TEMP/TMP environment variable, possibly combined with --no-clean. You can find discussion regarding this at https://github.com/pypa/pip/issues/8333.�[0m
Processing ./devpi_client-5.2.1-py2.py3-none-any.whl
Requirement already satisfied: pkginfo>=1.4.2 in /nix/store/4hafc91ld77sssjnn4hj0n101qdbql2q-python3.8-pkginfo-1.5.0.1/lib/python3.8/site-packages (from devpi-client==5.2.1) (1.5.0.1)
Requirement already satisfied: py>=1.4.31 in /nix/store/gqllkrpm1flhfqr299dqf6qk0jmm3zwl-python3.8-py-1.9.0/lib/python3.8/site-packages (from devpi-client==5.2.1) (1.9.0)
Requirement already satisfied: pluggy<1.0,>=0.6.0 in /nix/store/znanp5yyfw7grp4h9mjrd917clbdmxc6-python3.8-pluggy-0.13.1/lib/python3.8/site-packages (from devpi-client==5.2.1) (0.13.1)
Requirement already satisfied: check-manifest>=0.28 in /nix/store/hs1fzhdw29fkmhgkc976hxk5k3hkl5pa-python3.8-check-manifest-0.42/lib/python3.8/site-packages (from devpi-client==5.2.1) (0.42)
Requirement already satisfied: devpi-common<4,>=3.6.0 in /nix/store/0qr4sj5444n69c0rg0ikh3rlwq8l1z9g-python3.8-devpi-common-3.6.0/lib/python3.8/site-packages (from devpi-client==5.2.1) (3.6.0)
Requirement already satisfied: tox>=3.1.0 in /nix/store/3a7bbsj7qmzh70qmiv8dq9lzk0rcg8fa-python3.8-tox-3.19.0/lib/python3.8/site-packages (from devpi-client==5.2.1) (3.19.0)
Requirement already satisfied: toml in /nix/store/229iyrig7shka963n90hp6kswbcavv9x-python3.8-toml-0.10.2/lib/python3.8/site-packages (from check-manifest>=0.28->devpi-client==5.2.1) (0.10.2)
Requirement already satisfied: pep517 in /nix/store/cml0sm07i55n5vhmyv6ij47yk5vy3p23-python3.8-pep517-0.8.2/lib/python3.8/site-packages (from check-manifest>=0.28->devpi-client==5.2.1) (0.8.2)
Requirement already satisfied: setuptools in /nix/store/rlifm9amhwgm89bdabbcd5zrky8m3wim-python3.8-setuptools-47.3.1/lib/python3.8/site-packages (from check-manifest>=0.28->devpi-client==5.2.1) (47.3.1.post0)
Requirement already satisfied: lazy in /nix/store/bl3z88vb3b80m6qj7wpicjv1p85wdr1y-python3.8-lazy-1.4/lib/python3.8/site-packages (from devpi-common<4,>=3.6.0->devpi-client==5.2.1) (1.4)
Requirement already satisfied: requests>=2.3.0 in /nix/store/xcdrqshd8h7mp48y9dfcpsm2ffg5mcqf-python3.8-requests-2.25.0/lib/python3.8/site-packages (from devpi-common<4,>=3.6.0->devpi-client==5.2.1) (2.25.0)
Requirement already satisfied: virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0 in /nix/store/li1lgwkr6ka0x0l0rnjhk5hsvcnl36s2-python3.8-virtualenv-20.0.35/lib/python3.8/site-packages (from tox>=3.1.0->devpi-client==5.2.1) (20.0.35)
Requirement already satisfied: six>=1.14.0 in /nix/store/999l0lg57gm06nqind35cf3877nni9rz-python3.8-six-1.15.0/lib/python3.8/site-packages (from tox>=3.1.0->devpi-client==5.2.1) (1.15.0)
Requirement already satisfied: filelock>=3.0.0 in /nix/store/zyrharrl5whnvlkhxr3kdpm8j2xf0c8f-python3.8-filelock-3.0.12/lib/python3.8/site-packages (from tox>=3.1.0->devpi-client==5.2.1) (3.0.12)
Requirement already satisfied: packaging>=14 in /nix/store/bndmw8938if49yk8s78qm27zdv9sm6fy-python3.8-packaging-20.4/lib/python3.8/site-packages (from tox>=3.1.0->devpi-client==5.2.1) (20.4)
Requirement already satisfied: chardet<4,>=3.0.2 in /nix/store/krx5difnqxlhj950p5c4q64207ab88qp-python3.8-chardet-3.0.4/lib/python3.8/site-packages (from requests>=2.3.0->devpi-common<4,>=3.6.0->devpi-client==5.2.1) (3.0.4)
Requirement already satisfied: idna<3,>=2.5 in /nix/store/6p5x5ndnw6cws5q1gvvpgk1hsdcnik6l-python3.8-idna-2.10/lib/python3.8/site-packages (from requests>=2.3.0->devpi-common<4,>=3.6.0->devpi-client==5.2.1) (2.10)
Requirement already satisfied: certifi>=2017.4.17 in /nix/store/5hdr32a6gawyqa4qfhl8scn8cgpm6w3q-python3.8-certifi-2020.6.20/lib/python3.8/site-packages (from requests>=2.3.0->devpi-common<4,>=3.6.0->devpi-client==5.2.1) (2020.6.20)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /nix/store/rhff5vcpz84nmlkv86nkqndqavydj3ws-python3.8-urllib3-1.25.11/lib/python3.8/site-packages (from requests>=2.3.0->devpi-common<4,>=3.6.0->devpi-client==5.2.1) (1.25.11)
Requirement already satisfied: distlib<1,>=0.3.1 in /nix/store/nkx3bjnrz75gj52x093bzz5hb6ijdf6c-python3.8-distlib-0.3.1/lib/python3.8/site-packages (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox>=3.1.0->devpi-client==5.2.1) (0.3.1)
Requirement already satisfied: appdirs<2,>=1.4.3 in /nix/store/41zaw0vc5yk1bvaa0v11r9k45wbf5vrl-python3.8-appdirs-1.4.4/lib/python3.8/site-packages (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox>=3.1.0->devpi-client==5.2.1) (1.4.4)
Requirement already satisfied: pyparsing>=2.0.2 in /nix/store/ngc1k94viij0xzlwnvknysagaki2g07y-python3.8-pyparsing-2.4.6/lib/python3.8/site-packages (from packaging>=14->tox>=3.1.0->devpi-client==5.2.1) (2.4.6)
Installing collected packages: devpi-client
�[33m  WARNING: The script devpi is installed in '/nix/store/pbmykfac24m2sq5d8n896ighqz0kjkv1-devpi-client-5.2.1/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.�[0m
Successfully installed devpi-client-5.2.1
/private/tmp/nix-build-devpi-client-5.2.1.drv-0/devpi-client-5.2.1
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
strip is /nix/store/l5707pca91sq99fd5fq4x84302zssyjj-cctools-binutils-darwin-949.0.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/pbmykfac24m2sq5d8n896ighqz0kjkv1-devpi-client-5.2.1/lib  /nix/store/pbmykfac24m2sq5d8n896ighqz0kjkv1-devpi-client-5.2.1/bin 
patching script interpreter paths in /nix/store/pbmykfac24m2sq5d8n896ighqz0kjkv1-devpi-client-5.2.1
Rewriting #!/nix/store/0mabx9absir73mmijrsv0dsyvyya463r-python3-3.8.6/bin/python3.8 to #!/nix/store/0mabx9absir73mmijrsv0dsyvyya463r-python3-3.8.6
wrapping `/nix/store/pbmykfac24m2sq5d8n896ighqz0kjkv1-devpi-client-5.2.1/bin/devpi'...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "installCheckPhase" }
running install tests
�[1m============================= test session starts ==============================�[0m
platform darwin -- Python 3.8.6, pytest-5.4.3, py-1.9.0, pluggy-0.13.1
rootdir: /private/tmp/nix-build-devpi-client-5.2.1.drv-0/devpi-client-5.2.1, inifile: tox.ini
plugins: flake8-1.0.6, devpi-server-6.0.0.dev0
�[1mcollecting ... �[0m�[1m
collecting 214 items                                                           �[0m�[1m
collected 263 items                                                            �[0m

setup.py �[32m.�[0m�[32m                                                               [  0%]�[0m
build/lib/devpi/__init__.py �[32m.�[0m�[32m                                            [  0%]�[0m
build/lib/devpi/__main__.py �[32m.�[0m�[32m                                            [  1%]�[0m
build/lib/devpi/getjson.py �[32m.�[0m�[32m                                             [  1%]�[0m
build/lib/devpi/hookspecs.py �[32m.�[0m�[32m                                           [  1%]�[0m
build/lib/devpi/index.py �[32m.�[0m�[32m                                               [  2%]�[0m
build/lib/devpi/install.py �[32m.�[0m�[32m                                             [  2%]�[0m
build/lib/devpi/list_remove.py �[32m.�[0m�[32m                                         [  3%]�[0m
build/lib/devpi/login.py �[32m.�[0m�[32m                                               [  3%]�[0m
build/lib/devpi/main.py �[32m.�[0m�[32m                                                [  3%]�[0m
build/lib/devpi/push.py �[32m.�[0m�[32m                                                [  4%]�[0m
build/lib/devpi/pypirc.py �[32m.�[0m�[32m                                              [  4%]�[0m
build/lib/devpi/refresh.py �[32m.�[0m�[32m                                             [  4%]�[0m
build/lib/devpi/test.py �[32m.�[0m�[32m                                                [  5%]�[0m
build/lib/devpi/upload.py �[32m.�[0m�[32m                                              [  5%]�[0m
build/lib/devpi/use.py �[32m.�[0m�[32m                                                 [  6%]�[0m
build/lib/devpi/user.py �[32m.�[0m�[32m                                                [  6%]�[0m
devpi/__init__.py �[32m.�[0m�[32m                                                      [  6%]�[0m
devpi/__main__.py �[32m.�[0m�[32m                                                      [  7%]�[0m
devpi/getjson.py �[32m.�[0m�[32m                                                       [  7%]�[0m
devpi/hookspecs.py �[32m.�[0m�[32m                                                     [  7%]�[0m
devpi/index.py �[32m.�[0m�[32m                                                         [  8%]�[0m
devpi/install.py �[32m.�[0m�[32m                                                       [  8%]�[0m
devpi/list_remove.py �[32m.�[0m�[32m                                                   [  9%]�[0m
devpi/login.py �[32m.�[0m�[32m                                                         [  9%]�[0m
devpi/main.py �[32m.�[0m�[32m                                                          [  9%]�[0m
devpi/push.py �[32m.�[0m�[32m                                                          [ 10%]�[0m
devpi/pypirc.py �[32m.�[0m�[32m                                                        [ 10%]�[0m
devpi/refresh.py �[32m.�[0m�[32m                                                       [ 11%]�[0m
devpi/test.py �[32m.�[0m�[32m                                                          [ 11%]�[0m
devpi/upload.py �[32m.�[0m�[32m                                                        [ 11%]�[0m
devpi/use.py �[32m.�[0m�[32m                                                           [ 12%]�[0m
devpi/user.py �[32m.�[0m�[32m                                                          [ 12%]�[0m
testing/__init__.py �[32m.�[0m�[32m                                                    [ 12%]�[0m
testing/conftest.py �[32m.�[0m�[32m                                                    [ 13%]�[0m
testing/functional.py �[32m.�[0m�[32m                                                  [ 13%]�[0m
testing/reqmock.py �[32m.�[0m�[32m                                                     [ 14%]�[0m
testing/simpypi.py �[32m.�[0m�[32m                                                     [ 14%]�[0m
testing/test_functional.py �[32m.�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[31mE�[0m�[31mE�[0m�[31mE�[0m�[31mE�[0m�[31mE�[0m�[31mE�[0m�[31mE�[0m�[31mE�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[31m [ 31%]
�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[31m                                                                 [ 34%]�[0m
testing/test_index.py �[32m.�[0m�[32m.�[0m�[31m                                                 [ 35%]�[0m
testing/test_install.py �[32m.�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[31m                                           [ 37%]�[0m
testing/test_list_remove.py �[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[31m                                [ 42%]�[0m
testing/test_login.py �[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[31m                                              [ 44%]�[0m
testing/test_main.py �[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[33ms�[0m�[31m                                          [ 48%]�[0m
testing/test_push.py �[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[33ms�[0m�[31m                                          [ 52%]�[0m
testing/test_pypirc.py �[32m.�[0m�[32m.�[0m�[31m                                                [ 52%]�[0m
testing/test_test.py �[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[33ms�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[33ms�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[31m                          [ 62%]�[0m
testing/test_upload.py �[32m.�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[32m.�[0m�[32m.�[0m�[31m            [ 77%]�[0m
testing/test_use.py �[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[33ms�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[31m [ 96%]
�[0m�[32m.�[0m�[32m.�[0m�[31m                                                                       [ 97%]�[0m
testing/test_user.py �[32m.�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[33ms�[0m�[31m                                              [100%]�[0m

==================================== ERRORS ====================================
�[31m�[1m_ ERROR at setup of TestMirrorIndexThings.test_create_and_delete_mirror_index __�[0m

    �[37m@pytest�[39;49;00m.fixture(scope=�[33m"�[39;49;00m�[33msession�[39;49;00m�[33m"�[39;49;00m)
    �[94mdef�[39;49;00m �[92msimpypiserver�[39;49;00m():
        �[94mfrom�[39;49;00m �[04m�[96m.�[39;49;00m�[04m�[96msimpypi�[39;49;00m �[94mimport�[39;49;00m httpserver, SimPyPIRequestHandler
        �[94mimport�[39;49;00m �[04m�[96mthreading�[39;49;00m
        host = �[33m'�[39;49;00m�[33mlocalhost�[39;49;00m�[33m'�[39;49;00m
>       port = get_open_port(host)

�[1m�[31mtesting/conftest.py�[0m:76: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

host = 'localhost'

    �[94mdef�[39;49;00m �[92mget_open_port�[39;49;00m(host):
        �[94mwith�[39;49;00m closing(socket.socket(socket.AF_INET, socket.SOCK_STREAM)) �[94mas�[39;49;00m s:
>           s.bind((host, �[94m0�[39;49;00m))
�[1m�[31mE           socket.gaierror: [Errno 8] nodename nor servname provided, or not known�[0m

�[1m�[31mtesting/conftest.py�[0m:95: gaierror
�[31m�[1m_________ ERROR at setup of TestMirrorIndexThings.test_missing_package _________�[0m

    �[37m@pytest�[39;49;00m.fixture(scope=�[33m"�[39;49;00m�[33msession�[39;49;00m�[33m"�[39;49;00m)
    �[94mdef�[39;49;00m �[92msimpypiserver�[39;49;00m():
        �[94mfrom�[39;49;00m �[04m�[96m.�[39;49;00m�[04m�[96msimpypi�[39;49;00m �[94mimport�[39;49;00m httpserver, SimPyPIRequestHandler
        �[94mimport�[39;49;00m �[04m�[96mthreading�[39;49;00m
        host = �[33m'�[39;49;00m�[33mlocalhost�[39;49;00m�[33m'�[39;49;00m
>       port = get_open_port(host)

�[1m�[31mtesting/conftest.py�[0m:76: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

host = 'localhost'

    �[94mdef�[39;49;00m �[92mget_open_port�[39;49;00m(host):
        �[94mwith�[39;49;00m closing(socket.socket(socket.AF_INET, socket.SOCK_STREAM)) �[94mas�[39;49;00m s:
>           s.bind((host, �[94m0�[39;49;00m))
�[1m�[31mE           socket.gaierror: [Errno 8] nodename nor servname provided, or not known�[0m

�[1m�[31mtesting/conftest.py�[0m:95: gaierror
�[31m�[1m___________ ERROR at setup of TestMirrorIndexThings.test_no_releases ___________�[0m

    �[37m@pytest�[39;49;00m.fixture(scope=�[33m"�[39;49;00m�[33msession�[39;49;00m�[33m"�[39;49;00m)
    �[94mdef�[39;49;00m �[92msimpypiserver�[39;49;00m():
        �[94mfrom�[39;49;00m �[04m�[96m.�[39;49;00m�[04m�[96msimpypi�[39;49;00m �[94mimport�[39;49;00m httpserver, SimPyPIRequestHandler
        �[94mimport�[39;49;00m �[04m�[96mthreading�[39;49;00m
        host = �[33m'�[39;49;00m�[33mlocalhost�[39;49;00m�[33m'�[39;49;00m
>       port = get_open_port(host)

�[1m�[31mtesting/conftest.py�[0m:76: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

host = 'localhost'

    �[94mdef�[39;49;00m �[92mget_open_port�[39;49;00m(host):
        �[94mwith�[39;49;00m closing(socket.socket(socket.AF_INET, socket.SOCK_STREAM)) �[94mas�[39;49;00m s:
>           s.bind((host, �[94m0�[39;49;00m))
�[1m�[31mE           socket.gaierror: [Errno 8] nodename nor servname provided, or not known�[0m

�[1m�[31mtesting/conftest.py�[0m:95: gaierror
�[31m�[1m____________ ERROR at setup of TestMirrorIndexThings.test_releases _____________�[0m

    �[37m@pytest�[39;49;00m.fixture(scope=�[33m"�[39;49;00m�[33msession�[39;49;00m�[33m"�[39;49;00m)
    �[94mdef�[39;49;00m �[92msimpypiserver�[39;49;00m():
        �[94mfrom�[39;49;00m �[04m�[96m.�[39;49;00m�[04m�[96msimpypi�[39;49;00m �[94mimport�[39;49;00m httpserver, SimPyPIRequestHandler
        �[94mimport�[39;49;00m �[04m�[96mthreading�[39;49;00m
        host = �[33m'�[39;49;00m�[33mlocalhost�[39;49;00m�[33m'�[39;49;00m
>       port = get_open_port(host)

�[1m�[31mtesting/conftest.py�[0m:76: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

host = 'localhost'

    �[94mdef�[39;49;00m �[92mget_open_port�[39;49;00m(host):
        �[94mwith�[39;49;00m closing(socket.socket(socket.AF_INET, socket.SOCK_STREAM)) �[94mas�[39;49;00m s:
>           s.bind((host, �[94m0�[39;49;00m))
�[1m�[31mE           socket.gaierror: [Errno 8] nodename nor servname provided, or not known�[0m

�[1m�[31mtesting/conftest.py�[0m:95: gaierror
�[31m�[1m_____ ERROR at setup of TestMirrorIndexThings.test_download_release_error ______�[0m

    �[37m@pytest�[39;49;00m.fixture(scope=�[33m"�[39;49;00m�[33msession�[39;49;00m�[33m"�[39;49;00m)
    �[94mdef�[39;49;00m �[92msimpypiserver�[39;49;00m():
        �[94mfrom�[39;49;00m �[04m�[96m.�[39;49;00m�[04m�[96msimpypi�[39;49;00m �[94mimport�[39;49;00m httpserver, SimPyPIRequestHandler
        �[94mimport�[39;49;00m �[04m�[96mthreading�[39;49;00m
        host = �[33m'�[39;49;00m�[33mlocalhost�[39;49;00m�[33m'�[39;49;00m
>       port = get_open_port(host)

�[1m�[31mtesting/conftest.py�[0m:76: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

host = 'localhost'

    �[94mdef�[39;49;00m �[92mget_open_port�[39;49;00m(host):
        �[94mwith�[39;49;00m closing(socket.socket(socket.AF_INET, socket.SOCK_STREAM)) �[94mas�[39;49;00m s:
>           s.bind((host, �[94m0�[39;49;00m))
�[1m�[31mE           socket.gaierror: [Errno 8] nodename nor servname provided, or not known�[0m

�[1m�[31mtesting/conftest.py�[0m:95: gaierror
�[31m�[1m________ ERROR at setup of TestMirrorIndexThings.test_download_release _________�[0m

    �[37m@pytest�[39;49;00m.fixture(scope=�[33m"�[39;49;00m�[33msession�[39;49;00m�[33m"�[39;49;00m)
    �[94mdef�[39;49;00m �[92msimpypiserver�[39;49;00m():
        �[94mfrom�[39;49;00m �[04m�[96m.�[39;49;00m�[04m�[96msimpypi�[39;49;00m �[94mimport�[39;49;00m httpserver, SimPyPIRequestHandler
        �[94mimport�[39;49;00m �[04m�[96mthreading�[39;49;00m
        host = �[33m'�[39;49;00m�[33mlocalhost�[39;49;00m�[33m'�[39;49;00m
>       port = get_open_port(host)

�[1m�[31mtesting/conftest.py�[0m:76: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

host = 'localhost'

    �[94mdef�[39;49;00m �[92mget_open_port�[39;49;00m(host):
        �[94mwith�[39;49;00m closing(socket.socket(socket.AF_INET, socket.SOCK_STREAM)) �[94mas�[39;49;00m s:
>           s.bind((host, �[94m0�[39;49;00m))
�[1m�[31mE           socket.gaierror: [Errno 8] nodename nor servname provided, or not known�[0m

�[1m�[31mtesting/conftest.py�[0m:95: gaierror
�[31m�[1m_________ ERROR at setup of TestMirrorIndexThings.test_deleted_package _________�[0m

    �[37m@pytest�[39;49;00m.fixture(scope=�[33m"�[39;49;00m�[33msession�[39;49;00m�[33m"�[39;49;00m)
    �[94mdef�[39;49;00m �[92msimpypiserver�[39;49;00m():
        �[94mfrom�[39;49;00m �[04m�[96m.�[39;49;00m�[04m�[96msimpypi�[39;49;00m �[94mimport�[39;49;00m httpserver, SimPyPIRequestHandler
        �[94mimport�[39;49;00m �[04m�[96mthreading�[39;49;00m
        host = �[33m'�[39;49;00m�[33mlocalhost�[39;49;00m�[33m'�[39;49;00m
>       port = get_open_port(host)

�[1m�[31mtesting/conftest.py�[0m:76: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

host = 'localhost'

    �[94mdef�[39;49;00m �[92mget_open_port�[39;49;00m(host):
        �[94mwith�[39;49;00m closing(socket.socket(socket.AF_INET, socket.SOCK_STREAM)) �[94mas�[39;49;00m s:
>           s.bind((host, �[94m0�[39;49;00m))
�[1m�[31mE           socket.gaierror: [Errno 8] nodename nor servname provided, or not known�[0m

�[1m�[31mtesting/conftest.py�[0m:95: gaierror
�[31m�[1m_ ERROR at setup of TestMirrorIndexThings.test_whitelisted_package_not_in_mirror _�[0m

    �[37m@pytest�[39;49;00m.fixture(scope=�[33m"�[39;49;00m�[33msession�[39;49;00m�[33m"�[39;49;00m)
    �[94mdef�[39;49;00m �[92msimpypiserver�[39;49;00m():
        �[94mfrom�[39;49;00m �[04m�[96m.�[39;49;00m�[04m�[96msimpypi�[39;49;00m �[94mimport�[39;49;00m httpserver, SimPyPIRequestHandler
        �[94mimport�[39;49;00m �[04m�[96mthreading�[39;49;00m
        host = �[33m'�[39;49;00m�[33mlocalhost�[39;49;00m�[33m'�[39;49;00m
>       port = get_open_port(host)

�[1m�[31mtesting/conftest.py�[0m:76: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

host = 'localhost'

    �[94mdef�[39;49;00m �[92mget_open_port�[39;49;00m(host):
        �[94mwith�[39;49;00m closing(socket.socket(socket.AF_INET, socket.SOCK_STREAM)) �[94mas�[39;49;00m s:
>           s.bind((host, �[94m0�[39;49;00m))
�[1m�[31mE           socket.gaierror: [Errno 8] nodename nor servname provided, or not known�[0m

�[1m�[31mtesting/conftest.py�[0m:95: gaierror
=========================== short test summary info ============================
SKIPPED [82] /private/tmp/nix-build-devpi-client-5.2.1.drv-0/devpi-client-5.2.1/testing/conftest.py:162: not running functional tests in --fast mode
SKIPPED [1] /private/tmp/nix-build-devpi-client-5.2.1.drv-0/devpi-client-5.2.1/testing/test_test.py:165: could not import 'detox': No module named 'detox'
SKIPPED [1] testing/test_test.py:237: condition: config.option.fast
SKIPPED [1] testing/test_test.py:268: condition: config.option.fast
SKIPPED [1] testing/test_test.py:298: condition: config.option.fast
SKIPPED [4] testing/test_upload.py:104: condition: config.option.fast
SKIPPED [4] testing/test_upload.py:121: condition: config.option.fast
SKIPPED [4] testing/test_upload.py:137: condition: config.option.fast
SKIPPED [4] testing/test_upload.py:145: condition: config.option.fast
SKIPPED [4] testing/test_upload.py:155: condition: config.option.fast
SKIPPED [4] testing/test_upload.py:168: condition: config.option.fast
SKIPPED [1] testing/test_upload.py:226: condition: config.option.fast
SKIPPED [1] testing/test_use.py:61: condition: config.option.fast
ERROR testing/test_functional.py::TestMirrorIndexThings::test_create_and_delete_mirror_index
ERROR testing/test_functional.py::TestMirrorIndexThings::test_missing_package
ERROR testing/test_functional.py::TestMirrorIndexThings::test_no_releases - s...
ERROR testing/test_functional.py::TestMirrorIndexThings::test_releases - sock...
ERROR testing/test_functional.py::TestMirrorIndexThings::test_download_release_error
ERROR testing/test_functional.py::TestMirrorIndexThings::test_download_release
ERROR testing/test_functional.py::TestMirrorIndexThings::test_deleted_package
ERROR testing/test_functional.py::TestMirrorIndexThings::test_whitelisted_package_not_in_mirror
�[31m================= �[32m143 passed�[0m, �[33m112 skipped�[0m, �[31m�[1m8 errors�[0m�[31m in 12.43s�[0m�[31m ==================�[0m

@SuperSandro2000 SuperSandro2000 merged commit 256576f into NixOS:master Jan 18, 2021
@r-ryantm r-ryantm deleted the auto-update/devpi-client branch January 19, 2021 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants