embeddedartistry / libc

libc targeted for embedded systems usage. Reduced set of functionality (due to embedded nature). Chosen for portability and quick bringup.
MIT License
504 stars 67 forks source link

ea-nightly/libc/master: #21 Failed #147

Closed ea-buildbot closed 4 years ago

ea-buildbot commented 4 years ago

Build ea-nightly/libc/master #21 Failed

View full output

Change log:

Last 75 of output:

[...truncated 10373 lines...]
-> High: ^.*(\bFIXME\b|\bFIX\b)(.*)$
-> Normal: ^.*(\bTODO\b|\bto do\b|\bWIP\b)(.*)$

[Open Tasks Scanner] Scanning all 417 files for open tasks
[Open Tasks Scanner] Found a total of 47 open tasks
[Open Tasks Scanner] -> TODO: 38 open tasks
[Open Tasks Scanner] -> FIX: 3 open tasks
[Open Tasks Scanner] -> TO DO: 6 open tasks
[Open Tasks Scanner] Post processing issues on 'Master' with source code encoding 'UTF-8'
[Open Tasks Scanner] Creating SCM blamer to obtain author and commit information for affected files
[Open Tasks Scanner] Creating SCM miner to obtain statistics for affected repository files
[Open Tasks Scanner] Resolving file names for all issues in source directory '/Users/buildbot/.jenkins/workspace/ea-nightly_libc_master_2'
[Open Tasks Scanner] -> resolved paths in source directory (31 found, 0 not found)
[Open Tasks Scanner] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[Open Tasks Scanner] -> resolved module names for 47 issues
[Open Tasks Scanner] Resolving package names (or namespaces) by parsing the affected files
[Open Tasks Scanner] -> resolved package names of 31 affected files
[Open Tasks Scanner] No filter has been set, publishing all 47 issues
[Open Tasks Scanner] Creating fingerprints for all affected code blocks to track issues over different builds
[Open Tasks Scanner] -> created fingerprints for 47 issues (skipped 0 issues)
[Open Tasks Scanner] Copying affected files to Jenkins' build folder '/Users/buildbot/.jenkins/jobs/ea-nightly/jobs/libc/branches/master/builds/21/files-with-issues'
[Open Tasks Scanner] -> 17 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Open Tasks Scanner] Using reference build 'ea-nightly/libc/master #20' to compute new, fixed, and outstanding issues
[Open Tasks Scanner] Issues delta (vs. reference build): outstanding: 47, new: 0, fixed: 0
[Open Tasks Scanner] No quality gates have been set - skipping
[Open Tasks Scanner] Enabling health report (Healthy=5, Unhealthy=10, Minimum Severity=LOW)
[Open Tasks Scanner] Created analysis result for 47 issues (found 0 new issues, fixed 0 issues)
[Open Tasks Scanner] Attaching ResultAction with ID 'open-tasks' to run 'ea-nightly/libc/master #21'.
[CPPCheck] Searching for all files in '/Users/buildbot/.jenkins/workspace/ea-nightly_libc_master_2' that match the pattern 'buildresults/**/cppcheck.xml'
[CPPCheck] -> found 1 file
[CPPCheck] Successfully parsed file /Users/buildbot/.jenkins/workspace/ea-nightly_libc_master_2/buildresults/cppcheck.xml
[CPPCheck] -> found 148 issues (skipped 2 duplicates)
[CPPCheck] Post processing issues on 'Master' with source code encoding 'UTF-8'
[CPPCheck] Creating SCM blamer to obtain author and commit information for affected files
[CPPCheck] Creating SCM miner to obtain statistics for affected repository files
[CPPCheck] Resolving file names for all issues in source directory '/Users/buildbot/.jenkins/workspace/ea-nightly_libc_master_2'
[CPPCheck] -> resolved paths in source directory (40 found, 0 not found)
[CPPCheck] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[CPPCheck] -> resolved module names for 148 issues
[CPPCheck] Resolving package names (or namespaces) by parsing the affected files
[CPPCheck] -> resolved package names of 40 affected files
[CPPCheck] No filter has been set, publishing all 148 issues
[CPPCheck] Creating fingerprints for all affected code blocks to track issues over different builds
[CPPCheck] -> created fingerprints for 148 issues (skipped 0 issues)
[CPPCheck] Copying affected files to Jenkins' build folder '/Users/buildbot/.jenkins/jobs/ea-nightly/jobs/libc/branches/master/builds/21/files-with-issues'
[CPPCheck] -> 22 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[CPPCheck] Using reference build 'ea-nightly/libc/master #20' to compute new, fixed, and outstanding issues
[CPPCheck] Issues delta (vs. reference build): outstanding: 148, new: 0, fixed: 1
[CPPCheck] No quality gates have been set - skipping
[CPPCheck] Enabling health report (Healthy=5, Unhealthy=10, Minimum Severity=LOW)
[CPPCheck] Created analysis result for 148 issues (found 0 new issues, fixed 1 issues)
[CPPCheck] Attaching ResultAction with ID 'cppcheck' to run 'ea-nightly/libc/master #21'.
[Pipeline] echo
Sending slack message: <http://136.24.14.137:12345/job/ea-nightly/job/libc/job/master/21/display/redirect|ea-nightly/libc/master #21>: *FAILED*
Changes:
- `1b66c72`: Add stdint.h to test files to address failure with Fedora 32 [phillip@embeddedartistry.com]

[Pipeline] slackSend
Slack Send Pipeline step running, values are - baseUrl: https://embeddedartistry.slack.com/services/hooks/jenkins-ci/, teamDomain: embeddedartistry, channel: , color: #E74C3C, botUser: true, tokenCredentialId: 98d9a14f-886a-49fb-a1fe-9069113361a8, notifyCommitters: false, iconEmoji: <empty>, username: <empty>, timestamp: <empty>
[Pipeline] echo
Deleting temporary tag
[Pipeline] sh
+ git tag -d 1.0.21
Deleted tag '1.0.21' (was 7fdf36d)
[Pipeline] sh
+ git config --get remote.origin.url
[Pipeline] readFile
[Pipeline] echo
Creating a GitHubPluginConfig for credential 69e4682e-2951-492f-b828-da06364c322d
[Pipeline] echo
Registering GithubProjectProperty for repo URL https://github.com/embeddedartistry/libc
[Pipeline] properties
[Pipeline] echo
Filing GitHub issue for ea-nightly/libc/master
phillipjohnston commented 4 years ago

This is due to mesonbuild/meson#7437. We are downgrading the build server to 0.54.3 until 0.55.1 is released.