From: Marvin Subject: Re: [PATCH 2/5] ntdll: Factor out server_select. Message-Id: Date: Wed, 08 Apr 2020 13:31:56 -0500 In-Reply-To: <9780187b-f2ae-2aed-b6c1-1a695c7f1066@codeweavers.com> References: <9780187b-f2ae-2aed-b6c1-1a695c7f1066@codeweavers.com> Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=69162 Your paranoid android. === debiant (build log) === ../../wine/server/trace.c:156:51: error: ‘user_apc_t’ {aka ‘const union ’} has no member named ‘func’ ../../wine/server/trace.c:157:44: error: ‘user_apc_t’ {aka ‘const union ’} has no member named ‘args’ ../../wine/server/trace.c:158:38: error: ‘user_apc_t’ {aka ‘const union ’} has no member named ‘args’ ../../wine/server/trace.c:159:38: error: ‘user_apc_t’ {aka ‘const union ’} has no member named ‘args’ ../../wine/server/trace.c:163:47: error: ‘apc_call_t’ {aka ‘const union ’} has no member named ‘timer’ ../../wine/server/trace.c:164:36: error: ‘apc_call_t’ {aka ‘const union ’} has no member named ‘timer’ Task: The win32 Wine build failed === debiant (build log) === ../../wine/server/trace.c:156:51: error: ‘user_apc_t’ {aka ‘const union ’} has no member named ‘func’ ../../wine/server/trace.c:157:44: error: ‘user_apc_t’ {aka ‘const union ’} has no member named ‘args’ ../../wine/server/trace.c:158:38: error: ‘user_apc_t’ {aka ‘const union ’} has no member named ‘args’ ../../wine/server/trace.c:159:38: error: ‘user_apc_t’ {aka ‘const union ’} has no member named ‘args’ ../../wine/server/trace.c:163:47: error: ‘apc_call_t’ {aka ‘const union ’} has no member named ‘timer’ ../../wine/server/trace.c:164:36: error: ‘apc_call_t’ {aka ‘const union ’} has no member named ‘timer’ Task: The wow64 Wine build failed