From: Marvin Subject: Re: [PATCH 1/5] server: Introduce separated type for user APCs. Message-Id: Date: Wed, 08 Apr 2020 13:30:46 -0500 In-Reply-To: <988a1094-866a-cfe2-58a5-7fff8fe67fcf@codeweavers.com> References: <988a1094-866a-cfe2-58a5-7fff8fe67fcf@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=69161 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