Build process abortion?

Kosta's Avatar

Kosta

22 Jan, 2015 10:56 PM

Hey AppVeyors,

Why is the build process constantly aborting for this project (https://ci.appveyor.com/project/Kosta-Github/cppcheck) when starting to compile the first source file? It looks like this is only happening for the debug configs. Note that this is not a compilation issue of the project, the compilation is just aborted after a longer period of time without any diagnose message.

BTW, the project needs about less than one minute to build and run all tests on my local machine. Within the AppVeyor machine it takes 10-20 times longer. So might this be an issue with an under-resourced VM image running out of memory or so?

  1. Support Staff 1 Posted by Feodor Fitsner on 23 Jan, 2015 12:57 AM

    Feodor Fitsner's Avatar
  2. 2 Posted by Kosta on 23 Jan, 2015 07:49 AM

    Kosta's Avatar

    Yeah, but what about all the others? There hasn't been any change to the code in between... I just changed the `verbosity` setting from `minimal` to `detailed` (which passed the build as you mentioned above) and then back to `minimal` ...

  3. Support Staff 3 Posted by Feodor Fitsner on 23 Jan, 2015 06:33 PM

    Feodor Fitsner's Avatar

    So it works with "detailed" and doesn't with "minimal"?

    -Feodor

  4. 4 Posted by Kosta on 23 Jan, 2015 08:41 PM

    Kosta's Avatar

    Ok, tried some more builds with different settings for 'verbosity':
    - minimal: failing
    - normal: failing
    - detailed: triggered and in the queue, still waiting for the results
    But happens only for the debug configs but for both archs (win32 and x64)...

  5. 5 Posted by Kosta on 24 Jan, 2015 10:10 AM

    Kosta's Avatar

    Also 'detailed' is failing. But all the debug builds are working locally.

    Must be something within your VMs. How can that be debugged or tracked down? Maybe something related to your custom reporters?

  6. Support Staff 6 Posted by Feodor Fitsner on 24 Jan, 2015 10:11 PM

    Feodor Fitsner's Avatar
  7. 7 Posted by Kosta on 26 Jan, 2015 05:45 PM

    Kosta's Avatar

    Thx for that; so it is an issue with the AV logger than? What does the logger actually do?

    For this project the first file (tinyxml2.cpp) that gets compiled issues some compiler warnings (in debug mode only), which looks like dead-locking the AV logger then. Later compiler warnings seem to work fine so...

  8. Support Staff 8 Posted by Feodor Fitsner on 26 Jan, 2015 05:51 PM

    Feodor Fitsner's Avatar

    Hm, that's good to know. I'll take a look what's going on there.

  9. Support Staff 9 Posted by Feodor Fitsner on 26 Jan, 2015 06:59 PM

    Feodor Fitsner's Avatar

    I ran few builds for Win32/Debug trying to reproduce the issue: https://ci.appveyor.com/project/FeodorFitsner/cppcheck/history

    Seems like it is not reproducible on "Pro" environment (Hyper-V).

  10. 10 Posted by Kosta on 29 Jan, 2015 05:59 AM

    Kosta's Avatar

    so what is the conclusion from that?

  11. Support Staff 11 Posted by Feodor Fitsner on 29 Jan, 2015 06:00 AM

    Feodor Fitsner's Avatar

    Don't know yet - need more testing.

    Do not use AppVeyor msbuild logger for now.

  12. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:53 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac