Uh oh!
There was an error while loading. Please reload this page.
Bump nix from 0.14.1 to 0.25.0 - #47
Conversation
matthiasbeyer
commented
Sep 11, 2022
bors merge |
58f3f4f to
b700d8aCompareCanceled. |
matthiasbeyer
commented
Sep 11, 2022
@dependabot rebase |
Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
matthiasbeyer
commented
Sep 15, 2022
@dependabot recreate I am not sure why dependabot was under the impression that we have the latest version on master. |
Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use |
matthiasbeyer
commented
Sep 15, 2022
@dependabot reopen |
matthiasbeyer
commented
Sep 15, 2022
@dependabot rebase |
b700d8a to
e20569fComparematthiasbeyer
commented
Sep 15, 2022
Requested review because I introduce |
petreeftime
commented
Sep 15, 2022
The fork is OK, but please leave a reason why as a comment. I had one in my PR. |
b69a042 to
65c975eComparematthiasbeyer
commented
Sep 15, 2022
Not sure where the CI fail comes from now... |
petreeftime
commented
Sep 25, 2022
I've ran the tests in a loop 1000 times and this error never showed up for me. I've reviewed the code involved and I couldn't find anything obvious either. I think it would be ok to merge this commit. |
petreeftime
commented
Sep 25, 2022
I've opened #70 to track the issue that showed up in testing. |
matthiasbeyer
commented
Sep 25, 2022
Okay, it seems that we have an issue now for the possibly sporadic test failure. Let me bors try and I think I won't self-merge this, so I'd rather bors delegate=petreeftime |
✌️ petreeftime can now approve this pull request. To approve and merge a pull request, simply reply with |
petreeftime
commented
Oct 8, 2022
bors try |
tryBuild succeeded: |
matthiasbeyer
commented
Oct 8, 2022
bors merge |
47: Bump nix from 0.14.1 to 0.25.0 r=matthiasbeyer a=dependabot[bot] Bumps [nix](https://github.com/nix-rust/nix) from 0.14.1 to 0.25.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nix-rust/nix/blob/master/CHANGELOG.md">nix's changelog</a>.</em></p> <blockquote> <h2>[0.25.0] - 2022-08-13</h2> <h3>Added</h3> <ul> <li>Added <code>faccessat</code> (<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1780">#1780</a>)</li> <li>Added <code>memfd</code> on Android. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1773">1773</a>)</li> <li>Added <code>ETH_P_ALL</code> to <code>SockProtocol</code> enum (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1768">1768</a>)</li> <li>Added four non-standard Linux <code>SysconfVar</code> variants (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1761">1761</a>)</li> <li>Added const constructors for <code>TimeSpec</code> and <code>TimeVal</code> (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1760">1760</a>)</li> <li>Added <code>chflags</code>. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1758">1758</a>)</li> <li>Added <code>aio_writev</code> and <code>aio_readv</code>. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1713">1713</a>)</li> <li>impl <code>From<uid_t></code> for <code>Uid</code> and <code>From<gid_t></code> for <code>Gid</code> (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1727">1727</a>)</li> <li>impl <code>From<SockaddrIn></code> for <code>std::net::SocketAddrV4</code> and impl <code>From<SockaddrIn6></code> for <code>std::net::SocketAddrV6</code>. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1711">1711</a>)</li> <li>Added support for the <code>x86_64-unknown-haiku</code> target. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1703">1703</a>)</li> <li>Added <code>ptrace::read_user</code> and <code>ptrace::write_user</code> for Linux. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1697">1697</a>)</li> <li>Added <code>getrusage</code> and helper types <code>UsageWho</code> and <code>Usage</code> (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1747">1747</a>)</li> <li>Added the <code>DontRoute</code> SockOpt (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1752">1752</a>)</li> <li>Added <code>signal::SigSet::from_sigset_t_unchecked()</code>. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1741">1741</a>)</li> <li>Added the <code>Ipv4OrigDstAddr</code> sockopt and control message. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1772">1772</a>)</li> <li>Added the <code>Ipv6OrigDstAddr</code> sockopt and control message. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1772">1772</a>)</li> <li>Added the <code>Ipv4SendSrcAddr</code> control message. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1776">1776</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Rewrote the aio module. The new module: <ul> <li>Does more type checking at compile time rather than runtime.</li> <li>Gives the caller control over whether and when to <code>Box</code> an aio operation.</li> <li>Changes the type of the <code>priority</code> arguments to <code>i32</code>.</li> <li>Changes the return type of <code>aio_return</code> to <code>usize</code>. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1713">1713</a>)</li> </ul> </li> <li><code>nix::poll::ppoll</code>: <code>sigmask</code> parameter is now optional. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1739">1739</a>)</li> <li>Changed <code>gethostname</code> to return an owned <code>OsString</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nix-rust/nix/commit/4d4754a14b080b32b1af16de54dfb822b28b5f06"><code>4d4754a</code></a> (cargo-release) version 0.25.0</li> <li><a href="https://github.com/nix-rust/nix/commit/9a0083de0c342e14a705b4a3df9d0ed9b49c2844"><code>9a0083d</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1795">#1795</a></li> <li><a href="https://github.com/nix-rust/nix/commit/92c76bdab0be998366747ede700c450595756fb5"><code>92c76bd</code></a> [skip ci] reformat CHANGELOG prior to 0.25.0 release</li> <li><a href="https://github.com/nix-rust/nix/commit/e4eeb9a107b0cc68bf67bdb76d81d7a5bc9c3b1e"><code>e4eeb9a</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1794">#1794</a></li> <li><a href="https://github.com/nix-rust/nix/commit/42ca951f60ae22a54aa46281bf4dca681884a04b"><code>42ca951</code></a> Reenable cargo-hack in CI</li> <li><a href="https://github.com/nix-rust/nix/commit/5252f7e1bd1361b47a655ae46a02c32d604483ee"><code>5252f7e</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1782">#1782</a></li> <li><a href="https://github.com/nix-rust/nix/commit/29fe67d4cce6c3d79e501a77d3320bb950dc6d0d"><code>29fe67d</code></a> feat nix-rust#1733: add F_GET_SEALS and F_ADD_SEALS on FreeBSD</li> <li><a href="https://github.com/nix-rust/nix/commit/ffc793ed4d188e1fddf74b060fb24217c6e6a12d"><code>ffc793e</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1776">#1776</a></li> <li><a href="https://github.com/nix-rust/nix/commit/a9861d873eaba52c9bf0f5b02552c567cadf6591"><code>a9861d8</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1785">#1785</a></li> <li><a href="https://github.com/nix-rust/nix/commit/217c3b514148ff2c7bcfdfa808df2316d56db281"><code>217c3b5</code></a> fix CI error</li> <li>Additional commits viewable in <a href="https://github.com/nix-rust/nix/compare/v0.14.1...v0.25.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthias Beyer <mail@beyermatthias.de>
petreeftime
commented
Oct 8, 2022
bors merge |
Already running a review |
Timed out. |
petreeftime
commented
Oct 8, 2022
bors retry |
47: Bump nix from 0.14.1 to 0.25.0 r=petreeftime a=dependabot[bot] Bumps [nix](https://github.com/nix-rust/nix) from 0.14.1 to 0.25.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nix-rust/nix/blob/master/CHANGELOG.md">nix's changelog</a>.</em></p> <blockquote> <h2>[0.25.0] - 2022-08-13</h2> <h3>Added</h3> <ul> <li>Added <code>faccessat</code> (<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1780">#1780</a>)</li> <li>Added <code>memfd</code> on Android. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1773">1773</a>)</li> <li>Added <code>ETH_P_ALL</code> to <code>SockProtocol</code> enum (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1768">1768</a>)</li> <li>Added four non-standard Linux <code>SysconfVar</code> variants (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1761">1761</a>)</li> <li>Added const constructors for <code>TimeSpec</code> and <code>TimeVal</code> (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1760">1760</a>)</li> <li>Added <code>chflags</code>. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1758">1758</a>)</li> <li>Added <code>aio_writev</code> and <code>aio_readv</code>. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1713">1713</a>)</li> <li>impl <code>From<uid_t></code> for <code>Uid</code> and <code>From<gid_t></code> for <code>Gid</code> (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1727">1727</a>)</li> <li>impl <code>From<SockaddrIn></code> for <code>std::net::SocketAddrV4</code> and impl <code>From<SockaddrIn6></code> for <code>std::net::SocketAddrV6</code>. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1711">1711</a>)</li> <li>Added support for the <code>x86_64-unknown-haiku</code> target. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1703">1703</a>)</li> <li>Added <code>ptrace::read_user</code> and <code>ptrace::write_user</code> for Linux. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1697">1697</a>)</li> <li>Added <code>getrusage</code> and helper types <code>UsageWho</code> and <code>Usage</code> (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1747">1747</a>)</li> <li>Added the <code>DontRoute</code> SockOpt (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1752">1752</a>)</li> <li>Added <code>signal::SigSet::from_sigset_t_unchecked()</code>. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1741">1741</a>)</li> <li>Added the <code>Ipv4OrigDstAddr</code> sockopt and control message. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1772">1772</a>)</li> <li>Added the <code>Ipv6OrigDstAddr</code> sockopt and control message. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1772">1772</a>)</li> <li>Added the <code>Ipv4SendSrcAddr</code> control message. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1776">1776</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Rewrote the aio module. The new module: <ul> <li>Does more type checking at compile time rather than runtime.</li> <li>Gives the caller control over whether and when to <code>Box</code> an aio operation.</li> <li>Changes the type of the <code>priority</code> arguments to <code>i32</code>.</li> <li>Changes the return type of <code>aio_return</code> to <code>usize</code>. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1713">1713</a>)</li> </ul> </li> <li><code>nix::poll::ppoll</code>: <code>sigmask</code> parameter is now optional. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1739">1739</a>)</li> <li>Changed <code>gethostname</code> to return an owned <code>OsString</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nix-rust/nix/commit/4d4754a14b080b32b1af16de54dfb822b28b5f06"><code>4d4754a</code></a> (cargo-release) version 0.25.0</li> <li><a href="https://github.com/nix-rust/nix/commit/9a0083de0c342e14a705b4a3df9d0ed9b49c2844"><code>9a0083d</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1795">#1795</a></li> <li><a href="https://github.com/nix-rust/nix/commit/92c76bdab0be998366747ede700c450595756fb5"><code>92c76bd</code></a> [skip ci] reformat CHANGELOG prior to 0.25.0 release</li> <li><a href="https://github.com/nix-rust/nix/commit/e4eeb9a107b0cc68bf67bdb76d81d7a5bc9c3b1e"><code>e4eeb9a</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1794">#1794</a></li> <li><a href="https://github.com/nix-rust/nix/commit/42ca951f60ae22a54aa46281bf4dca681884a04b"><code>42ca951</code></a> Reenable cargo-hack in CI</li> <li><a href="https://github.com/nix-rust/nix/commit/5252f7e1bd1361b47a655ae46a02c32d604483ee"><code>5252f7e</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1782">#1782</a></li> <li><a href="https://github.com/nix-rust/nix/commit/29fe67d4cce6c3d79e501a77d3320bb950dc6d0d"><code>29fe67d</code></a> feat nix-rust#1733: add F_GET_SEALS and F_ADD_SEALS on FreeBSD</li> <li><a href="https://github.com/nix-rust/nix/commit/ffc793ed4d188e1fddf74b060fb24217c6e6a12d"><code>ffc793e</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1776">#1776</a></li> <li><a href="https://github.com/nix-rust/nix/commit/a9861d873eaba52c9bf0f5b02552c567cadf6591"><code>a9861d8</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1785">#1785</a></li> <li><a href="https://github.com/nix-rust/nix/commit/217c3b514148ff2c7bcfdfa808df2316d56db281"><code>217c3b5</code></a> fix CI error</li> <li>Additional commits viewable in <a href="https://github.com/nix-rust/nix/compare/v0.14.1...v0.25.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthias Beyer <mail@beyermatthias.de>
Timed out. |
petreeftime
commented
Oct 9, 2022
I can't find any logs from bors for this, but it's possible it doesn't like this PR initially originated in another repo? I'll give it another try, maybe it does the right thing this time... if not, I'll close this PR and work on the other one. |
petreeftime
commented
Oct 9, 2022
bors merge |
47: Bump nix from 0.14.1 to 0.25.0 r=petreeftime a=dependabot[bot] Bumps [nix](https://github.com/nix-rust/nix) from 0.14.1 to 0.25.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nix-rust/nix/blob/master/CHANGELOG.md">nix's changelog</a>.</em></p> <blockquote> <h2>[0.25.0] - 2022-08-13</h2> <h3>Added</h3> <ul> <li>Added <code>faccessat</code> (<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1780">#1780</a>)</li> <li>Added <code>memfd</code> on Android. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1773">1773</a>)</li> <li>Added <code>ETH_P_ALL</code> to <code>SockProtocol</code> enum (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1768">1768</a>)</li> <li>Added four non-standard Linux <code>SysconfVar</code> variants (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1761">1761</a>)</li> <li>Added const constructors for <code>TimeSpec</code> and <code>TimeVal</code> (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1760">1760</a>)</li> <li>Added <code>chflags</code>. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1758">1758</a>)</li> <li>Added <code>aio_writev</code> and <code>aio_readv</code>. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1713">1713</a>)</li> <li>impl <code>From<uid_t></code> for <code>Uid</code> and <code>From<gid_t></code> for <code>Gid</code> (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1727">1727</a>)</li> <li>impl <code>From<SockaddrIn></code> for <code>std::net::SocketAddrV4</code> and impl <code>From<SockaddrIn6></code> for <code>std::net::SocketAddrV6</code>. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1711">1711</a>)</li> <li>Added support for the <code>x86_64-unknown-haiku</code> target. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1703">1703</a>)</li> <li>Added <code>ptrace::read_user</code> and <code>ptrace::write_user</code> for Linux. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1697">1697</a>)</li> <li>Added <code>getrusage</code> and helper types <code>UsageWho</code> and <code>Usage</code> (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1747">1747</a>)</li> <li>Added the <code>DontRoute</code> SockOpt (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1752">1752</a>)</li> <li>Added <code>signal::SigSet::from_sigset_t_unchecked()</code>. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1741">1741</a>)</li> <li>Added the <code>Ipv4OrigDstAddr</code> sockopt and control message. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1772">1772</a>)</li> <li>Added the <code>Ipv6OrigDstAddr</code> sockopt and control message. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1772">1772</a>)</li> <li>Added the <code>Ipv4SendSrcAddr</code> control message. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1776">1776</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Rewrote the aio module. The new module: <ul> <li>Does more type checking at compile time rather than runtime.</li> <li>Gives the caller control over whether and when to <code>Box</code> an aio operation.</li> <li>Changes the type of the <code>priority</code> arguments to <code>i32</code>.</li> <li>Changes the return type of <code>aio_return</code> to <code>usize</code>. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1713">1713</a>)</li> </ul> </li> <li><code>nix::poll::ppoll</code>: <code>sigmask</code> parameter is now optional. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1739">1739</a>)</li> <li>Changed <code>gethostname</code> to return an owned <code>OsString</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nix-rust/nix/commit/4d4754a14b080b32b1af16de54dfb822b28b5f06"><code>4d4754a</code></a> (cargo-release) version 0.25.0</li> <li><a href="https://github.com/nix-rust/nix/commit/9a0083de0c342e14a705b4a3df9d0ed9b49c2844"><code>9a0083d</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1795">#1795</a></li> <li><a href="https://github.com/nix-rust/nix/commit/92c76bdab0be998366747ede700c450595756fb5"><code>92c76bd</code></a> [skip ci] reformat CHANGELOG prior to 0.25.0 release</li> <li><a href="https://github.com/nix-rust/nix/commit/e4eeb9a107b0cc68bf67bdb76d81d7a5bc9c3b1e"><code>e4eeb9a</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1794">#1794</a></li> <li><a href="https://github.com/nix-rust/nix/commit/42ca951f60ae22a54aa46281bf4dca681884a04b"><code>42ca951</code></a> Reenable cargo-hack in CI</li> <li><a href="https://github.com/nix-rust/nix/commit/5252f7e1bd1361b47a655ae46a02c32d604483ee"><code>5252f7e</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1782">#1782</a></li> <li><a href="https://github.com/nix-rust/nix/commit/29fe67d4cce6c3d79e501a77d3320bb950dc6d0d"><code>29fe67d</code></a> feat nix-rust#1733: add F_GET_SEALS and F_ADD_SEALS on FreeBSD</li> <li><a href="https://github.com/nix-rust/nix/commit/ffc793ed4d188e1fddf74b060fb24217c6e6a12d"><code>ffc793e</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1776">#1776</a></li> <li><a href="https://github.com/nix-rust/nix/commit/a9861d873eaba52c9bf0f5b02552c567cadf6591"><code>a9861d8</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1785">#1785</a></li> <li><a href="https://github.com/nix-rust/nix/commit/217c3b514148ff2c7bcfdfa808df2316d56db281"><code>217c3b5</code></a> fix CI error</li> <li>Additional commits viewable in <a href="https://github.com/nix-rust/nix/compare/v0.14.1...v0.25.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthias Beyer <mail@beyermatthias.de>
Timed out. |
matthiasbeyer
commented
Oct 9, 2022
@dependabot rebase |
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
Bumps [nix](https://github.com/nix-rust/nix) from 0.14.1 to 0.25.0. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.14.1...v0.25.0) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
e669ea5 to
64f928aCompareSigned-off-by: Matthias Beyer <mail@beyermatthias.de>
matthiasbeyer
commented
Oct 9, 2022
bors merge Another try... 😆 |
47: Bump nix from 0.14.1 to 0.25.0 r=matthiasbeyer a=dependabot[bot] Bumps [nix](https://github.com/nix-rust/nix) from 0.14.1 to 0.25.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nix-rust/nix/blob/master/CHANGELOG.md">nix's changelog</a>.</em></p> <blockquote> <h2>[0.25.0] - 2022-08-13</h2> <h3>Added</h3> <ul> <li>Added <code>faccessat</code> (<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1780">#1780</a>)</li> <li>Added <code>memfd</code> on Android. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1773">1773</a>)</li> <li>Added <code>ETH_P_ALL</code> to <code>SockProtocol</code> enum (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1768">1768</a>)</li> <li>Added four non-standard Linux <code>SysconfVar</code> variants (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1761">1761</a>)</li> <li>Added const constructors for <code>TimeSpec</code> and <code>TimeVal</code> (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1760">1760</a>)</li> <li>Added <code>chflags</code>. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1758">1758</a>)</li> <li>Added <code>aio_writev</code> and <code>aio_readv</code>. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1713">1713</a>)</li> <li>impl <code>From<uid_t></code> for <code>Uid</code> and <code>From<gid_t></code> for <code>Gid</code> (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1727">1727</a>)</li> <li>impl <code>From<SockaddrIn></code> for <code>std::net::SocketAddrV4</code> and impl <code>From<SockaddrIn6></code> for <code>std::net::SocketAddrV6</code>. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1711">1711</a>)</li> <li>Added support for the <code>x86_64-unknown-haiku</code> target. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1703">1703</a>)</li> <li>Added <code>ptrace::read_user</code> and <code>ptrace::write_user</code> for Linux. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1697">1697</a>)</li> <li>Added <code>getrusage</code> and helper types <code>UsageWho</code> and <code>Usage</code> (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1747">1747</a>)</li> <li>Added the <code>DontRoute</code> SockOpt (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1752">1752</a>)</li> <li>Added <code>signal::SigSet::from_sigset_t_unchecked()</code>. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1741">1741</a>)</li> <li>Added the <code>Ipv4OrigDstAddr</code> sockopt and control message. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1772">1772</a>)</li> <li>Added the <code>Ipv6OrigDstAddr</code> sockopt and control message. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1772">1772</a>)</li> <li>Added the <code>Ipv4SendSrcAddr</code> control message. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1776">1776</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Rewrote the aio module. The new module: <ul> <li>Does more type checking at compile time rather than runtime.</li> <li>Gives the caller control over whether and when to <code>Box</code> an aio operation.</li> <li>Changes the type of the <code>priority</code> arguments to <code>i32</code>.</li> <li>Changes the return type of <code>aio_return</code> to <code>usize</code>. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1713">1713</a>)</li> </ul> </li> <li><code>nix::poll::ppoll</code>: <code>sigmask</code> parameter is now optional. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1739">1739</a>)</li> <li>Changed <code>gethostname</code> to return an owned <code>OsString</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nix-rust/nix/commit/4d4754a14b080b32b1af16de54dfb822b28b5f06"><code>4d4754a</code></a> (cargo-release) version 0.25.0</li> <li><a href="https://github.com/nix-rust/nix/commit/9a0083de0c342e14a705b4a3df9d0ed9b49c2844"><code>9a0083d</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1795">#1795</a></li> <li><a href="https://github.com/nix-rust/nix/commit/92c76bdab0be998366747ede700c450595756fb5"><code>92c76bd</code></a> [skip ci] reformat CHANGELOG prior to 0.25.0 release</li> <li><a href="https://github.com/nix-rust/nix/commit/e4eeb9a107b0cc68bf67bdb76d81d7a5bc9c3b1e"><code>e4eeb9a</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1794">#1794</a></li> <li><a href="https://github.com/nix-rust/nix/commit/42ca951f60ae22a54aa46281bf4dca681884a04b"><code>42ca951</code></a> Reenable cargo-hack in CI</li> <li><a href="https://github.com/nix-rust/nix/commit/5252f7e1bd1361b47a655ae46a02c32d604483ee"><code>5252f7e</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1782">#1782</a></li> <li><a href="https://github.com/nix-rust/nix/commit/29fe67d4cce6c3d79e501a77d3320bb950dc6d0d"><code>29fe67d</code></a> feat nix-rust#1733: add F_GET_SEALS and F_ADD_SEALS on FreeBSD</li> <li><a href="https://github.com/nix-rust/nix/commit/ffc793ed4d188e1fddf74b060fb24217c6e6a12d"><code>ffc793e</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1776">#1776</a></li> <li><a href="https://github.com/nix-rust/nix/commit/a9861d873eaba52c9bf0f5b02552c567cadf6591"><code>a9861d8</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1785">#1785</a></li> <li><a href="https://github.com/nix-rust/nix/commit/217c3b514148ff2c7bcfdfa808df2316d56db281"><code>217c3b5</code></a> fix CI error</li> <li>Additional commits viewable in <a href="https://github.com/nix-rust/nix/compare/v0.14.1...v0.25.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthias Beyer <mail@beyermatthias.de>
Timed out. |
matthiasbeyer
commented
Oct 9, 2022
bors retry |
47: Bump nix from 0.14.1 to 0.25.0 r=matthiasbeyer a=dependabot[bot] Bumps [nix](https://github.com/nix-rust/nix) from 0.14.1 to 0.25.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nix-rust/nix/blob/master/CHANGELOG.md">nix's changelog</a>.</em></p> <blockquote> <h2>[0.25.0] - 2022-08-13</h2> <h3>Added</h3> <ul> <li>Added <code>faccessat</code> (<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1780">#1780</a>)</li> <li>Added <code>memfd</code> on Android. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1773">1773</a>)</li> <li>Added <code>ETH_P_ALL</code> to <code>SockProtocol</code> enum (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1768">1768</a>)</li> <li>Added four non-standard Linux <code>SysconfVar</code> variants (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1761">1761</a>)</li> <li>Added const constructors for <code>TimeSpec</code> and <code>TimeVal</code> (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1760">1760</a>)</li> <li>Added <code>chflags</code>. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1758">1758</a>)</li> <li>Added <code>aio_writev</code> and <code>aio_readv</code>. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1713">1713</a>)</li> <li>impl <code>From<uid_t></code> for <code>Uid</code> and <code>From<gid_t></code> for <code>Gid</code> (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1727">1727</a>)</li> <li>impl <code>From<SockaddrIn></code> for <code>std::net::SocketAddrV4</code> and impl <code>From<SockaddrIn6></code> for <code>std::net::SocketAddrV6</code>. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1711">1711</a>)</li> <li>Added support for the <code>x86_64-unknown-haiku</code> target. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1703">1703</a>)</li> <li>Added <code>ptrace::read_user</code> and <code>ptrace::write_user</code> for Linux. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1697">1697</a>)</li> <li>Added <code>getrusage</code> and helper types <code>UsageWho</code> and <code>Usage</code> (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1747">1747</a>)</li> <li>Added the <code>DontRoute</code> SockOpt (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1752">1752</a>)</li> <li>Added <code>signal::SigSet::from_sigset_t_unchecked()</code>. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1741">1741</a>)</li> <li>Added the <code>Ipv4OrigDstAddr</code> sockopt and control message. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1772">1772</a>)</li> <li>Added the <code>Ipv6OrigDstAddr</code> sockopt and control message. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1772">1772</a>)</li> <li>Added the <code>Ipv4SendSrcAddr</code> control message. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1776">1776</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Rewrote the aio module. The new module: <ul> <li>Does more type checking at compile time rather than runtime.</li> <li>Gives the caller control over whether and when to <code>Box</code> an aio operation.</li> <li>Changes the type of the <code>priority</code> arguments to <code>i32</code>.</li> <li>Changes the return type of <code>aio_return</code> to <code>usize</code>. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1713">1713</a>)</li> </ul> </li> <li><code>nix::poll::ppoll</code>: <code>sigmask</code> parameter is now optional. (#<a href="https://github-redirect.dependabot.com/nix-rust/nix/pull/1739">1739</a>)</li> <li>Changed <code>gethostname</code> to return an owned <code>OsString</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nix-rust/nix/commit/4d4754a14b080b32b1af16de54dfb822b28b5f06"><code>4d4754a</code></a> (cargo-release) version 0.25.0</li> <li><a href="https://github.com/nix-rust/nix/commit/9a0083de0c342e14a705b4a3df9d0ed9b49c2844"><code>9a0083d</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1795">#1795</a></li> <li><a href="https://github.com/nix-rust/nix/commit/92c76bdab0be998366747ede700c450595756fb5"><code>92c76bd</code></a> [skip ci] reformat CHANGELOG prior to 0.25.0 release</li> <li><a href="https://github.com/nix-rust/nix/commit/e4eeb9a107b0cc68bf67bdb76d81d7a5bc9c3b1e"><code>e4eeb9a</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1794">#1794</a></li> <li><a href="https://github.com/nix-rust/nix/commit/42ca951f60ae22a54aa46281bf4dca681884a04b"><code>42ca951</code></a> Reenable cargo-hack in CI</li> <li><a href="https://github.com/nix-rust/nix/commit/5252f7e1bd1361b47a655ae46a02c32d604483ee"><code>5252f7e</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1782">#1782</a></li> <li><a href="https://github.com/nix-rust/nix/commit/29fe67d4cce6c3d79e501a77d3320bb950dc6d0d"><code>29fe67d</code></a> feat nix-rust#1733: add F_GET_SEALS and F_ADD_SEALS on FreeBSD</li> <li><a href="https://github.com/nix-rust/nix/commit/ffc793ed4d188e1fddf74b060fb24217c6e6a12d"><code>ffc793e</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1776">#1776</a></li> <li><a href="https://github.com/nix-rust/nix/commit/a9861d873eaba52c9bf0f5b02552c567cadf6591"><code>a9861d8</code></a> Merge <a href="https://github-redirect.dependabot.com/nix-rust/nix/issues/1785">#1785</a></li> <li><a href="https://github.com/nix-rust/nix/commit/217c3b514148ff2c7bcfdfa808df2316d56db281"><code>217c3b5</code></a> fix CI error</li> <li>Additional commits viewable in <a href="https://github.com/nix-rust/nix/compare/v0.14.1...v0.25.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthias Beyer <mail@beyermatthias.de>
Timed out. |
Bumps nix from 0.14.1 to 0.25.0.
Changelog
Sourced from nix's changelog.
... (truncated)
Commits
4d4754a(cargo-release) version 0.25.09a0083dMerge #179592c76bd[skip ci] reformat CHANGELOG prior to 0.25.0 releasee4eeb9aMerge #179442ca951Reenable cargo-hack in CI5252f7eMerge #178229fe67dfeat nix-rust#1733: add F_GET_SEALS and F_ADD_SEALS on FreeBSDffc793eMerge #1776a9861d8Merge #1785217c3b5fix CI errorDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)