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/logs/stdio
> 2. 
> https://build.macports.org/builders/ports-12_x86_64-builder/builds/26314/steps/install-port/logs/stdio
> 
> Run #1 fails signal 6 (SIGABRT?):
> rustc exited with signal: 6
> 
> Did not run successfully: signal: 6
> error: could not compile `openssl-sys`
> 
> Run #2 fails due to missing object file (maybe the process got sig'd mid-run 
> before it could write out the object file?):
> error: could not write output to 
> /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_lang_rust/rust/work/rustc-1.60.0-src/build/x86_64-apple-darwin/stage2-tools/x86_64-apple-darwin/release/deps/rayon_core-9641c1e2ac352716.rayon_core.ce832f4d-cgu.2.rcgu.o:
>  No such file or directory
> 
> error: could not compile `rayon-core` due to previous error
> Either way, something odd is happening.  Maybe the machine should have some 
> diagnostics run on memory and CPU.

I do not think it relates to the issue you mentioned, but there has been some 
network instability today, causing the Apple Silicon buildbot worker to 
disconnect from the master several times and causing some other builders not to 
start builds after being unable to connect to GitHub. I restarted any failed 
builds. The 10.6 i386 worker also experienced one of its customary kernel 
panics during a build, and I rebooted it and the build was reattempted.

I restart all build machines periodically to try to avoid problems. Most of 
them (except for 10.6 i386) were restarted yesterday.

The machine that runs the macOS 12 VM is the same Xserve that runs several 
other VMs, so I do not suspect any hardware problems. Xserves use 
error-correcting memory.

I'll try another build of rust now.

https://build.macports.org/builders/ports-12_x86_64-builder/builds/26360



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 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/builders/ports-12_x86_64-builder/builds/26314/steps/install-port/logs/stdio
> 
> Run #1 fails signal 6 (SIGABRT?):
> rustc exited with signal: 6
> 
> Did not run successfully: signal: 6
> error: could not compile `openssl-sys`
> 
> Run #2 fails due to missing object file (maybe the process got sig'd mid-run 
> before it could write out the object file?):
> error: could not write output to 
> /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_lang_rust/rust/work/rustc-1.60.0-src/build/x86_64-apple-darwin/stage2-tools/x86_64-apple-darwin/release/deps/rayon_core-9641c1e2ac352716.rayon_core.ce832f4d-cgu.2.rcgu.o:
>  No such file or directory
> 
> error: could not compile `rayon-core` due to previous error
> Either way, something odd is happening.  Maybe the machine should have some 
> diagnostics run on memory and CPU.


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/builders/ports-12_x86_64-builder/builds/26314/steps/install-port/logs/stdio

Run #1 fails signal 6 (SIGABRT?):

rustc exited with signal: 6

Did not run successfully: signal: 6

error: could not compile `openssl-sys`


Run #2 fails due to missing object file (maybe the process got
sig'd mid-run before it could write out the object file?):

error: could not write output to
/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_lang_rust/rust/work/rustc-1.60.0-src/build/x86_64-apple-darwin/stage2-tools/x86_64-apple-darwin/release/deps/rayon_core-9641c1e2ac352716.rayon_core.ce832f4d-cgu.2.rcgu.o:
No such file or directory

error: could not compile `rayon-core` due to previous error

Either way, something odd is happening. Maybe the machine should have some
diagnostics run on memory and CPU.