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.zeep: fix build #44843

Merged
merged 1 commit into from Aug 9, 2018
Merged

python3Packages.zeep: fix build #44843

merged 1 commit into from Aug 9, 2018

Conversation

infinisil
Copy link
Member

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option 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/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

@infinisil
Copy link
Member Author

@GrahamcOfBorg build python3Packages.zeep

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python3Packages.zeep

Partial log (click to expand)

Installing collected packages: zeep
Successfully installed zeep-3.0.0
/tmp/nix-build-python3.6-zeep-3.0.0.drv-0/zeep-3.0.0
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/n9pc5y01ihndc6s3z3qh9cymh2wyrzjg-python3.6-zeep-3.0.0
strip is /nix/store/gpc2wld1s0c6qzx9326cwn1wcx29xzsj-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/n9pc5y01ihndc6s3z3qh9cymh2wyrzjg-python3.6-zeep-3.0.0/lib 
patching script interpreter paths in /nix/store/n9pc5y01ihndc6s3z3qh9cymh2wyrzjg-python3.6-zeep-3.0.0
checking for references to /tmp/nix-build-python3.6-zeep-3.0.0.drv-0 in /nix/store/n9pc5y01ihndc6s3z3qh9cymh2wyrzjg-python3.6-zeep-3.0.0...
/nix/store/n9pc5y01ihndc6s3z3qh9cymh2wyrzjg-python3.6-zeep-3.0.0

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python3Packages.zeep

Partial log (click to expand)

Installing collected packages: zeep
Successfully installed zeep-3.0.0
/build/zeep-3.0.0
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/z6xdif74pq2yfmc3l0ian2gsz7bmzb7h-python3.6-zeep-3.0.0
strip is /nix/store/ah0va6j4cnwj9nx4j6rwcfc8nh785jwm-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/z6xdif74pq2yfmc3l0ian2gsz7bmzb7h-python3.6-zeep-3.0.0/lib
patching script interpreter paths in /nix/store/z6xdif74pq2yfmc3l0ian2gsz7bmzb7h-python3.6-zeep-3.0.0
checking for references to /build in /nix/store/z6xdif74pq2yfmc3l0ian2gsz7bmzb7h-python3.6-zeep-3.0.0...
/nix/store/z6xdif74pq2yfmc3l0ian2gsz7bmzb7h-python3.6-zeep-3.0.0

@xeji
Copy link
Contributor

xeji commented Aug 9, 2018

@GrahamcOfBorg build python27Packages.zeep

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python27Packages.zeep

Partial log (click to expand)

tests/test_xsd_union.py ..                                               [ 88%]
tests/test_xsd_validation.py ..                                          [ 89%]
tests/test_xsd_valueobjects.py .....................                     [ 93%]
tests/test_xsd_visitor.py ......................                         [ 99%]
tests/integration/test_hello_world_recursive.py .                        [ 99%]
tests/integration/test_http_post.py ..                                   [ 99%]
tests/integration/test_recursive_schema.py .                             [100%]

========================== 429 passed in 4.91 seconds ==========================
/nix/store/zwl18rs42klk93mdm1z3h0grg3gw280a-python2.7-zeep-3.0.0

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: python27Packages.zeep

Partial log (click to expand)

tests/test_xsd_union.py ..                                               [ 88%]
tests/test_xsd_validation.py ..                                          [ 89%]
tests/test_xsd_valueobjects.py .....................                     [ 93%]
tests/test_xsd_visitor.py ......................                         [ 99%]
tests/integration/test_hello_world_recursive.py .                        [ 99%]
tests/integration/test_http_post.py ..                                   [ 99%]
tests/integration/test_recursive_schema.py .                             [100%]

========================== 429 passed in 9.99 seconds ==========================
/nix/store/azzbwg1lkpvfs7g350yh2ng6azgjgl0l-python2.7-zeep-3.0.0

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python27Packages.zeep

Partial log (click to expand)

tests/test_xsd_union.py ..                                               [ 88%]
tests/test_xsd_validation.py ..                                          [ 89%]
tests/test_xsd_valueobjects.py .....................                     [ 93%]
tests/test_xsd_visitor.py ......................                         [ 99%]
tests/integration/test_hello_world_recursive.py .                        [ 99%]
tests/integration/test_http_post.py ..                                   [ 99%]
tests/integration/test_recursive_schema.py .                             [100%]

========================= 429 passed in 197.02 seconds =========================
/nix/store/4gf78s81xc2nkcbj580zy1w0w7cmkzjb-python2.7-zeep-3.0.0

@xeji xeji merged commit d91825e into NixOS:master Aug 9, 2018
@infinisil infinisil deleted the fix/zeep branch August 9, 2018 22:20
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