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

arrow-cpp: 0.10.0 -> 0.11.0 #48059

Closed
wants to merge 1 commit into from
Closed

Conversation

veprbl
Copy link
Member

@veprbl veprbl commented Oct 8, 2018

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.

@veprbl veprbl requested a review from FRidh as a code owner October 8, 2018 16:22
@veprbl
Copy link
Member Author

veprbl commented Oct 8, 2018

@GrahamcOfBorg build arrow-cpp python2Packages.pyarrow python3Packages.pyarrow

@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: arrow-cpp, python2Packages.pyarrow, python3Packages.pyarrow

Partial log (click to expand)


    /build/apache-arrow-0.11.0/cpp/build/glog_ep-prefix/src/glog_ep-stamp/glog_ep-download-*.log


make[2]: *** [CMakeFiles/glog_ep.dir/build.make:90: glog_ep-prefix/src/glog_ep-stamp/glog_ep-download] Error 1
make[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/glog_ep.dir/all] Error 2
make: *** [Makefile:141: all] Error 2
builder for '/nix/store/zjw00cfcxak2xrjcfhl8hdk70mk2nnb5-arrow-cpp-0.11.0.drv' failed with exit code 2
cannot build derivation '/nix/store/1sbfscsgvdn3jvi3kv793v7v5amii24c-python3.6-pyarrow-0.11.0.drv': 1 dependencies couldn't be built
error: build of '/nix/store/1sbfscsgvdn3jvi3kv793v7v5amii24c-python3.6-pyarrow-0.11.0.drv', '/nix/store/ljihk3w53sq74192fwrjnfmrymplnr53-arrow-cpp-0.11.0.drv', '/nix/store/x0smxr71kx1fg47i3zvs46ndhpq7mixp-python2.7-pyarrow-0.11.0.drv' failed

@veprbl
Copy link
Member Author

veprbl commented Oct 8, 2018

@GrahamcOfBorg build arrow-cpp python2Packages.pyarrow python3Packages.pyarrow

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Attempted: arrow-cpp, python2Packages.pyarrow, python3Packages.pyarrow

Partial log (click to expand)

    suites = [self.loadTestsFromName(name, module) for name in names]
  File "/nix/store/rpyns4fjgvdwc2v81xjkyv6d0mz3q6ay-python3-3.6.6/lib/python3.6/unittest/loader.py", line 219, in <listcomp>
    suites = [self.loadTestsFromName(name, module) for name in names]
  File "/nix/store/rpyns4fjgvdwc2v81xjkyv6d0mz3q6ay-python3-3.6.6/lib/python3.6/unittest/loader.py", line 153, in loadTestsFromName
    module = __import__(module_name)
  File "/private/tmp/nix-build-python3.6-pyarrow-0.11.0.drv-0/apache-arrow-0.11.0/python/pyarrow/__init__.py", line 45, in <module>
    import pyarrow.compat as compat
AttributeError: module 'pyarrow' has no attribute 'compat'
builder for '/nix/store/74w0wn1qh4axdjwxdx5knvr850xm2fwg-python3.6-pyarrow-0.11.0.drv' failed with exit code 1
error: build of '/nix/store/74w0wn1qh4axdjwxdx5knvr850xm2fwg-python3.6-pyarrow-0.11.0.drv', '/nix/store/jc54siy2qkw185xbq5s4dka22aj3bkd1-python2.7-pyarrow-0.11.0.drv' failed

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Attempted: arrow-cpp, python2Packages.pyarrow, python3Packages.pyarrow

Partial log (click to expand)


-- Configuring incomplete, errors occurred!
See also "/tmp/nix-build-arrow-cpp-0.11.0.drv-1/apache-arrow-0.11.0/cpp/build/CMakeFiles/CMakeOutput.log".
-- Configuring incomplete, errors occurred!
See also "/tmp/nix-build-arrow-cpp-0.11.0.drv-0/apache-arrow-0.11.0/cpp/build/CMakeFiles/CMakeOutput.log".
builder for '/nix/store/iqs2vj5phis5c9iaar5piyq307hldylb-arrow-cpp-0.11.0.drv' failed with exit code 1
cannot build derivation '/nix/store/1rx63wmbrdd77bxkzh22p4i1x4m40kdj-python2.7-pyarrow-0.11.0.drv': 1 dependencies couldn't be built
builder for '/nix/store/c6j60svjlrf8i0vs9h7pahhlxzl4gkxf-arrow-cpp-0.11.0.drv' failed with exit code 1
cannot build derivation '/nix/store/1z4c28gm4vpqd39nydjl9cacz0rdlf8g-python3.6-pyarrow-0.11.0.drv': 1 dependencies couldn't be built
error: build of '/nix/store/1rx63wmbrdd77bxkzh22p4i1x4m40kdj-python2.7-pyarrow-0.11.0.drv', '/nix/store/1z4c28gm4vpqd39nydjl9cacz0rdlf8g-python3.6-pyarrow-0.11.0.drv', '/nix/store/iqs2vj5phis5c9iaar5piyq307hldylb-arrow-cpp-0.11.0.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: arrow-cpp

Partial log (click to expand)

/nix/store/6swf4k68ndg2vzal8lhq63xwrdgwxgxb-arrow-cpp-0.11.0

@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: arrow-cpp, python2Packages.pyarrow, python3Packages.pyarrow

Partial log (click to expand)



-- Configuring incomplete, errors occurred!
See also "/build/apache-arrow-0.11.0/cpp/build/CMakeFiles/CMakeOutput.log".
See also "/build/apache-arrow-0.11.0/cpp/build/CMakeFiles/CMakeError.log".
builder for '/nix/store/3ib6x8ripgw2jf0s3ga4i03lpj40misk-arrow-cpp-0.11.0.drv' failed with exit code 1
cannot build derivation '/nix/store/lhbnpqkzc34r373y33jp1hji6d823izz-python3.6-pyarrow-0.11.0.drv': 1 dependencies couldn't be built
builder for '/nix/store/5sh2k1g40d70lgbp84bn1flb7bl15jiz-arrow-cpp-0.11.0.drv' failed with exit code 1
cannot build derivation '/nix/store/a5qvnk5xghgsrzc44w5nxyjh34p6v4mm-python2.7-pyarrow-0.11.0.drv': 1 dependencies couldn't be built
error: build of '/nix/store/5sh2k1g40d70lgbp84bn1flb7bl15jiz-arrow-cpp-0.11.0.drv', '/nix/store/a5qvnk5xghgsrzc44w5nxyjh34p6v4mm-python2.7-pyarrow-0.11.0.drv', '/nix/store/lhbnpqkzc34r373y33jp1hji6d823izz-python3.6-pyarrow-0.11.0.drv' failed

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: arrow-cpp, python2Packages.pyarrow, python3Packages.pyarrow

Partial log (click to expand)

  /nix/store/3pwdm1xqvyqj2y9hb0rvszj4jqjpdr2f-python3.6-pandas-0.23.4/lib/python3.6/site-packages/pandas/core/internals.py:312: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use `arr[tuple(seq)]` instead of `arr[seq]`. In the future this will be interpreted as an array index, `arr[np.array(seq)]`, which will result either in an error or a different result.
    return self.values[slicer]
  /nix/store/3pwdm1xqvyqj2y9hb0rvszj4jqjpdr2f-python3.6-pandas-0.23.4/lib/python3.6/site-packages/pandas/core/indexes/datetimelike.py:428: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use `arr[tuple(seq)]` instead of `arr[seq]`. In the future this will be interpreted as an array index, `arr[np.array(seq)]`, which will result either in an error or a different result.
    result = getitem(key)

-- Docs: https://docs.pytest.org/en/latest/warnings.html
 5 failed, 16897 passed, 1027 skipped, 11896 deselected, 37 xfailed, 2 xpassed, 10 warnings in 590.44 seconds
builder for '/nix/store/62v3rqb77cqxjrx6r7ln3fl3ii8yz885-python3.6-pandas-0.23.4.drv' failed with exit code 1
cannot build derivation '/nix/store/0as3v3w4ramvg0sygxcyyjkqs0r5s77f-python3.6-pyarrow-0.11.0.drv': 2 dependencies couldn't be built
error: build of '/nix/store/0as3v3w4ramvg0sygxcyyjkqs0r5s77f-python3.6-pyarrow-0.11.0.drv', '/nix/store/7jn6hihfz8rpp9w91qvy83cbiwsi9gzk-python2.7-pyarrow-0.11.0.drv', '/nix/store/wyzq41ckqr1aw8qhfl0hqrgwk3bssw3j-arrow-cpp-0.11.0.drv' failed

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Attempted: arrow-cpp

Partial log (click to expand)

  files.  If "double-conversion" provides a separate development package or
  SDK, be sure it has been installed.
Call Stack (most recent call first):
  CMakeLists.txt:386 (include)


-- Configuring incomplete, errors occurred!
See also "/tmp/nix-build-arrow-cpp-0.11.0.drv-0/apache-arrow-0.11.0/cpp/build/CMakeFiles/CMakeOutput.log".
builder for '/nix/store/iqs2vj5phis5c9iaar5piyq307hldylb-arrow-cpp-0.11.0.drv' failed with exit code 1
error: build of '/nix/store/iqs2vj5phis5c9iaar5piyq307hldylb-arrow-cpp-0.11.0.drv' failed

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: arrow-cpp

Partial log (click to expand)

  SDK, be sure it has been installed.
Call Stack (most recent call first):
  CMakeLists.txt:386 (include)


-- Configuring incomplete, errors occurred!
See also "/build/apache-arrow-0.11.0/cpp/build/CMakeFiles/CMakeOutput.log".
See also "/build/apache-arrow-0.11.0/cpp/build/CMakeFiles/CMakeError.log".
builder for '/nix/store/4ijp9sc966w5s9345lzf9zxpipvpc23s-arrow-cpp-0.11.0.drv' failed with exit code 1
error: build of '/nix/store/4ijp9sc966w5s9345lzf9zxpipvpc23s-arrow-cpp-0.11.0.drv' failed

@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: arrow-cpp

Partial log (click to expand)

  SDK, be sure it has been installed.
Call Stack (most recent call first):
  CMakeLists.txt:386 (include)


-- Configuring incomplete, errors occurred!
See also "/build/apache-arrow-0.11.0/cpp/build/CMakeFiles/CMakeOutput.log".
See also "/build/apache-arrow-0.11.0/cpp/build/CMakeFiles/CMakeError.log".
builder for '/nix/store/5sh2k1g40d70lgbp84bn1flb7bl15jiz-arrow-cpp-0.11.0.drv' failed with exit code 1
error: build of '/nix/store/5sh2k1g40d70lgbp84bn1flb7bl15jiz-arrow-cpp-0.11.0.drv' failed

@veprbl
Copy link
Member Author

veprbl commented Oct 8, 2018

@GrahamcOfBorg build arrow-cpp python2Packages.pyarrow python3Packages.pyarrow

@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: arrow-cpp, python2Packages.pyarrow, python3Packages.pyarrow

Partial log (click to expand)


    /build/apache-arrow-0.11.0/cpp/build/glog_ep-prefix/src/glog_ep-stamp/glog_ep-download-*.log


make[2]: *** [CMakeFiles/glog_ep.dir/build.make:90: glog_ep-prefix/src/glog_ep-stamp/glog_ep-download] Error 1
make[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/glog_ep.dir/all] Error 2
make: *** [Makefile:141: all] Error 2
builder for '/nix/store/0p4bqgv19n52h2yj6vqhhsdnf4rhhkka-arrow-cpp-0.11.0.drv' failed with exit code 2
cannot build derivation '/nix/store/n7id7wpw66ycrcqbx2xc62h1xfkqwaxa-python3.6-pyarrow-0.11.0.drv': 1 dependencies couldn't be built
error: build of '/nix/store/g5kpik8k7dq0w6k65wnjznfkrkm5klv1-python2.7-pyarrow-0.11.0.drv', '/nix/store/gmngf61nzrckmidkk2z21jk204bhg2vy-arrow-cpp-0.11.0.drv', '/nix/store/n7id7wpw66ycrcqbx2xc62h1xfkqwaxa-python3.6-pyarrow-0.11.0.drv' failed

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: arrow-cpp, python2Packages.pyarrow, python3Packages.pyarrow

Partial log (click to expand)

  /nix/store/3pwdm1xqvyqj2y9hb0rvszj4jqjpdr2f-python3.6-pandas-0.23.4/lib/python3.6/site-packages/pandas/core/internals.py:312: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use `arr[tuple(seq)]` instead of `arr[seq]`. In the future this will be interpreted as an array index, `arr[np.array(seq)]`, which will result either in an error or a different result.
    return self.values[slicer]
  /nix/store/3pwdm1xqvyqj2y9hb0rvszj4jqjpdr2f-python3.6-pandas-0.23.4/lib/python3.6/site-packages/pandas/core/indexes/datetimelike.py:428: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use `arr[tuple(seq)]` instead of `arr[seq]`. In the future this will be interpreted as an array index, `arr[np.array(seq)]`, which will result either in an error or a different result.
    result = getitem(key)

-- Docs: https://docs.pytest.org/en/latest/warnings.html
 5 failed, 16897 passed, 1027 skipped, 11896 deselected, 37 xfailed, 2 xpassed, 10 warnings in 594.28 seconds
builder for '/nix/store/62v3rqb77cqxjrx6r7ln3fl3ii8yz885-python3.6-pandas-0.23.4.drv' failed with exit code 1
cannot build derivation '/nix/store/j2w2ixlsisx267jpj7j0d1iv0p5b9zxf-python3.6-pyarrow-0.11.0.drv': 2 dependencies couldn't be built
error: build of '/nix/store/4ijp9sc966w5s9345lzf9zxpipvpc23s-arrow-cpp-0.11.0.drv', '/nix/store/fyv6c49b96r8dybymdgqfnwwkjnn4hiq-python2.7-pyarrow-0.11.0.drv', '/nix/store/j2w2ixlsisx267jpj7j0d1iv0p5b9zxf-python3.6-pyarrow-0.11.0.drv' failed

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Attempted: arrow-cpp, python2Packages.pyarrow, python3Packages.pyarrow

Partial log (click to expand)

    suites = [self.loadTestsFromName(name, module) for name in names]
  File "/nix/store/rpyns4fjgvdwc2v81xjkyv6d0mz3q6ay-python3-3.6.6/lib/python3.6/unittest/loader.py", line 219, in <listcomp>
    suites = [self.loadTestsFromName(name, module) for name in names]
  File "/nix/store/rpyns4fjgvdwc2v81xjkyv6d0mz3q6ay-python3-3.6.6/lib/python3.6/unittest/loader.py", line 153, in loadTestsFromName
    module = __import__(module_name)
  File "/private/tmp/nix-build-python3.6-pyarrow-0.11.0.drv-0/apache-arrow-0.11.0/python/pyarrow/__init__.py", line 45, in <module>
    import pyarrow.compat as compat
AttributeError: module 'pyarrow' has no attribute 'compat'
builder for '/nix/store/kabq4z2nj2daaq3mvccgwvw31ihzk58i-python3.6-pyarrow-0.11.0.drv' failed with exit code 1
error: build of '/nix/store/kabq4z2nj2daaq3mvccgwvw31ihzk58i-python3.6-pyarrow-0.11.0.drv', '/nix/store/whps8x596gb28aa51plsshmzzd81mn6y-python2.7-pyarrow-0.11.0.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: arrow-cpp

Partial log (click to expand)

/nix/store/8dzxnww66q3pc8b43pkdzj2wnmkfnszy-arrow-cpp-0.11.0

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: arrow-cpp

Partial log (click to expand)

  See also

    /build/apache-arrow-0.11.0/cpp/build/glog_ep-prefix/src/glog_ep-stamp/glog_ep-download-*.log


make[2]: *** [CMakeFiles/glog_ep.dir/build.make:90: glog_ep-prefix/src/glog_ep-stamp/glog_ep-download] Error 1
make[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/glog_ep.dir/all] Error 2
make: *** [Makefile:141: all] Error 2
builder for '/nix/store/6gv7v99840pc4gqszjvwcbnhb7qhrgv6-arrow-cpp-0.11.0.drv' failed with exit code 2
error: build of '/nix/store/6gv7v99840pc4gqszjvwcbnhb7qhrgv6-arrow-cpp-0.11.0.drv' failed

@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: arrow-cpp

Partial log (click to expand)

  See also

    /build/apache-arrow-0.11.0/cpp/build/glog_ep-prefix/src/glog_ep-stamp/glog_ep-download-*.log


make[2]: *** [CMakeFiles/glog_ep.dir/build.make:90: glog_ep-prefix/src/glog_ep-stamp/glog_ep-download] Error 1
make[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/glog_ep.dir/all] Error 2
make: *** [Makefile:141: all] Error 2
builder for '/nix/store/gmngf61nzrckmidkk2z21jk204bhg2vy-arrow-cpp-0.11.0.drv' failed with exit code 2
error: build of '/nix/store/gmngf61nzrckmidkk2z21jk204bhg2vy-arrow-cpp-0.11.0.drv' failed

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: arrow-cpp, python2Packages.pyarrow, python3Packages.pyarrow

Partial log (click to expand)

  /nix/store/3pwdm1xqvyqj2y9hb0rvszj4jqjpdr2f-python3.6-pandas-0.23.4/lib/python3.6/site-packages/pandas/core/internals.py:312: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use `arr[tuple(seq)]` instead of `arr[seq]`. In the future this will be interpreted as an array index, `arr[np.array(seq)]`, which will result either in an error or a different result.
    return self.values[slicer]
  /nix/store/3pwdm1xqvyqj2y9hb0rvszj4jqjpdr2f-python3.6-pandas-0.23.4/lib/python3.6/site-packages/pandas/core/indexes/datetimelike.py:428: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use `arr[tuple(seq)]` instead of `arr[seq]`. In the future this will be interpreted as an array index, `arr[np.array(seq)]`, which will result either in an error or a different result.
    result = getitem(key)

-- Docs: https://docs.pytest.org/en/latest/warnings.html
 5 failed, 16897 passed, 1027 skipped, 11896 deselected, 37 xfailed, 2 xpassed, 10 warnings in 592.14 seconds
builder for '/nix/store/62v3rqb77cqxjrx6r7ln3fl3ii8yz885-python3.6-pandas-0.23.4.drv' failed with exit code 1
cannot build derivation '/nix/store/rylfkq2ahv7j8bdh7533lh3yr9afrl8s-python3.6-pyarrow-0.11.0.drv': 2 dependencies couldn't be built
error: build of '/nix/store/6gv7v99840pc4gqszjvwcbnhb7qhrgv6-arrow-cpp-0.11.0.drv', '/nix/store/cjqijh2wbcb9k0qnq3mg7al9a7g7p6ix-python2.7-pyarrow-0.11.0.drv', '/nix/store/rylfkq2ahv7j8bdh7533lh3yr9afrl8s-python3.6-pyarrow-0.11.0.drv' failed

@veprbl
Copy link
Member Author

veprbl commented Oct 8, 2018

@GrahamcOfBorg build arrow-cpp python2Packages.pyarrow python3Packages.pyarrow

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: arrow-cpp

Partial log (click to expand)

these derivations will be built:
  /nix/store/z3q71xhy47kxvvicikb8hl69zy61wgvv-arrow-cpp-0.11.0.drv
waiting for locks or build slots...
/nix/store/j58z4w6gsgvqckfxn1fpyv6l855z3qsn-arrow-cpp-0.11.0

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: arrow-cpp, python2Packages.pyarrow, python3Packages.pyarrow

Partial log (click to expand)

Moving generated C++ source _parquet.cpp to build path /build/apache-arrow-0.11.0/python/pyarrow/_parquet.cpp
Moving built C-extension release/_parquet.cpython-36m-x86_64-linux-gnu.so to build path /build/apache-arrow-0.11.0/python/pyarrow/_parquet.cpython-36m-x86_64-linux-gnu.so
release/_orc.cpython-36m-x86_64-linux-gnu.so
Cython module _orc failure permitted
release/_plasma.cpython-36m-x86_64-linux-gnu.so
Cython module _plasma failure permitted
pytestcachePhase
/nix/store/6ipfjsczcgicj56fn3aikgnvw3a33y2m-arrow-cpp-0.11.0
/nix/store/l2s0jqg2bz0x5wjfhs30cg0rgib3dabd-python2.7-pyarrow-0.11.0
/nix/store/3glml1hlkp5x5z6dfr9yhvi1yq3yak8p-python3.6-pyarrow-0.11.0

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: arrow-cpp

Partial log (click to expand)

post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/6ipfjsczcgicj56fn3aikgnvw3a33y2m-arrow-cpp-0.11.0
shrinking /nix/store/6ipfjsczcgicj56fn3aikgnvw3a33y2m-arrow-cpp-0.11.0/lib/libarrow.so.11.0.0
shrinking /nix/store/6ipfjsczcgicj56fn3aikgnvw3a33y2m-arrow-cpp-0.11.0/lib/libparquet.so.11.0.0
shrinking /nix/store/6ipfjsczcgicj56fn3aikgnvw3a33y2m-arrow-cpp-0.11.0/lib/libarrow_python.so.11.0.0
strip is /nix/store/dxf1m7dhc4qb655bdljc1fsd74v1nag3-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/6ipfjsczcgicj56fn3aikgnvw3a33y2m-arrow-cpp-0.11.0/lib
patching script interpreter paths in /nix/store/6ipfjsczcgicj56fn3aikgnvw3a33y2m-arrow-cpp-0.11.0
checking for references to /build in /nix/store/6ipfjsczcgicj56fn3aikgnvw3a33y2m-arrow-cpp-0.11.0...
/nix/store/6ipfjsczcgicj56fn3aikgnvw3a33y2m-arrow-cpp-0.11.0

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: arrow-cpp, python2Packages.pyarrow, python3Packages.pyarrow

Partial log (click to expand)

  /nix/store/3pwdm1xqvyqj2y9hb0rvszj4jqjpdr2f-python3.6-pandas-0.23.4/lib/python3.6/site-packages/pandas/core/internals.py:312: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use `arr[tuple(seq)]` instead of `arr[seq]`. In the future this will be interpreted as an array index, `arr[np.array(seq)]`, which will result either in an error or a different result.
    return self.values[slicer]
  /nix/store/3pwdm1xqvyqj2y9hb0rvszj4jqjpdr2f-python3.6-pandas-0.23.4/lib/python3.6/site-packages/pandas/core/indexes/datetimelike.py:428: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use `arr[tuple(seq)]` instead of `arr[seq]`. In the future this will be interpreted as an array index, `arr[np.array(seq)]`, which will result either in an error or a different result.
    result = getitem(key)

-- Docs: https://docs.pytest.org/en/latest/warnings.html
 5 failed, 16897 passed, 1027 skipped, 11896 deselected, 37 xfailed, 2 xpassed, 10 warnings in 592.52 seconds
builder for '/nix/store/62v3rqb77cqxjrx6r7ln3fl3ii8yz885-python3.6-pandas-0.23.4.drv' failed with exit code 1
cannot build derivation '/nix/store/2nyg4k335k3ml7y8xf6y8fap7fr30r03-python3.6-pyarrow-0.11.0.drv': 1 dependencies couldn't be built
error: build of '/nix/store/2nyg4k335k3ml7y8xf6y8fap7fr30r03-python3.6-pyarrow-0.11.0.drv', '/nix/store/xgvn5v3dq2x05kr3b6nz54dmqd15sy3b-python2.7-pyarrow-0.11.0.drv' failed

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Attempted: arrow-cpp, python2Packages.pyarrow, python3Packages.pyarrow

Partial log (click to expand)

    suites = [self.loadTestsFromName(name, module) for name in names]
  File "/nix/store/rpyns4fjgvdwc2v81xjkyv6d0mz3q6ay-python3-3.6.6/lib/python3.6/unittest/loader.py", line 219, in <listcomp>
    suites = [self.loadTestsFromName(name, module) for name in names]
  File "/nix/store/rpyns4fjgvdwc2v81xjkyv6d0mz3q6ay-python3-3.6.6/lib/python3.6/unittest/loader.py", line 153, in loadTestsFromName
    module = __import__(module_name)
  File "/private/tmp/nix-build-python3.6-pyarrow-0.11.0.drv-0/apache-arrow-0.11.0/python/pyarrow/__init__.py", line 45, in <module>
    import pyarrow.compat as compat
AttributeError: module 'pyarrow' has no attribute 'compat'
builder for '/nix/store/79iravzwimfnrjwc6za5fx8lvgrp6a6i-python3.6-pyarrow-0.11.0.drv' failed with exit code 1
error: build of '/nix/store/3snx2bkxz7igjyvaj8b0i93z51dak1cg-python2.7-pyarrow-0.11.0.drv', '/nix/store/79iravzwimfnrjwc6za5fx8lvgrp6a6i-python3.6-pyarrow-0.11.0.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: arrow-cpp

Partial log (click to expand)

/nix/store/6iadkf4y3kxp0g2n3xy7jii390v0m7vf-arrow-cpp-0.11.0

@veprbl veprbl closed this Oct 8, 2018
@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: arrow-cpp

Partial log (click to expand)

/nix/store/z9wx4ndc0aza98j54k7hxhynwmjs84if-arrow-cpp-0.11.0

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: arrow-cpp

Partial log (click to expand)

post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/p59817193q0shn9mkmwrnayxwx79dchh-arrow-cpp-0.11.0
shrinking /nix/store/p59817193q0shn9mkmwrnayxwx79dchh-arrow-cpp-0.11.0/lib/libparquet.so.11.0.0
shrinking /nix/store/p59817193q0shn9mkmwrnayxwx79dchh-arrow-cpp-0.11.0/lib/libarrow_python.so.11.0.0
shrinking /nix/store/p59817193q0shn9mkmwrnayxwx79dchh-arrow-cpp-0.11.0/lib/libarrow.so.11.0.0
strip is /nix/store/dxf1m7dhc4qb655bdljc1fsd74v1nag3-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/p59817193q0shn9mkmwrnayxwx79dchh-arrow-cpp-0.11.0/lib
patching script interpreter paths in /nix/store/p59817193q0shn9mkmwrnayxwx79dchh-arrow-cpp-0.11.0
checking for references to /build in /nix/store/p59817193q0shn9mkmwrnayxwx79dchh-arrow-cpp-0.11.0...
/nix/store/p59817193q0shn9mkmwrnayxwx79dchh-arrow-cpp-0.11.0

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: arrow-cpp

Partial log (click to expand)

/nix/store/c62ib4lmwkmqjfsg4a16v5qwz6rrxgls-arrow-cpp-0.11.0

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