2023-01-07 14:47:57,771 - DEBUG - __main__ - Starting... 2023-01-07 14:47:57,772 - DEBUG - prep - Setting up... 2023-01-07 14:48:02,658 - DEBUG - run - Starting analysis... 2023-01-07 14:48:02,681 - DEBUG - docker_api - Checking if image "ghcr.io/helm/chartmuseum:v0.13.1" is available on disk... 2023-01-07 14:48:02,684 - DEBUG - docker_api - Attempting to pull image "ghcr.io/helm/chartmuseum:v0.13.1" 2023-01-07 14:48:05,628 - DEBUG - docker_api - Image "ghcr.io/helm/chartmuseum:v0.13.1" downloaded 2023-01-07 14:48:07,096 - DEBUG - rootfs - Running command: tar -tf /home/ubuntu/.tern/temp.tar 2023-01-07 14:48:07,131 - DEBUG - rootfs - Running command: tar -x --exclude=.wh.* -f /home/ubuntu/.tern/temp.tar -C /home/ubuntu/.tern/temp 2023-01-07 14:48:07,337 - DEBUG - rootfs - Running command: tar -tf /home/ubuntu/.tern/temp/b73bac2fe5a7b9d1abcbf0138798281e20b11e59b4605b104d38e914fa35b4d2/layer.tar 2023-01-07 14:48:07,380 - DEBUG - rootfs - Running command: tar -x --exclude=.wh.* -f /home/ubuntu/.tern/temp/b73bac2fe5a7b9d1abcbf0138798281e20b11e59b4605b104d38e914fa35b4d2/layer.tar -C /home/ubuntu/.tern/temp/b73bac2fe5a7b9d1abcbf0138798281e20b11e59b4605b104d38e914fa35b4d2/contents 2023-01-07 14:48:07,466 - DEBUG - rootfs - Running command: sudo chmod +x /home/ubuntu/ternenv/lib/python3.8/site-packages/tern/tools/fs_hash.sh 2023-01-07 14:48:07,520 - DEBUG - rootfs - Running command: sudo /home/ubuntu/ternenv/lib/python3.8/site-packages/tern/tools/fs_hash.sh /home/ubuntu/.tern/temp/b73bac2fe5a7b9d1abcbf0138798281e20b11e59b4605b104d38e914fa35b4d2/contents 2023-01-07 14:48:07,872 - DEBUG - rootfs - Running command: tar -tf /home/ubuntu/.tern/temp/5a97bd93994a8c4adfc616a5520ecc5487eace26e9def287ada97ff8c6b8b9bf/layer.tar 2023-01-07 14:48:07,917 - DEBUG - rootfs - Running command: tar -x --exclude=.wh.* -f /home/ubuntu/.tern/temp/5a97bd93994a8c4adfc616a5520ecc5487eace26e9def287ada97ff8c6b8b9bf/layer.tar -C /home/ubuntu/.tern/temp/5a97bd93994a8c4adfc616a5520ecc5487eace26e9def287ada97ff8c6b8b9bf/contents 2023-01-07 14:48:07,996 - DEBUG - rootfs - Running command: sudo chmod +x /home/ubuntu/ternenv/lib/python3.8/site-packages/tern/tools/fs_hash.sh 2023-01-07 14:48:08,038 - DEBUG - rootfs - Running command: sudo /home/ubuntu/ternenv/lib/python3.8/site-packages/tern/tools/fs_hash.sh /home/ubuntu/.tern/temp/5a97bd93994a8c4adfc616a5520ecc5487eace26e9def287ada97ff8c6b8b9bf/contents 2023-01-07 14:48:08,738 - DEBUG - rootfs - Running command: tar -tf /home/ubuntu/.tern/temp/3ca24056bca22aa591bf14e2cfb40eb8f41fe3bd302e6f291eb34ae079e1fae3/layer.tar 2023-01-07 14:48:08,771 - DEBUG - rootfs - Running command: tar -x --exclude=.wh.* -f /home/ubuntu/.tern/temp/3ca24056bca22aa591bf14e2cfb40eb8f41fe3bd302e6f291eb34ae079e1fae3/layer.tar -C /home/ubuntu/.tern/temp/3ca24056bca22aa591bf14e2cfb40eb8f41fe3bd302e6f291eb34ae079e1fae3/contents 2023-01-07 14:48:08,919 - DEBUG - rootfs - Running command: sudo chmod +x /home/ubuntu/ternenv/lib/python3.8/site-packages/tern/tools/fs_hash.sh 2023-01-07 14:48:08,966 - DEBUG - rootfs - Running command: sudo /home/ubuntu/ternenv/lib/python3.8/site-packages/tern/tools/fs_hash.sh /home/ubuntu/.tern/temp/3ca24056bca22aa591bf14e2cfb40eb8f41fe3bd302e6f291eb34ae079e1fae3/contents 2023-01-07 14:48:09,441 - DEBUG - common - Reading files in filesystem... 2023-01-07 14:48:09,449 - DEBUG - rootfs - Running command: sudo mount -o bind /home/ubuntu/.tern/temp/b73bac2fe5a7b9d1abcbf0138798281e20b11e59b4605b104d38e914fa35b4d2/contents /home/ubuntu/.tern/temp/mergedir 2023-01-07 14:48:09,500 - DEBUG - rootfs - Running command: sudo mount -t proc /proc /home/ubuntu/.tern/temp/mergedir/proc 2023-01-07 14:48:09,552 - DEBUG - rootfs - Running command: sudo mount -o bind /sys /home/ubuntu/.tern/temp/mergedir/sys 2023-01-07 14:48:09,602 - DEBUG - rootfs - Running command: sudo mount -o bind /dev /home/ubuntu/.tern/temp/mergedir/dev 2023-01-07 14:48:09,651 - DEBUG - rootfs - Running command: sudo cp /etc/resolv.conf /home/ubuntu/.tern/temp/mergedir/etc/resolv.conf 2023-01-07 14:48:09,717 - DEBUG - core - Collecting metadata for image layer... 2023-01-07 14:48:09,717 - DEBUG - rootfs - Running command: sudo unshare -pf --mount-proc=/home/ubuntu/.tern/temp/mergedir/proc chroot /home/ubuntu/.tern/temp/mergedir /bin/sh -c apk info 2>/dev/null 2023-01-07 14:48:09,772 - DEBUG - rootfs - Running command: sudo unshare -pf --mount-proc=/home/ubuntu/.tern/temp/mergedir/proc chroot /home/ubuntu/.tern/temp/mergedir /bin/sh -c pkgs=`apk info 2>/dev/null` && for p in $pkgs; do lic=`apk info $p 2>/dev/null | head -1 | awk '{print $1}'`; echo $lic | sed -e "s/^$p-//"; done 2023-01-07 14:48:09,964 - DEBUG - rootfs - Running command: sudo unshare -pf --mount-proc=/home/ubuntu/.tern/temp/mergedir/proc chroot /home/ubuntu/.tern/temp/mergedir /bin/sh -c pkgs=`apk info 2>/dev/null` && for p in $pkgs; do apk -a info $p 2>/dev/null | tail -2 | head -1; done 2023-01-07 14:48:10,132 - DEBUG - rootfs - Running command: sudo unshare -pf --mount-proc=/home/ubuntu/.tern/temp/mergedir/proc chroot /home/ubuntu/.tern/temp/mergedir /bin/sh -c pkgs=`apk info 2>/dev/null` && for p in $pkgs; do files=`apk -L info $p 2>/dev/null`; for file in $files; do if [ -f $file ]; then echo $file; fi; done; echo LICF; done 2023-01-07 14:48:10,299 - DEBUG - rootfs - Running command: sudo unshare -pf --mount-proc=/home/ubuntu/.tern/temp/mergedir/proc chroot /home/ubuntu/.tern/temp/mergedir /bin/sh -c pkgs=`apk info 2>/dev/null` && for p in $pkgs; do apk info $p 2>/dev/null | head -5 | tail -1; done 2023-01-07 14:48:10,504 - WARNING - core - Some metadata may be missing 2023-01-07 14:48:10,521 - DEBUG - rootfs - Running command: sudo umount /home/ubuntu/.tern/temp/mergedir/proc 2023-01-07 14:48:10,570 - DEBUG - rootfs - Running command: sudo umount /home/ubuntu/.tern/temp/mergedir/sys 2023-01-07 14:48:10,615 - DEBUG - rootfs - Running command: sudo umount /home/ubuntu/.tern/temp/mergedir/dev 2023-01-07 14:48:10,657 - DEBUG - rootfs - Running command: sudo umount -rl /home/ubuntu/.tern/temp/mergedir 2023-01-07 14:48:10,700 - DEBUG - common - Reading files in filesystem... 2023-01-07 14:48:10,720 - DEBUG - rootfs - Running command: sudo mount -t overlay overlay -o lowerdir=/home/ubuntu/.tern/temp/b73bac2fe5a7b9d1abcbf0138798281e20b11e59b4605b104d38e914fa35b4d2/contents,upperdir=/home/ubuntu/.tern/temp/5a97bd93994a8c4adfc616a5520ecc5487eace26e9def287ada97ff8c6b8b9bf/contents,workdir=/home/ubuntu/.tern/temp/workdir /home/ubuntu/.tern/temp/mergedir 2023-01-07 14:48:10,767 - DEBUG - rootfs - Running command: sudo mount -t proc /proc /home/ubuntu/.tern/temp/mergedir/proc 2023-01-07 14:48:10,809 - DEBUG - rootfs - Running command: sudo mount -o bind /sys /home/ubuntu/.tern/temp/mergedir/sys 2023-01-07 14:48:10,850 - DEBUG - rootfs - Running command: sudo mount -o bind /dev /home/ubuntu/.tern/temp/mergedir/dev 2023-01-07 14:48:10,900 - DEBUG - rootfs - Running command: sudo cp /etc/resolv.conf /home/ubuntu/.tern/temp/mergedir/etc/resolv.conf 2023-01-07 14:48:10,950 - WARNING - command_lib - No listing method for 'RUN'. Additional analysis may be required. 2023-01-07 14:48:10,951 - DEBUG - core - Collecting metadata for image layer... 2023-01-07 14:48:10,951 - DEBUG - rootfs - Running command: sudo unshare -pf --mount-proc=/home/ubuntu/.tern/temp/mergedir/proc chroot /home/ubuntu/.tern/temp/mergedir /bin/sh -c export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" && apk info 2>/dev/null 2023-01-07 14:48:11,012 - DEBUG - rootfs - Running command: sudo unshare -pf --mount-proc=/home/ubuntu/.tern/temp/mergedir/proc chroot /home/ubuntu/.tern/temp/mergedir /bin/sh -c export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" && pkgs=`apk info 2>/dev/null` && for p in $pkgs; do lic=`apk info $p 2>/dev/null | head -1 | awk '{print $1}'`; echo $lic | sed -e "s/^$p-//"; done 2023-01-07 14:48:11,417 - DEBUG - rootfs - Running command: sudo unshare -pf --mount-proc=/home/ubuntu/.tern/temp/mergedir/proc chroot /home/ubuntu/.tern/temp/mergedir /bin/sh -c export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" && pkgs=`apk info 2>/dev/null` && for p in $pkgs; do apk -a info $p 2>/dev/null | tail -2 | head -1; done 2023-01-07 14:48:11,746 - DEBUG - rootfs - Running command: sudo unshare -pf --mount-proc=/home/ubuntu/.tern/temp/mergedir/proc chroot /home/ubuntu/.tern/temp/mergedir /bin/sh -c export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" && pkgs=`apk info 2>/dev/null` && for p in $pkgs; do files=`apk -L info $p 2>/dev/null`; for file in $files; do if [ -f $file ]; then echo $file; fi; done; echo LICF; done 2023-01-07 14:48:12,087 - DEBUG - rootfs - Running command: sudo unshare -pf --mount-proc=/home/ubuntu/.tern/temp/mergedir/proc chroot /home/ubuntu/.tern/temp/mergedir /bin/sh -c export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" && pkgs=`apk info 2>/dev/null` && for p in $pkgs; do apk info $p 2>/dev/null | head -5 | tail -1; done 2023-01-07 14:48:12,435 - WARNING - core - Some metadata may be missing 2023-01-07 14:48:12,483 - DEBUG - rootfs - Running command: sudo umount /home/ubuntu/.tern/temp/mergedir/proc 2023-01-07 14:48:12,536 - DEBUG - rootfs - Running command: sudo umount /home/ubuntu/.tern/temp/mergedir/sys 2023-01-07 14:48:12,589 - DEBUG - rootfs - Running command: sudo umount /home/ubuntu/.tern/temp/mergedir/dev 2023-01-07 14:48:12,640 - DEBUG - rootfs - Running command: sudo umount -rl /home/ubuntu/.tern/temp/mergedir 2023-01-07 14:48:13,079 - DEBUG - common - Reading files in filesystem... 2023-01-07 14:48:13,080 - DEBUG - rootfs - Running command: sudo mount -t overlay overlay -o lowerdir=/home/ubuntu/.tern/temp/5a97bd93994a8c4adfc616a5520ecc5487eace26e9def287ada97ff8c6b8b9bf/contents:/home/ubuntu/.tern/temp/b73bac2fe5a7b9d1abcbf0138798281e20b11e59b4605b104d38e914fa35b4d2/contents,upperdir=/home/ubuntu/.tern/temp/3ca24056bca22aa591bf14e2cfb40eb8f41fe3bd302e6f291eb34ae079e1fae3/contents,workdir=/home/ubuntu/.tern/temp/workdir /home/ubuntu/.tern/temp/mergedir 2023-01-07 14:48:13,145 - DEBUG - rootfs - Running command: sudo mount -t proc /proc /home/ubuntu/.tern/temp/mergedir/proc 2023-01-07 14:48:13,192 - DEBUG - rootfs - Running command: sudo mount -o bind /sys /home/ubuntu/.tern/temp/mergedir/sys 2023-01-07 14:48:13,247 - DEBUG - rootfs - Running command: sudo mount -o bind /dev /home/ubuntu/.tern/temp/mergedir/dev 2023-01-07 14:48:13,305 - DEBUG - rootfs - Running command: sudo cp /etc/resolv.conf /home/ubuntu/.tern/temp/mergedir/etc/resolv.conf 2023-01-07 14:48:13,359 - DEBUG - core - Collecting metadata for image layer... 2023-01-07 14:48:13,360 - DEBUG - rootfs - Running command: sudo unshare -pf --mount-proc=/home/ubuntu/.tern/temp/mergedir/proc chroot /home/ubuntu/.tern/temp/mergedir /bin/sh -c export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" && apk info 2>/dev/null 2023-01-07 14:48:13,447 - DEBUG - rootfs - Running command: sudo unshare -pf --mount-proc=/home/ubuntu/.tern/temp/mergedir/proc chroot /home/ubuntu/.tern/temp/mergedir /bin/sh -c export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" && pkgs=`apk info 2>/dev/null` && for p in $pkgs; do lic=`apk info $p 2>/dev/null | head -1 | awk '{print $1}'`; echo $lic | sed -e "s/^$p-//"; done 2023-01-07 14:48:13,896 - DEBUG - rootfs - Running command: sudo unshare -pf --mount-proc=/home/ubuntu/.tern/temp/mergedir/proc chroot /home/ubuntu/.tern/temp/mergedir /bin/sh -c export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" && pkgs=`apk info 2>/dev/null` && for p in $pkgs; do apk -a info $p 2>/dev/null | tail -2 | head -1; done 2023-01-07 14:48:14,205 - DEBUG - rootfs - Running command: sudo unshare -pf --mount-proc=/home/ubuntu/.tern/temp/mergedir/proc chroot /home/ubuntu/.tern/temp/mergedir /bin/sh -c export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" && pkgs=`apk info 2>/dev/null` && for p in $pkgs; do files=`apk -L info $p 2>/dev/null`; for file in $files; do if [ -f $file ]; then echo $file; fi; done; echo LICF; done 2023-01-07 14:48:14,555 - DEBUG - rootfs - Running command: sudo unshare -pf --mount-proc=/home/ubuntu/.tern/temp/mergedir/proc chroot /home/ubuntu/.tern/temp/mergedir /bin/sh -c export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" && pkgs=`apk info 2>/dev/null` && for p in $pkgs; do apk info $p 2>/dev/null | head -5 | tail -1; done 2023-01-07 14:48:14,913 - WARNING - core - Some metadata may be missing 2023-01-07 14:48:14,935 - DEBUG - rootfs - Running command: sudo umount /home/ubuntu/.tern/temp/mergedir/proc 2023-01-07 14:48:14,982 - DEBUG - rootfs - Running command: sudo umount /home/ubuntu/.tern/temp/mergedir/sys 2023-01-07 14:48:15,040 - DEBUG - rootfs - Running command: sudo umount /home/ubuntu/.tern/temp/mergedir/dev 2023-01-07 14:48:15,090 - DEBUG - rootfs - Running command: sudo umount -rl /home/ubuntu/.tern/temp/mergedir 2023-01-07 14:48:15,539 - DEBUG - rootfs - Running command: sudo rm -rf /home/ubuntu/.tern/temp/mergedir 2023-01-07 14:48:15,582 - DEBUG - rootfs - Running command: sudo rm -rf /home/ubuntu/.tern/temp/workdir 2023-01-07 14:48:15,627 - DEBUG - rootfs - Running command: sudo rm -rf /home/ubuntu/.tern/temp/b73bac2fe5a7b9d1abcbf0138798281e20b11e59b4605b104d38e914fa35b4d2/contents 2023-01-07 14:48:15,687 - DEBUG - rootfs - Running command: sudo rm -rf /home/ubuntu/.tern/temp/5a97bd93994a8c4adfc616a5520ecc5487eace26e9def287ada97ff8c6b8b9bf/contents 2023-01-07 14:48:15,754 - DEBUG - rootfs - Running command: sudo rm -rf /home/ubuntu/.tern/temp/3ca24056bca22aa591bf14e2cfb40eb8f41fe3bd302e6f291eb34ae079e1fae3/contents 2023-01-07 14:48:15,819 - DEBUG - prep - Tearing down... 2023-01-07 14:48:27,952 - DEBUG - __main__ - Finished