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

cargo-pgrx: 0.11.2 -> 0.12.7 #302630

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Apr 8, 2024

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/pgcentralfoundation/pgrx/releases.

meta.description for cargo-pgrx is: Build Postgres Extensions with Rust

meta.homepage for cargo-pgrx is: https://github.com/pgcentralfoundation/pgrx

meta.changelog for cargo-pgrx is: https://github.com/pgcentralfoundation/pgrx/releases/tag/v0.11.3

Updates performed
  • Rust version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.11.3 with grep in /nix/store/5s79ms9xcp30mzy05r2ab08ib8w2h8ab-cargo-pgrx-0.11.3
  • found 0.11.3 in filename of file in /nix/store/5s79ms9xcp30mzy05r2ab08ib8w2h8ab-cargo-pgrx-0.11.3

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

14 package rebuild(s)

First fifty rebuilds by attrpath
cargo-pgrx
cargo-pgrx_0_11_2
postgresql12JitPackages.pgvecto-rs
postgresql12Packages.pgvecto-rs
postgresql13JitPackages.pgvecto-rs
postgresql13Packages.pgvecto-rs
postgresql14JitPackages.pgvecto-rs
postgresql14Packages.pgvecto-rs
postgresql15JitPackages.pgvecto-rs
postgresql15Packages.pgvecto-rs
postgresql16JitPackages.pgvecto-rs
postgresql16Packages.pgvecto-rs
postgresqlJitPackages.pgvecto-rs
postgresqlPackages.pgvecto-rs
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/5s79ms9xcp30mzy05r2ab08ib8w2h8ab-cargo-pgrx-0.11.3 \
  --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 cargo-pgrx https://github.com/r-ryantm/nixpkgs/archive/8f029f48293b05050042bbc62de69c5480cdaca9.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/8f029f48293b05050042bbc62de69c5480cdaca9#cargo-pgrx

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

ls -la /nix/store/5s79ms9xcp30mzy05r2ab08ib8w2h8ab-cargo-pgrx-0.11.3
ls -la /nix/store/5s79ms9xcp30mzy05r2ab08ib8w2h8ab-cargo-pgrx-0.11.3/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

10 packages failed to build:
  • postgresql12JitPackages.pgvecto-rs
  • postgresql12Packages.pgvecto-rs
  • postgresql13JitPackages.pgvecto-rs
  • postgresql13Packages.pgvecto-rs
  • postgresql14JitPackages.pgvecto-rs
  • postgresql14Packages.pgvecto-rs
  • postgresql15JitPackages.pgvecto-rs
  • postgresql15Packages.pgvecto-rs
  • postgresql16JitPackages.pgvecto-rs
  • postgresql16Packages.pgvecto-rs
1 package built:
  • cargo-pgrx

Maintainer pings

cc @happysalada for testing.

@ofborg ofborg bot requested a review from happysalada April 8, 2024 18:42
@r-ryantm r-ryantm changed the title cargo-pgrx: 0.11.2 -> 0.11.3 cargo-pgrx: 0.11.2 -> 0.11.4 Apr 20, 2024
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/pgcentralfoundation/pgrx/releases.

meta.description for cargo-pgrx is: Build Postgres Extensions with Rust

meta.homepage for cargo-pgrx is: https://github.com/pgcentralfoundation/pgrx

meta.changelog for cargo-pgrx is: https://github.com/pgcentralfoundation/pgrx/releases/tag/v0.11.4

Updates performed
  • Rust version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.11.4 with grep in /nix/store/ms06kn6pbwr8xi104ym11v7iy94mm4qw-cargo-pgrx-0.11.4
  • found 0.11.4 in filename of file in /nix/store/ms06kn6pbwr8xi104ym11v7iy94mm4qw-cargo-pgrx-0.11.4

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

14 package rebuild(s)

First fifty rebuilds by attrpath
cargo-pgrx
cargo-pgrx_0_11_2
postgresql12JitPackages.pgvecto-rs
postgresql12Packages.pgvecto-rs
postgresql13JitPackages.pgvecto-rs
postgresql13Packages.pgvecto-rs
postgresql14JitPackages.pgvecto-rs
postgresql14Packages.pgvecto-rs
postgresql15JitPackages.pgvecto-rs
postgresql15Packages.pgvecto-rs
postgresql16JitPackages.pgvecto-rs
postgresql16Packages.pgvecto-rs
postgresqlJitPackages.pgvecto-rs
postgresqlPackages.pgvecto-rs
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/ms06kn6pbwr8xi104ym11v7iy94mm4qw-cargo-pgrx-0.11.4 \
  --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 cargo-pgrx https://github.com/r-ryantm/nixpkgs/archive/a88c088a55db0e1c9d60d30e63f654f99d7be44c.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/a88c088a55db0e1c9d60d30e63f654f99d7be44c#cargo-pgrx

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

ls -la /nix/store/ms06kn6pbwr8xi104ym11v7iy94mm4qw-cargo-pgrx-0.11.4
ls -la /nix/store/ms06kn6pbwr8xi104ym11v7iy94mm4qw-cargo-pgrx-0.11.4/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

10 packages failed to build:
  • postgresql12JitPackages.pgvecto-rs
  • postgresql12Packages.pgvecto-rs
  • postgresql13JitPackages.pgvecto-rs
  • postgresql13Packages.pgvecto-rs
  • postgresql14JitPackages.pgvecto-rs
  • postgresql14Packages.pgvecto-rs
  • postgresql15JitPackages.pgvecto-rs
  • postgresql15Packages.pgvecto-rs
  • postgresql16JitPackages.pgvecto-rs
  • postgresql16Packages.pgvecto-rs
1 package built:
  • cargo-pgrx

Maintainer pings

cc @happysalada for testing.

@wegank wegank marked this pull request as draft April 27, 2024 00:19
@r-ryantm r-ryantm changed the title cargo-pgrx: 0.11.2 -> 0.11.4 cargo-pgrx: 0.11.2 -> 0.12.1 Aug 23, 2024
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/pgcentralfoundation/pgrx/releases.

meta.description for cargo-pgrx is: Build Postgres Extensions with Rust

meta.homepage for cargo-pgrx is: https://github.com/pgcentralfoundation/pgrx

meta.changelog for cargo-pgrx is: https://github.com/pgcentralfoundation/pgrx/releases/tag/v0.12.1

Updates performed
  • Rust version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.12.1 with grep in /nix/store/zb9zbsfpwyy7x8a64shgi6s3jalxmzna-cargo-pgrx-0.12.1
  • found 0.12.1 in filename of file in /nix/store/zb9zbsfpwyy7x8a64shgi6s3jalxmzna-cargo-pgrx-0.12.1

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

15 package rebuild(s)

First fifty rebuilds by attrpath

cargo-pgrx
cargo-pgrx_0_11_2
postgresql12JitPackages.pgvecto-rs
postgresql12Packages.pgvecto-rs
postgresql13JitPackages.pgvecto-rs
postgresql13Packages.pgvecto-rs
postgresql14JitPackages.pgvecto-rs
postgresql14Packages.pgvecto-rs
postgresql15JitPackages.pgvecto-rs
postgresql15Packages.pgvecto-rs
postgresql16JitPackages.pgvecto-rs
postgresql16Packages.pgvecto-rs
postgresqlJitPackages.pgvecto-rs
postgresqlPackages.pgvecto-rs
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/zb9zbsfpwyy7x8a64shgi6s3jalxmzna-cargo-pgrx-0.12.1 \
  --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 cargo-pgrx https://github.com/r-ryantm/nixpkgs/archive/5885e59fd5395063ed083e7f48017c40240ebff9.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/5885e59fd5395063ed083e7f48017c40240ebff9#cargo-pgrx

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

ls -la /nix/store/zb9zbsfpwyy7x8a64shgi6s3jalxmzna-cargo-pgrx-0.12.1
ls -la /nix/store/zb9zbsfpwyy7x8a64shgi6s3jalxmzna-cargo-pgrx-0.12.1/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 run on x86_64-linux 1

4 packages marked as broken and skipped:
  • postgresql12JitPackages.pgvecto-rs
  • postgresql12Packages.pgvecto-rs
  • postgresql13JitPackages.pgvecto-rs
  • postgresql13Packages.pgvecto-rs
6 packages failed to build:
  • postgresql14JitPackages.pgvecto-rs
  • postgresql14Packages.pgvecto-rs
  • postgresql15JitPackages.pgvecto-rs
  • postgresql15Packages.pgvecto-rs
  • postgresql16JitPackages.pgvecto-rs
  • postgresql16Packages.pgvecto-rs
1 package built:
  • cargo-pgrx

Maintainer pings

cc @happysalada for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@r-ryantm r-ryantm changed the title cargo-pgrx: 0.11.2 -> 0.12.1 cargo-pgrx: 0.11.2 -> 0.12.4 Sep 15, 2024
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/pgcentralfoundation/pgrx/releases.

meta.description for cargo-pgrx is: Build Postgres Extensions with Rust

meta.homepage for cargo-pgrx is: https://github.com/pgcentralfoundation/pgrx

meta.changelog for cargo-pgrx is: https://github.com/pgcentralfoundation/pgrx/releases/tag/v0.12.4

Updates performed
  • Rust version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.12.4 with grep in /nix/store/63wqngz57n2pzjc044l1y0mayk1lc868-cargo-pgrx-0.12.4
  • found 0.12.4 in filename of file in /nix/store/63wqngz57n2pzjc044l1y0mayk1lc868-cargo-pgrx-0.12.4

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

15 package rebuild(s)

First fifty rebuilds by attrpath

cargo-pgrx
cargo-pgrx_0_11_2
postgresql12JitPackages.pgvecto-rs
postgresql12Packages.pgvecto-rs
postgresql13JitPackages.pgvecto-rs
postgresql13Packages.pgvecto-rs
postgresql14JitPackages.pgvecto-rs
postgresql14Packages.pgvecto-rs
postgresql15JitPackages.pgvecto-rs
postgresql15Packages.pgvecto-rs
postgresql16JitPackages.pgvecto-rs
postgresql16Packages.pgvecto-rs
postgresqlJitPackages.pgvecto-rs
postgresqlPackages.pgvecto-rs
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/63wqngz57n2pzjc044l1y0mayk1lc868-cargo-pgrx-0.12.4 \
  --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 cargo-pgrx https://github.com/r-ryantm/nixpkgs/archive/4cdb028674f93c1a9c33f018cc5b73b4beebb058.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/4cdb028674f93c1a9c33f018cc5b73b4beebb058#cargo-pgrx

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

ls -la /nix/store/63wqngz57n2pzjc044l1y0mayk1lc868-cargo-pgrx-0.12.4
ls -la /nix/store/63wqngz57n2pzjc044l1y0mayk1lc868-cargo-pgrx-0.12.4/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 run on x86_64-linux 1

4 packages marked as broken and skipped:
  • postgresql12JitPackages.pgvecto-rs
  • postgresql12Packages.pgvecto-rs
  • postgresql13JitPackages.pgvecto-rs
  • postgresql13Packages.pgvecto-rs
6 packages failed to build:
  • postgresql14JitPackages.pgvecto-rs
  • postgresql14Packages.pgvecto-rs
  • postgresql15JitPackages.pgvecto-rs
  • postgresql15Packages.pgvecto-rs
  • postgresql16JitPackages.pgvecto-rs
  • postgresql16Packages.pgvecto-rs
1 package built:
  • cargo-pgrx

Maintainer pings

cc @happysalada for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@r-ryantm r-ryantm changed the title cargo-pgrx: 0.11.2 -> 0.12.4 cargo-pgrx: 0.11.2 -> 0.12.5 Oct 2, 2024
@r-ryantm
Copy link
Contributor Author

r-ryantm commented Oct 2, 2024

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/pgcentralfoundation/pgrx/releases.

meta.description for cargo-pgrx is: Build Postgres Extensions with Rust

meta.homepage for cargo-pgrx is: https://github.com/pgcentralfoundation/pgrx

meta.changelog for cargo-pgrx is: https://github.com/pgcentralfoundation/pgrx/releases/tag/v0.12.5

Updates performed
  • Rust version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.12.5 with grep in /nix/store/5rh3mwmxx68ijmh6vhzjnkgsq9dmf08w-cargo-pgrx-0.12.5
  • found 0.12.5 in filename of file in /nix/store/5rh3mwmxx68ijmh6vhzjnkgsq9dmf08w-cargo-pgrx-0.12.5

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

3 package rebuild(s)

First fifty rebuilds by attrpath

cargo-pgrx
cargo-pgrx_0_11_2
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/5rh3mwmxx68ijmh6vhzjnkgsq9dmf08w-cargo-pgrx-0.12.5 \
  --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 cargo-pgrx https://github.com/r-ryantm/nixpkgs/archive/0533739858683134cb284ef8450dc4a5d1589225.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/0533739858683134cb284ef8450dc4a5d1589225#cargo-pgrx

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

ls -la /nix/store/5rh3mwmxx68ijmh6vhzjnkgsq9dmf08w-cargo-pgrx-0.12.5
ls -la /nix/store/5rh3mwmxx68ijmh6vhzjnkgsq9dmf08w-cargo-pgrx-0.12.5/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 run on x86_64-linux 1

1 package built:
  • cargo-pgrx

Maintainer pings

cc @happysalada for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@r-ryantm r-ryantm changed the title cargo-pgrx: 0.11.2 -> 0.12.5 cargo-pgrx: 0.11.2 -> 0.12.7 Oct 31, 2024
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/pgcentralfoundation/pgrx/releases.

meta.description for cargo-pgrx is: Build Postgres Extensions with Rust

meta.homepage for cargo-pgrx is: https://github.com/pgcentralfoundation/pgrx

meta.changelog for cargo-pgrx is: https://github.com/pgcentralfoundation/pgrx/releases/tag/v0.12.7

Updates performed
  • Rust version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.12.7 with grep in /nix/store/1m3m0b51v9954a13a6b8w0la4r86a2bl-cargo-pgrx-0.12.7
  • found 0.12.7 in filename of file in /nix/store/1m3m0b51v9954a13a6b8w0la4r86a2bl-cargo-pgrx-0.12.7

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

3 package rebuild(s)

First fifty rebuilds by attrpath

cargo-pgrx
cargo-pgrx_0_11_2
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/1m3m0b51v9954a13a6b8w0la4r86a2bl-cargo-pgrx-0.12.7 \
  --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 cargo-pgrx https://github.com/r-ryantm/nixpkgs/archive/c6a50f281dc71a50262efc5fed96b964f29fd42b.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/c6a50f281dc71a50262efc5fed96b964f29fd42b#cargo-pgrx

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

ls -la /nix/store/1m3m0b51v9954a13a6b8w0la4r86a2bl-cargo-pgrx-0.12.7
ls -la /nix/store/1m3m0b51v9954a13a6b8w0la4r86a2bl-cargo-pgrx-0.12.7/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.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

✅ 1 package built:
  • cargo-pgrx

Maintainer pings

cc @happysalada for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

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.

1 participant