<86>Dec 30 07:36:58 userdel[3787220]: delete user 'rooter'
<86>Dec 30 07:36:58 userdel[3787220]: removed group 'rooter' owned by 'rooter'
<86>Dec 30 07:36:58 userdel[3787220]: removed shadow group 'rooter' owned by 'rooter'
<86>Dec 30 07:36:58 groupadd[3787240]: group added to /etc/group: name=rooter, GID=1850
<86>Dec 30 07:36:58 groupadd[3787240]: group added to /etc/gshadow: name=rooter
<86>Dec 30 07:36:58 groupadd[3787240]: new group: name=rooter, GID=1850
<86>Dec 30 07:36:58 useradd[3787257]: new user: name=rooter, UID=1850, GID=1850, home=/root, shell=/bin/bash, from=none
<86>Dec 30 07:36:58 userdel[3787297]: delete user 'builder'
<86>Dec 30 07:36:58 userdel[3787297]: removed group 'builder' owned by 'builder'
<86>Dec 30 07:36:58 userdel[3787297]: removed shadow group 'builder' owned by 'builder'
<86>Dec 30 07:36:58 groupadd[3787324]: group added to /etc/group: name=builder, GID=1851
<86>Dec 30 07:36:58 groupadd[3787324]: group added to /etc/gshadow: name=builder
<86>Dec 30 07:36:58 groupadd[3787324]: new group: name=builder, GID=1851
<86>Dec 30 07:36:58 useradd[3787353]: new user: name=builder, UID=1851, GID=1851, home=/usr/src, shell=/bin/bash, from=none
<13>Dec 30 07:37:01 rpmi: rpm-macros-golang-1.0.9-alt1 sisyphus+334552.100.1.1 1700142507 installed
<13>Dec 30 07:37:03 rpmi: golang-src-1.21.5-alt1 sisyphus+335895.100.1.2 1701814926 installed
<13>Dec 30 07:37:05 rpmi: golang-1.21.5-alt1 sisyphus+335895.100.1.2 1701814922 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/dive-0.10.0-alt1.nosrc.rpm (w1.gzdio)
Installing dive-0.10.0-alt1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.14128
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf dive-0.10.0
+ echo 'Source #0 (dive-0.10.0.tar):'
Source #0 (dive-0.10.0.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/dive-0.10.0.tar
+ cd dive-0.10.0
+ echo 'Source #1 (dive-development-0.10.0.tar):'
Source #1 (dive-development-0.10.0.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/dive-development-0.10.0.tar
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.14128
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd dive-0.10.0
+ export GOFLAGS=-mod=vendor
+ GOFLAGS=-mod=vendor
+ go build -o dist/dive
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.12666
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/dive-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/dive-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd dive-0.10.0
+ install -D -p -m 755 ./dist/dive /usr/src/tmp/dive-buildroot/usr/bin/dive
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/dive-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/dive-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/dive-buildroot/ (default)
Compressing files in /usr/src/tmp/dive-buildroot (auto)
debugedit: ./usr/bin/dive: DWARF version 54006 unhandled
[28] .debug_gdb_scripts NOT compressed, wouldn't be smaller
Verifying ELF objects in /usr/src/tmp/dive-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
phdr[2]: unknown object file note type 4 with owner name 'Go' at offset 100
section [23] '.tbss': alloc flag set but section not in any loaded segment
section [25] '.note.go.buildid': unknown object file note type 4 with owner name 'Go' at offset 100
verify-elf: WARNING: ./usr/bin/dive: eu-elflint failed
Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.37926
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd dive-0.10.0
+ export GOFLAGS=-mod=vendor
+ GOFLAGS=-mod=vendor
+ make test
make: Entering directory '/usr/src/RPM/BUILD/dive-0.10.0'
go fmt -x ./...
/usr/lib/golang/bin/gofmt -l -w main.go cmd/analyze.go cmd/build.go cmd/ci.go cmd/root.go cmd/version.go dive/get_image_resolver.go dive/filetree/comparer.go dive/filetree/diff.go dive/filetree/efficiency.go dive/filetree/efficiency_test.go dive/filetree/file_info.go dive/filetree/file_node.go dive/filetree/file_node_test.go dive/filetree/file_tree.go dive/filetree/file_tree_test.go dive/filetree/node_data.go dive/filetree/node_data_test.go dive/filetree/path_error.go dive/filetree/view_info.go dive/image/analyzer.go dive/image/image.go dive/image/layer.go dive/image/resolver.go dive/image/docker/archive_resolver.go dive/image/docker/build.go dive/image/docker/cli.go dive/image/docker/config.go dive/image/docker/engine_resolver.go dive/image/docker/image_archive.go dive/image/docker/image_archive_analysis_test.go dive/image/docker/layer.go dive/image/docker/manifest.go dive/image/docker/testing.go dive/image/podman/build.go dive/image/podman/cli.go dive/image/podman/resolver_linux.go dive/image/podman/resolver_notlinux.go runtime/event.go runtime/options.go runtime/run.go runtime/run_test.go runtime/ci/evaluator.go runtime/ci/evaluator_test.go runtime/ci/reference_file.go runtime/ci/rule.go runtime/export/export.go runtime/export/export_test.go runtime/export/file_reference.go runtime/export/image.go runtime/export/layer.go runtime/ui/app.go runtime/ui/controller.go runtime/ui/format/format.go runtime/ui/key/binding.go runtime/ui/layout/area.go runtime/ui/layout/layout.go runtime/ui/layout/location.go runtime/ui/layout/manager.go runtime/ui/layout/manager_test.go runtime/ui/layout/compound/layer_details_column.go runtime/ui/view/cursor.go runtime/ui/view/debug.go runtime/ui/view/details.go runtime/ui/view/filetree.go runtime/ui/view/filter.go runtime/ui/view/layer.go runtime/ui/view/layer_change_listener.go runtime/ui/view/renderer.go runtime/ui/view/status.go runtime/ui/view/views.go runtime/ui/viewmodel/filetree.go runtime/ui/viewmodel/filetree_test.go runtime/ui/viewmodel/layer_compare.go runtime/ui/viewmodel/layer_selection.go runtime/ui/viewmodel/layer_set_state.go utils/format.go utils/view.go
dive/image/podman/build.go
dive/image/podman/cli.go
dive/image/podman/resolver_notlinux.go
./.scripts/test-coverage.sh
?   	github.com/wagoodman/dive	[no test files]
?   	github.com/wagoodman/dive/cmd	[no test files]
?   	github.com/wagoodman/dive/dive	[no test files]
=== RUN   TestEfficency
--- PASS: TestEfficency (0.00s)
=== RUN   TestEfficency_ScratchImage
--- PASS: TestEfficency_ScratchImage (0.00s)
=== RUN   TestAddChild
--- PASS: TestAddChild (0.00s)
=== RUN   TestRemoveChild
--- PASS: TestRemoveChild (0.00s)
=== RUN   TestPath
--- PASS: TestPath (0.00s)
=== RUN   TestIsWhiteout
--- PASS: TestIsWhiteout (0.00s)
=== RUN   TestDiffTypeFromAddedChildren
--- PASS: TestDiffTypeFromAddedChildren (0.00s)
=== RUN   TestDiffTypeFromRemovedChildren
--- PASS: TestDiffTypeFromRemovedChildren (0.00s)
=== RUN   TestDirSize
--- PASS: TestDirSize (0.00s)
=== RUN   TestStringCollapsed
--- PASS: TestStringCollapsed (0.00s)
=== RUN   TestString
--- PASS: TestString (0.00s)
=== RUN   TestStringBetween
--- PASS: TestStringBetween (0.00s)
=== RUN   TestRejectPurelyRelativePath
--- PASS: TestRejectPurelyRelativePath (0.00s)
=== RUN   TestAddRelativePath
--- PASS: TestAddRelativePath (0.00s)
=== RUN   TestAddPath
--- PASS: TestAddPath (0.00s)
=== RUN   TestAddWhiteoutPath
--- PASS: TestAddWhiteoutPath (0.00s)
=== RUN   TestRemovePath
--- PASS: TestRemovePath (0.00s)
=== RUN   TestStack
--- PASS: TestStack (0.00s)
=== RUN   TestCopy
--- PASS: TestCopy (0.00s)
=== RUN   TestCompareWithNoChanges
--- PASS: TestCompareWithNoChanges (0.00s)
=== RUN   TestCompareWithAdds
--- PASS: TestCompareWithAdds (0.00s)
=== RUN   TestCompareWithChanges
--- PASS: TestCompareWithChanges (0.00s)
=== RUN   TestCompareWithRemoves
--- PASS: TestCompareWithRemoves (0.00s)
=== RUN   TestStackRange
--- PASS: TestStackRange (0.00s)
=== RUN   TestRemoveOnIterate
--- PASS: TestRemoveOnIterate (0.00s)
=== RUN   TestAssignDiffType
--- PASS: TestAssignDiffType (0.00s)
=== RUN   TestMergeDiffTypes
--- PASS: TestMergeDiffTypes (0.00s)
PASS
coverage: 58.5% of statements
ok  	github.com/wagoodman/dive/dive/filetree	0.004s	coverage: 58.5% of statements
?   	github.com/wagoodman/dive/dive/image	[no test files]
=== RUN   Test_Analysis
--- PASS: Test_Analysis (0.01s)
PASS
coverage: 48.0% of statements
ok  	github.com/wagoodman/dive/dive/image/docker	0.009s	coverage: 48.0% of statements
?   	github.com/wagoodman/dive/dive/image/podman	[no test files]
=== RUN   TestRun
--- PASS: TestRun (0.15s)
PASS
coverage: 53.3% of statements
ok  	github.com/wagoodman/dive/runtime	0.156s	coverage: 53.3% of statements
=== RUN   Test_Evaluator
--- PASS: Test_Evaluator (0.01s)
PASS
coverage: 62.1% of statements
ok  	github.com/wagoodman/dive/runtime/ci	0.046s	coverage: 62.1% of statements
=== RUN   Test_Export
--- PASS: Test_Export (0.01s)
PASS
coverage: 100.0% of statements
ok  	github.com/wagoodman/dive/runtime/export	0.017s	coverage: 100.0% of statements
?   	github.com/wagoodman/dive/runtime/ui	[no test files]
?   	github.com/wagoodman/dive/runtime/ui/format	[no test files]
?   	github.com/wagoodman/dive/runtime/ui/key	[no test files]
=== RUN   Test_planAndLayoutHeaders
    manager_test.go:134: case:  single header  ---
    manager_test.go:134: case:  two headers  ---
    manager_test.go:134: case:  two odd-sized headers  ---
--- PASS: Test_planAndLayoutHeaders (0.00s)
=== RUN   Test_planAndLayoutColumns
    manager_test.go:234: case:  two equal columns  ---
    manager_test.go:234: case:  two odd-sized columns  ---
    manager_test.go:234: case:  single column  ---
--- PASS: Test_planAndLayoutColumns (0.00s)
=== RUN   Test_layout
    manager_test.go:369: case:  1 header + 1 footer + 2 equal columns + 1 sized column  ---
    manager_test.go:369: case:  1 header + 1 footer + 1 column  ---
    manager_test.go:369: case:  1 header + 1 footer + 3 column  ---
--- PASS: Test_layout (0.00s)
PASS
coverage: 82.6% of statements
ok  	github.com/wagoodman/dive/runtime/ui/layout	0.002s	coverage: 82.6% of statements
?   	github.com/wagoodman/dive/runtime/ui/layout/compound	[no test files]
?   	github.com/wagoodman/dive/runtime/ui/view	[no test files]
=== RUN   TestFileTreeGoCase
--- PASS: TestFileTreeGoCase (0.03s)
=== RUN   TestFileTreeNoAttributes
--- PASS: TestFileTreeNoAttributes (0.04s)
=== RUN   TestFileTreeRestrictedHeight
--- PASS: TestFileTreeRestrictedHeight (0.03s)
=== RUN   TestFileTreeDirCollapse
--- PASS: TestFileTreeDirCollapse (0.04s)
=== RUN   TestFileTreeDirCollapseAll
--- PASS: TestFileTreeDirCollapseAll (0.03s)
=== RUN   TestFileTreeSelectLayer
--- PASS: TestFileTreeSelectLayer (0.03s)
=== RUN   TestFileShowAggregateChanges
--- PASS: TestFileShowAggregateChanges (0.03s)
=== RUN   TestFileTreePageDown
--- PASS: TestFileTreePageDown (0.04s)
=== RUN   TestFileTreePageUp
--- PASS: TestFileTreePageUp (0.04s)
=== RUN   TestFileTreeDirCursorRight
--- PASS: TestFileTreeDirCursorRight (0.03s)
=== RUN   TestFileTreeFilterTree
--- PASS: TestFileTreeFilterTree (0.03s)
=== RUN   TestFileTreeHideAddedRemovedModified
--- PASS: TestFileTreeHideAddedRemovedModified (0.04s)
=== RUN   TestFileTreeHideUnmodified
--- PASS: TestFileTreeHideUnmodified (0.04s)
=== RUN   TestFileTreeHideTypeWithFilter
--- PASS: TestFileTreeHideTypeWithFilter (0.04s)
PASS
coverage: 55.8% of statements
ok  	github.com/wagoodman/dive/runtime/ui/viewmodel	0.487s	coverage: 55.8% of statements
?   	github.com/wagoodman/dive/utils	[no test files]
github.com/wagoodman/dive/dive/filetree/comparer.go:12:			NewTreeIndexKey			0.0%
github.com/wagoodman/dive/dive/filetree/comparer.go:21:			String				0.0%
github.com/wagoodman/dive/dive/filetree/comparer.go:38:			NewComparer			0.0%
github.com/wagoodman/dive/dive/filetree/comparer.go:46:			GetPathErrors			0.0%
github.com/wagoodman/dive/dive/filetree/comparer.go:54:			GetTree				0.0%
github.com/wagoodman/dive/dive/filetree/comparer.go:71:			get				0.0%
github.com/wagoodman/dive/dive/filetree/comparer.go:88:			NaturalIndexes			0.0%
github.com/wagoodman/dive/dive/filetree/comparer.go:121:		AggregatedIndexes		0.0%
github.com/wagoodman/dive/dive/filetree/comparer.go:152:		BuildCache			0.0%
github.com/wagoodman/dive/dive/filetree/diff.go:18:			String				0.0%
github.com/wagoodman/dive/dive/filetree/diff.go:35:			merge				100.0%
github.com/wagoodman/dive/dive/filetree/efficiency.go:21:		Len				100.0%
github.com/wagoodman/dive/dive/filetree/efficiency.go:26:		Swap				0.0%
github.com/wagoodman/dive/dive/filetree/efficiency.go:31:		Less				0.0%
github.com/wagoodman/dive/dive/filetree/efficiency.go:38:		Efficiency			77.8%
github.com/wagoodman/dive/dive/filetree/file_info.go:25:		NewFileInfoFromTarHeader	0.0%
github.com/wagoodman/dive/dive/filetree/file_info.go:44:		NewFileInfo			0.0%
github.com/wagoodman/dive/dive/filetree/file_info.go:93:		Copy				66.7%
github.com/wagoodman/dive/dive/filetree/file_info.go:111:		Compare				100.0%
github.com/wagoodman/dive/dive/filetree/file_info.go:123:		getHashFromReader		0.0%
github.com/wagoodman/dive/dive/filetree/file_node.go:38:		NewNode				100.0%
github.com/wagoodman/dive/dive/filetree/file_node.go:54:		renderTreeLine			100.0%
github.com/wagoodman/dive/dive/filetree/file_node.go:78:		Copy				100.0%
github.com/wagoodman/dive/dive/filetree/file_node.go:90:		AddChild			87.5%
github.com/wagoodman/dive/dive/filetree/file_node.go:109:		Remove				77.8%
github.com/wagoodman/dive/dive/filetree/file_node.go:125:		String				71.4%
github.com/wagoodman/dive/dive/filetree/file_node.go:139:		MetadataString			81.0%
github.com/wagoodman/dive/dive/filetree/file_node.go:179:		VisitDepthChildFirst		92.9%
github.com/wagoodman/dive/dive/filetree/file_node.go:203:		VisitDepthParentFirst		0.0%
github.com/wagoodman/dive/dive/filetree/file_node.go:236:		IsWhiteout			100.0%
github.com/wagoodman/dive/dive/filetree/file_node.go:241:		IsLeaf				100.0%
github.com/wagoodman/dive/dive/filetree/file_node.go:246:		Path				100.0%
github.com/wagoodman/dive/dive/filetree/file_node.go:271:		deriveDiffType			100.0%
github.com/wagoodman/dive/dive/filetree/file_node.go:285:		AssignDiffType			87.5%
github.com/wagoodman/dive/dive/filetree/file_node.go:304:		compare				54.5%
github.com/wagoodman/dive/dive/filetree/file_tree.go:35:		NewFileTree			100.0%
github.com/wagoodman/dive/dive/filetree/file_tree.go:57:		renderStringTreeBetween		97.1%
github.com/wagoodman/dive/dive/filetree/file_tree.go:133:		VisibleSize			0.0%
github.com/wagoodman/dive/dive/filetree/file_tree.go:162:		String				100.0%
github.com/wagoodman/dive/dive/filetree/file_tree.go:167:		StringBetween			100.0%
github.com/wagoodman/dive/dive/filetree/file_tree.go:172:		Copy				90.0%
github.com/wagoodman/dive/dive/filetree/file_tree.go:198:		VisitDepthChildFirst		100.0%
github.com/wagoodman/dive/dive/filetree/file_tree.go:203:		VisitDepthParentFirst		0.0%
github.com/wagoodman/dive/dive/filetree/file_tree.go:208:		Stack				81.8%
github.com/wagoodman/dive/dive/filetree/file_tree.go:228:		GetNode				88.9%
github.com/wagoodman/dive/dive/filetree/file_tree.go:244:		AddPath				90.0%
github.com/wagoodman/dive/dive/filetree/file_tree.go:286:		RemovePath			75.0%
github.com/wagoodman/dive/dive/filetree/file_tree.go:302:		CompareAndMark			83.8%
github.com/wagoodman/dive/dive/filetree/file_tree.go:369:		markRemoved			75.0%
github.com/wagoodman/dive/dive/filetree/file_tree.go:378:		StackTreeRange			70.0%
github.com/wagoodman/dive/dive/filetree/node_data.go:13:		NewNodeData			100.0%
github.com/wagoodman/dive/dive/filetree/node_data.go:22:		Copy				0.0%
github.com/wagoodman/dive/dive/filetree/path_error.go:12:		String				0.0%
github.com/wagoodman/dive/dive/filetree/path_error.go:29:		NewPathError			0.0%
github.com/wagoodman/dive/dive/filetree/path_error.go:37:		String				0.0%
github.com/wagoodman/dive/dive/filetree/view_info.go:10:		NewViewInfo			100.0%
github.com/wagoodman/dive/dive/filetree/view_info.go:18:		Copy				0.0%
github.com/wagoodman/dive/dive/image/docker/archive_resolver.go:11:	NewResolverFromArchive		0.0%
github.com/wagoodman/dive/dive/image/docker/archive_resolver.go:15:	Fetch				0.0%
github.com/wagoodman/dive/dive/image/docker/archive_resolver.go:29:	Build				0.0%
github.com/wagoodman/dive/dive/image/docker/build.go:8:			buildImageFromCli		0.0%
github.com/wagoodman/dive/dive/image/docker/cli.go:11:			runDockerCmd			0.0%
github.com/wagoodman/dive/dive/image/docker/cli.go:28:			isDockerClientBinaryAvailable	0.0%
github.com/wagoodman/dive/dive/image/docker/config.go:27:		newConfig			90.9%
github.com/wagoodman/dive/dive/image/docker/engine_resolver.go:18:	NewResolverFromEngine		0.0%
github.com/wagoodman/dive/dive/image/docker/engine_resolver.go:22:	Fetch				0.0%
github.com/wagoodman/dive/dive/image/docker/engine_resolver.go:37:	Build				0.0%
github.com/wagoodman/dive/dive/image/docker/engine_resolver.go:45:	fetchArchive			0.0%
github.com/wagoodman/dive/dive/image/docker/image_archive.go:23:	NewImageArchive			65.9%
github.com/wagoodman/dive/dive/image/docker/image_archive.go:110:	processLayerTar			81.8%
github.com/wagoodman/dive/dive/image/docker/image_archive.go:131:	getFileList			73.3%
github.com/wagoodman/dive/dive/image/docker/image_archive.go:160:	ToImage				95.5%
github.com/wagoodman/dive/dive/image/docker/layer.go:18:		ToLayer				100.0%
github.com/wagoodman/dive/dive/image/docker/manifest.go:14:		newManifest			80.0%
github.com/wagoodman/dive/dive/image/docker/testing.go:9:		TestLoadArchive			80.0%
github.com/wagoodman/dive/dive/image/docker/testing.go:19:		TestAnalysisFromArchive		70.0%
github.com/wagoodman/dive/runtime/ci/evaluator.go:34:			NewCiEvaluator			100.0%
github.com/wagoodman/dive/runtime/ci/evaluator.go:42:			isRuleEnabled			100.0%
github.com/wagoodman/dive/runtime/ci/evaluator.go:46:			Evaluate			91.7%
github.com/wagoodman/dive/runtime/ci/evaluator.go:136:			Report				0.0%
github.com/wagoodman/dive/runtime/ci/rule.go:45:			newGenericCiRule		100.0%
github.com/wagoodman/dive/runtime/ci/rule.go:54:			Key				100.0%
github.com/wagoodman/dive/runtime/ci/rule.go:58:			Configuration			100.0%
github.com/wagoodman/dive/runtime/ci/rule.go:62:			Validate			100.0%
github.com/wagoodman/dive/runtime/ci/rule.go:66:			Evaluate			100.0%
github.com/wagoodman/dive/runtime/ci/rule.go:70:			String				0.0%
github.com/wagoodman/dive/runtime/ci/rule.go:89:			loadCiRules			88.1%
github.com/wagoodman/dive/runtime/event.go:12:				message				100.0%
github.com/wagoodman/dive/runtime/event.go:18:				exitWithError			100.0%
github.com/wagoodman/dive/runtime/event.go:25:				exitWithErrorMessage		100.0%
github.com/wagoodman/dive/runtime/export/export.go:13:			NewExport			100.0%
github.com/wagoodman/dive/runtime/export/export.go:49:			Marshal				100.0%
github.com/wagoodman/dive/runtime/run.go:19:				run				72.6%
github.com/wagoodman/dive/runtime/run.go:119:				Run				0.0%
github.com/wagoodman/dive/runtime/ui/layout/manager.go:16:		NewManager			100.0%
github.com/wagoodman/dive/runtime/ui/layout/manager.go:22:		Add				100.0%
github.com/wagoodman/dive/runtime/ui/layout/manager.go:29:		planAndLayoutHeaders		78.6%
github.com/wagoodman/dive/runtime/ui/layout/manager.go:60:		planFooters			93.8%
github.com/wagoodman/dive/runtime/ui/layout/manager.go:92:		planAndLayoutColumns		76.7%
github.com/wagoodman/dive/runtime/ui/layout/manager.go:150:		layoutFooters			85.7%
github.com/wagoodman/dive/runtime/ui/layout/manager.go:177:		notifyLayoutChange		83.3%
github.com/wagoodman/dive/runtime/ui/layout/manager.go:189:		Layout				0.0%
github.com/wagoodman/dive/runtime/ui/layout/manager.go:201:		layout				86.2%
github.com/wagoodman/dive/runtime/ui/viewmodel/filetree.go:41:		NewFileTreeViewModel		64.7%
github.com/wagoodman/dive/runtime/ui/viewmodel/filetree.go:73:		Setup				100.0%
github.com/wagoodman/dive/runtime/ui/viewmodel/filetree.go:79:		height				100.0%
github.com/wagoodman/dive/runtime/ui/viewmodel/filetree.go:87:		bufferIndexUpperBound		100.0%
github.com/wagoodman/dive/runtime/ui/viewmodel/filetree.go:92:		IsVisible			0.0%
github.com/wagoodman/dive/runtime/ui/viewmodel/filetree.go:97:		ResetCursor			0.0%
github.com/wagoodman/dive/runtime/ui/viewmodel/filetree.go:104:		SetTreeByLayer			70.6%
github.com/wagoodman/dive/runtime/ui/viewmodel/filetree.go:133:		CursorUp			0.0%
github.com/wagoodman/dive/runtime/ui/viewmodel/filetree.go:148:		CursorDown			66.7%
github.com/wagoodman/dive/runtime/ui/viewmodel/filetree.go:164:		CursorLeft			0.0%
github.com/wagoodman/dive/runtime/ui/viewmodel/filetree.go:215:		CursorRight			68.8%
github.com/wagoodman/dive/runtime/ui/viewmodel/filetree.go:247:		PageDown			84.6%
github.com/wagoodman/dive/runtime/ui/viewmodel/filetree.go:273:		PageUp				92.3%
github.com/wagoodman/dive/runtime/ui/viewmodel/filetree.go:298:		getAbsPositionNode		83.3%
github.com/wagoodman/dive/runtime/ui/viewmodel/filetree.go:329:		ToggleCollapse			100.0%
github.com/wagoodman/dive/runtime/ui/viewmodel/filetree.go:338:		ToggleCollapseAll		90.0%
github.com/wagoodman/dive/runtime/ui/viewmodel/filetree.go:358:		ConstrainLayout			0.0%
github.com/wagoodman/dive/runtime/ui/viewmodel/filetree.go:367:		ExpandLayout			0.0%
github.com/wagoodman/dive/runtime/ui/viewmodel/filetree.go:376:		ToggleAttributes		0.0%
github.com/wagoodman/dive/runtime/ui/viewmodel/filetree.go:386:		ToggleShowDiffType		100.0%
github.com/wagoodman/dive/runtime/ui/viewmodel/filetree.go:391:		Update				81.5%
github.com/wagoodman/dive/runtime/ui/viewmodel/filetree.go:439:		Render				71.4%
github.com/wagoodman/dive/runtime/ui/viewmodel/layer_set_state.go:12:	NewLayerSetState		0.0%
github.com/wagoodman/dive/runtime/ui/viewmodel/layer_set_state.go:20:	GetCompareIndexes		0.0%
total:									(statements)			58.8%
make: Leaving directory '/usr/src/RPM/BUILD/dive-0.10.0'
+ exit 0
Processing files: dive-0.10.0-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.29216
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd dive-0.10.0
+ DOCDIR=/usr/src/tmp/dive-buildroot/usr/share/doc/dive-0.10.0
+ export DOCDIR
+ rm -rf /usr/src/tmp/dive-buildroot/usr/share/doc/dive-0.10.0
+ /bin/mkdir -p /usr/src/tmp/dive-buildroot/usr/share/doc/dive-0.10.0
+ cp -prL LICENSE README.md /usr/src/tmp/dive-buildroot/usr/share/doc/dive-0.10.0
+ chmod -R go-w /usr/src/tmp/dive-buildroot/usr/share/doc/dive-0.10.0
+ chmod -R a+rX /usr/src/tmp/dive-buildroot/usr/share/doc/dive-0.10.0
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DWs8Tt
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EvSmuI
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.2), libc.so.6(GLIBC_2.3.2), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.32), libc.so.6(GLIBC_2.34)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.PYl9II
Creating dive-debuginfo package
Processing files: dive-debuginfo-0.10.0-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lj8kKt
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bUuacy
find-requires: running scripts (debuginfo)
Requires: dive = 0.10.0-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6)
Adding to dive-debuginfo a strict dependency on dive
Wrote: /usr/src/RPM/RPMS/i586/dive-0.10.0-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/dive-debuginfo-0.10.0-alt1.i586.rpm (w2.lzdio)
65.32user 12.08system 0:27.43elapsed 282%CPU (0avgtext+0avgdata 173152maxresident)k
0inputs+0outputs (0major+1481668minor)pagefaults 0swaps
3.56user 1.25system 0:37.59elapsed 12%CPU (0avgtext+0avgdata 125064maxresident)k
0inputs+0outputs (0major+258944minor)pagefaults 0swaps
--- dive-0.10.0-alt1.i586.rpm.repo	2023-01-02 15:09:41.000000000 +0000
+++ dive-0.10.0-alt1.i586.rpm.hasher	2023-12-30 07:37:34.496700206 +0000
@@ -14,3 +14,3 @@
 Provides: dive = 0.10.0-alt1:sisyphus+312809.100.1.1
-File: /usr/bin/dive	100755	root:root	f7f61b895c634e1fd727fec8824e3bc4	
+File: /usr/bin/dive	100755	root:root	07aa33a26699116657a6aeae6f13b838	
 File: /usr/share/doc/dive-0.10.0	40755	root:root		
@@ -18,2 +18,2 @@
 File: /usr/share/doc/dive-0.10.0/README.md	100644	root:root	59f7b6310d477fa7eb83c6ef37bc483e	
-RPMIdentity: b792cbce67d867e8f71e588915a12468c0ca973e62b0158d456b990797252f4088bce3fe85a8a735c0d8c56e48873830cd0e319b2ba977f2782204061f0e42d9
+RPMIdentity: 571e59a95f6cf6ac63d701a18d0ccd5195be142d2d7cd55dfb48f0ad3536df93d69ad9502d2e6cd6fffbdc6a66b7312d856bc098bd96c7145b4cc111cd415806
--- dive-debuginfo-0.10.0-alt1.i586.rpm.repo	2023-01-02 15:09:40.000000000 +0000
+++ dive-debuginfo-0.10.0-alt1.i586.rpm.hasher	2023-12-30 07:37:34.555701404 +0000
@@ -503,3 +503,2 @@
 /usr/src/debug/dive-0.10.0/vendor/github.com/mattn/go-colorable/colorable_others.go	100644	root:root	
-/usr/src/debug/dive-0.10.0/vendor/github.com/mattn/go-colorable/noncolorable.go	100644	root:root	
 /usr/src/debug/dive-0.10.0/vendor/github.com/mattn/go-isatty	40755	root:root	
@@ -736,3 +735,3 @@
 Provides: dive-debuginfo = 0.10.0-alt1:sisyphus+312809.100.1.1
-File: /usr/lib/debug/usr/bin/dive.debug	100644	root:root	a107096dba2e1416720ae61503f92046	
+File: /usr/lib/debug/usr/bin/dive.debug	100644	root:root	e37d98fb2feb7ad3e116e03480a0214a	
 File: /usr/src/debug/dive-0.10.0	40755	root:root		
@@ -1239,3 +1238,2 @@
 File: /usr/src/debug/dive-0.10.0/vendor/github.com/mattn/go-colorable/colorable_others.go	100644	root:root	d9911fab48833847ecee66355a7ff62b	
-File: /usr/src/debug/dive-0.10.0/vendor/github.com/mattn/go-colorable/noncolorable.go	100644	root:root	bfab66e23b169d54b7acca17144c26dd	
 File: /usr/src/debug/dive-0.10.0/vendor/github.com/mattn/go-isatty	40755	root:root		
@@ -1467,2 +1465,2 @@
 File: /usr/src/debug/dive-0.10.0/vendor/gopkg.in/yaml.v2/yamlprivateh.go	100644	root:root	e5169265c37ec1c5bdcc9beb50f036cc	
-RPMIdentity: 91bc82f7462bc61c9b54cdf73f17d7338afc6078daecda8c59804877926ec0145e9888ea77c68fa0a85d5f43f378e18dbf825cd376834bca7f6e9228579ac6ee
+RPMIdentity: 7be3df8aeea42397f975e0bf6797ea41892db8ea726417dcd3ce25d769e80c4f43c10053d045fe92d8bd396cfcbc190d25564765514109da9ead22a7f2f3f5e0