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

oprofile: 1.2.0 -> 1.3.0 #44733

Merged
merged 1 commit into from Aug 8, 2018
Merged

oprofile: 1.2.0 -> 1.3.0 #44733

merged 1 commit into from Aug 8, 2018

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Aug 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/oprofile/versions.

meta.description for oprofile is: '"System-wide profiler for Linux"'.

Checks done (click to expand)
  • built on NixOS
  • /nix/store/rcc1qxr0yx40xzxg0r9zn709ajam0sff-oprofile-1.3.0/bin/opimport passed the binary check.
  • /nix/store/rcc1qxr0yx40xzxg0r9zn709ajam0sff-oprofile-1.3.0/bin/ophelp passed the binary check.
  • /nix/store/rcc1qxr0yx40xzxg0r9zn709ajam0sff-oprofile-1.3.0/bin/op-check-perfevents passed the binary check.
  • Warning: no invocation of /nix/store/rcc1qxr0yx40xzxg0r9zn709ajam0sff-oprofile-1.3.0/bin/opjitconv had a zero exit code or showed the expected version
  • /nix/store/rcc1qxr0yx40xzxg0r9zn709ajam0sff-oprofile-1.3.0/bin/opreport passed the binary check.
  • /nix/store/rcc1qxr0yx40xzxg0r9zn709ajam0sff-oprofile-1.3.0/bin/opannotate passed the binary check.
  • /nix/store/rcc1qxr0yx40xzxg0r9zn709ajam0sff-oprofile-1.3.0/bin/opgprof passed the binary check.
  • /nix/store/rcc1qxr0yx40xzxg0r9zn709ajam0sff-oprofile-1.3.0/bin/oparchive passed the binary check.
  • /nix/store/rcc1qxr0yx40xzxg0r9zn709ajam0sff-oprofile-1.3.0/bin/operf passed the binary check.
  • /nix/store/rcc1qxr0yx40xzxg0r9zn709ajam0sff-oprofile-1.3.0/bin/ocount passed the binary check.
  • 9 of 10 passed binary check by having a zero exit code.
  • 0 of 10 passed binary check by having the new version present in output.
  • found 1.3.0 with grep in /nix/store/rcc1qxr0yx40xzxg0r9zn709ajam0sff-oprofile-1.3.0
  • directory tree listing: https://gist.github.com/ff1586d874808a4814f4f8696d154c1d
  • du listing: https://gist.github.com/18de393e8c57f2b8849ac9466040d7a4
Test this build with Cachix (click to expand)

One time setup in nixpkgs Git checkout:

cachix use r-ryantm
git remote add r-ryantm https://github.com/r-ryantm/nixpkgs.git

Test this build:

git fetch r-ryantm && git checkout 627f610ee31054422a1fd16acded938a12589924 && nix-shell --pure -I nixpkgs=. -p oprofile

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

LnL7 commented Aug 8, 2018

@GrahamcOfBorg eval

@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: oprofile

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

No attempt on x86_64-linux (full log)

The following builds were skipped because they don't evaluate on x86_64-linux: oprofile

Partial log (click to expand)

Cannot nix-instantiate `oprofile' because:
GC Warning: Failed to expand heap by 10737418240 bytes
Can't start up: not enough memory

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: oprofile

Partial log (click to expand)

acquiring/releasing lock: Resource deadlock avoided
copying path '/nix/store/zklcj51146l40w24chclmzp5z9gpqmf6-openssl-1.0.2o-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/fg2b72lzchlwjjh4nj8c9apakcrmp55q-openssl-1.0.2o-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/iypadsikcd2bxmgyg402cr4mybdkk8cc-curl-7.61.0-dev' from 'https://cache.nixos.org'...
cannot build derivation '/nix/store/dqkm2ybnrvm55pcjq80x37735ac27g3k-oprofile-1.3.0.tar.gz.drv': 1 dependencies couldn't be built
copying path '/nix/store/lg1xj4w90yfaj696f15kanlfgd6ks9v2-binutils-wrapper-2.30' from 'https://cache.nixos.org'...
copying path '/nix/store/fsskx0fm0ycmvp1wl2lhq4hghykkhi0q-gcc-wrapper-7.3.0' from 'https://cache.nixos.org'...
copying path '/nix/store/l894k7y266rxizaycig6mww3lrgas4r7-stdenv-linux' from 'https://cache.nixos.org'...
cannot build derivation '/nix/store/a50j8hjhp4l4h8bf944f9a72mqmivzjz-oprofile-1.3.0.drv': 1 dependencies couldn't be built
error: build of '/nix/store/a50j8hjhp4l4h8bf944f9a72mqmivzjz-oprofile-1.3.0.drv' failed

@xeji
Copy link
Contributor

xeji commented Aug 8, 2018

@GrahamcOfBorg build oprofile

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: oprofile

Partial log (click to expand)

shrinking /nix/store/rcc1qxr0yx40xzxg0r9zn709ajam0sff-oprofile-1.3.0/bin/opannotate
shrinking /nix/store/rcc1qxr0yx40xzxg0r9zn709ajam0sff-oprofile-1.3.0/bin/ophelp
shrinking /nix/store/rcc1qxr0yx40xzxg0r9zn709ajam0sff-oprofile-1.3.0/bin/oparchive
shrinking /nix/store/rcc1qxr0yx40xzxg0r9zn709ajam0sff-oprofile-1.3.0/bin/ocount
shrinking /nix/store/rcc1qxr0yx40xzxg0r9zn709ajam0sff-oprofile-1.3.0/bin/opreport
gzipping man pages under /nix/store/rcc1qxr0yx40xzxg0r9zn709ajam0sff-oprofile-1.3.0/share/man/
strip is /nix/store/1hi76hr87bd1y1q1qjk0lv8nmcjip1c8-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/rcc1qxr0yx40xzxg0r9zn709ajam0sff-oprofile-1.3.0/lib  /nix/store/rcc1qxr0yx40xzxg0r9zn709ajam0sff-oprofile-1.3.0/bin
patching script interpreter paths in /nix/store/rcc1qxr0yx40xzxg0r9zn709ajam0sff-oprofile-1.3.0
checking for references to /build in /nix/store/rcc1qxr0yx40xzxg0r9zn709ajam0sff-oprofile-1.3.0...

@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: oprofile

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 aarch64-linux (full log)

Attempted: oprofile

Partial log (click to expand)

shrinking /nix/store/mv8ggv90bhmq7c0rim42gfgwjvyf4k88-oprofile-1.3.0/bin/opjitconv
shrinking /nix/store/mv8ggv90bhmq7c0rim42gfgwjvyf4k88-oprofile-1.3.0/bin/op-check-perfevents
shrinking /nix/store/mv8ggv90bhmq7c0rim42gfgwjvyf4k88-oprofile-1.3.0/bin/ophelp
shrinking /nix/store/mv8ggv90bhmq7c0rim42gfgwjvyf4k88-oprofile-1.3.0/bin/opimport
gzipping man pages under /nix/store/mv8ggv90bhmq7c0rim42gfgwjvyf4k88-oprofile-1.3.0/share/man/
strip is /nix/store/zrs21zqcchgyabjf4xfimncdq16njizc-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/mv8ggv90bhmq7c0rim42gfgwjvyf4k88-oprofile-1.3.0/lib  /nix/store/mv8ggv90bhmq7c0rim42gfgwjvyf4k88-oprofile-1.3.0/bin
patching script interpreter paths in /nix/store/mv8ggv90bhmq7c0rim42gfgwjvyf4k88-oprofile-1.3.0
checking for references to /build in /nix/store/mv8ggv90bhmq7c0rim42gfgwjvyf4k88-oprofile-1.3.0...
/nix/store/mv8ggv90bhmq7c0rim42gfgwjvyf4k88-oprofile-1.3.0

@xeji xeji merged commit 7bacb29 into NixOS:master Aug 8, 2018
@r-ryantm r-ryantm deleted the auto-update/oprofile branch August 9, 2018 16:54
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

4 participants