Closed phillipjohnston closed 6 years ago
Build ea-nightly/libmemory/master
#24 Failed
Change log:
2518793
: Enable documentation builds tin meson [Phillip Johnston]Last 75 of output:
[...truncated 10.38 KB...]
[7/17] Linking static target src/libmemory_threadx.a.
[8/17] Linking static target src/libmemory_freelist.a.
[9/17] Linking static target src/libmemory_freelist_native.a.
[10/17] Compiling C object 'test/test@@@libmemory_freelist_test@exe/main.c.o'.
[11/17] Compiling C object 'src/src@@@memory_freertos@sta/aligned_malloc.c.o'.
[12/17] Compiling C object 'src/src@@@memory_freertos@sta/malloc_freertos.c.o'.
[13/17] Compiling C object 'test/test@@@libmemory_freelist_test@exe/support_memory.c.o'.
[14/17] Compiling C object 'test/test@@@libmemory_freelist_test@exe/src_aligned_malloc.c.o'.
[15/17] Compiling C object 'test/test@@@libmemory_freelist_test@exe/src_malloc_freelist.c.o'.
[16/17] Linking static target src/libmemory_freertos.a.
[17/17] Linking target test/libmemory_freelist_test.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] sh
Post stage
[ea-nightly_libmemory_master-M4PBALY3KARPG4FVHZXTYBYNLQ2KWKVZT546I7CIRFMDFGJHU53Q] Running shell script
+ make test
Directory already configured, exiting Meson. Just run your build command
(e.g. ninja) and Meson will regenerate as necessary. If ninja fails, run ninja
reconfigure to force Meson to regenerate.
If build failures persist, manually wipe your build directory to clear any
stored system data.
To change option values, run meson configure instead.
ninja: no work to do.
[Pipeline] junit
Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Documentation)
[Pipeline] sh
[ea-nightly_libmemory_master-M4PBALY3KARPG4FVHZXTYBYNLQ2KWKVZT546I7CIRFMDFGJHU53Q] Running shell script
+ make doc
make: *** No rule to make target `doc'. Stop.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Archive)
Stage 'Archive' skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] warnings
[WARNINGS] Skipping publisher since build result is FAILURE
[Pipeline] openTasks
[TASKS] Skipping publisher since build result is FAILURE
[Pipeline] echo
Sending slack message: <http://136.24.14.137:12345/job/ea-nightly/job/libmemory/job/master/24/display/redirect|ea-nightly/libmemory/master #24>: *FAILED*
Changes:
- `2518793`: Enable documentation builds tin meson [Phillip Johnston]
[Pipeline] slackSend
run slackstepsend, step null:false, desc :true
Slack Send Pipeline step configured values from global config - baseUrl: true, teamDomain: true, token: true, channel: true, color: false
[Pipeline] echo
Deleting temporary tag
[Pipeline] sh
[ea-nightly_libmemory_master-M4PBALY3KARPG4FVHZXTYBYNLQ2KWKVZT546I7CIRFMDFGJHU53Q] Running shell script
+ git tag -d 0.1.24
Deleted tag '0.1.24' (was 43851e6)
[Pipeline] sh
[ea-nightly_libmemory_master-M4PBALY3KARPG4FVHZXTYBYNLQ2KWKVZT546I7CIRFMDFGJHU53Q] Running shell script
+ git config --get remote.origin.url
[Pipeline] readFile
[Pipeline] echo
Creating a GitHubPluginConfig for credential 4c01f168-ca25-483e-bc6d-8d105fc5fb70
[Pipeline] echo
Registering GithubProjectProperty for repo URL https://github.com/embeddedartistry/libmemory
[Pipeline] properties
Build ea-nightly/libmemory/master
#26 Failed
Change log:
8b2a976
: Fix Doxygen warnings [Phillip Johnston]b0fef69
: Relocate Jenkinsfiles from docs -> tools [Phillip Johnston]01b5ab9
: Fix docs build in libmemory CI [Phillip Johnston]977d470
: Register tests with meson's unit test system [Phillip Johnston]3cb472b
: Register libmemory tests with meson, update Jenkins with new location [Phillip Johnston]179a2ec
: Update ninja test -> meson test for weird python failure [Phillip Johnston]Last 75 of output:
[...truncated 5.89 KB...]
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Setup)
[Pipeline] echo
Running make clean...
[Pipeline] sh
[ea-nightly_libmemory_master-M4PBALY3KARPG4FVHZXTYBYNLQ2KWKVZT546I7CIRFMDFGJHU53Q] Running shell script
+ make clean
Cleaning build artifacts
[Pipeline] echo
Creating temporary tag
[Pipeline] sh
[ea-nightly_libmemory_master-M4PBALY3KARPG4FVHZXTYBYNLQ2KWKVZT546I7CIRFMDFGJHU53Q] Running shell script
+ git tag -a 0.1.26 -m 'Creating tag to build 0.1.26'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] sh
[ea-nightly_libmemory_master-M4PBALY3KARPG4FVHZXTYBYNLQ2KWKVZT546I7CIRFMDFGJHU53Q] Running shell script
+ make
make: meson: No such file or directory
make: *** [groundwork] Error 1
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
Stage "Test" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Documentation)
Stage "Documentation" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] warnings
[WARNINGS] Skipping publisher since build result is FAILURE
[Pipeline] openTasks
[TASKS] Skipping publisher since build result is FAILURE
[Pipeline] echo
Sending slack message: <http://136.24.14.137:12345/job/ea-nightly/job/libmemory/job/master/26/display/redirect|ea-nightly/libmemory/master #26>: *FAILED*
Changes:
- `8b2a976`: Fix Doxygen warnings [Phillip Johnston]
- `b0fef69`: Relocate Jenkinsfiles from docs -> tools [Phillip Johnston]
- `01b5ab9`: Fix docs build in libmemory CI [Phillip Johnston]
- `977d470`: Register tests with meson's unit test system [Phillip Johnston]
- `3cb472b`: Register libmemory tests with meson, update Jenkins with new location [Phillip Johnston]
- `179a2ec`: Update ninja test -> meson test for weird python failure [Phillip Johnston]
[Pipeline] slackSend
run slackstepsend, step null:false, desc :true
Slack Send Pipeline step configured values from global config - baseUrl: true, teamDomain: true, token: true, channel: true, color: false
[Pipeline] echo
Deleting temporary tag
[Pipeline] sh
[ea-nightly_libmemory_master-M4PBALY3KARPG4FVHZXTYBYNLQ2KWKVZT546I7CIRFMDFGJHU53Q] Running shell script
+ git tag -d 0.1.26
Deleted tag '0.1.26' (was d868151)
[Pipeline] sh
[ea-nightly_libmemory_master-M4PBALY3KARPG4FVHZXTYBYNLQ2KWKVZT546I7CIRFMDFGJHU53Q] Running shell script
+ git config --get remote.origin.url
[Pipeline] readFile
[Pipeline] echo
Creating a GitHubPluginConfig for credential 4c01f168-ca25-483e-bc6d-8d105fc5fb70
[Pipeline] echo
Registering GithubProjectProperty for repo URL https://github.com/embeddedartistry/libmemory
[Pipeline] properties
Build
ea-nightly/libmemory/master
#23 FailedView full output
Change log:
7977590
: Enable ADR for this repository [Phillip Johnston]f2c623e
: Add dependency note regarding ADR tools [Phillip Johnston]76b9489
: Delete premake build module [Phillip Johnston]1c892e9
: Add meson build system submodule [Phillip Johnston]a299694
: Convert build to Meson [Phillip Johnston]b0e866a
: Add RTOS library builds [Phillip Johnston]3930286
: Remove premake build file [Phillip Johnston]1d8b4fd
: Convert add_global_arguments call to add_project_arguments call, since [Phillip Johnston]3f12543
: Use the latest build submodule [Phillip Johnston]c21193e
: Add dependencies for external projects, add a native libmemory_freelist [Phillip Johnston]9c04a5f
: Only build tests in native mode [Phillip Johnston]53f16c4
: Enable CPP in libmemory [Phillip Johnston]62f5743
: Advance build submodule [Phillip Johnston]6231d91
: Update to latest build submodule pointer [Phillip Johnston]91ecda8
: Fix build if statement [Phillip Johnston]f9354fd
: Create a test header [Phillip Johnston]0887dba
: Fix warnings in test files [Phillip Johnston]34451fa
: Fix linked list warnings [Phillip Johnston]0b2e584
: Fix warnings in malloc source files [Phillip Johnston]e180f9d
: Simplify test build [Phillip Johnston]ba0d022
: Define a secondary include structure for dependencies, where the [Phillip Johnston]2939b59
: Memory Build Overhaul - Disable stdlib_compiler_flags for library build, [Phillip Johnston]44ea7d4
: Format update [Phillip Johnston]1ba1498
: Add complexity metrics (via lizard) to libmemory [Phillip Johnston]c678ef4
: Fix test result generation for libmemory [Phillip Johnston]Last 75 of output: