Hi, On Fri, 8 Mar 2019 02:52:05 +0100 Danny Milosavljevic wrote: > > On hydra.gnu.org, our rust packages can only successfully be built on > > x86_64-linux. They fail to build on i686-linux and armhf-linux. I > > don't know about aarch64-linux. Could we link to the hydra pages containing the respective log files in reports? Using Hydra is like pulling teeth and it would be a lot easier for me to track the failures that way. http://hydra.gnu.org/build/3385267/nixlog/3/raw seems to be the latest armhf-linux build attempt on master and it says: building of `/gnu/store/xqwkq4hvc3wq7pvx4fcj3sws55zp64b7-rust-1.19.0.drv' timed out after 3600 seconds of silence However, rust-1.19 on master has: (properties '((timeout . 72000) ;20 hours (max-silent-time . 18000))) ;5 hours (for armel) Why does it already time out after 3600 seconds of silence although it's configured to stand 18000 seconds of silence?