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

python36Packages.txtorcon: 18.0.2 -> 18.3.0 #48934

Merged
merged 1 commit into from Oct 24, 2018

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-txtorcon/versions.

meta.description for python36Packages.txtorcon is: '"Twisted-based Tor controller client, with state-tracking and configuration abstractions"'.

Checks done (click to expand)
Outpath report (click to expand)

Outpath difference report
20 total rebuild paths

6 package rebuilds

6 x86_64-linux rebuilds
6 i686-linux rebuilds
2 x86_64-darwin rebuilds
6 aarch64-linux rebuilds

First ten rebuilds by attrpath
magic-wormhole
python27Packages.magic-wormhole
python27Packages.txtorcon
python36Packages.magic-wormhole
python36Packages.txtorcon
transporter

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/1jlmrvqzhs71zqn50kwqfps3y8yzcdph-python3.6-txtorcon-18.3.0 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)

Or, build yourself:

nix-build -A python36Packages.txtorcon https://github.com/r-ryantm/nixpkgs/archive/60cfa6409da2bede0070bb2eeba12fa3afeaf364.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/1jlmrvqzhs71zqn50kwqfps3y8yzcdph-python3.6-txtorcon-18.3.0
ls -la /nix/store/1jlmrvqzhs71zqn50kwqfps3y8yzcdph-python3.6-txtorcon-18.3.0/bin

cc @jluttine for testing.

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python36Packages.txtorcon

Partial log (click to expand)

    " been resolved to '{}'".format(hsdir, abs_hsdir)

test/test_torstate.py::StateTests::test_build_circuit_failure
  /build/txtorcon-18.3.0/txtorcon/torstate.py:574: RuntimeWarning: Circuit doesn't start with a guard: [<test.test_torstate.StateTests.test_build_circuit_failure.<locals>.FakeRouter object at 0xffffbc3062e8>, <test.test_torstate.StateTests.test_build_circuit_failure.<locals>.FakeRouter object at 0xffffbc3060b8>, <test.test_torstate.StateTests.test_build_circuit_failure.<locals>.FakeRouter object at 0xffffbc306198>]
    RuntimeWarning

-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 627 passed, 1 skipped, 18 warnings in 5.70 seconds ==============
pytestcachePhase
/nix/store/4zldfa9fx9rlxbjagps4qnf51a1q97ji-python3.6-txtorcon-18.3.0

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python36Packages.txtorcon

Partial log (click to expand)

    " been resolved to '{}'".format(hsdir, abs_hsdir)

test/test_torstate.py::StateTests::test_build_circuit_failure
  /build/txtorcon-18.3.0/txtorcon/torstate.py:574: RuntimeWarning: Circuit doesn't start with a guard: [<test.test_torstate.StateTests.test_build_circuit_failure.<locals>.FakeRouter object at 0x7fffee0736d8>, <test.test_torstate.StateTests.test_build_circuit_failure.<locals>.FakeRouter object at 0x7fffee0737b8>, <test.test_torstate.StateTests.test_build_circuit_failure.<locals>.FakeRouter object at 0x7fffee0738d0>]
    RuntimeWarning

-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 627 passed, 1 skipped, 18 warnings in 4.16 seconds ==============
pytestcachePhase
/nix/store/1jlmrvqzhs71zqn50kwqfps3y8yzcdph-python3.6-txtorcon-18.3.0

@GrahamcOfBorg
Copy link

Timed out, unknown build status on x86_64-darwin (full log)

Attempted: python36Packages.txtorcon

Partial log (click to expand)

1.68s call     hypothesis-python/tests/cover/test_regex.py::test_matching[True-True-\\d-is_digit]
=================== 1995 passed, 4 skipped in 444.60 seconds ===================
pytestcachePhase
cannot build derivation '/nix/store/8fw62w923nz6kiw6pp2929hm1qscnhfb-python3.6-hyperlink-18.0.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/i9yzl919kc95g40p6fdq5pb19a9drmcs-python3.6-Twisted-18.7.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/r856vmm9arq2dk18x75xbyz6phgwzgzp-python3.6-cryptography-2.3.1.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/3lz25i94g9989ral2w959wsvnsc9hbvh-python3.6-pyOpenSSL-18.0.0.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/i2qqa68iw7xb8cs47m9bg5i54sfw7qg2-python3.6-service_identity-17.0.0.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/apgn0ra1mrv671j9x3dw3z61yv8nnqrg-python3.6-txtorcon-18.3.0.drv': 4 dependencies couldn't be built
error: build of '/nix/store/apgn0ra1mrv671j9x3dw3z61yv8nnqrg-python3.6-txtorcon-18.3.0.drv' failed

@FRidh FRidh merged commit 27337bc into NixOS:master Oct 24, 2018
@r-ryantm r-ryantm deleted the auto-update/python3.6-txtorcon branch November 17, 2018 23:09
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