nixpkgs icon indicating copy to clipboard operation
nixpkgs copied to clipboard

goperf: 0-unstable-2023-11-08 -> 0-unstable-2024-05-10

Open r-ryantm opened this issue 1 year ago • 2 comments

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for goperf is: Tools and packages for analyzing Go benchmark results

meta.homepage for goperf is: https://cs.opensource.google/go/x/perf

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0-unstable-2024-04-04 in filename of file in /nix/store/adhlqv6dhhsf5y83j84qf2x60x17iilg-goperf-0-unstable-2024-04-04

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

goperf
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/adhlqv6dhhsf5y83j84qf2x60x17iilg-goperf-0-unstable-2024-04-04 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A goperf https://github.com/r-ryantm/nixpkgs/archive/0e1ced7bd443ab66cc7121115400c2125e31a0e6.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/0e1ced7bd443ab66cc7121115400c2125e31a0e6#goperf

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/adhlqv6dhhsf5y83j84qf2x60x17iilg-goperf-0-unstable-2024-04-04
ls -la /nix/store/adhlqv6dhhsf5y83j84qf2x60x17iilg-goperf-0-unstable-2024-04-04/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to this change.

This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as failed to build independent of the change, simply because they are already broken on the target branch.

Result of nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }' run on x86_64-linux 1

1 package built:
  • goperf

Maintainer pings

cc @pbsds for testing.

r-ryantm avatar May 06 '24 06:05 r-ryantm

Tested working, LGTM. major bump however, blocked til after branch off

pbsds avatar May 06 '24 10:05 pbsds

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for goperf is: Tools and packages for analyzing Go benchmark results

meta.homepage for goperf is: https://cs.opensource.google/go/x/perf

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0-unstable-2024-05-10 in filename of file in /nix/store/h4f326wyxrv7av0zwdvyxjv8dz3dcj8x-goperf-0-unstable-2024-05-10

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

goperf
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/h4f326wyxrv7av0zwdvyxjv8dz3dcj8x-goperf-0-unstable-2024-05-10 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A goperf https://github.com/r-ryantm/nixpkgs/archive/8eea66b3f69ad1cd47c5359271d2833d40f5de65.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/8eea66b3f69ad1cd47c5359271d2833d40f5de65#goperf

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/h4f326wyxrv7av0zwdvyxjv8dz3dcj8x-goperf-0-unstable-2024-05-10
ls -la /nix/store/h4f326wyxrv7av0zwdvyxjv8dz3dcj8x-goperf-0-unstable-2024-05-10/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to this change.

This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as failed to build independent of the change, simply because they are already broken on the target branch.

Result of nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }' run on x86_64-linux 1

1 package built:
  • goperf

Maintainer pings

cc @pbsds for testing.

r-ryantm avatar May 14 '24 04:05 r-ryantm