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-dist: 0.11.1 -> 0.13.1 #294537

Merged
merged 1 commit into from
Apr 14, 2024

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Mar 9, 2024

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

meta.description for cargo-dist is: A tool for building final distributable artifacts and uploading them to an archive

meta.homepage for cargo-dist is: https://github.com/axodotdev/cargo-dist

meta.changelog for cargo-dist is: https://github.com/axodotdev/cargo-dist/blob/v0.12.0-prerelease.1/CHANGELOG.md

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.12.0-prerelease.1 with grep in /nix/store/7vk6bkyv7p86c0m953vbl92g4g7dgr64-cargo-dist-0.12.0-prerelease.1
  • found 0.12.0-prerelease.1 in filename of file in /nix/store/7vk6bkyv7p86c0m953vbl92g4g7dgr64-cargo-dist-0.12.0-prerelease.1

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

1 package rebuild(s)

First fifty rebuilds by attrpath
cargo-dist
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/7vk6bkyv7p86c0m953vbl92g4g7dgr64-cargo-dist-0.12.0-prerelease.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-dist https://github.com/r-ryantm/nixpkgs/archive/b4324bc7421299bc3e1e3813c6efce95a9c075eb.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/b4324bc7421299bc3e1e3813c6efce95a9c075eb#cargo-dist

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

ls -la /nix/store/7vk6bkyv7p86c0m953vbl92g4g7dgr64-cargo-dist-0.12.0-prerelease.1
ls -la /nix/store/7vk6bkyv7p86c0m953vbl92g4g7dgr64-cargo-dist-0.12.0-prerelease.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 --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }' run on x86_64-linux 1

1 package built:
  • cargo-dist

Maintainer pings

cc @figsoda @matthiasbeyer @mistydemeo for testing.

Copy link
Contributor

@matthiasbeyer matthiasbeyer left a comment

Choose a reason for hiding this comment

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

I think we do not package prereleases, so I am blocking this with this comment.

@wegank wegank marked this pull request as draft March 9, 2024 20:00
@mistydemeo
Copy link
Contributor

Right, I think we had a conversation on the last PR of how to prevent it from picking up prereleases, but we didn't end up finding a solution.

@r-ryantm r-ryantm changed the title cargo-dist: 0.11.1 -> 0.12.0-prerelease.1 cargo-dist: 0.11.1 -> 0.12.0-prerelease.4 Mar 14, 2024
@r-ryantm
Copy link
Contributor Author

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

meta.description for cargo-dist is: A tool for building final distributable artifacts and uploading them to an archive

meta.homepage for cargo-dist is: https://github.com/axodotdev/cargo-dist

meta.changelog for cargo-dist is: https://github.com/axodotdev/cargo-dist/blob/v0.12.0-prerelease.4/CHANGELOG.md

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.12.0-prerelease.4 with grep in /nix/store/iqk7w167pim9iww211kmdx4riz2x17ks-cargo-dist-0.12.0-prerelease.4
  • found 0.12.0-prerelease.4 in filename of file in /nix/store/iqk7w167pim9iww211kmdx4riz2x17ks-cargo-dist-0.12.0-prerelease.4

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

1 package rebuild(s)

First fifty rebuilds by attrpath
cargo-dist
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/iqk7w167pim9iww211kmdx4riz2x17ks-cargo-dist-0.12.0-prerelease.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-dist https://github.com/r-ryantm/nixpkgs/archive/adb60a34e7a7463533d33ed323479747126ca844.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/adb60a34e7a7463533d33ed323479747126ca844#cargo-dist

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

ls -la /nix/store/iqk7w167pim9iww211kmdx4riz2x17ks-cargo-dist-0.12.0-prerelease.4
ls -la /nix/store/iqk7w167pim9iww211kmdx4riz2x17ks-cargo-dist-0.12.0-prerelease.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

1 package built:
  • cargo-dist

Maintainer pings

cc @figsoda @matthiasbeyer @mistydemeo for testing.

@ofborg ofborg bot requested a review from matthiasbeyer March 14, 2024 03:46
@r-ryantm r-ryantm changed the title cargo-dist: 0.11.1 -> 0.12.0-prerelease.4 cargo-dist: 0.11.1 -> 0.13.0-prerelease.3 Apr 2, 2024
@r-ryantm
Copy link
Contributor Author

r-ryantm commented Apr 2, 2024

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

meta.description for cargo-dist is: A tool for building final distributable artifacts and uploading them to an archive

meta.homepage for cargo-dist is: https://github.com/axodotdev/cargo-dist

meta.changelog for cargo-dist is: https://github.com/axodotdev/cargo-dist/blob/v0.13.0-prerelease.3/CHANGELOG.md

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.13.0-prerelease.3 with grep in /nix/store/ran3vg6vybbawg8albzycsrfmikw6ij9-cargo-dist-0.13.0-prerelease.3
  • found 0.13.0-prerelease.3 in filename of file in /nix/store/ran3vg6vybbawg8albzycsrfmikw6ij9-cargo-dist-0.13.0-prerelease.3

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

1 package rebuild(s)

First fifty rebuilds by attrpath
cargo-dist
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/ran3vg6vybbawg8albzycsrfmikw6ij9-cargo-dist-0.13.0-prerelease.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-dist https://github.com/r-ryantm/nixpkgs/archive/9bc0b47e510992f6d4695e3ec5c385ad511cbb0d.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/9bc0b47e510992f6d4695e3ec5c385ad511cbb0d#cargo-dist

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

ls -la /nix/store/ran3vg6vybbawg8albzycsrfmikw6ij9-cargo-dist-0.13.0-prerelease.3
ls -la /nix/store/ran3vg6vybbawg8albzycsrfmikw6ij9-cargo-dist-0.13.0-prerelease.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

1 package built:
  • cargo-dist

Maintainer pings

cc @figsoda @matthiasbeyer @mistydemeo for testing.

@r-ryantm r-ryantm changed the title cargo-dist: 0.11.1 -> 0.13.0-prerelease.3 cargo-dist: 0.11.1 -> 0.13.1 Apr 13, 2024
@r-ryantm
Copy link
Contributor Author

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

meta.description for cargo-dist is: A tool for building final distributable artifacts and uploading them to an archive

meta.homepage for cargo-dist is: https://github.com/axodotdev/cargo-dist

meta.changelog for cargo-dist is: https://github.com/axodotdev/cargo-dist/blob/v0.13.1/CHANGELOG.md

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.13.1 with grep in /nix/store/1qfy67fbm3lnlyrclg0vpn5rjsdymqkb-cargo-dist-0.13.1
  • found 0.13.1 in filename of file in /nix/store/1qfy67fbm3lnlyrclg0vpn5rjsdymqkb-cargo-dist-0.13.1

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

1 package rebuild(s)

First fifty rebuilds by attrpath
cargo-dist
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/1qfy67fbm3lnlyrclg0vpn5rjsdymqkb-cargo-dist-0.13.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-dist https://github.com/r-ryantm/nixpkgs/archive/ec7438fdc338d0c2da275f4e99caa4ebef4136ca.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/ec7438fdc338d0c2da275f4e99caa4ebef4136ca#cargo-dist

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

ls -la /nix/store/1qfy67fbm3lnlyrclg0vpn5rjsdymqkb-cargo-dist-0.13.1
ls -la /nix/store/1qfy67fbm3lnlyrclg0vpn5rjsdymqkb-cargo-dist-0.13.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 --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }' run on x86_64-linux 1

1 package built:
  • cargo-dist

Maintainer pings

cc @figsoda @matthiasbeyer @mistydemeo for testing.

@matthiasbeyer matthiasbeyer marked this pull request as ready for review April 14, 2024 05:56
@matthiasbeyer
Copy link
Contributor

Result of nixpkgs-review pr 294537 run on x86_64-linux 1

1 package built:
  • cargo-dist

@matthiasbeyer matthiasbeyer merged commit 9bf30c9 into NixOS:master Apr 14, 2024
27 checks passed
Copy link
Contributor

Backport failed for release-23.11, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release-23.11
git worktree add -d .worktree/backport-294537-to-release-23.11 origin/release-23.11
cd .worktree/backport-294537-to-release-23.11
git switch --create backport-294537-to-release-23.11
git cherry-pick -x ec7438fdc338d0c2da275f4e99caa4ebef4136ca

@matthiasbeyer
Copy link
Contributor

Backport patch(es) pushed to #298312

@r-ryantm r-ryantm deleted the auto-update/cargo-dist branch April 14, 2024 12:17
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.

3 participants