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

nix-top: init at 0.1.0 -> 0.2.0 #44209

Merged
merged 3 commits into from Jul 30, 2018
Merged

nix-top: init at 0.1.0 -> 0.2.0 #44209

merged 3 commits into from Jul 30, 2018

Conversation

samueldr
Copy link
Member

Motivation for this change

Integrate my tool to nixpkgs.

This tool gives an overview of the activity coming from nix builds.

image

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.

Copy link
Member

@infinisil infinisil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, works well for me :)

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: nix-top

Partial log (click to expand)

no Makefile, doing nothing
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/933vcais4krp63k3fyr5r6qdb90nnjhq-nix-top-0.1.0
strip is /nix/store/zrs21zqcchgyabjf4xfimncdq16njizc-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/933vcais4krp63k3fyr5r6qdb90nnjhq-nix-top-0.1.0/bin
patching script interpreter paths in /nix/store/933vcais4krp63k3fyr5r6qdb90nnjhq-nix-top-0.1.0
/nix/store/933vcais4krp63k3fyr5r6qdb90nnjhq-nix-top-0.1.0/bin/.nix-top-wrapped: interpreter directive changed from "/usr/bin/env ruby" to "/nix/store/qzixvnzdq18g3jmc9yb1jk25bc9z8q91-ruby-2.4.4/bin/ruby"
checking for references to /build in /nix/store/933vcais4krp63k3fyr5r6qdb90nnjhq-nix-top-0.1.0...
/nix/store/933vcais4krp63k3fyr5r6qdb90nnjhq-nix-top-0.1.0

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: nix-top

Partial log (click to expand)

no Makefile, doing nothing
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/z5wkm2ssfm20jpkix764km8d4wv1ql7z-nix-top-0.1.0
strip is /nix/store/1hi76hr87bd1y1q1qjk0lv8nmcjip1c8-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/z5wkm2ssfm20jpkix764km8d4wv1ql7z-nix-top-0.1.0/bin
patching script interpreter paths in /nix/store/z5wkm2ssfm20jpkix764km8d4wv1ql7z-nix-top-0.1.0
/nix/store/z5wkm2ssfm20jpkix764km8d4wv1ql7z-nix-top-0.1.0/bin/.nix-top-wrapped: interpreter directive changed from "/usr/bin/env ruby" to "/nix/store/syr8k8mhzi90nmqbz8jsnv0izihrfy6l-ruby-2.4.4/bin/ruby"
checking for references to /build in /nix/store/z5wkm2ssfm20jpkix764km8d4wv1ql7z-nix-top-0.1.0...
/nix/store/z5wkm2ssfm20jpkix764km8d4wv1ql7z-nix-top-0.1.0

@samueldr samueldr closed this Jul 30, 2018
@samueldr samueldr deleted the feature/nix-top branch July 30, 2018 02:04
@samueldr samueldr restored the feature/nix-top branch July 30, 2018 02:05
@samueldr samueldr changed the title nix-top: init at 0.1.0 nix-top: init at 0.1.0 -> 0.2.0 Jul 30, 2018
@samueldr samueldr reopened this Jul 30, 2018
@samueldr
Copy link
Member Author

@GrahamcOfBorg build nix-top

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: nix-top

Partial log (click to expand)

no Makefile, doing nothing
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/8qsansdij1g2ravg2mwz8h1r7a91gqxh-nix-top-0.2.0
strip is /nix/store/1hi76hr87bd1y1q1qjk0lv8nmcjip1c8-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/8qsansdij1g2ravg2mwz8h1r7a91gqxh-nix-top-0.2.0/libexec  /nix/store/8qsansdij1g2ravg2mwz8h1r7a91gqxh-nix-top-0.2.0/bin
patching script interpreter paths in /nix/store/8qsansdij1g2ravg2mwz8h1r7a91gqxh-nix-top-0.2.0
/nix/store/8qsansdij1g2ravg2mwz8h1r7a91gqxh-nix-top-0.2.0/bin/.nix-top-wrapped: interpreter directive changed from "/usr/bin/env ruby" to "/nix/store/syr8k8mhzi90nmqbz8jsnv0izihrfy6l-ruby-2.4.4/bin/ruby"
checking for references to /build in /nix/store/8qsansdij1g2ravg2mwz8h1r7a91gqxh-nix-top-0.2.0...
/nix/store/8qsansdij1g2ravg2mwz8h1r7a91gqxh-nix-top-0.2.0

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: nix-top

Partial log (click to expand)

no Makefile, doing nothing
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/928d1h01207y361ba3fx3sjsvhj6r9vz-nix-top-0.2.0
strip is /nix/store/zrs21zqcchgyabjf4xfimncdq16njizc-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/928d1h01207y361ba3fx3sjsvhj6r9vz-nix-top-0.2.0/libexec  /nix/store/928d1h01207y361ba3fx3sjsvhj6r9vz-nix-top-0.2.0/bin
patching script interpreter paths in /nix/store/928d1h01207y361ba3fx3sjsvhj6r9vz-nix-top-0.2.0
/nix/store/928d1h01207y361ba3fx3sjsvhj6r9vz-nix-top-0.2.0/bin/.nix-top-wrapped: interpreter directive changed from "/usr/bin/env ruby" to "/nix/store/qzixvnzdq18g3jmc9yb1jk25bc9z8q91-ruby-2.4.4/bin/ruby"
checking for references to /build in /nix/store/928d1h01207y361ba3fx3sjsvhj6r9vz-nix-top-0.2.0...
/nix/store/928d1h01207y361ba3fx3sjsvhj6r9vz-nix-top-0.2.0

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: nix-top

Partial log (click to expand)

/nix/store/z5wkm2ssfm20jpkix764km8d4wv1ql7z-nix-top-0.1.0

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: nix-top

Partial log (click to expand)

/nix/store/933vcais4krp63k3fyr5r6qdb90nnjhq-nix-top-0.1.0

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: nix-top

Partial log (click to expand)

no Makefile, doing nothing
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/8qsansdij1g2ravg2mwz8h1r7a91gqxh-nix-top-0.2.0
strip is /nix/store/1hi76hr87bd1y1q1qjk0lv8nmcjip1c8-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/8qsansdij1g2ravg2mwz8h1r7a91gqxh-nix-top-0.2.0/libexec  /nix/store/8qsansdij1g2ravg2mwz8h1r7a91gqxh-nix-top-0.2.0/bin
patching script interpreter paths in /nix/store/8qsansdij1g2ravg2mwz8h1r7a91gqxh-nix-top-0.2.0
/nix/store/8qsansdij1g2ravg2mwz8h1r7a91gqxh-nix-top-0.2.0/bin/.nix-top-wrapped: interpreter directive changed from "/usr/bin/env ruby" to "/nix/store/syr8k8mhzi90nmqbz8jsnv0izihrfy6l-ruby-2.4.4/bin/ruby"
checking for references to /build in /nix/store/8qsansdij1g2ravg2mwz8h1r7a91gqxh-nix-top-0.2.0...
/nix/store/8qsansdij1g2ravg2mwz8h1r7a91gqxh-nix-top-0.2.0

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: nix-top

Partial log (click to expand)

/nix/store/928d1h01207y361ba3fx3sjsvhj6r9vz-nix-top-0.2.0

@dtzWill
Copy link
Member

dtzWill commented Jul 30, 2018

Whoa! Can't wait to try it!! (not at a computer right now)

@Mic92 Mic92 merged commit a42311a into NixOS:master Jul 30, 2018
@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: nix-top

Partial log (click to expand)

no Makefile, doing nothing
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/g8pm9y95rflh6gs8wgvbcm06y75fkzhq-nix-top-0.2.0
strip is /nix/store/zrs21zqcchgyabjf4xfimncdq16njizc-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/g8pm9y95rflh6gs8wgvbcm06y75fkzhq-nix-top-0.2.0/libexec  /nix/store/g8pm9y95rflh6gs8wgvbcm06y75fkzhq-nix-top-0.2.0/bin
patching script interpreter paths in /nix/store/g8pm9y95rflh6gs8wgvbcm06y75fkzhq-nix-top-0.2.0
/nix/store/g8pm9y95rflh6gs8wgvbcm06y75fkzhq-nix-top-0.2.0/bin/.nix-top-wrapped: interpreter directive changed from "/usr/bin/env ruby" to "/nix/store/qzixvnzdq18g3jmc9yb1jk25bc9z8q91-ruby-2.4.4/bin/ruby"
checking for references to /build in /nix/store/g8pm9y95rflh6gs8wgvbcm06y75fkzhq-nix-top-0.2.0...
/nix/store/g8pm9y95rflh6gs8wgvbcm06y75fkzhq-nix-top-0.2.0

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: nix-top

Partial log (click to expand)

no Makefile, doing nothing
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/bh9hjljwlj918hmndkyanh2psnirziks-nix-top-0.2.0
strip is /nix/store/1hi76hr87bd1y1q1qjk0lv8nmcjip1c8-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/bh9hjljwlj918hmndkyanh2psnirziks-nix-top-0.2.0/libexec  /nix/store/bh9hjljwlj918hmndkyanh2psnirziks-nix-top-0.2.0/bin
patching script interpreter paths in /nix/store/bh9hjljwlj918hmndkyanh2psnirziks-nix-top-0.2.0
/nix/store/bh9hjljwlj918hmndkyanh2psnirziks-nix-top-0.2.0/bin/.nix-top-wrapped: interpreter directive changed from "/usr/bin/env ruby" to "/nix/store/syr8k8mhzi90nmqbz8jsnv0izihrfy6l-ruby-2.4.4/bin/ruby"
checking for references to /build in /nix/store/bh9hjljwlj918hmndkyanh2psnirziks-nix-top-0.2.0...
/nix/store/bh9hjljwlj918hmndkyanh2psnirziks-nix-top-0.2.0

@samueldr samueldr deleted the feature/nix-top branch July 30, 2018 12:36
@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: nix-top

Partial log (click to expand)

  /nix/store/l2d9lhz3igawqhyq3qv4q0vvcqqx73ja-nix-top-0.2.0
  /nix/store/xv75w4w656vnlsiigc85icpsd92f34sb-bsd-getent-netbsd-7.1.2
copying path '/nix/store/2bssik1fb2y0axjxq5dw62x3ry9s2g6a-libunwind-osx-10.11.6' from 'https://cache.nixos.org'...
copying path '/nix/store/xv75w4w656vnlsiigc85icpsd92f34sb-bsd-getent-netbsd-7.1.2' from 'https://cache.nixos.org'...
copying path '/nix/store/1qqrlsriysln8nzwksbxn2fhvh7pxj08-libffi-3.2.1-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/0fqx3wa6bk0ihmdixc716f1kd74warna-libyaml-0.1.7' from 'https://cache.nixos.org'...
copying path '/nix/store/adbmphq2dcr0i2i9id28xad8r1p7vnay-getent-1003.1-2008' from 'https://cache.nixos.org'...
copying path '/nix/store/kgpda4f3mff0m5n5a6c417zxvizd7l1p-ruby-2.4.4' from 'https://cache.nixos.org'...
copying path '/nix/store/l2d9lhz3igawqhyq3qv4q0vvcqqx73ja-nix-top-0.2.0' from 'https://cache.nixos.org'...
/nix/store/l2d9lhz3igawqhyq3qv4q0vvcqqx73ja-nix-top-0.2.0

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: nix-top

Partial log (click to expand)

/nix/store/l2d9lhz3igawqhyq3qv4q0vvcqqx73ja-nix-top-0.2.0

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: nix-top

Partial log (click to expand)

/nix/store/l2d9lhz3igawqhyq3qv4q0vvcqqx73ja-nix-top-0.2.0

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: nix-top

Partial log (click to expand)

/nix/store/l2d9lhz3igawqhyq3qv4q0vvcqqx73ja-nix-top-0.2.0

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: nix-top

Partial log (click to expand)

/nix/store/l2d9lhz3igawqhyq3qv4q0vvcqqx73ja-nix-top-0.2.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

5 participants