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

python27Packages.carbon: 1.1.4 -> 1.1.5 #53248

Closed
wants to merge 1 commit into from

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Jan 2, 2019

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

meta.description for python27Packages.carbon is: '"Backend data caching and persistence daemon for Graphite"'.

Checks done (click to expand)
  • built on NixOS
  • Warning: no invocation of /nix/store/xx7h44c8agl23s80wg6wblbg6k4nph9h-python2.7-carbon-1.1.5/bin/.carbon-aggregator-cache.py-wrapped had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/xx7h44c8agl23s80wg6wblbg6k4nph9h-python2.7-carbon-1.1.5/bin/carbon-aggregator-cache.py had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/xx7h44c8agl23s80wg6wblbg6k4nph9h-python2.7-carbon-1.1.5/bin/.carbon-aggregator.py-wrapped had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/xx7h44c8agl23s80wg6wblbg6k4nph9h-python2.7-carbon-1.1.5/bin/carbon-aggregator.py had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/xx7h44c8agl23s80wg6wblbg6k4nph9h-python2.7-carbon-1.1.5/bin/.carbon-cache.py-wrapped had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/xx7h44c8agl23s80wg6wblbg6k4nph9h-python2.7-carbon-1.1.5/bin/carbon-cache.py had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/xx7h44c8agl23s80wg6wblbg6k4nph9h-python2.7-carbon-1.1.5/bin/.carbon-client.py-wrapped had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/xx7h44c8agl23s80wg6wblbg6k4nph9h-python2.7-carbon-1.1.5/bin/carbon-client.py had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/xx7h44c8agl23s80wg6wblbg6k4nph9h-python2.7-carbon-1.1.5/bin/.carbon-relay.py-wrapped had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/xx7h44c8agl23s80wg6wblbg6k4nph9h-python2.7-carbon-1.1.5/bin/carbon-relay.py had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/xx7h44c8agl23s80wg6wblbg6k4nph9h-python2.7-carbon-1.1.5/bin/.validate-storage-schemas.py-wrapped had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/xx7h44c8agl23s80wg6wblbg6k4nph9h-python2.7-carbon-1.1.5/bin/validate-storage-schemas.py had a zero exit code or showed the expected version
  • 0 of 12 passed binary check by having a zero exit code.
  • 0 of 12 passed binary check by having the new version present in output.
  • found 1.1.5 with grep in /nix/store/xx7h44c8agl23s80wg6wblbg6k4nph9h-python2.7-carbon-1.1.5
  • directory tree listing: https://gist.github.com/1f48ebdf5f2265cd4f604ad639c5e6e1
  • du listing: https://gist.github.com/e3930525deb8d15ba7ee591de7a0062b
Rebuild report (if merged into master) (click to expand)

4 total rebuild path(s)

1 package rebuild(s)

1 x86_64-linux rebuild(s)
1 i686-linux rebuild(s)
1 x86_64-darwin rebuild(s)
1 aarch64-linux rebuild(s)

First fifty rebuilds by attrpath
python27Packages.carbon

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/xx7h44c8agl23s80wg6wblbg6k4nph9h-python2.7-carbon-1.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 python27Packages.carbon https://github.com/r-ryantm/nixpkgs/archive/e0a0061c89c622465272583470e2265bc883197d.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/xx7h44c8agl23s80wg6wblbg6k4nph9h-python2.7-carbon-1.1.5
ls -la /nix/store/xx7h44c8agl23s80wg6wblbg6k4nph9h-python2.7-carbon-1.1.5/bin

cc @rickynils @offlinehacker @basvandijk 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/python2.7-carbon/versions
@worldofpeace
Copy link
Contributor

This has python3 support and executing anything in $out/bin results in

Traceback (most recent call last):
  File "/nix/store/xx7h44c8agl23s80wg6wblbg6k4nph9h-python2.7-carbon-1.1.5/bin/.carbon-cache.py-wrapped", line 29, in <module>
    from carbon.util import run_twistd_plugin  # noqa
ImportError: No module named carbon.util

@xeji
Copy link
Contributor

xeji commented Mar 15, 2019

obsolete, 1.1.5 is in master now.

@xeji xeji closed this Mar 15, 2019
@r-ryantm r-ryantm deleted the auto-update/python2.7-carbon branch March 15, 2019 16:46
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

5 participants