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

asyncio: move to own directory #36751

Closed
wants to merge 1 commit into from
Closed

Conversation

etu
Copy link
Contributor

@etu etu commented Mar 10, 2018

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • 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 nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@grahamc
Copy link
Member

grahamc commented Mar 10, 2018

@GrahamcOfBorg build python36Packages.ws4py

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Partial log (click to expand)

test/test_logger.py ....                                                 [ 39%]
test/test_manager.py ..............                                      [ 51%]
test/test_messaging.py ........                                          [ 58%]
test/test_stream.py ................................                     [ 85%]
test/test_utils.py .                                                     [ 86%]
test/test_websocket.py ................                                  [100%]

============================== 3 tests deselected ==============================
=================== 118 passed, 3 deselected in 4.11 seconds ===================
/nix/store/8nrk6q345xsys7x4jwaz9y1c1r5kiz4a-python3.6-ws4py-0.4.3

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Partial log (click to expand)

test/test_logger.py ....                                                 [ 39%]
test/test_manager.py ..............                                      [ 51%]
test/test_messaging.py ........                                          [ 58%]
test/test_stream.py ................................                     [ 85%]
test/test_utils.py .                                                     [ 86%]
test/test_websocket.py ................                                  [100%]

============================== 3 tests deselected ==============================
=================== 118 passed, 3 deselected in 6.83 seconds ===================
/nix/store/ssi4r0l3qlbis74sxy6dhv1zxj56krn0-python3.6-ws4py-0.4.3

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Attempted: python36Packages.ws4py

Partial log (click to expand)

reading manifest file 'asyncio.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'asyncio.egg-info/SOURCES.txt'
running build_ext
Run tests in release mode
Skipping 'test_windows_events': Windows only
Skipping 'test_windows_utils': Windows only
building of '/nix/store/fhphgjfza21maylvfyawwmk35d5j91dy-python3.6-asyncio-3.4.3.drv' timed out after 1800 seconds
cannot build derivation '/nix/store/w68dxbxwaawrgw440wvzdg0f23x909x7-python3.6-ws4py-0.4.3.drv': 1 dependencies couldn't be built
error: build of '/nix/store/w68dxbxwaawrgw440wvzdg0f23x909x7-python3.6-ws4py-0.4.3.drv' failed

@etu etu closed this Mar 12, 2018
@etu etu deleted the python-asyncio-fixes branch March 12, 2018 12:43
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

3 participants