[05:21:54] @0x2830 any ideas why the 32bit test suite is timing out? [05:22:12] I tried replicating the issue locally, but it works fine for me 😕 [05:22:34] Here are the steps I did to replicate it locally: cd depends make -j12 HOST=i686-pc-linux-gnu NO_QT=1 cd .. ./autogen.sh ./configure --prefix=`pwd`/depends/i686-pc-linux-gnu --enable-zmq --enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++ --disable-bench --disable-dependency-tracking make -j24 test/pull-tester/rpc-tests.py -parallel=3 --coverage --failfast [12:57:05] <0x2830> I have no idea, I can try. [12:57:36] <0x2830> Ain't tests also run for x86? [17:06:58] *** Quits: navcoin-bot (~navcoin-b@nav.community) (Remote host closed the connection) [17:07:26] *** Joins: navcoin-bot (~navcoin-b@nav.community) [17:10:28] *** Joins: navcoin-bot1 (~navcoin-b@nav.community) [17:14:15] *** Quits: navcoin-bot (~navcoin-b@nav.community) (Remote host closed the connection) [17:14:23] *** navcoin-bot1 is now known as navcoin-bot [19:10:12] im checking [19:11:21] <0x2830> @mxaddict Gitian is not building your branch 🤔 https://build.nav.community/binaries/blsct-addict/ [19:45:41] @0x2830 which gitian? [19:45:44] osx, win or linux? [19:48:14] <0x2830> Only linux built [19:49:18] Hmmm, windows built for me [19:49:21] And osx as well [19:49:29] OSX will need new SDK version [19:49:52] Can be downloaded from same mirror as old SDK here: https://bitcoincore.org/depends-sources/sdks/MacOSX10.14.sdk.tar.gz [19:50:11] What was the error on the windows build? [19:57:07] my gitian node already uses the new sdk [19:57:15] i restarted the build to see what happens [19:58:33] im trying travis with parallel=1 to see which test timeouts [19:58:37] https://travis-ci.org/github/aguycalled/navcoin-core/jobs/704398300 [19:59:15] wallet-hd.py passes now, it was failing in yours [19:59:18] @mxaddict [20:14:29] Hmmm, that's weird, so running 3 threads is causing it to fail? [20:14:38] But it works fine locally... [20:26:11] maybe because of the system its being run [20:45:14] CC src/core/or/src_core_libtor_app_testing_a-scheduler_kist.o src/core/or/reasons.c:492:42: error: expected expression case END_STREAM_REASON_NOTDIRECTORY: FALLTHROUGH; ^ ./src/lib/cc/compat_compiler.h:54:21: note: expanded from macro 'FALLTHROUGH' #define FALLTHROUGH attribute((fallthrough)) ^ 1 error generated. make[2]: [20:45:14] [src/core/or/src_core_libtor_app_testing_a-reasons.o] Error 1 make[2]: Waiting for unfinished jobs.... Makefile:11638: recipe for target 'src/core/or/src_core_libtor_app_testing_a-reasons.o' failed src/core/or/scheduler.c:194:5: error: expected expression FALLTHROUGH; ^ ./src/lib/cc/compat_compiler.h:54:21: note: expanded from macro 'FALLTHROUGH' #define FALLTHROUGH attribute((fallthrough)) ^ [20:45:15] src/core/or/scheduler.c:290:7: error: expected expression FALLTHROUGH; ^ ./src/lib/cc/compat_compiler.h:54:21: note: expanded from macro 'FALLTHROUGH' #define FALLTHROUGH attribute((fallthrough)) ^ 2 errors generated. make[2]: [src/core/or/src_core_libtor_app_testing_a-scheduler.o] Error 1 Makefile:11666: recipe for target 'src/core/or/src_core_libtor_app_testing_a-scheduler.o' failed make[2]: Leaving [20:45:15] directory '/home/ubuntu/build/navcoin-core/distsrc-x86_64-apple-darwin16/src/tor' Makefile:6164: recipe for target 'all' failed make[1]: [all] Error 2 make[1]: Leaving directory '/home/ubuntu/build/navcoin-core/distsrc-x86_64-apple-darwin16/src/tor' make: *** [all-recursive] Error 1 Makefile:716: recipe for target 'all-recursive' failed [20:45:18] this is building osx [20:45:30] @mxaddict