macOS 12 x86_64 buildbot weirdness

2022-04-08 Thread Herby G
Hello, Something weird might be going on with the macOS 12 x86_64 buildbot Two builds of the same latest Rust fail with completely different errors: 1. https://build.macports.org/builders/ports-12_x86_64-builder/builds/26275/steps/install-port/logs/stdio 2. https://build.macports.org/builder

Re: macOS 12 x86_64 buildbot weirdness

2022-04-08 Thread Chris Jones
The errors below to me more suggest issues with free disk space than memory or cpu. But yes it seems the build should be checked. Chris > On 8 Apr 2022, at 4:06 pm, Herby G wrote: > >  > Hello, > > Something weird might be going on with the macOS 12 x86_64 buildbot > > Two builds of the

Re: macOS 12 x86_64 buildbot weirdness

2022-04-08 Thread Ryan Schmidt
On Apr 8, 2022, at 10:06, Herby Gwrote: > Something weird might be going on with the macOS 12 x86_64 buildbot > > Two builds of the same latest Rust fail with completely different errors: > > 1. > https://build.macports.org/builders/ports-12_x86_64-builder/builds/26275/steps/install-port/lo

Re: macOS 12 x86_64 buildbot weirdness

2022-04-10 Thread Herby G
Update here: this turned out to have been an issue with Rust itself on macOS 12 x86_64: https://github.com/macports/macports-ports/pull/14523#issuecomment-1093011889 Fixed starting here: https://github.com/macports/macports-ports/pull/14532 On Fri, Apr 8, 2022 at 7:17 PM Ryan Schmidt wrote: > O