Pavol Mišík
Pavol Mišík
> Unfortunately, this is exactly what the system copy function returns. You can see the same error message from the "copy" command in cmd. Did I correctly find out, in...
Hi As far as I know there is no flag indicating PE file is resource only dll. By resource only dll, I mean PE file(s) that does not contain any...
@p12tic I think this issue can be closed as PR is merged and @vibbo confirmed issue has been resolved.
We **_sometimes_** see such issue after we do `buildbot reconfig master`. Unfortunately we did not find cause yet.
b244094 is part of 3.6.0 release and newer. So, there might be multiple issues as @tenta4 reports it for 2.10.5
I guess Buildbot stayed on sqlalchemy 1.x due to Buildbot master supports Python 3.5|3.6|3.7... (see https://buildbot.net/#/) Sqlalchemy 2.x is supported just since Python 3.7. With the release of Buildbot 4.x...
Commit https://github.com/google/googletest/commit/fbf67a70d07543f40832d0cd7a58f304bc6ab1d1 removed `GMOCK_RESULT_` So if you need to compile with current head you should define ``` #if !defined(GMOCK_RESULT_) #define GMOCK_RESULT_(tn, ...) \ tn ::testing::internal::Function::Result #endif ```
Hi If I remember correctly Microsoft provides stripped pdb(s) for msvcp140.dll dlls. Now, when you are open source, it would be great to see whole call stacks if you can....
I’m not sure if you use VM's for running worker machines. Since the time offset was significant (16497 seconds=04:34:57), I wonder if this is one of the issues with time...
Now, it looks like p12-pd-? workers have run out of disk space for /home because errors like error Error: ENOSPC: no space left on device, mkdir '/home/buildbot/... https://buildbot.buildbot.net/#/builders/126/builds/128 https://buildbot.buildbot.net/#/builders/122/builds/1120 WARNING:...