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

python37Packages.aresponses: 2.0.0 -> 2.0.2 #107458

Closed

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 python37Packages.aresponses is: "Asyncio testing server"

meta.homepage for python37Packages.aresponses is: "https://github.com/circleup/aresponses"

meta.changelog for python37Packages.aresponses 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)
66 total rebuild path(s)

18 package rebuild(s)

16 x86_64-linux rebuild(s)
16 i686-linux rebuild(s)
18 x86_64-darwin rebuild(s)
16 aarch64-linux rebuild(s)


First fifty rebuilds by attrpath
python37Packages.adguardhome
python37Packages.aresponses
python37Packages.pyairvisual
python37Packages.pyhaversion
python37Packages.pyipp
python37Packages.wled
python38Packages.adguardhome
python38Packages.aresponses
python38Packages.pyairvisual
python38Packages.pyhaversion
python38Packages.pyipp
python38Packages.wled
python39Packages.adguardhome
python39Packages.aresponses
python39Packages.pyairvisual
python39Packages.pyhaversion
python39Packages.pyipp
python39Packages.wled
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/8cngqcqgjpfi7r5vl90k53jz3rzwhx4x-python3.7-aresponses-2.0.2 \
  --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 python37Packages.aresponses https://github.com/r-ryantm/nixpkgs/archive/9cdbe457008de85f18cd27a23fb1224257c5fde7.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/8cngqcqgjpfi7r5vl90k53jz3rzwhx4x-python3.7-aresponses-2.0.2
ls -la /nix/store/8cngqcqgjpfi7r5vl90k53jz3rzwhx4x-python3.7-aresponses-2.0.2/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 run on x86_64-linux 1

3 packages failed to build:
  • python37Packages.pyipp
  • python38Packages.pyipp
  • python39Packages.pyipp
13 packages built:
  • python37Packages.adguardhome
  • python37Packages.aresponses
  • python37Packages.pyairvisual
  • python37Packages.pyhaversion
  • python37Packages.wled
  • python38Packages.adguardhome
  • python38Packages.aresponses
  • python38Packages.pyairvisual
  • python38Packages.pyhaversion
  • python38Packages.wled
  • python39Packages.adguardhome
  • python39Packages.aresponses
  • python39Packages.pyhaversion

Maintainer pings

cc @makefu for testing.

Copy link
Contributor

@jonringer jonringer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

regression in pyipp

https://github.com/NixOS/nixpkgs/pull/107458

3 packages failed to build:
python37Packages.pyipp python38Packages.pyipp python39Packages.pyipp

13 packages built:
python37Packages.adguardhome python37Packages.aresponses python37Packages.pyairvisual python37Packages.pyhaversion python37Packages.wled python38Packages.adguardhome python38Packages.aresponses python38Packages.pyairvisual python38Packages.pyhaversion python38Packages.wled python39Packages.adguardhome python39Packages.aresponses python39Packages.pyhaversion

@makefu
Copy link
Contributor

makefu commented Dec 24, 2020

$ nix build --no-link --keep-going --option build-use-sandbox relaxed -f /home/makefu/.cache/nixpkgs-review/pr-107458/build.nix                                           
builder for '/nix/store/9n3yhiivhqfhx16h2yygxgigcsqarsiq-python3.9-pyipp-0.11.0.drv' failed with exit code 1; last 10 log lines:                                          
      return bytes_body.decode(encoding)                                                                                                                                  
  UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc4 in position 7: invalid continuation byte                                                                       
  =========================== short test summary info ============================                                                                                        
  FAILED tests/test_client.py::test_ipp_request - pyipp.exceptions.IPPResponseE...                                                                                        
  FAILED tests/test_client.py::test_request_port - pyipp.exceptions.IPPResponse...                                                                                        
  FAILED tests/test_client.py::test_unexpected_response - pyipp.exceptions.IPPR...                                                                                        
  FAILED tests/test_client.py::test_ipp_error_0x0503 - pyipp.exceptions.IPPResp...                                                                                        
  FAILED tests/test_interface.py::test_printer - pyipp.exceptions.IPPResponseEr...                                                                                        
  FAILED tests/test_interface.py::test_raw - pyipp.exceptions.IPPResponseError:...                                                                                        
  6 failed, 18 passed in 1.39s                                                                                                                                            
builder for '/nix/store/syjp3wq6wcr13rp3dmgp334wpc5q2qp1-python3.8-pyipp-0.11.0.drv' failed with exit code 1; last 10 log lines:                                          
    File "/nix/store/7wq7a3lk55jm1ij20r7pcalphj40kzrj-python3.8-aiohttp-3.7.3/lib/python3.8/site-packages/aiohttp/web_request.py", line 609, in text                      
      return bytes_body.decode(encoding)                                                                                                                                  
  UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf8 in position 6: invalid start byte                                                                              
  =========================== short test summary info ============================
  FAILED tests/test_client.py::test_ipp_request - pyipp.exceptions.IPPResponseE...
  FAILED tests/test_client.py::test_internal_session - pyipp.exceptions.IPPResp...
  FAILED tests/test_client.py::test_request_tls - pyipp.exceptions.IPPResponseE...
  FAILED tests/test_client.py::test_unexpected_response - pyipp.exceptions.IPPR...
  FAILED tests/test_interface.py::test_printer - pyipp.exceptions.IPPResponseEr...
  5 failed, 19 passed in 1.66s
builder for '/nix/store/q80ab037hhnldywgd0gq0k51kxjnr2z4-python3.7-pyipp-0.11.0.drv' failed with exit code 1; last 10 log lines:
      await request.text()
    File "/nix/store/qqj8ikm9ny3zdcp4whj9lh92xdp0ih8v-python3.7-aiohttp-3.7.3/lib/python3.7/site-packages/aiohttp/web_request.py", line 609, in text
      return bytes_body.decode(encoding)
  UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc5 in position 7: invalid continuation byte
  =========================== short test summary info ============================
  FAILED tests/test_client.py::test_request_tls - pyipp.exceptions.IPPResponseE...
  FAILED tests/test_client.py::test_http_error426 - pyipp.exceptions.IPPRespons...
  FAILED tests/test_client.py::test_ipp_error_0x0503 - pyipp.exceptions.IPPResp...
  FAILED tests/test_interface.py::test_printer - pyipp.exceptions.IPPResponseEr...
  4 failed, 20 passed in 1.36s
cannot build derivation '/nix/store/f5ssf888qkyfd66ai2wyjzqv8r8h49in-env.drv': 3 dependencies couldn't be built
[45 built (3 failed), 458 copied (1411.9 MiB), 292.3 MiB DL]
error: build of '/nix/store/f5ssf888qkyfd66ai2wyjzqv8r8h49in-env.drv' failed
https://github.com/NixOS/nixpkgs/pull/107458
3 packages failed to build:
python37Packages.pyipp python38Packages.pyipp python39Packages.pyipp

@makefu
Copy link
Contributor

makefu commented Dec 24, 2020

pyipp explicitly pins aresponses to 2.0.0 (which we obviously ignore for nixpkgs), also there is no new version of pyipp or an open issue right now.

@fabaff
Copy link
Member

fabaff commented Jan 11, 2021

Test failures: ctalkington/python-ipp#121

@fabaff
Copy link
Member

fabaff commented Jan 15, 2021

Closed in favor of #109427

@fabaff fabaff closed this Jan 15, 2021
@makefu
Copy link
Contributor

makefu commented Jan 15, 2021

thanks!

@r-ryantm r-ryantm deleted the auto-update/python3.7-aresponses branch January 16, 2021 02:16
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

4 participants