UnstableConsole Output

Started by an SCM change
Building remotely on ciworker0 (x86_64-linux-gnu runner) in workspace /var/lib/jenkins/workspace/scan-build-libnsfb
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.netsurf-browser.org/libnsfb.git # timeout=10
Fetching upstream changes from git://git.netsurf-browser.org/libnsfb.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://git.netsurf-browser.org/libnsfb.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 2443ff581ccd08b2fb36e1539a6b67da671ec430 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2443ff581ccd08b2fb36e1539a6b67da671ec430
 > git rev-list d5b4c96268df11437957c288f95490f011db9335 # timeout=10
 > git tag -a -f -m Jenkins Build #224 jenkins-scan-build-libnsfb-224 # timeout=10
[scan-build-libnsfb] $ /bin/sh -xe /tmp/hudson13695550621423246068.sh
+ cc -dumpmachine
+ export HOST=x86_64-linux-gnu
+ bash -ex /var/lib/jenkins/artifacts-x86_64-linux-gnu/share/netsurf-buildsystem/citools/jenkins-build.sh static
+ '[' xx86_64-linux-gnu = x ']'
+ ARTIFACT_HOME=/var/lib/jenkins/artifacts-x86_64-linux-gnu
+ '[' x = x ']'
++ cc -dumpmachine
+ BUILD=x86_64-linux-gnu
+ TARGET_TEST=
+ TARGET_INSTALL=
+ TARGET_COVERAGE=
+ TARGET_STATIC=
+ TARGET_COVERITY=
+ TARGET_DOCS=
+ VARIANT=release
+ case "$1" in
+ TARGET_STATIC=x86_64-linux-gnu
+ VARIANT=debug
+ export CCACHE=
+ CCACHE=
+ case ${BUILD} in
+ MAKE=make
+ mkdir -p /var/lib/jenkins/artifacts-x86_64-linux-gnu
+ export PREFIX=/var/lib/jenkins/artifacts-x86_64-linux-gnu
+ PREFIX=/var/lib/jenkins/artifacts-x86_64-linux-gnu
+ export PKG_CONFIG_PATH=/var/lib/jenkins/artifacts-x86_64-linux-gnu/lib/pkgconfig
+ PKG_CONFIG_PATH=/var/lib/jenkins/artifacts-x86_64-linux-gnu/lib/pkgconfig
+ export LD_LIBRARY_PATH=:/var/lib/jenkins/artifacts-x86_64-linux-gnu/lib
+ LD_LIBRARY_PATH=:/var/lib/jenkins/artifacts-x86_64-linux-gnu/lib
+ export PATH=/bin:/usr/bin:/var/lib/jenkins/artifacts-x86_64-linux-gnu/bin
+ PATH=/bin:/usr/bin:/var/lib/jenkins/artifacts-x86_64-linux-gnu/bin
+ make Q= clean HOST=x86_64-linux-gnu VARIANT=debug
rm -f  
rm -f  gmon.out
rm -f  
rm -f  
rm -f  
rm -f  
rm -f  -r build/docs
rm -f  -r build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static
+ '[' xx86_64-linux-gnu = x ']'
+ '[' xx86_64-linux-gnu = xx86_64-linux-gnu ']'
+ rm -rf clangScanBuildReports
+ CFLAGS=-Wno-error
+ scan-build -o clangScanBuildReports -v -v --use-cc clang --use-analyzer=/usr/bin/clang make Q= VARIANT=debug
scan-build: Using '/usr/bin/clang' for static analysis
scan-build: Emitting reports for this run to '/var/lib/jenkins/workspace/scan-build-libnsfb/clangScanBuildReports/2024-08-10-142630-1050471-1'.
mkdir -p build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static
mkdir -p build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/coverage
touch  build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/stamp
 COMPILE: src/libnsfb.c
/usr/share/clang/scan-build-14/bin/../libexec/ccc-analyzer -MMD -MP -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112L -I/var/lib/jenkins/workspace/scan-build-libnsfb/include/ -I/var/lib/jenkins/workspace/scan-build-libnsfb/src -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Werror -Wno-error -D_ALIGNED="__attribute__((aligned))" -DSTMTEXPR=1 -g -Og -DDEBUG -std=c99   -o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_libnsfb.o -c src/libnsfb.c

[LOCATION]: /var/lib/jenkins/workspace/scan-build-libnsfb
'/usr/bin/clang' '-cc1' '-triple' 'x86_64-pc-linux-gnu' '-analyze' '-disable-free' '-clear-ast-before-backend' '-disable-llvm-verifier' '-discard-value-names' '-main-file-name' 'libnsfb.c' '-analyzer-store=region' '-analyzer-opt-analyze-nested-blocks' '-analyzer-checker=core' '-analyzer-checker=apiModeling' '-analyzer-checker=unix' '-analyzer-checker=deadcode' '-analyzer-checker=security.insecureAPI.UncheckedReturn' '-analyzer-checker=security.insecureAPI.getpw' '-analyzer-checker=security.insecureAPI.gets' '-analyzer-checker=security.insecureAPI.mktemp' '-analyzer-checker=security.insecureAPI.mkstemp' '-analyzer-checker=security.insecureAPI.vfork' '-analyzer-checker=nullability.NullPassedToNonnull' '-analyzer-checker=nullability.NullReturnedFromNonnull' '-analyzer-output' 'plist' '-w' '-setup-static-analyzer' '-mrelocation-model' 'pic' '-pic-level' '2' '-pic-is-pie' '-mframe-pointer=none' '-fmath-errno' '-ffp-contract=on' '-fno-rounding-math' '-mconstructor-aliases' '-funwind-tables=2' '-target-cpu' 'x86-64' '-tune-cpu' 'generic' '-debugger-tuning=gdb' '-fcoverage-compilation-dir=/var/lib/jenkins/workspace/scan-build-libnsfb' '-resource-dir' '/usr/lib/llvm-14/lib/clang/14.0.6' '-D' '_BSD_SOURCE' '-D' '_DEFAULT_SOURCE' '-D' '_POSIX_C_SOURCE=200112L' '-I' '/var/lib/jenkins/workspace/scan-build-libnsfb/include/' '-I' '/var/lib/jenkins/workspace/scan-build-libnsfb/src' '-D' '_ALIGNED=__attribute__((aligned))' '-D' 'STMTEXPR=1' '-D' 'DEBUG' '-internal-isystem' '/usr/lib/llvm-14/lib/clang/14.0.6/include' '-internal-isystem' '/usr/local/include' '-internal-isystem' '/usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include' '-internal-externc-isystem' '/usr/include/x86_64-linux-gnu' '-internal-externc-isystem' '/include' '-internal-externc-isystem' '/usr/include' '-Og' '-Wwrite-strings' '-Wno-error' '-std=c99' '-fconst-strings' '-fdebug-compilation-dir=/var/lib/jenkins/workspace/scan-build-libnsfb' '-ferror-limit' '19' '-fgnuc-version=4.2.1' '-analyzer-display-progress' '-analyzer-output=html' '-faddrsig' '-D__GCC_HAVE_DWARF2_CFI_ASM=1' '-o' '/var/lib/jenkins/workspace/scan-build-libnsfb/clangScanBuildReports/2024-08-10-142630-1050471-1' '-x' 'c' 'src/libnsfb.c'
ANALYZE (Syntax): /var/lib/jenkins/workspace/scan-build-libnsfb/src/palette.h nsfb_palette_dithering_on : 0.1 ms
ANALYZE (Syntax): /var/lib/jenkins/workspace/scan-build-libnsfb/src/palette.h nsfb_palette_best_match : 0.5 ms
ANALYZE (Syntax): /var/lib/jenkins/workspace/scan-build-libnsfb/src/palette.h nsfb_palette_best_match_dither : 0.5 ms
ANALYZE (Syntax): src/libnsfb.c nsfb_new : 0.1 ms
ANALYZE (Syntax): src/libnsfb.c nsfb_init : 0.0 ms
ANALYZE (Syntax): src/libnsfb.c nsfb_free : 0.1 ms
ANALYZE (Syntax): src/libnsfb.c nsfb_event : 0.0 ms
ANALYZE (Syntax): src/libnsfb.c nsfb_claim : 0.0 ms
ANALYZE (Syntax): src/libnsfb.c nsfb_update : 0.0 ms
ANALYZE (Syntax): src/libnsfb.c nsfb_set_geometry : 0.0 ms
ANALYZE (Syntax): src/libnsfb.c nsfb_set_parameters : 0.1 ms
ANALYZE (Syntax): src/libnsfb.c nsfb_get_geometry : 0.0 ms
ANALYZE (Syntax): src/libnsfb.c nsfb_get_buffer : 0.0 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb.h nsfb_get_buffer : 1.6 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb.h nsfb_get_geometry : 1.4 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb.h nsfb_set_parameters : 1.6 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb.h nsfb_set_geometry : 1.7 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb.h nsfb_update : 0.2 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb.h nsfb_claim : 0.2 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_event.h nsfb_event : 0.2 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb.h nsfb_free : 3.4 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb.h nsfb_init : 0.2 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb.h nsfb_new : 0.6 ms
===-------------------------------------------------------------------------===
                                Analyzer timers
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0130 seconds (0.0130 wall clock)

   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0107 ( 97.5%)   0.0002 (  9.6%)   0.0109 ( 84.1%)   0.0109 ( 84.0%)  Path exploration time
   0.0003 (  2.4%)   0.0018 ( 90.4%)   0.0021 ( 15.8%)   0.0021 ( 15.9%)  Syntax-based analysis time
   0.0000 (  0.1%)   0.0000 (  0.0%)   0.0000 (  0.1%)   0.0000 (  0.1%)  Path-sensitive report post-processing time
   0.0110 (100.0%)   0.0020 (100.0%)   0.0130 (100.0%)   0.0130 (100.0%)  Total

 COMPILE: src/dump.c
/usr/share/clang/scan-build-14/bin/../libexec/ccc-analyzer -MMD -MP -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112L -I/var/lib/jenkins/workspace/scan-build-libnsfb/include/ -I/var/lib/jenkins/workspace/scan-build-libnsfb/src -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Werror -Wno-error -D_ALIGNED="__attribute__((aligned))" -DSTMTEXPR=1 -g -Og -DDEBUG -std=c99   -o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_dump.o -c src/dump.c

[LOCATION]: /var/lib/jenkins/workspace/scan-build-libnsfb
'/usr/bin/clang' '-cc1' '-triple' 'x86_64-pc-linux-gnu' '-analyze' '-disable-free' '-clear-ast-before-backend' '-disable-llvm-verifier' '-discard-value-names' '-main-file-name' 'dump.c' '-analyzer-store=region' '-analyzer-opt-analyze-nested-blocks' '-analyzer-checker=core' '-analyzer-checker=apiModeling' '-analyzer-checker=unix' '-analyzer-checker=deadcode' '-analyzer-checker=security.insecureAPI.UncheckedReturn' '-analyzer-checker=security.insecureAPI.getpw' '-analyzer-checker=security.insecureAPI.gets' '-analyzer-checker=security.insecureAPI.mktemp' '-analyzer-checker=security.insecureAPI.mkstemp' '-analyzer-checker=security.insecureAPI.vfork' '-analyzer-checker=nullability.NullPassedToNonnull' '-analyzer-checker=nullability.NullReturnedFromNonnull' '-analyzer-output' 'plist' '-w' '-setup-static-analyzer' '-mrelocation-model' 'pic' '-pic-level' '2' '-pic-is-pie' '-mframe-pointer=none' '-fmath-errno' '-ffp-contract=on' '-fno-rounding-math' '-mconstructor-aliases' '-funwind-tables=2' '-target-cpu' 'x86-64' '-tune-cpu' 'generic' '-debugger-tuning=gdb' '-fcoverage-compilation-dir=/var/lib/jenkins/workspace/scan-build-libnsfb' '-resource-dir' '/usr/lib/llvm-14/lib/clang/14.0.6' '-D' '_BSD_SOURCE' '-D' '_DEFAULT_SOURCE' '-D' '_POSIX_C_SOURCE=200112L' '-I' '/var/lib/jenkins/workspace/scan-build-libnsfb/include/' '-I' '/var/lib/jenkins/workspace/scan-build-libnsfb/src' '-D' '_ALIGNED=__attribute__((aligned))' '-D' 'STMTEXPR=1' '-D' 'DEBUG' '-internal-isystem' '/usr/lib/llvm-14/lib/clang/14.0.6/include' '-internal-isystem' '/usr/local/include' '-internal-isystem' '/usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include' '-internal-externc-isystem' '/usr/include/x86_64-linux-gnu' '-internal-externc-isystem' '/include' '-internal-externc-isystem' '/usr/include' '-Og' '-Wwrite-strings' '-Wno-error' '-std=c99' '-fconst-strings' '-fdebug-compilation-dir=/var/lib/jenkins/workspace/scan-build-libnsfb' '-ferror-limit' '19' '-fgnuc-version=4.2.1' '-analyzer-display-progress' '-analyzer-output=html' '-faddrsig' '-D__GCC_HAVE_DWARF2_CFI_ASM=1' '-o' '/var/lib/jenkins/workspace/scan-build-libnsfb/clangScanBuildReports/2024-08-10-142630-1050471-1' '-x' 'c' 'src/dump.c'
ANALYZE (Syntax): src/dump.c nsfb_dump : 0.2 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb.h nsfb_dump : 7.5 ms
===-------------------------------------------------------------------------===
                                Analyzer timers
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0082 seconds (0.0082 wall clock)

   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0075 ( 94.8%)   0.0000 (  0.0%)   0.0075 ( 92.0%)   0.0075 ( 91.8%)  Path exploration time
   0.0004 (  5.1%)   0.0002 (100.0%)   0.0007 (  8.0%)   0.0007 (  8.1%)  Syntax-based analysis time
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  Path-sensitive report post-processing time
   0.0079 (100.0%)   0.0002 (100.0%)   0.0082 (100.0%)   0.0082 (100.0%)  Total

 COMPILE: src/cursor.c
/usr/share/clang/scan-build-14/bin/../libexec/ccc-analyzer -MMD -MP -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112L -I/var/lib/jenkins/workspace/scan-build-libnsfb/include/ -I/var/lib/jenkins/workspace/scan-build-libnsfb/src -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Werror -Wno-error -D_ALIGNED="__attribute__((aligned))" -DSTMTEXPR=1 -g -Og -DDEBUG -std=c99   -o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_cursor.o -c src/cursor.c

[LOCATION]: /var/lib/jenkins/workspace/scan-build-libnsfb
'/usr/bin/clang' '-cc1' '-triple' 'x86_64-pc-linux-gnu' '-analyze' '-disable-free' '-clear-ast-before-backend' '-disable-llvm-verifier' '-discard-value-names' '-main-file-name' 'cursor.c' '-analyzer-store=region' '-analyzer-opt-analyze-nested-blocks' '-analyzer-checker=core' '-analyzer-checker=apiModeling' '-analyzer-checker=unix' '-analyzer-checker=deadcode' '-analyzer-checker=security.insecureAPI.UncheckedReturn' '-analyzer-checker=security.insecureAPI.getpw' '-analyzer-checker=security.insecureAPI.gets' '-analyzer-checker=security.insecureAPI.mktemp' '-analyzer-checker=security.insecureAPI.mkstemp' '-analyzer-checker=security.insecureAPI.vfork' '-analyzer-checker=nullability.NullPassedToNonnull' '-analyzer-checker=nullability.NullReturnedFromNonnull' '-analyzer-output' 'plist' '-w' '-setup-static-analyzer' '-mrelocation-model' 'pic' '-pic-level' '2' '-pic-is-pie' '-mframe-pointer=none' '-fmath-errno' '-ffp-contract=on' '-fno-rounding-math' '-mconstructor-aliases' '-funwind-tables=2' '-target-cpu' 'x86-64' '-tune-cpu' 'generic' '-debugger-tuning=gdb' '-fcoverage-compilation-dir=/var/lib/jenkins/workspace/scan-build-libnsfb' '-resource-dir' '/usr/lib/llvm-14/lib/clang/14.0.6' '-D' '_BSD_SOURCE' '-D' '_DEFAULT_SOURCE' '-D' '_POSIX_C_SOURCE=200112L' '-I' '/var/lib/jenkins/workspace/scan-build-libnsfb/include/' '-I' '/var/lib/jenkins/workspace/scan-build-libnsfb/src' '-D' '_ALIGNED=__attribute__((aligned))' '-D' 'STMTEXPR=1' '-D' 'DEBUG' '-internal-isystem' '/usr/lib/llvm-14/lib/clang/14.0.6/include' '-internal-isystem' '/usr/local/include' '-internal-isystem' '/usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include' '-internal-externc-isystem' '/usr/include/x86_64-linux-gnu' '-internal-externc-isystem' '/include' '-internal-externc-isystem' '/usr/include' '-Og' '-Wwrite-strings' '-Wno-error' '-std=c99' '-fconst-strings' '-fdebug-compilation-dir=/var/lib/jenkins/workspace/scan-build-libnsfb' '-ferror-limit' '19' '-fgnuc-version=4.2.1' '-analyzer-display-progress' '-analyzer-output=html' '-faddrsig' '-D__GCC_HAVE_DWARF2_CFI_ASM=1' '-o' '/var/lib/jenkins/workspace/scan-build-libnsfb/clangScanBuildReports/2024-08-10-142630-1050471-1' '-x' 'c' 'src/cursor.c'
ANALYZE (Syntax): src/cursor.c nsfb_cursor_init : 0.1 ms
ANALYZE (Syntax): src/cursor.c nsfb_cursor_set : 0.1 ms
ANALYZE (Syntax): src/cursor.c nsfb_cursor_loc_set : 0.1 ms
ANALYZE (Syntax): src/cursor.c nsfb_cursor_loc_get : 0.0 ms
ANALYZE (Syntax): src/cursor.c nsfb_cursor_plot : 0.3 ms
ANALYZE (Syntax): src/cursor.c nsfb_cursor_clear : 0.1 ms
ANALYZE (Syntax): src/cursor.c nsfb_cursor_destroy : 0.0 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/src/cursor.h nsfb_cursor_destroy : 0.8 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/src/cursor.h nsfb_cursor_clear : 1.7 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/src/cursor.h nsfb_cursor_plot : 6.3 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_cursor.h nsfb_cursor_loc_get : 0.5 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_cursor.h nsfb_cursor_loc_set : 1.4 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_cursor.h nsfb_cursor_set : 2.0 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_cursor.h nsfb_cursor_init : 0.6 ms
===-------------------------------------------------------------------------===
                                Analyzer timers
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0145 seconds (0.0145 wall clock)

   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0133 ( 93.0%)   0.0000 (  0.0%)   0.0133 ( 91.5%)   0.0133 ( 91.3%)  Path exploration time
   0.0010 (  7.0%)   0.0002 (100.0%)   0.0012 (  8.5%)   0.0012 (  8.6%)  Syntax-based analysis time
   0.0000 (  0.1%)   0.0000 (  0.0%)   0.0000 (  0.1%)   0.0000 (  0.1%)  Path-sensitive report post-processing time
   0.0143 (100.0%)   0.0002 (100.0%)   0.0145 (100.0%)   0.0145 (100.0%)  Total

 COMPILE: src/palette.c
/usr/share/clang/scan-build-14/bin/../libexec/ccc-analyzer -MMD -MP -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112L -I/var/lib/jenkins/workspace/scan-build-libnsfb/include/ -I/var/lib/jenkins/workspace/scan-build-libnsfb/src -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Werror -Wno-error -D_ALIGNED="__attribute__((aligned))" -DSTMTEXPR=1 -g -Og -DDEBUG -std=c99   -o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_palette.o -c src/palette.c

[LOCATION]: /var/lib/jenkins/workspace/scan-build-libnsfb
'/usr/bin/clang' '-cc1' '-triple' 'x86_64-pc-linux-gnu' '-analyze' '-disable-free' '-clear-ast-before-backend' '-disable-llvm-verifier' '-discard-value-names' '-main-file-name' 'palette.c' '-analyzer-store=region' '-analyzer-opt-analyze-nested-blocks' '-analyzer-checker=core' '-analyzer-checker=apiModeling' '-analyzer-checker=unix' '-analyzer-checker=deadcode' '-analyzer-checker=security.insecureAPI.UncheckedReturn' '-analyzer-checker=security.insecureAPI.getpw' '-analyzer-checker=security.insecureAPI.gets' '-analyzer-checker=security.insecureAPI.mktemp' '-analyzer-checker=security.insecureAPI.mkstemp' '-analyzer-checker=security.insecureAPI.vfork' '-analyzer-checker=nullability.NullPassedToNonnull' '-analyzer-checker=nullability.NullReturnedFromNonnull' '-analyzer-output' 'plist' '-w' '-setup-static-analyzer' '-mrelocation-model' 'pic' '-pic-level' '2' '-pic-is-pie' '-mframe-pointer=none' '-fmath-errno' '-ffp-contract=on' '-fno-rounding-math' '-mconstructor-aliases' '-funwind-tables=2' '-target-cpu' 'x86-64' '-tune-cpu' 'generic' '-debugger-tuning=gdb' '-fcoverage-compilation-dir=/var/lib/jenkins/workspace/scan-build-libnsfb' '-resource-dir' '/usr/lib/llvm-14/lib/clang/14.0.6' '-D' '_BSD_SOURCE' '-D' '_DEFAULT_SOURCE' '-D' '_POSIX_C_SOURCE=200112L' '-I' '/var/lib/jenkins/workspace/scan-build-libnsfb/include/' '-I' '/var/lib/jenkins/workspace/scan-build-libnsfb/src' '-D' '_ALIGNED=__attribute__((aligned))' '-D' 'STMTEXPR=1' '-D' 'DEBUG' '-internal-isystem' '/usr/lib/llvm-14/lib/clang/14.0.6/include' '-internal-isystem' '/usr/local/include' '-internal-isystem' '/usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include' '-internal-externc-isystem' '/usr/include/x86_64-linux-gnu' '-internal-externc-isystem' '/include' '-internal-externc-isystem' '/usr/include' '-Og' '-Wwrite-strings' '-Wno-error' '-std=c99' '-fconst-strings' '-fdebug-compilation-dir=/var/lib/jenkins/workspace/scan-build-libnsfb' '-ferror-limit' '19' '-fgnuc-version=4.2.1' '-analyzer-display-progress' '-analyzer-output=html' '-faddrsig' '-D__GCC_HAVE_DWARF2_CFI_ASM=1' '-o' '/var/lib/jenkins/workspace/scan-build-libnsfb/clangScanBuildReports/2024-08-10-142630-1050471-1' '-x' 'c' 'src/palette.c'
ANALYZE (Syntax): /var/lib/jenkins/workspace/scan-build-libnsfb/src/palette.h nsfb_palette_dithering_on : 0.1 ms
ANALYZE (Syntax): /var/lib/jenkins/workspace/scan-build-libnsfb/src/palette.h nsfb_palette_best_match : 0.5 ms
ANALYZE (Syntax): /var/lib/jenkins/workspace/scan-build-libnsfb/src/palette.h nsfb_palette_best_match_dither : 0.5 ms
ANALYZE (Syntax): src/palette.c nsfb_palette_new : 0.1 ms
ANALYZE (Syntax): src/palette.c nsfb_palette_free : 0.0 ms
ANALYZE (Syntax): src/palette.c nsfb_palette_dither_init : 0.0 ms
ANALYZE (Syntax): src/palette.c nsfb_palette_dither_fini : 0.0 ms
ANALYZE (Syntax): src/palette.c nsfb_palette_generate_nsfb_8bpp : 0.3 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/src/palette.h nsfb_palette_generate_nsfb_8bpp : 3.2 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/src/palette.h nsfb_palette_dither_fini : 0.2 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/src/palette.h nsfb_palette_dither_init : 0.9 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/src/palette.h nsfb_palette_new : 1.2 ms
===-------------------------------------------------------------------------===
                                Analyzer timers
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0074 seconds (0.0074 wall clock)

   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0019 ( 52.7%)   0.0036 ( 96.8%)   0.0056 ( 75.1%)   0.0056 ( 75.1%)  Path exploration time
   0.0017 ( 47.2%)   0.0001 (  3.1%)   0.0018 ( 24.8%)   0.0018 ( 24.8%)  Syntax-based analysis time
   0.0000 (  0.1%)   0.0000 (  0.1%)   0.0000 (  0.1%)   0.0000 (  0.1%)  Path-sensitive report post-processing time
   0.0037 (100.0%)   0.0038 (100.0%)   0.0074 (100.0%)   0.0074 (100.0%)  Total

 COMPILE: src/plot/api.c
/usr/share/clang/scan-build-14/bin/../libexec/ccc-analyzer -MMD -MP -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112L -I/var/lib/jenkins/workspace/scan-build-libnsfb/include/ -I/var/lib/jenkins/workspace/scan-build-libnsfb/src -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Werror -Wno-error -D_ALIGNED="__attribute__((aligned))" -DSTMTEXPR=1 -g -Og -DDEBUG -std=c99   -o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_plot_api.o -c src/plot/api.c

[LOCATION]: /var/lib/jenkins/workspace/scan-build-libnsfb
'/usr/bin/clang' '-cc1' '-triple' 'x86_64-pc-linux-gnu' '-analyze' '-disable-free' '-clear-ast-before-backend' '-disable-llvm-verifier' '-discard-value-names' '-main-file-name' 'api.c' '-analyzer-store=region' '-analyzer-opt-analyze-nested-blocks' '-analyzer-checker=core' '-analyzer-checker=apiModeling' '-analyzer-checker=unix' '-analyzer-checker=deadcode' '-analyzer-checker=security.insecureAPI.UncheckedReturn' '-analyzer-checker=security.insecureAPI.getpw' '-analyzer-checker=security.insecureAPI.gets' '-analyzer-checker=security.insecureAPI.mktemp' '-analyzer-checker=security.insecureAPI.mkstemp' '-analyzer-checker=security.insecureAPI.vfork' '-analyzer-checker=nullability.NullPassedToNonnull' '-analyzer-checker=nullability.NullReturnedFromNonnull' '-analyzer-output' 'plist' '-w' '-setup-static-analyzer' '-mrelocation-model' 'pic' '-pic-level' '2' '-pic-is-pie' '-mframe-pointer=none' '-fmath-errno' '-ffp-contract=on' '-fno-rounding-math' '-mconstructor-aliases' '-funwind-tables=2' '-target-cpu' 'x86-64' '-tune-cpu' 'generic' '-debugger-tuning=gdb' '-fcoverage-compilation-dir=/var/lib/jenkins/workspace/scan-build-libnsfb' '-resource-dir' '/usr/lib/llvm-14/lib/clang/14.0.6' '-D' '_BSD_SOURCE' '-D' '_DEFAULT_SOURCE' '-D' '_POSIX_C_SOURCE=200112L' '-I' '/var/lib/jenkins/workspace/scan-build-libnsfb/include/' '-I' '/var/lib/jenkins/workspace/scan-build-libnsfb/src' '-D' '_ALIGNED=__attribute__((aligned))' '-D' 'STMTEXPR=1' '-D' 'DEBUG' '-internal-isystem' '/usr/lib/llvm-14/lib/clang/14.0.6/include' '-internal-isystem' '/usr/local/include' '-internal-isystem' '/usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include' '-internal-externc-isystem' '/usr/include/x86_64-linux-gnu' '-internal-externc-isystem' '/include' '-internal-externc-isystem' '/usr/include' '-Og' '-Wwrite-strings' '-Wno-error' '-std=c99' '-fconst-strings' '-fdebug-compilation-dir=/var/lib/jenkins/workspace/scan-build-libnsfb' '-ferror-limit' '19' '-fgnuc-version=4.2.1' '-analyzer-display-progress' '-analyzer-output=html' '-faddrsig' '-D__GCC_HAVE_DWARF2_CFI_ASM=1' '-o' '/var/lib/jenkins/workspace/scan-build-libnsfb/clangScanBuildReports/2024-08-10-142630-1050471-1' '-x' 'c' 'src/plot/api.c'
ANALYZE (Syntax): src/plot/api.c nsfb_plot_set_clip : 0.1 ms
ANALYZE (Syntax): src/plot/api.c nsfb_plot_get_clip : 0.0 ms
ANALYZE (Syntax): src/plot/api.c nsfb_plot_clg : 0.0 ms
ANALYZE (Syntax): src/plot/api.c nsfb_plot_rectangle : 0.0 ms
ANALYZE (Syntax): src/plot/api.c nsfb_plot_rectangle_fill : 0.0 ms
ANALYZE (Syntax): src/plot/api.c nsfb_plot_line : 0.0 ms
ANALYZE (Syntax): src/plot/api.c nsfb_plot_lines : 0.0 ms
ANALYZE (Syntax): src/plot/api.c nsfb_plot_polylines : 0.0 ms
ANALYZE (Syntax): src/plot/api.c nsfb_plot_polygon : 0.0 ms
ANALYZE (Syntax): src/plot/api.c nsfb_plot_arc : 0.0 ms
ANALYZE (Syntax): src/plot/api.c nsfb_plot_point : 0.0 ms
ANALYZE (Syntax): src/plot/api.c nsfb_plot_ellipse : 0.0 ms
ANALYZE (Syntax): src/plot/api.c nsfb_plot_ellipse_fill : 0.0 ms
ANALYZE (Syntax): src/plot/api.c nsfb_plot_copy : 0.2 ms
ANALYZE (Syntax): src/plot/api.c nsfb_plot_bitmap : 0.0 ms
ANALYZE (Syntax): src/plot/api.c nsfb_plot_bitmap_tiles : 0.0 ms
ANALYZE (Syntax): src/plot/api.c nsfb_plot_glyph8 : 0.0 ms
ANALYZE (Syntax): src/plot/api.c nsfb_plot_glyph1 : 0.0 ms
ANALYZE (Syntax): src/plot/api.c nsfb_plot_readrect : 0.0 ms
ANALYZE (Syntax): src/plot/api.c nsfb_plot_cubic_bezier : 0.0 ms
ANALYZE (Syntax): src/plot/api.c nsfb_plot_quadratic_bezier : 0.0 ms
ANALYZE (Syntax): src/plot/api.c nsfb_plot_path : 0.0 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot.h nsfb_plot_path : 0.7 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot.h nsfb_plot_quadratic_bezier : 0.6 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot.h nsfb_plot_cubic_bezier : 1.0 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot.h nsfb_plot_readrect : 0.3 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot.h nsfb_plot_glyph1 : 0.3 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot.h nsfb_plot_glyph8 : 0.3 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot.h nsfb_plot_bitmap_tiles : 0.3 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot.h nsfb_plot_bitmap : 0.3 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot.h nsfb_plot_copy : 4.2 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot.h nsfb_plot_ellipse_fill : 0.3 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot.h nsfb_plot_ellipse : 0.2 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot.h nsfb_plot_point : 0.3 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot.h nsfb_plot_arc : 0.3 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot.h nsfb_plot_polygon : 0.2 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot.h nsfb_plot_polylines : 0.2 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot.h nsfb_plot_lines : 0.2 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot.h nsfb_plot_line : 0.2 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot.h nsfb_plot_rectangle_fill : 0.2 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot.h nsfb_plot_rectangle : 0.2 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot.h nsfb_plot_clg : 0.2 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot.h nsfb_plot_get_clip : 0.2 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot.h nsfb_plot_set_clip : 0.2 ms
===-------------------------------------------------------------------------===
                                Analyzer timers
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0126 seconds (0.0126 wall clock)

   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0103 ( 97.4%)   0.0008 ( 36.7%)   0.0110 ( 87.5%)   0.0110 ( 87.4%)  Path exploration time
   0.0002 (  2.3%)   0.0013 ( 63.2%)   0.0015 ( 12.2%)   0.0016 ( 12.4%)  Syntax-based analysis time
   0.0000 (  0.3%)   0.0000 (  0.1%)   0.0000 (  0.2%)   0.0000 (  0.2%)  Path-sensitive report post-processing time
   0.0106 (100.0%)   0.0021 (100.0%)   0.0126 (100.0%)   0.0126 (100.0%)  Total

 COMPILE: src/plot/util.c
/usr/share/clang/scan-build-14/bin/../libexec/ccc-analyzer -MMD -MP -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112L -I/var/lib/jenkins/workspace/scan-build-libnsfb/include/ -I/var/lib/jenkins/workspace/scan-build-libnsfb/src -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Werror -Wno-error -D_ALIGNED="__attribute__((aligned))" -DSTMTEXPR=1 -g -Og -DDEBUG -std=c99   -o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_plot_util.o -c src/plot/util.c

[LOCATION]: /var/lib/jenkins/workspace/scan-build-libnsfb
'/usr/bin/clang' '-cc1' '-triple' 'x86_64-pc-linux-gnu' '-analyze' '-disable-free' '-clear-ast-before-backend' '-disable-llvm-verifier' '-discard-value-names' '-main-file-name' 'util.c' '-analyzer-store=region' '-analyzer-opt-analyze-nested-blocks' '-analyzer-checker=core' '-analyzer-checker=apiModeling' '-analyzer-checker=unix' '-analyzer-checker=deadcode' '-analyzer-checker=security.insecureAPI.UncheckedReturn' '-analyzer-checker=security.insecureAPI.getpw' '-analyzer-checker=security.insecureAPI.gets' '-analyzer-checker=security.insecureAPI.mktemp' '-analyzer-checker=security.insecureAPI.mkstemp' '-analyzer-checker=security.insecureAPI.vfork' '-analyzer-checker=nullability.NullPassedToNonnull' '-analyzer-checker=nullability.NullReturnedFromNonnull' '-analyzer-output' 'plist' '-w' '-setup-static-analyzer' '-mrelocation-model' 'pic' '-pic-level' '2' '-pic-is-pie' '-mframe-pointer=none' '-fmath-errno' '-ffp-contract=on' '-fno-rounding-math' '-mconstructor-aliases' '-funwind-tables=2' '-target-cpu' 'x86-64' '-tune-cpu' 'generic' '-debugger-tuning=gdb' '-fcoverage-compilation-dir=/var/lib/jenkins/workspace/scan-build-libnsfb' '-resource-dir' '/usr/lib/llvm-14/lib/clang/14.0.6' '-D' '_BSD_SOURCE' '-D' '_DEFAULT_SOURCE' '-D' '_POSIX_C_SOURCE=200112L' '-I' '/var/lib/jenkins/workspace/scan-build-libnsfb/include/' '-I' '/var/lib/jenkins/workspace/scan-build-libnsfb/src' '-D' '_ALIGNED=__attribute__((aligned))' '-D' 'STMTEXPR=1' '-D' 'DEBUG' '-internal-isystem' '/usr/lib/llvm-14/lib/clang/14.0.6/include' '-internal-isystem' '/usr/local/include' '-internal-isystem' '/usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include' '-internal-externc-isystem' '/usr/include/x86_64-linux-gnu' '-internal-externc-isystem' '/include' '-internal-externc-isystem' '/usr/include' '-Og' '-Wwrite-strings' '-Wno-error' '-std=c99' '-fconst-strings' '-fdebug-compilation-dir=/var/lib/jenkins/workspace/scan-build-libnsfb' '-ferror-limit' '19' '-fgnuc-version=4.2.1' '-analyzer-display-progress' '-analyzer-output=html' '-faddrsig' '-D__GCC_HAVE_DWARF2_CFI_ASM=1' '-o' '/var/lib/jenkins/workspace/scan-build-libnsfb/clangScanBuildReports/2024-08-10-142630-1050471-1' '-x' 'c' 'src/plot/util.c'
ANALYZE (Syntax): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot_util.h nsfb_plot_ablend : 0.2 ms
ANALYZE (Syntax): src/plot/util.c nsfb_plot_clip : 0.7 ms
ANALYZE (Syntax): src/plot/util.c nsfb_plot_clip_ctx : 0.0 ms
ANALYZE (Syntax): src/plot/util.c nsfb_plot_clip_line : 2.1 ms
ANALYZE (Syntax): src/plot/util.c nsfb_plot_clip_line_ctx : 0.0 ms
ANALYZE (Syntax): src/plot/util.c nsfb_plot_add_rect : 0.1 ms
ANALYZE (Syntax): src/plot/util.c nsfb_plot_bbox_intersect : 0.0 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot_util.h nsfb_plot_bbox_intersect : 1.6 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot_util.h nsfb_plot_add_rect : 5.8 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot_util.h nsfb_plot_clip_line_ctx : 1710.7 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot_util.h nsfb_plot_clip_ctx : 1502.1 ms
===-------------------------------------------------------------------------===
                                Analyzer timers
===-------------------------------------------------------------------------===
  Total Execution Time: 3.2206 seconds (3.2239 wall clock)

   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   3.0803 ( 99.9%)   0.1366 ( 99.6%)   3.2169 ( 99.9%)   3.2202 ( 99.9%)  Path exploration time
   0.0031 (  0.1%)   0.0006 (  0.4%)   0.0037 (  0.1%)   0.0037 (  0.1%)  Syntax-based analysis time
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  Path-sensitive report post-processing time
   3.0834 (100.0%)   0.1372 (100.0%)   3.2206 (100.0%)   3.2239 (100.0%)  Total

 COMPILE: src/plot/generic.c
/usr/share/clang/scan-build-14/bin/../libexec/ccc-analyzer -MMD -MP -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112L -I/var/lib/jenkins/workspace/scan-build-libnsfb/include/ -I/var/lib/jenkins/workspace/scan-build-libnsfb/src -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Werror -Wno-error -D_ALIGNED="__attribute__((aligned))" -DSTMTEXPR=1 -g -Og -DDEBUG -std=c99   -o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_plot_generic.o -c src/plot/generic.c

[LOCATION]: /var/lib/jenkins/workspace/scan-build-libnsfb
'/usr/bin/clang' '-cc1' '-triple' 'x86_64-pc-linux-gnu' '-analyze' '-disable-free' '-clear-ast-before-backend' '-disable-llvm-verifier' '-discard-value-names' '-main-file-name' 'generic.c' '-analyzer-store=region' '-analyzer-opt-analyze-nested-blocks' '-analyzer-checker=core' '-analyzer-checker=apiModeling' '-analyzer-checker=unix' '-analyzer-checker=deadcode' '-analyzer-checker=security.insecureAPI.UncheckedReturn' '-analyzer-checker=security.insecureAPI.getpw' '-analyzer-checker=security.insecureAPI.gets' '-analyzer-checker=security.insecureAPI.mktemp' '-analyzer-checker=security.insecureAPI.mkstemp' '-analyzer-checker=security.insecureAPI.vfork' '-analyzer-checker=nullability.NullPassedToNonnull' '-analyzer-checker=nullability.NullReturnedFromNonnull' '-analyzer-output' 'plist' '-w' '-setup-static-analyzer' '-mrelocation-model' 'pic' '-pic-level' '2' '-pic-is-pie' '-mframe-pointer=none' '-fmath-errno' '-ffp-contract=on' '-fno-rounding-math' '-mconstructor-aliases' '-funwind-tables=2' '-target-cpu' 'x86-64' '-tune-cpu' 'generic' '-debugger-tuning=gdb' '-fcoverage-compilation-dir=/var/lib/jenkins/workspace/scan-build-libnsfb' '-resource-dir' '/usr/lib/llvm-14/lib/clang/14.0.6' '-D' '_BSD_SOURCE' '-D' '_DEFAULT_SOURCE' '-D' '_POSIX_C_SOURCE=200112L' '-I' '/var/lib/jenkins/workspace/scan-build-libnsfb/include/' '-I' '/var/lib/jenkins/workspace/scan-build-libnsfb/src' '-D' '_ALIGNED=__attribute__((aligned))' '-D' 'STMTEXPR=1' '-D' 'DEBUG' '-internal-isystem' '/usr/lib/llvm-14/lib/clang/14.0.6/include' '-internal-isystem' '/usr/local/include' '-internal-isystem' '/usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include' '-internal-externc-isystem' '/usr/include/x86_64-linux-gnu' '-internal-externc-isystem' '/include' '-internal-externc-isystem' '/usr/include' '-Og' '-Wwrite-strings' '-Wno-error' '-std=c99' '-fconst-strings' '-fdebug-compilation-dir=/var/lib/jenkins/workspace/scan-build-libnsfb' '-ferror-limit' '19' '-fgnuc-version=4.2.1' '-analyzer-display-progress' '-analyzer-output=html' '-faddrsig' '-D__GCC_HAVE_DWARF2_CFI_ASM=1' '-o' '/var/lib/jenkins/workspace/scan-build-libnsfb/clangScanBuildReports/2024-08-10-142630-1050471-1' '-x' 'c' 'src/plot/generic.c'
ANALYZE (Syntax): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot_util.h nsfb_plot_ablend : 0.1 ms
ANALYZE (Syntax): src/plot/generic.c set_clip : 0.1 ms
ANALYZE (Syntax): src/plot/generic.c get_clip : 0.0 ms
ANALYZE (Syntax): src/plot/generic.c clg : 0.0 ms
ANALYZE (Syntax): src/plot/generic.c establish_crossing_value : 0.1 ms
ANALYZE (Syntax): src/plot/generic.c find_span : 1.5 ms
ANALYZE (Syntax): src/plot/generic.c polygon : 0.6 ms
ANALYZE (Syntax): src/plot/generic.c rectangle : 0.1 ms
ANALYZE (Syntax): src/plot/generic.c ellipsepoints : 0.1 ms
ANALYZE (Syntax): src/plot/generic.c ellipsefill : 0.1 ms
ANALYZE (Syntax): src/plot/generic.c ellipse_midpoint : 0.3 ms
ANALYZE (Syntax): src/plot/generic.c circlepoints : 0.1 ms
ANALYZE (Syntax): src/plot/generic.c circlefill : 0.1 ms
ANALYZE (Syntax): src/plot/generic.c circle_midpoint : 0.1 ms
ANALYZE (Syntax): src/plot/generic.c ellipse : 0.1 ms
ANALYZE (Syntax): src/plot/generic.c ellipse_fill : 0.1 ms
ANALYZE (Syntax): src/plot/generic.c copy : 0.3 ms
ANALYZE (Syntax): src/plot/generic.c arc : 0.0 ms
ANALYZE (Syntax): src/plot/generic.c cubic_points : 0.3 ms
ANALYZE (Syntax): src/plot/generic.c quadratic_points : 0.3 ms
ANALYZE (Syntax): src/plot/generic.c polylines : 0.1 ms
ANALYZE (Syntax): src/plot/generic.c quadratic : 0.0 ms
ANALYZE (Syntax): src/plot/generic.c cubic : 0.0 ms
ANALYZE (Syntax): src/plot/generic.c path : 0.4 ms
ANALYZE (Syntax): src/plot/generic.c select_plotters : 0.2 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/src/plot.h select_plotters : 20.4 ms
ANALYZE (Path,  Inline_Regular): src/plot/generic.c path : 2187.1 ms
ANALYZE (Path,  Inline_Regular): src/plot/generic.c cubic : 0.3 ms
ANALYZE (Path,  Inline_Regular): src/plot/generic.c quadratic : 0.3 ms
ANALYZE (Path,  Inline_Regular): src/plot/generic.c arc : 0.1 ms
ANALYZE (Path,  Inline_Regular): src/plot/generic.c copy : 4.5 ms
ANALYZE (Path,  Inline_Regular): src/plot/generic.c ellipse_fill : 507.6 ms
ANALYZE (Path,  Inline_Regular): src/plot/generic.c ellipse : 0.6 ms
ANALYZE (Path,  Inline_Regular): src/plot/generic.c circlepoints : 0.9 ms
ANALYZE (Path,  Inline_Regular): src/plot/generic.c ellipsepoints : 0.6 ms
ANALYZE (Path,  Inline_Regular): src/plot/generic.c rectangle : 1.0 ms
ANALYZE (Path,  Inline_Regular): src/plot/generic.c clg : 0.2 ms
ANALYZE (Path,  Inline_Regular): src/plot/generic.c get_clip : 0.1 ms
ANALYZE (Path,  Inline_Regular): src/plot/generic.c set_clip : 0.4 ms
src/plot/generic.c:192:24: warning: Division by zero [core.DivideZero]
                                x_new = p_x0 + num / den;
                                               ~~~~^~~~~
===-------------------------------------------------------------------------===
                                Analyzer timers
===-------------------------------------------------------------------------===
  Total Execution Time: 2.7232 seconds (2.7324 wall clock)

   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   2.6024 ( 99.7%)   0.1125 ( 99.6%)   2.7149 ( 99.7%)   2.7241 ( 99.7%)  Path exploration time
   0.0052 (  0.2%)   0.0004 (  0.4%)   0.0056 (  0.2%)   0.0057 (  0.2%)  Syntax-based analysis time
   0.0027 (  0.1%)   0.0000 (  0.0%)   0.0027 (  0.1%)   0.0027 (  0.1%)  Path-sensitive report post-processing time
   2.6103 (100.0%)   0.1129 (100.0%)   2.7232 (100.0%)   2.7324 (100.0%)  Total

1 warning generated.
 COMPILE: src/plot/32bpp-xrgb8888.c
/usr/share/clang/scan-build-14/bin/../libexec/ccc-analyzer -MMD -MP -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112L -I/var/lib/jenkins/workspace/scan-build-libnsfb/include/ -I/var/lib/jenkins/workspace/scan-build-libnsfb/src -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Werror -Wno-error -D_ALIGNED="__attribute__((aligned))" -DSTMTEXPR=1 -g -Og -DDEBUG -std=c99   -o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_plot_32bpp-xrgb8888.o -c src/plot/32bpp-xrgb8888.c

[LOCATION]: /var/lib/jenkins/workspace/scan-build-libnsfb
'/usr/bin/clang' '-cc1' '-triple' 'x86_64-pc-linux-gnu' '-analyze' '-disable-free' '-clear-ast-before-backend' '-disable-llvm-verifier' '-discard-value-names' '-main-file-name' '32bpp-xrgb8888.c' '-analyzer-store=region' '-analyzer-opt-analyze-nested-blocks' '-analyzer-checker=core' '-analyzer-checker=apiModeling' '-analyzer-checker=unix' '-analyzer-checker=deadcode' '-analyzer-checker=security.insecureAPI.UncheckedReturn' '-analyzer-checker=security.insecureAPI.getpw' '-analyzer-checker=security.insecureAPI.gets' '-analyzer-checker=security.insecureAPI.mktemp' '-analyzer-checker=security.insecureAPI.mkstemp' '-analyzer-checker=security.insecureAPI.vfork' '-analyzer-checker=nullability.NullPassedToNonnull' '-analyzer-checker=nullability.NullReturnedFromNonnull' '-analyzer-output' 'plist' '-w' '-setup-static-analyzer' '-mrelocation-model' 'pic' '-pic-level' '2' '-pic-is-pie' '-mframe-pointer=none' '-fmath-errno' '-ffp-contract=on' '-fno-rounding-math' '-mconstructor-aliases' '-funwind-tables=2' '-target-cpu' 'x86-64' '-tune-cpu' 'generic' '-debugger-tuning=gdb' '-fcoverage-compilation-dir=/var/lib/jenkins/workspace/scan-build-libnsfb' '-resource-dir' '/usr/lib/llvm-14/lib/clang/14.0.6' '-D' '_BSD_SOURCE' '-D' '_DEFAULT_SOURCE' '-D' '_POSIX_C_SOURCE=200112L' '-I' '/var/lib/jenkins/workspace/scan-build-libnsfb/include/' '-I' '/var/lib/jenkins/workspace/scan-build-libnsfb/src' '-D' '_ALIGNED=__attribute__((aligned))' '-D' 'STMTEXPR=1' '-D' 'DEBUG' '-internal-isystem' '/usr/lib/llvm-14/lib/clang/14.0.6/include' '-internal-isystem' '/usr/local/include' '-internal-isystem' '/usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include' '-internal-externc-isystem' '/usr/include/x86_64-linux-gnu' '-internal-externc-isystem' '/include' '-internal-externc-isystem' '/usr/include' '-Og' '-Wwrite-strings' '-Wno-error' '-std=c99' '-fconst-strings' '-fdebug-compilation-dir=/var/lib/jenkins/workspace/scan-build-libnsfb' '-ferror-limit' '19' '-fgnuc-version=4.2.1' '-analyzer-display-progress' '-analyzer-output=html' '-faddrsig' '-D__GCC_HAVE_DWARF2_CFI_ASM=1' '-o' '/var/lib/jenkins/workspace/scan-build-libnsfb/clangScanBuildReports/2024-08-10-142630-1050471-1' '-x' 'c' 'src/plot/32bpp-xrgb8888.c'
ANALYZE (Syntax): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot_util.h nsfb_plot_ablend : 0.1 ms
ANALYZE (Syntax): src/plot/32bpp-xrgb8888.c get_xy_loc : 0.0 ms
ANALYZE (Syntax): src/plot/32bpp-xrgb8888.c pixel_to_colour : 0.0 ms
ANALYZE (Syntax): src/plot/32bpp-xrgb8888.c colour_to_pixel : 0.0 ms
ANALYZE (Syntax): /var/lib/jenkins/workspace/scan-build-libnsfb/src/palette.h nsfb_palette_dithering_on : 0.0 ms
ANALYZE (Syntax): /var/lib/jenkins/workspace/scan-build-libnsfb/src/palette.h nsfb_palette_best_match : 0.5 ms
ANALYZE (Syntax): /var/lib/jenkins/workspace/scan-build-libnsfb/src/palette.h nsfb_palette_best_match_dither : 0.4 ms
ANALYZE (Syntax): src/plot/common.c line : 0.8 ms
ANALYZE (Syntax): src/plot/common.c point : 0.1 ms
ANALYZE (Syntax): src/plot/common.c glyph1 : 0.2 ms
ANALYZE (Syntax): src/plot/common.c glyph8 : 0.2 ms
ANALYZE (Syntax): src/plot/common.c bitmap_scaled : 0.7 ms
ANALYZE (Syntax): src/plot/common.c bitmap : 0.5 ms
ANALYZE (Syntax): src/plot/common.c bitmap_tiles_x : 1.1 ms
ANALYZE (Syntax): src/plot/common.c bitmap_tiles : 0.6 ms
ANALYZE (Syntax): src/plot/common.c readrect : 0.2 ms
ANALYZE (Syntax): src/plot/32bpp-common.c fill : 0.4 ms
ANALYZE (Path,  Inline_Regular): src/plot/32bpp-xrgb8888.c colour_to_pixel : 0.4 ms
ANALYZE (Path,  Inline_Regular): src/plot/32bpp-xrgb8888.c pixel_to_colour : 0.2 ms
ANALYZE (Path,  Inline_Regular): src/plot/32bpp-xrgb8888.c get_xy_loc : 0.8 ms
===-------------------------------------------------------------------------===
                                Analyzer timers
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0080 seconds (0.0081 wall clock)

   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0034 ( 70.4%)   0.0032 (100.0%)   0.0066 ( 82.1%)   0.0067 ( 82.2%)  Syntax-based analysis time
   0.0014 ( 29.6%)   0.0000 (  0.0%)   0.0014 ( 17.9%)   0.0014 ( 17.7%)  Path exploration time
   0.0000 (  0.1%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  Path-sensitive report post-processing time
   0.0049 (100.0%)   0.0032 (100.0%)   0.0080 (100.0%)   0.0081 (100.0%)  Total

 COMPILE: src/plot/32bpp-xbgr8888.c
/usr/share/clang/scan-build-14/bin/../libexec/ccc-analyzer -MMD -MP -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112L -I/var/lib/jenkins/workspace/scan-build-libnsfb/include/ -I/var/lib/jenkins/workspace/scan-build-libnsfb/src -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Werror -Wno-error -D_ALIGNED="__attribute__((aligned))" -DSTMTEXPR=1 -g -Og -DDEBUG -std=c99   -o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_plot_32bpp-xbgr8888.o -c src/plot/32bpp-xbgr8888.c

[LOCATION]: /var/lib/jenkins/workspace/scan-build-libnsfb
'/usr/bin/clang' '-cc1' '-triple' 'x86_64-pc-linux-gnu' '-analyze' '-disable-free' '-clear-ast-before-backend' '-disable-llvm-verifier' '-discard-value-names' '-main-file-name' '32bpp-xbgr8888.c' '-analyzer-store=region' '-analyzer-opt-analyze-nested-blocks' '-analyzer-checker=core' '-analyzer-checker=apiModeling' '-analyzer-checker=unix' '-analyzer-checker=deadcode' '-analyzer-checker=security.insecureAPI.UncheckedReturn' '-analyzer-checker=security.insecureAPI.getpw' '-analyzer-checker=security.insecureAPI.gets' '-analyzer-checker=security.insecureAPI.mktemp' '-analyzer-checker=security.insecureAPI.mkstemp' '-analyzer-checker=security.insecureAPI.vfork' '-analyzer-checker=nullability.NullPassedToNonnull' '-analyzer-checker=nullability.NullReturnedFromNonnull' '-analyzer-output' 'plist' '-w' '-setup-static-analyzer' '-mrelocation-model' 'pic' '-pic-level' '2' '-pic-is-pie' '-mframe-pointer=none' '-fmath-errno' '-ffp-contract=on' '-fno-rounding-math' '-mconstructor-aliases' '-funwind-tables=2' '-target-cpu' 'x86-64' '-tune-cpu' 'generic' '-debugger-tuning=gdb' '-fcoverage-compilation-dir=/var/lib/jenkins/workspace/scan-build-libnsfb' '-resource-dir' '/usr/lib/llvm-14/lib/clang/14.0.6' '-D' '_BSD_SOURCE' '-D' '_DEFAULT_SOURCE' '-D' '_POSIX_C_SOURCE=200112L' '-I' '/var/lib/jenkins/workspace/scan-build-libnsfb/include/' '-I' '/var/lib/jenkins/workspace/scan-build-libnsfb/src' '-D' '_ALIGNED=__attribute__((aligned))' '-D' 'STMTEXPR=1' '-D' 'DEBUG' '-internal-isystem' '/usr/lib/llvm-14/lib/clang/14.0.6/include' '-internal-isystem' '/usr/local/include' '-internal-isystem' '/usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include' '-internal-externc-isystem' '/usr/include/x86_64-linux-gnu' '-internal-externc-isystem' '/include' '-internal-externc-isystem' '/usr/include' '-Og' '-Wwrite-strings' '-Wno-error' '-std=c99' '-fconst-strings' '-fdebug-compilation-dir=/var/lib/jenkins/workspace/scan-build-libnsfb' '-ferror-limit' '19' '-fgnuc-version=4.2.1' '-analyzer-display-progress' '-analyzer-output=html' '-faddrsig' '-D__GCC_HAVE_DWARF2_CFI_ASM=1' '-o' '/var/lib/jenkins/workspace/scan-build-libnsfb/clangScanBuildReports/2024-08-10-142630-1050471-1' '-x' 'c' 'src/plot/32bpp-xbgr8888.c'
ANALYZE (Syntax): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot_util.h nsfb_plot_ablend : 0.1 ms
ANALYZE (Syntax): src/plot/32bpp-xbgr8888.c get_xy_loc : 0.0 ms
ANALYZE (Syntax): src/plot/32bpp-xbgr8888.c pixel_to_colour : 0.0 ms
ANALYZE (Syntax): src/plot/32bpp-xbgr8888.c colour_to_pixel : 0.0 ms
ANALYZE (Syntax): /var/lib/jenkins/workspace/scan-build-libnsfb/src/palette.h nsfb_palette_dithering_on : 0.0 ms
ANALYZE (Syntax): /var/lib/jenkins/workspace/scan-build-libnsfb/src/palette.h nsfb_palette_best_match : 0.5 ms
ANALYZE (Syntax): /var/lib/jenkins/workspace/scan-build-libnsfb/src/palette.h nsfb_palette_best_match_dither : 0.4 ms
ANALYZE (Syntax): src/plot/common.c line : 0.9 ms
ANALYZE (Syntax): src/plot/common.c point : 0.1 ms
ANALYZE (Syntax): src/plot/common.c glyph1 : 0.2 ms
ANALYZE (Syntax): src/plot/common.c glyph8 : 0.2 ms
ANALYZE (Syntax): src/plot/common.c bitmap_scaled : 0.7 ms
ANALYZE (Syntax): src/plot/common.c bitmap : 0.5 ms
ANALYZE (Syntax): src/plot/common.c bitmap_tiles_x : 1.1 ms
ANALYZE (Syntax): src/plot/common.c bitmap_tiles : 0.6 ms
ANALYZE (Syntax): src/plot/common.c readrect : 0.1 ms
ANALYZE (Syntax): src/plot/32bpp-common.c fill : 0.2 ms
ANALYZE (Path,  Inline_Regular): src/plot/32bpp-xbgr8888.c colour_to_pixel : 0.2 ms
ANALYZE (Path,  Inline_Regular): src/plot/32bpp-xbgr8888.c pixel_to_colour : 0.1 ms
ANALYZE (Path,  Inline_Regular): src/plot/32bpp-xbgr8888.c get_xy_loc : 0.7 ms
===-------------------------------------------------------------------------===
                                Analyzer timers
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0075 seconds (0.0075 wall clock)

   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0060 ( 85.3%)   0.0005 (100.0%)   0.0065 ( 86.2%)   0.0065 ( 86.2%)  Syntax-based analysis time
   0.0010 ( 14.7%)   0.0000 (  0.0%)   0.0010 ( 13.8%)   0.0010 ( 13.8%)  Path exploration time
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  Path-sensitive report post-processing time
   0.0070 (100.0%)   0.0005 (100.0%)   0.0075 (100.0%)   0.0075 (100.0%)  Total

 COMPILE: src/plot/16bpp.c
/usr/share/clang/scan-build-14/bin/../libexec/ccc-analyzer -MMD -MP -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112L -I/var/lib/jenkins/workspace/scan-build-libnsfb/include/ -I/var/lib/jenkins/workspace/scan-build-libnsfb/src -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Werror -Wno-error -D_ALIGNED="__attribute__((aligned))" -DSTMTEXPR=1 -g -Og -DDEBUG -std=c99   -o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_plot_16bpp.o -c src/plot/16bpp.c

[LOCATION]: /var/lib/jenkins/workspace/scan-build-libnsfb
'/usr/bin/clang' '-cc1' '-triple' 'x86_64-pc-linux-gnu' '-analyze' '-disable-free' '-clear-ast-before-backend' '-disable-llvm-verifier' '-discard-value-names' '-main-file-name' '16bpp.c' '-analyzer-store=region' '-analyzer-opt-analyze-nested-blocks' '-analyzer-checker=core' '-analyzer-checker=apiModeling' '-analyzer-checker=unix' '-analyzer-checker=deadcode' '-analyzer-checker=security.insecureAPI.UncheckedReturn' '-analyzer-checker=security.insecureAPI.getpw' '-analyzer-checker=security.insecureAPI.gets' '-analyzer-checker=security.insecureAPI.mktemp' '-analyzer-checker=security.insecureAPI.mkstemp' '-analyzer-checker=security.insecureAPI.vfork' '-analyzer-checker=nullability.NullPassedToNonnull' '-analyzer-checker=nullability.NullReturnedFromNonnull' '-analyzer-output' 'plist' '-w' '-setup-static-analyzer' '-mrelocation-model' 'pic' '-pic-level' '2' '-pic-is-pie' '-mframe-pointer=none' '-fmath-errno' '-ffp-contract=on' '-fno-rounding-math' '-mconstructor-aliases' '-funwind-tables=2' '-target-cpu' 'x86-64' '-tune-cpu' 'generic' '-debugger-tuning=gdb' '-fcoverage-compilation-dir=/var/lib/jenkins/workspace/scan-build-libnsfb' '-resource-dir' '/usr/lib/llvm-14/lib/clang/14.0.6' '-D' '_BSD_SOURCE' '-D' '_DEFAULT_SOURCE' '-D' '_POSIX_C_SOURCE=200112L' '-I' '/var/lib/jenkins/workspace/scan-build-libnsfb/include/' '-I' '/var/lib/jenkins/workspace/scan-build-libnsfb/src' '-D' '_ALIGNED=__attribute__((aligned))' '-D' 'STMTEXPR=1' '-D' 'DEBUG' '-internal-isystem' '/usr/lib/llvm-14/lib/clang/14.0.6/include' '-internal-isystem' '/usr/local/include' '-internal-isystem' '/usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include' '-internal-externc-isystem' '/usr/include/x86_64-linux-gnu' '-internal-externc-isystem' '/include' '-internal-externc-isystem' '/usr/include' '-Og' '-Wwrite-strings' '-Wno-error' '-std=c99' '-fconst-strings' '-fdebug-compilation-dir=/var/lib/jenkins/workspace/scan-build-libnsfb' '-ferror-limit' '19' '-fgnuc-version=4.2.1' '-analyzer-display-progress' '-analyzer-output=html' '-faddrsig' '-D__GCC_HAVE_DWARF2_CFI_ASM=1' '-o' '/var/lib/jenkins/workspace/scan-build-libnsfb/clangScanBuildReports/2024-08-10-142630-1050471-1' '-x' 'c' 'src/plot/16bpp.c'
ANALYZE (Syntax): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot_util.h nsfb_plot_ablend : 0.1 ms
ANALYZE (Syntax): src/plot/16bpp.c get_xy_loc : 0.0 ms
ANALYZE (Syntax): src/plot/16bpp.c pixel_to_colour : 0.0 ms
ANALYZE (Syntax): src/plot/16bpp.c colour_to_pixel : 0.0 ms
ANALYZE (Syntax): /var/lib/jenkins/workspace/scan-build-libnsfb/src/palette.h nsfb_palette_dithering_on : 0.0 ms
ANALYZE (Syntax): /var/lib/jenkins/workspace/scan-build-libnsfb/src/palette.h nsfb_palette_best_match : 0.5 ms
ANALYZE (Syntax): /var/lib/jenkins/workspace/scan-build-libnsfb/src/palette.h nsfb_palette_best_match_dither : 0.5 ms
ANALYZE (Syntax): src/plot/common.c line : 0.9 ms
ANALYZE (Syntax): src/plot/common.c point : 0.1 ms
ANALYZE (Syntax): src/plot/common.c glyph1 : 0.2 ms
ANALYZE (Syntax): src/plot/common.c glyph8 : 0.3 ms
ANALYZE (Syntax): src/plot/common.c bitmap_scaled : 0.8 ms
ANALYZE (Syntax): src/plot/common.c bitmap : 0.6 ms
ANALYZE (Syntax): src/plot/common.c bitmap_tiles_x : 1.2 ms
ANALYZE (Syntax): src/plot/common.c bitmap_tiles : 0.7 ms
ANALYZE (Syntax): src/plot/common.c readrect : 0.1 ms
ANALYZE (Syntax): src/plot/16bpp.c fill : 0.3 ms
ANALYZE (Path,  Inline_Regular): src/plot/16bpp.c fill : 96.6 ms
ANALYZE (Path,  Inline_Regular): src/plot/16bpp.c pixel_to_colour : 0.3 ms
===-------------------------------------------------------------------------===
                                Analyzer timers
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1041 seconds (0.1042 wall clock)

   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0918 ( 94.8%)   0.0051 ( 70.3%)   0.0969 ( 93.1%)   0.0969 ( 93.1%)  Path exploration time
   0.0051 (  5.2%)   0.0021 ( 29.7%)   0.0072 (  6.9%)   0.0072 (  6.9%)  Syntax-based analysis time
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  Path-sensitive report post-processing time
   0.0969 (100.0%)   0.0072 (100.0%)   0.1041 (100.0%)   0.1042 (100.0%)  Total

 COMPILE: src/plot/8bpp.c
/usr/share/clang/scan-build-14/bin/../libexec/ccc-analyzer -MMD -MP -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112L -I/var/lib/jenkins/workspace/scan-build-libnsfb/include/ -I/var/lib/jenkins/workspace/scan-build-libnsfb/src -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Werror -Wno-error -D_ALIGNED="__attribute__((aligned))" -DSTMTEXPR=1 -g -Og -DDEBUG -std=c99   -o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_plot_8bpp.o -c src/plot/8bpp.c

[LOCATION]: /var/lib/jenkins/workspace/scan-build-libnsfb
'/usr/bin/clang' '-cc1' '-triple' 'x86_64-pc-linux-gnu' '-analyze' '-disable-free' '-clear-ast-before-backend' '-disable-llvm-verifier' '-discard-value-names' '-main-file-name' '8bpp.c' '-analyzer-store=region' '-analyzer-opt-analyze-nested-blocks' '-analyzer-checker=core' '-analyzer-checker=apiModeling' '-analyzer-checker=unix' '-analyzer-checker=deadcode' '-analyzer-checker=security.insecureAPI.UncheckedReturn' '-analyzer-checker=security.insecureAPI.getpw' '-analyzer-checker=security.insecureAPI.gets' '-analyzer-checker=security.insecureAPI.mktemp' '-analyzer-checker=security.insecureAPI.mkstemp' '-analyzer-checker=security.insecureAPI.vfork' '-analyzer-checker=nullability.NullPassedToNonnull' '-analyzer-checker=nullability.NullReturnedFromNonnull' '-analyzer-output' 'plist' '-w' '-setup-static-analyzer' '-mrelocation-model' 'pic' '-pic-level' '2' '-pic-is-pie' '-mframe-pointer=none' '-fmath-errno' '-ffp-contract=on' '-fno-rounding-math' '-mconstructor-aliases' '-funwind-tables=2' '-target-cpu' 'x86-64' '-tune-cpu' 'generic' '-debugger-tuning=gdb' '-fcoverage-compilation-dir=/var/lib/jenkins/workspace/scan-build-libnsfb' '-resource-dir' '/usr/lib/llvm-14/lib/clang/14.0.6' '-D' '_BSD_SOURCE' '-D' '_DEFAULT_SOURCE' '-D' '_POSIX_C_SOURCE=200112L' '-I' '/var/lib/jenkins/workspace/scan-build-libnsfb/include/' '-I' '/var/lib/jenkins/workspace/scan-build-libnsfb/src' '-D' '_ALIGNED=__attribute__((aligned))' '-D' 'STMTEXPR=1' '-D' 'DEBUG' '-internal-isystem' '/usr/lib/llvm-14/lib/clang/14.0.6/include' '-internal-isystem' '/usr/local/include' '-internal-isystem' '/usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include' '-internal-externc-isystem' '/usr/include/x86_64-linux-gnu' '-internal-externc-isystem' '/include' '-internal-externc-isystem' '/usr/include' '-Og' '-Wwrite-strings' '-Wno-error' '-std=c99' '-fconst-strings' '-fdebug-compilation-dir=/var/lib/jenkins/workspace/scan-build-libnsfb' '-ferror-limit' '19' '-fgnuc-version=4.2.1' '-analyzer-display-progress' '-analyzer-output=html' '-faddrsig' '-D__GCC_HAVE_DWARF2_CFI_ASM=1' '-o' '/var/lib/jenkins/workspace/scan-build-libnsfb/clangScanBuildReports/2024-08-10-142630-1050471-1' '-x' 'c' 'src/plot/8bpp.c'
ANALYZE (Syntax): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot_util.h nsfb_plot_ablend : 0.1 ms
ANALYZE (Syntax): /var/lib/jenkins/workspace/scan-build-libnsfb/src/palette.h nsfb_palette_dithering_on : 0.0 ms
ANALYZE (Syntax): /var/lib/jenkins/workspace/scan-build-libnsfb/src/palette.h nsfb_palette_best_match : 0.5 ms
ANALYZE (Syntax): /var/lib/jenkins/workspace/scan-build-libnsfb/src/palette.h nsfb_palette_best_match_dither : 0.4 ms
ANALYZE (Syntax): src/plot/8bpp.c get_xy_loc : 0.0 ms
ANALYZE (Syntax): src/plot/8bpp.c pixel_to_colour : 0.0 ms
ANALYZE (Syntax): src/plot/8bpp.c colour_to_pixel : 0.0 ms
ANALYZE (Syntax): src/plot/common.c line : 0.8 ms
ANALYZE (Syntax): src/plot/common.c point : 0.1 ms
ANALYZE (Syntax): src/plot/common.c glyph1 : 0.2 ms
ANALYZE (Syntax): src/plot/common.c glyph8 : 0.2 ms
ANALYZE (Syntax): src/plot/common.c bitmap_scaled : 0.7 ms
ANALYZE (Syntax): src/plot/common.c bitmap : 0.5 ms
ANALYZE (Syntax): src/plot/common.c bitmap_tiles_x : 1.0 ms
ANALYZE (Syntax): src/plot/common.c bitmap_tiles : 0.6 ms
ANALYZE (Syntax): src/plot/common.c readrect : 0.1 ms
ANALYZE (Syntax): src/plot/8bpp.c fill : 0.1 ms
ANALYZE (Path,  Inline_Regular): src/plot/8bpp.c fill : 1734.4 ms
ANALYZE (Path,  Inline_Regular): src/plot/8bpp.c pixel_to_colour : 0.3 ms
===-------------------------------------------------------------------------===
                                Analyzer timers
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7396 seconds (1.7409 wall clock)

   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.6815 ( 99.6%)   0.0520 (100.0%)   1.7335 ( 99.6%)   1.7348 ( 99.6%)  Path exploration time
   0.0061 (  0.4%)   0.0000 (  0.0%)   0.0061 (  0.4%)   0.0061 (  0.4%)  Syntax-based analysis time
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  Path-sensitive report post-processing time
   1.6876 (100.0%)   0.0520 (100.0%)   1.7396 (100.0%)   1.7409 (100.0%)  Total

 COMPILE: src/surface/surface.c
/usr/share/clang/scan-build-14/bin/../libexec/ccc-analyzer -MMD -MP -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112L -I/var/lib/jenkins/workspace/scan-build-libnsfb/include/ -I/var/lib/jenkins/workspace/scan-build-libnsfb/src -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Werror -Wno-error -D_ALIGNED="__attribute__((aligned))" -DSTMTEXPR=1 -g -Og -DDEBUG -std=c99   -o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_surface_surface.o -c src/surface/surface.c

[LOCATION]: /var/lib/jenkins/workspace/scan-build-libnsfb
'/usr/bin/clang' '-cc1' '-triple' 'x86_64-pc-linux-gnu' '-analyze' '-disable-free' '-clear-ast-before-backend' '-disable-llvm-verifier' '-discard-value-names' '-main-file-name' 'surface.c' '-analyzer-store=region' '-analyzer-opt-analyze-nested-blocks' '-analyzer-checker=core' '-analyzer-checker=apiModeling' '-analyzer-checker=unix' '-analyzer-checker=deadcode' '-analyzer-checker=security.insecureAPI.UncheckedReturn' '-analyzer-checker=security.insecureAPI.getpw' '-analyzer-checker=security.insecureAPI.gets' '-analyzer-checker=security.insecureAPI.mktemp' '-analyzer-checker=security.insecureAPI.mkstemp' '-analyzer-checker=security.insecureAPI.vfork' '-analyzer-checker=nullability.NullPassedToNonnull' '-analyzer-checker=nullability.NullReturnedFromNonnull' '-analyzer-output' 'plist' '-w' '-setup-static-analyzer' '-mrelocation-model' 'pic' '-pic-level' '2' '-pic-is-pie' '-mframe-pointer=none' '-fmath-errno' '-ffp-contract=on' '-fno-rounding-math' '-mconstructor-aliases' '-funwind-tables=2' '-target-cpu' 'x86-64' '-tune-cpu' 'generic' '-debugger-tuning=gdb' '-fcoverage-compilation-dir=/var/lib/jenkins/workspace/scan-build-libnsfb' '-resource-dir' '/usr/lib/llvm-14/lib/clang/14.0.6' '-D' '_BSD_SOURCE' '-D' '_DEFAULT_SOURCE' '-D' '_POSIX_C_SOURCE=200112L' '-I' '/var/lib/jenkins/workspace/scan-build-libnsfb/include/' '-I' '/var/lib/jenkins/workspace/scan-build-libnsfb/src' '-D' '_ALIGNED=__attribute__((aligned))' '-D' 'STMTEXPR=1' '-D' 'DEBUG' '-internal-isystem' '/usr/lib/llvm-14/lib/clang/14.0.6/include' '-internal-isystem' '/usr/local/include' '-internal-isystem' '/usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include' '-internal-externc-isystem' '/usr/include/x86_64-linux-gnu' '-internal-externc-isystem' '/include' '-internal-externc-isystem' '/usr/include' '-Og' '-Wwrite-strings' '-Wno-error' '-std=c99' '-fconst-strings' '-fdebug-compilation-dir=/var/lib/jenkins/workspace/scan-build-libnsfb' '-ferror-limit' '19' '-fgnuc-version=4.2.1' '-analyzer-display-progress' '-analyzer-output=html' '-faddrsig' '-D__GCC_HAVE_DWARF2_CFI_ASM=1' '-o' '/var/lib/jenkins/workspace/scan-build-libnsfb/clangScanBuildReports/2024-08-10-142630-1050471-1' '-x' 'c' 'src/surface/surface.c'
ANALYZE (Syntax): src/surface/surface.c _nsfb_register_surface : 0.1 ms
ANALYZE (Syntax): src/surface/surface.c surface_defaults : 0.0 ms
ANALYZE (Syntax): src/surface/surface.c surface_claim : 0.0 ms
ANALYZE (Syntax): src/surface/surface.c surface_update : 0.0 ms
ANALYZE (Syntax): src/surface/surface.c surface_cursor : 0.0 ms
ANALYZE (Syntax): src/surface/surface.c surface_parameters : 0.0 ms
ANALYZE (Syntax): src/surface/surface.c nsfb_surface_get_rtns : 0.3 ms
ANALYZE (Syntax): src/surface/surface.c nsfb_type_from_name : 0.0 ms
ANALYZE (Syntax): src/surface/surface.c nsfb_enumerate_surface_types : 0.0 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb.h nsfb_enumerate_surface_types : 2.1 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb.h nsfb_type_from_name : 3.4 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/src/surface.h nsfb_surface_get_rtns : 918.6 ms
ANALYZE (Path,  Inline_Regular): src/surface/surface.c surface_parameters : 0.3 ms
ANALYZE (Path,  Inline_Regular): src/surface/surface.c surface_cursor : 0.1 ms
ANALYZE (Path,  Inline_Regular): src/surface/surface.c surface_update : 0.1 ms
ANALYZE (Path,  Inline_Regular): src/surface/surface.c surface_claim : 0.1 ms
ANALYZE (Path,  Inline_Regular): src/surface/surface.c surface_defaults : 0.3 ms
ANALYZE (Path,  Inline_Regular): /var/lib/jenkins/workspace/scan-build-libnsfb/src/surface.h _nsfb_register_surface : 0.2 ms
===-------------------------------------------------------------------------===
                                Analyzer timers
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9256 seconds (0.9261 wall clock)

   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8967 ( 99.9%)   0.0278 ( 99.2%)   0.9246 ( 99.9%)   0.9251 ( 99.9%)  Path exploration time
   0.0008 (  0.1%)   0.0002 (  0.8%)   0.0010 (  0.1%)   0.0010 (  0.1%)  Syntax-based analysis time
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  Path-sensitive report post-processing time
   0.8975 (100.0%)   0.0281 (100.0%)   0.9256 (100.0%)   0.9261 (100.0%)  Total

 COMPILE: src/surface/ram.c
/usr/share/clang/scan-build-14/bin/../libexec/ccc-analyzer -MMD -MP -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112L -I/var/lib/jenkins/workspace/scan-build-libnsfb/include/ -I/var/lib/jenkins/workspace/scan-build-libnsfb/src -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Werror -Wno-error -D_ALIGNED="__attribute__((aligned))" -DSTMTEXPR=1 -g -Og -DDEBUG -std=c99   -o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_surface_ram.o -c src/surface/ram.c

[LOCATION]: /var/lib/jenkins/workspace/scan-build-libnsfb
'/usr/bin/clang' '-cc1' '-triple' 'x86_64-pc-linux-gnu' '-analyze' '-disable-free' '-clear-ast-before-backend' '-disable-llvm-verifier' '-discard-value-names' '-main-file-name' 'ram.c' '-analyzer-store=region' '-analyzer-opt-analyze-nested-blocks' '-analyzer-checker=core' '-analyzer-checker=apiModeling' '-analyzer-checker=unix' '-analyzer-checker=deadcode' '-analyzer-checker=security.insecureAPI.UncheckedReturn' '-analyzer-checker=security.insecureAPI.getpw' '-analyzer-checker=security.insecureAPI.gets' '-analyzer-checker=security.insecureAPI.mktemp' '-analyzer-checker=security.insecureAPI.mkstemp' '-analyzer-checker=security.insecureAPI.vfork' '-analyzer-checker=nullability.NullPassedToNonnull' '-analyzer-checker=nullability.NullReturnedFromNonnull' '-analyzer-output' 'plist' '-w' '-setup-static-analyzer' '-mrelocation-model' 'pic' '-pic-level' '2' '-pic-is-pie' '-mframe-pointer=none' '-fmath-errno' '-ffp-contract=on' '-fno-rounding-math' '-mconstructor-aliases' '-funwind-tables=2' '-target-cpu' 'x86-64' '-tune-cpu' 'generic' '-debugger-tuning=gdb' '-fcoverage-compilation-dir=/var/lib/jenkins/workspace/scan-build-libnsfb' '-resource-dir' '/usr/lib/llvm-14/lib/clang/14.0.6' '-D' '_BSD_SOURCE' '-D' '_DEFAULT_SOURCE' '-D' '_POSIX_C_SOURCE=200112L' '-I' '/var/lib/jenkins/workspace/scan-build-libnsfb/include/' '-I' '/var/lib/jenkins/workspace/scan-build-libnsfb/src' '-D' '_ALIGNED=__attribute__((aligned))' '-D' 'STMTEXPR=1' '-D' 'DEBUG' '-internal-isystem' '/usr/lib/llvm-14/lib/clang/14.0.6/include' '-internal-isystem' '/usr/local/include' '-internal-isystem' '/usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include' '-internal-externc-isystem' '/usr/include/x86_64-linux-gnu' '-internal-externc-isystem' '/include' '-internal-externc-isystem' '/usr/include' '-Og' '-Wwrite-strings' '-Wno-error' '-std=c99' '-fconst-strings' '-fdebug-compilation-dir=/var/lib/jenkins/workspace/scan-build-libnsfb' '-ferror-limit' '19' '-fgnuc-version=4.2.1' '-analyzer-display-progress' '-analyzer-output=html' '-faddrsig' '-D__GCC_HAVE_DWARF2_CFI_ASM=1' '-o' '/var/lib/jenkins/workspace/scan-build-libnsfb/clangScanBuildReports/2024-08-10-142630-1050471-1' '-x' 'c' 'src/surface/ram.c'
ANALYZE (Syntax): src/surface/ram.c ram_defaults : 0.1 ms
ANALYZE (Syntax): src/surface/ram.c ram_initialise : 0.1 ms
ANALYZE (Syntax): src/surface/ram.c ram_set_geometry : 0.2 ms
ANALYZE (Syntax): src/surface/ram.c ram_finalise : 0.0 ms
ANALYZE (Syntax): src/surface/ram.c ram_input : 0.0 ms
ANALYZE (Syntax): src/surface/ram.c ram_register_surface : 0.0 ms
ANALYZE (Path,  Inline_Regular): src/surface/ram.c ram_register_surface : 0.5 ms
ANALYZE (Path,  Inline_Regular): src/surface/ram.c ram_input : 0.4 ms
ANALYZE (Path,  Inline_Regular): src/surface/ram.c ram_finalise : 0.9 ms
ANALYZE (Path,  Inline_Regular): src/surface/ram.c ram_set_geometry : 5.1 ms
ANALYZE (Path,  Inline_Regular): src/surface/ram.c ram_initialise : 0.6 ms
ANALYZE (Path,  Inline_Regular): src/surface/ram.c ram_defaults : 0.2 ms
===-------------------------------------------------------------------------===
                                Analyzer timers
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0088 seconds (0.0088 wall clock)

   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0040 ( 85.6%)   0.0037 ( 90.0%)   0.0077 ( 87.7%)   0.0077 ( 87.4%)  Path exploration time
   0.0007 ( 14.3%)   0.0004 (  9.9%)   0.0011 ( 12.2%)   0.0011 ( 12.5%)  Syntax-based analysis time
   0.0000 (  0.1%)   0.0000 (  0.1%)   0.0000 (  0.1%)   0.0000 (  0.1%)  Path-sensitive report post-processing time
   0.0047 (100.0%)   0.0042 (100.0%)   0.0088 (100.0%)   0.0088 (100.0%)  Total

 COMPILE: src/surface/wld.c
/usr/share/clang/scan-build-14/bin/../libexec/ccc-analyzer -MMD -MP -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112L -I/var/lib/jenkins/workspace/scan-build-libnsfb/include/ -I/var/lib/jenkins/workspace/scan-build-libnsfb/src -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Werror -Wno-error -D_ALIGNED="__attribute__((aligned))" -DSTMTEXPR=1 -g -Og -DDEBUG -std=c99   -o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_surface_wld.o -c src/surface/wld.c

[LOCATION]: /var/lib/jenkins/workspace/scan-build-libnsfb
'/usr/bin/clang' '-cc1' '-triple' 'x86_64-pc-linux-gnu' '-analyze' '-disable-free' '-clear-ast-before-backend' '-disable-llvm-verifier' '-discard-value-names' '-main-file-name' 'wld.c' '-analyzer-store=region' '-analyzer-opt-analyze-nested-blocks' '-analyzer-checker=core' '-analyzer-checker=apiModeling' '-analyzer-checker=unix' '-analyzer-checker=deadcode' '-analyzer-checker=security.insecureAPI.UncheckedReturn' '-analyzer-checker=security.insecureAPI.getpw' '-analyzer-checker=security.insecureAPI.gets' '-analyzer-checker=security.insecureAPI.mktemp' '-analyzer-checker=security.insecureAPI.mkstemp' '-analyzer-checker=security.insecureAPI.vfork' '-analyzer-checker=nullability.NullPassedToNonnull' '-analyzer-checker=nullability.NullReturnedFromNonnull' '-analyzer-output' 'plist' '-w' '-setup-static-analyzer' '-mrelocation-model' 'pic' '-pic-level' '2' '-pic-is-pie' '-mframe-pointer=none' '-fmath-errno' '-ffp-contract=on' '-fno-rounding-math' '-mconstructor-aliases' '-funwind-tables=2' '-target-cpu' 'x86-64' '-tune-cpu' 'generic' '-debugger-tuning=gdb' '-fcoverage-compilation-dir=/var/lib/jenkins/workspace/scan-build-libnsfb' '-resource-dir' '/usr/lib/llvm-14/lib/clang/14.0.6' '-D' '_BSD_SOURCE' '-D' '_DEFAULT_SOURCE' '-D' '_POSIX_C_SOURCE=200112L' '-I' '/var/lib/jenkins/workspace/scan-build-libnsfb/include/' '-I' '/var/lib/jenkins/workspace/scan-build-libnsfb/src' '-D' '_ALIGNED=__attribute__((aligned))' '-D' 'STMTEXPR=1' '-D' 'DEBUG' '-internal-isystem' '/usr/lib/llvm-14/lib/clang/14.0.6/include' '-internal-isystem' '/usr/local/include' '-internal-isystem' '/usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include' '-internal-externc-isystem' '/usr/include/x86_64-linux-gnu' '-internal-externc-isystem' '/include' '-internal-externc-isystem' '/usr/include' '-Og' '-Wwrite-strings' '-Wno-error' '-std=c99' '-fconst-strings' '-fdebug-compilation-dir=/var/lib/jenkins/workspace/scan-build-libnsfb' '-ferror-limit' '19' '-fgnuc-version=4.2.1' '-analyzer-display-progress' '-analyzer-output=html' '-faddrsig' '-D__GCC_HAVE_DWARF2_CFI_ASM=1' '-o' '/var/lib/jenkins/workspace/scan-build-libnsfb/clangScanBuildReports/2024-08-10-142630-1050471-1' '-x' 'c' 'src/surface/wld.c'
ANALYZE (Syntax): /var/lib/jenkins/workspace/scan-build-libnsfb/include/libnsfb_plot_util.h nsfb_plot_ablend : 0.1 ms
ANALYZE (Syntax): src/surface/wld.c wld_set_geometry : 0.0 ms
ANALYZE (Syntax): src/surface/wld.c shm_format : 0.0 ms
ANALYZE (Syntax): src/surface/wld.c pointer_handle_enter : 0.0 ms
ANALYZE (Syntax): src/surface/wld.c pointer_handle_leave : 0.0 ms
ANALYZE (Syntax): src/surface/wld.c enqueue_wld_event : 0.0 ms
ANALYZE (Syntax): src/surface/wld.c dequeue_wld_event : 0.0 ms
ANALYZE (Syntax): src/surface/wld.c pointer_handle_motion : 0.1 ms
ANALYZE (Syntax): src/surface/wld.c pointer_handle_button : 0.1 ms
ANALYZE (Syntax): src/surface/wld.c pointer_handle_axis : 0.0 ms
ANALYZE (Syntax): src/surface/wld.c seat_handle_capabilities : 0.1 ms
ANALYZE (Syntax): src/surface/wld.c seat_name : 0.0 ms
ANALYZE (Syntax): src/surface/wld.c new_input_seat : 0.1 ms
ANALYZE (Syntax): src/surface/wld.c registry_handle_global : 0.1 ms
ANALYZE (Syntax): src/surface/wld.c registry_handle_global_remove : 0.0 ms
ANALYZE (Syntax): src/surface/wld.c free_connection : 0.0 ms
ANALYZE (Syntax): src/surface/wld.c new_connection : 0.1 ms
ANALYZE (Syntax): src/surface/wld.c update_and_redraw : 0.0 ms
ANALYZE (Syntax): src/surface/wld.c handle_ping : 0.0 ms
ANALYZE (Syntax): src/surface/wld.c handle_configure : 0.0 ms
ANALYZE (Syntax): src/surface/wld.c handle_popup_done : 0.0 ms
ANALYZE (Syntax): src/surface/wld.c new_window : 0.1 ms
ANALYZE (Syntax): src/surface/wld.c free_window : 0.0 ms
ANALYZE (Syntax): src/surface/wld.c os_create_anonymous_file : 0.1 ms
ANALYZE (Syntax): src/surface/wld.c buffer_release : 0.0 ms
ANALYZE (Syntax): src/surface/wld.c new_shm_buffer : 0.2 ms
ANALYZE (Syntax): src/surface/wld.c free_shm_buffer : 0.0 ms
ANALYZE (Syntax): src/surface/wld.c wld_initialise : 0.1 ms
ANALYZE (Syntax): src/surface/wld.c wld_finalise : 0.0 ms
ANALYZE (Syntax): src/surface/wld.c wld_input : 0.3 ms
ANALYZE (Syntax): src/surface/wld.c wld_claim : 0.0 ms
ANALYZE (Syntax): src/surface/wld.c wld_cursor : 0.1 ms
ANALYZE (Syntax): src/surface/wld.c wld_update : 0.1 ms
ANALYZE (Syntax): src/surface/wld.c wld_register_surface : 0.0 ms
ANALYZE (Path,  Inline_Regular): src/surface/wld.c wld_register_surface : 0.9 ms
ANALYZE (Path,  Inline_Regular): src/surface/wld.c wld_update : 5.0 ms
ANALYZE (Path,  Inline_Regular): src/surface/wld.c wld_cursor : 2.0 ms
ANALYZE (Path,  Inline_Regular): src/surface/wld.c wld_claim : 0.4 ms
ANALYZE (Path,  Inline_Regular): src/surface/wld.c wld_input : 2.5 ms
ANALYZE (Path,  Inline_Regular): src/surface/wld.c wld_finalise : 5.6 ms
ANALYZE (Path,  Inline_Regular): src/surface/wld.c wld_initialise : 58.4 ms
ANALYZE (Path,  Inline_Regular): src/surface/wld.c buffer_release : 0.2 ms
ANALYZE (Path,  Inline_Regular): src/surface/wld.c handle_popup_done : 0.1 ms
ANALYZE (Path,  Inline_Regular): src/surface/wld.c handle_configure : 0.2 ms
ANALYZE (Path,  Inline_Regular): src/surface/wld.c handle_ping : 0.3 ms
ANALYZE (Path,  Inline_Regular): src/surface/wld.c registry_handle_global_remove : 0.1 ms
ANALYZE (Path,  Inline_Regular): src/surface/wld.c registry_handle_global : 3.3 ms
ANALYZE (Path,  Inline_Regular): src/surface/wld.c seat_name : 0.1 ms
ANALYZE (Path,  Inline_Regular): src/surface/wld.c seat_handle_capabilities : 1.1 ms
ANALYZE (Path,  Inline_Regular): src/surface/wld.c pointer_handle_axis : 0.2 ms
ANALYZE (Path,  Inline_Regular): src/surface/wld.c pointer_handle_button : 6.0 ms
ANALYZE (Path,  Inline_Regular): src/surface/wld.c pointer_handle_motion : 1.1 ms
ANALYZE (Path,  Inline_Regular): src/surface/wld.c pointer_handle_leave : 0.1 ms
ANALYZE (Path,  Inline_Regular): src/surface/wld.c pointer_handle_enter : 0.2 ms
ANALYZE (Path,  Inline_Regular): src/surface/wld.c shm_format : 0.2 ms
ANALYZE (Path,  Inline_Regular): src/surface/wld.c wld_set_geometry : 0.3 ms
===-------------------------------------------------------------------------===
                                Analyzer timers
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0914 seconds (0.0914 wall clock)

   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0765 ( 98.7%)   0.0119 ( 85.8%)   0.0884 ( 96.8%)   0.0884 ( 96.8%)  Path exploration time
   0.0010 (  1.2%)   0.0020 ( 14.2%)   0.0029 (  3.2%)   0.0029 (  3.2%)  Syntax-based analysis time
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  Path-sensitive report post-processing time
   0.0774 (100.0%)   0.0139 (100.0%)   0.0914 (100.0%)   0.0914 (100.0%)  Total

      AR: build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/libnsfb.a
rm -f  build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/libnsfb.a
ar cru build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/libnsfb.a build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_libnsfb.o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_dump.o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_cursor.o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_palette.o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_plot_api.o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_plot_util.o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_plot_generic.o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_plot_32bpp-xrgb8888.o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_plot_32bpp-xbgr8888.o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_plot_16bpp.o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_plot_8bpp.o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_surface_surface.o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_surface_ram.o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_surface_wld.o
ar: `u' modifier ignored since `D' is the default (see `U')
scan-build: Analysis run complete.
scan-build: 1 bug found.
scan-build: Run 'scan-view /var/lib/jenkins/workspace/scan-build-libnsfb/clangScanBuildReports/2024-08-10-142630-1050471-1' to examine bug reports.
+ make Q= clean HOST=x86_64-linux-gnu VARIANT=debug
rm -f  
rm -f  gmon.out
rm -f  build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_cursor.d build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_dump.d build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_libnsfb.d build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_palette.d build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_plot_16bpp.d build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_plot_32bpp-xbgr8888.d build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_plot_32bpp-xrgb8888.d build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_plot_8bpp.d build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_plot_api.d build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_plot_generic.d build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_plot_util.d build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_surface_ram.d build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_surface_surface.d build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_surface_wld.d
rm -f  
rm -f  
rm -f  build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_cursor.o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_dump.o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_libnsfb.o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_palette.o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_plot_16bpp.o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_plot_32bpp-xbgr8888.o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_plot_32bpp-xrgb8888.o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_plot_8bpp.o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_plot_api.o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_plot_generic.o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_plot_util.o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_surface_ram.o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_surface_surface.o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_surface_wld.o
rm -f  -r build/docs
rm -f  -r build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static
+ '[' xx86_64-linux-gnu = x ']'
+ '[' xx86_64-linux-gnu = x ']'
Build step 'Console output (build log) parsing' changed build result to UNSTABLE
Publishing Clang scan-build results
Clang scan-build threshhold exceeded.
Finished: UNSTABLE