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

visidata: 1.3.1 -> 1.5 #49919

Merged
merged 1 commit into from Nov 8, 2018
Merged

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Nov 8, 2018

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

meta.description for visidata is: '"Interactive terminal multitool for tabular data"'.

Release on GitHub

Compare changes on GitHub

Checks done (click to expand)
  • built on NixOS
  • /nix/store/s3fkl7m0wlywbqw026diy7iy0a66m0b7-visidata-1.5/bin/.vd-wrapped passed the binary check.
  • /nix/store/s3fkl7m0wlywbqw026diy7iy0a66m0b7-visidata-1.5/bin/vd passed the binary check.
  • 2 of 2 passed binary check by having a zero exit code.
  • 0 of 2 passed binary check by having the new version present in output.
  • found 1.5 with grep in /nix/store/s3fkl7m0wlywbqw026diy7iy0a66m0b7-visidata-1.5
  • directory tree listing: https://gist.github.com/afebeccf26e06738ca993c7631f6d027
  • du listing: https://gist.github.com/e1e231e7606e6f7aa4121cda75d0e51d
Outpath report (click to expand)

Outpath difference report
3 total rebuild paths

1 package rebuilds

1 x86_64-linux rebuilds
1 i686-linux rebuilds
0 x86_64-darwin rebuilds
1 aarch64-linux rebuilds

First ten rebuilds by attrpath
visidata

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/s3fkl7m0wlywbqw026diy7iy0a66m0b7-visidata-1.5 \
  --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 visidata https://github.com/r-ryantm/nixpkgs/archive/5f93093d14e9628bcc3e4e0b7e0d904bf0849c86.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/s3fkl7m0wlywbqw026diy7iy0a66m0b7-visidata-1.5
ls -la /nix/store/s3fkl7m0wlywbqw026diy7iy0a66m0b7-visidata-1.5/bin

cc @7c6f434c for testing.

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/visidata/versions
@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: visidata

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: visidata

Partial log (click to expand)

/build/source
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/s3fkl7m0wlywbqw026diy7iy0a66m0b7-visidata-1.5
gzipping man pages under /nix/store/s3fkl7m0wlywbqw026diy7iy0a66m0b7-visidata-1.5/share/man/
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/s3fkl7m0wlywbqw026diy7iy0a66m0b7-visidata-1.5/lib  /nix/store/s3fkl7m0wlywbqw026diy7iy0a66m0b7-visidata-1.5/bin
patching script interpreter paths in /nix/store/s3fkl7m0wlywbqw026diy7iy0a66m0b7-visidata-1.5
checking for references to /build in /nix/store/s3fkl7m0wlywbqw026diy7iy0a66m0b7-visidata-1.5...
wrapping `/nix/store/s3fkl7m0wlywbqw026diy7iy0a66m0b7-visidata-1.5/bin/vd'...
/nix/store/s3fkl7m0wlywbqw026diy7iy0a66m0b7-visidata-1.5

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: visidata

Partial log (click to expand)

  /nix/store/qfdbglqq4rmjv33y3nhi5qlifgxyg34m-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/qfdbglqq4rmjv33y3nhi5qlifgxyg34m-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 607.13 seconds
builder for '/nix/store/k37vq3id2j6pmwr9dc64gghdk5yidw7x-python3.6-pandas-0.23.4.drv' failed with exit code 1
cannot build derivation '/nix/store/lh6df2yxi0xxg0jx4l0qwgfdqf4d8awj-visidata-1.5.drv': 1 dependencies couldn't be built
error: build of '/nix/store/lh6df2yxi0xxg0jx4l0qwgfdqf4d8awj-visidata-1.5.drv' failed

@r-ryantm r-ryantm deleted the auto-update/visidata branch November 17, 2018 23:12
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