Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[16.0] Edge apps are not activated after rolling back from a snapshot#5408

Merged
eriknordmark merged 1 commit into
lf-edge:16.0from
jsfakian:bug-edge-app-not-activated-after-rollback-from-snapshot-16.0
Nov 24, 2025
Merged

[16.0] Edge apps are not activated after rolling back from a snapshot#5408
eriknordmark merged 1 commit into
lf-edge:16.0from
jsfakian:bug-edge-app-not-activated-after-rollback-from-snapshot-16.0

Conversation

@jsfakian

@jsfakian jsfakian commented Nov 18, 2025

Copy link
Copy Markdown
Contributor

Description

Backport of #5403

PR dependencies

None.

How to test and validate this PR

  1. Onboard a device into Zedcloud.
  2. Deploy an edge application to the device.
  3. Create a snapshot.
  4. Roll back the device to that snapshot.
  5. Observe that the app only comes instantly online after the snapshotted image becomes active.

Changelog notes

  • Marked the app as high priority to ensure immediate restart following a rollback.
  • Restored expected rollback behaviour - activate edge app after a rollback instant.
  • No functional changes to business logic; update only affects startup/priority configuration.

Checklist

  • I've provided a proper description
  • I've added the proper documentation
  • I've tested my PR on amd64 device
  • I've tested my PR on arm64 device
  • I've written the test verification instructions
  • I've set the proper labels to this PR
  • I've added a reference link to the original PR
  • PR's title follows the template
  • I've checked the boxes above, or I've provided a good reason why I didn't
    check them.

For every user action that starts a STOPPED application or creates a new one,
the system first calls doActivate and then doUpdate.
doActivate is responsible for marking an application as high-priority.
During doUpdate, the system checks this priority flag:
- If the app is high-priority, it starts immediately.
- If not, it will only start after all higher-priority applications have
  started or when the startup timeout is reached.

In the snapshot-rollback flow, the application is started automatically through
reactToSnapshotRollback instead of going through doActivate. Because of this,
the app never receives a priority assignment. This PR ensures that priority is also
set during reactToSnapshotRollback.

Signed-off-by: Ioannis Sfakianakis <[email protected]>
(cherry picked from commit c5c3d2f)
@jsfakian jsfakian requested a review from rouming as a code owner November 18, 2025 11:31
@jsfakian jsfakian added the bug Something isn't working label Nov 18, 2025
@rene

rene commented Nov 18, 2025

Copy link
Copy Markdown
Contributor

@jsfakian you've marked in the check list that the PR's title is correct, but it's not... please, fix according the backport template....

@jsfakian jsfakian changed the title Edge apps are not activated after rolling back from a snapshot [16.0] Edge apps are not activated after rolling back from a snapshot Nov 18, 2025
@eriknordmark

Copy link
Copy Markdown
Contributor

Since the go tests workflow runs out of disk space it would be good to verify with 'make test(s)' that the tests pass.

@rene

rene commented Nov 21, 2025

Copy link
Copy Markdown
Contributor

@jsfakian , could you please run locally and post the logs here? That's how we are doing when go-tests are running out of disk space. This is fixed on master, but it requires the backport of some PRs, which is not available on 16.0 and other stable branches.

@eriknordmark eriknordmark left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jsfakian

Copy link
Copy Markdown
Contributor Author

Since the go tests workflow runs out of disk space it would be good to verify with 'make test(s)' that the tests pass.

I get a timeout when I run make test on the TestCompileArm64 test:

jsfakian@jsfakian-Precision-3660:~/Documents/src/eve$ make test
Building "lfedge/eve-pillar:d0c16f9e1d43a739711ba0e004d3e21e07d2d695"
checking for docker.io/lfedge/eve-pillar:d0c16f9e1d43a739711ba0e004d3e21e07d2d695 in local cache...
docker.io/lfedge/eve-pillar:d0c16f9e1d43a739711ba0e004d3e21e07d2d695 amd64 not found in local cache, checking registry
docker.io/lfedge/eve-pillar:d0c16f9e1d43a739711ba0e004d3e21e07d2d695 amd64 found on registry
Build complete, not pushing, all done.
mkdir -p /home/jsfakian/Documents/src/eve/dist/amd64
Running tests on github.com/lf-edge/eve/pkg/pillar
make -C pkg/pillar test
make[1]: Entering directory '/home/jsfakian/Documents/src/eve/pkg/pillar'
make -C ../../ pillar-cache-export-docker-load
make[2]: Entering directory '/home/jsfakian/Documents/src/eve'
Building "lfedge/eve-pillar:d0c16f9e1d43a739711ba0e004d3e21e07d2d695"
checking for docker.io/lfedge/eve-pillar:d0c16f9e1d43a739711ba0e004d3e21e07d2d695 in local cache...
docker.io/lfedge/eve-pillar:d0c16f9e1d43a739711ba0e004d3e21e07d2d695 amd64 not found in local cache, checking registry
docker.io/lfedge/eve-pillar:d0c16f9e1d43a739711ba0e004d3e21e07d2d695 amd64 found on registry
Build complete, not pushing, all done.
Missing image docker.io/lfedge/eve-pillar:d0c16f9e1d43a739711ba0e004d3e21e07d2d695 in cache
make[2]: Leaving directory '/home/jsfakian/Documents/src/eve'
docker build --platform linux/amd64 -t docker.io/lfedge/eve-pillar:d0c16f9e1d43a739711ba0e004d3e21e07d2d695-amd64 -f /home/jsfakian/Documents/src/eve/pkg/pillar/Dockerfile --build-arg=REL_HASH_LFEDGE_EVE_VTPM=lfedge/eve-vtpm:3a57ad3af16f223ee958b27205bfd806f13258bc --build-arg=REL_HASH_LFEDGE_EVE_BPFTRACE=lfedge/eve-bpftrace:c08d714db34b7cde90d20c56e74d2c11afe483df --build-arg=SOURCE=https://github.com/linuxkit/linuxkit --build-arg=REL_HASH_LFEDGE_EVE_ACRN=lfedge/eve-acrn:3d2b45337b47749c73b423fc6d586469070235ca --build-arg=REL_HASH_LFEDGE_EVE_EDGEVIEW=lfedge/eve-edgeview:0b4f0faef3a3e1531cef856514702deb1e466543 --build-arg=REL_HASH_LFEDGE_EVE_IPXE=lfedge/eve-ipxe:f93763fd3fd34ee3033ab36e4dad6e1ea22e4d5b --build-arg=REL_HASH_LFEDGE_EVE_MEMORY_MONITOR=lfedge/eve-memory-monitor:2daf805fcaa9c1f5b5bcb0951e55d54346ed49a1 --build-arg=REL_HASH_LFEDGE_EVE_PILLAR=lfedge/eve-pillar:d0c16f9e1d43a739711ba0e004d3e21e07d2d695 --build-arg=REL_HASH_LFEDGE_EVE_UEFI=lfedge/eve-uefi:88d6376870a774e6f7a5f529084d68740287e6cb --build-arg=REL_HASH_LFEDGE_EVE_WATCHDOG=lfedge/eve-watchdog:b43c276403a6e1d6d145c64b87648d3e5b2e89c0 --build-arg=REVISION=1368a85dab0ee744604a508a2ae411bda368653a --build-arg=REL_HASH_LFEDGE_EVE_ALPINE=lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04 --build-arg=REL_HASH_LFEDGE_EVE_MKCONF=lfedge/eve-mkconf:eaa1f69e23aa1346ff7d6c1603940e0cfd4ab5cd --build-arg=REL_HASH_LFEDGE_EVE_VECTOR=lfedge/eve-vector:70b088760080bc312ec9d5895d935d4316c6c58d --build-arg=REL_HASH_LFEDGE_EVE_XEN_TOOLS=lfedge/eve-xen-tools:e8bd4bbaeca92daec96411c6611a8d17c0d0d1c2 --build-arg=REL_HASH_LFEDGE_EVE_EXTERNAL_BOOT_IMAGE=lfedge/eve-external-boot-image:7e86027ed410a803a1c7d0c9f17dc98447f96c7f --build-arg=REL_HASH_LFEDGE_EVE_KDUMP=lfedge/eve-kdump:7199932514483e868181f68fd055d69fdeeb012d --build-arg=REL_HASH_LFEDGE_EVE_KVM_TOOLS=lfedge/eve-kvm-tools:2b9d6758246b516275fb8c921d3ab42448218f5b --build-arg=REL_HASH_LFEDGE_EVE_SOURCES=lfedge/eve-sources:ba3cc63c09b6323779638b1dcabee2a3fa65536d --build-arg=REL_HASH_LFEDGE_EVE_STORAGE_INIT=lfedge/eve-storage-init:27c4e07917b2936e641e4753fabaf8f0c541566d --build-arg=REL_HASH_LFEDGE_EVE_KUBE=lfedge/eve-kube:6df61163f888a80680dce0cb0d40aa75b3bdbe35 --build-arg=REL_HASH_LFEDGE_EVE_NVIDIA=lfedge/eve-nvidia:3f290f6aa8aa9564151e738fe96738178aa7387d-nvidia-jp5 --build-arg=REL_HASH_LFEDGE_EVE_RECOVERTPM=lfedge/eve-recovertpm:e0e02dc0f6e81e6b15e84a416171e354346923ad --build-arg=REL_HASH_LFEDGE_EVE_ACRN_KERNEL=lfedge/eve-acrn-kernel:c4b48a19962ba2b84ef20ec59d3f523ce2a090fe --build-arg=REL_HASH_LFEDGE_EVE_CROSS_COMPILERS=lfedge/eve-cross-compilers:f476a79bcd086759592a105a49f9ed5bfa2c4ffa --build-arg=REL_HASH_LFEDGE_EVE_MEASURE_CONFIG=lfedge/eve-measure-config:2de9b0d80fb63d38ad71f19f49d4721fb18a0627 --build-arg=PKG_IMAGE=lfedge/eve-pillar --build-arg=REL_HASH_LFEDGE_EVE_FSCRYPT=lfedge/eve-fscrypt:d528516ed00f61a5ba4ba2407ab3a94bd55aff90 --build-arg=REL_HASH_LFEDGE_EVE_GRUB=lfedge/eve-grub:672b4eb0a1aa2ec6bbdefe573cdc0b2c9bee4ab9 --build-arg=REL_HASH_LFEDGE_EVE_GUACD=lfedge/eve-guacd:b3614e7f0c5e0c3412a829e6aab7e1ef294e4fef --build-arg=REL_HASH_LFEDGE_EVE_MONITOR=lfedge/eve-monitor:4c86549a7781321609730bbb009004ca341f3136 --build-arg=REL_HASH_LFEDGE_EVE_KEXEC=lfedge/eve-kexec:66c1c2578226dc9a7ac8b354d5528964802adac0 --build-arg=REL_HASH_LFEDGE_EVE_WLAN=lfedge/eve-wlan:45161011a1d61d1f959a88da59327f1b86e92d30 --build-arg=REL_HASH_LFEDGE_EVE_XEN=lfedge/eve-xen:b2f1fdad894023daeb0bc1bcaf36b67d3be3771c --build-arg=REL_HASH_LFEDGE_EVE_APPARMOR=lfedge/eve-apparmor:01d28497bfeeb23af28cd301713b908dd31e36f0 --build-arg=REL_HASH_LFEDGE_EVE_MKIMAGE_RAW_EFI=lfedge/eve-mkimage-raw-efi:f979306d474d076eb5bd78b03be19f23a1b5a6d6 --build-arg=REL_HASH_LFEDGE_EVE_MKROOTFS_EXT4=lfedge/eve-mkrootfs-ext4:7dc1ce6367127f16d3df116fb4db95a1c83b5cce --build-arg=REL_HASH_LFEDGE_EVE_UDEV=lfedge/eve-udev:546674a92ae44edd8ff1eb3972382912d63ce8b9 --build-arg=REL_HASH_LFEDGE_EVE_WWAN=lfedge/eve-wwan:d8a779f3a6140a58607daa710a03ad872cd18531 --build-arg=PKG_HASH=d0c16f9e1d43a739711ba0e004d3e21e07d2d695 --build-arg=REL_HASH_LFEDGE_EVE_DOM0_ZTOOLS=lfedge/eve-dom0-ztools:e2c0ed2ea3ae6cb155fa0b0ab320412e20ca0962 --build-arg=REL_HASH_LFEDGE_EVE_INSTALLER=lfedge/eve-installer:30946177255d41a91c15aaef34211c0a4a7623da --build-arg=REL_HASH_LFEDGE_EVE_MKIMAGE_ISO_EFI=lfedge/eve-mkimage-iso-efi:7942bef534ab8c91b53f33483126b8ae0f53dff4 --build-arg=REL_HASH_LFEDGE_EVE_NEWLOG=lfedge/eve-newlog:4fa4bdec163d52dcc4ea34f319fbe2b01e8c5f11 --build-arg=REL_HASH_LFEDGE_EVE_OPTEE_OS=lfedge/eve-optee-os:9224bc23bc238d0f499dadb134de32dc3a2abdf9 --build-arg=REL_HASH_LFEDGE_EVE_DNSMASQ=lfedge/eve-dnsmasq:66334faad5620503b542c8faa2012c3697659ce2 --build-arg=REL_HASH_LFEDGE_EVE_GPT_TOOLS=lfedge/eve-gpt-tools:584939b50f49ed3ef8f9d26a1b315918f4bf598c --build-arg=REL_HASH_LFEDGE_EVE_RNGD=lfedge/eve-rngd:bc626074adbeaa09a214a244c6a9e53de3174c61 --build-arg=REL_HASH_LFEDGE_EVE_BSP_IMX=lfedge/eve-bsp-imx:5ec3034acf37c0daf362997ab301241564ca7c04 --build-arg=REL_HASH_LFEDGE_EVE=lfedge/eve:0257f2b44835065cd921fbb935e5971ef378c6af --build-arg=REL_HASH_LFEDGE_EVE_NODE_EXPORTER=lfedge/eve-node-exporter:455820ff148fbf6d680d00fe98d065407001f584 --build-arg=REL_HASH_LFEDGE_EVE_FW=lfedge/eve-fw:a9dbbcd815cf54d492bad7540651eb95c9367270-generic --build-arg=REL_HASH_LFEDGE_EVE_MKROOTFS_SQUASH=lfedge/eve-mkrootfs-squash:5ef495b735f577345d815a625415f8abec2fbd02 --build-arg=REL_HASH_LFEDGE_EVE_U_BOOT=lfedge/eve-u-boot:ee619675a524cd7bbea25dae2340f020c3a820ba --build-arg=GOPKGVERSION=v0.0.0-20251111104617-1368a85dab0e --build-arg=REL_HASH_LFEDGE_EVE_ALPINE_BASE=lfedge/eve-alpine-base:353bf866797f6e60f91cbe1b00c439634adfcf13 --build-arg=REL_HASH_LFEDGE_EVE_DEBUG=lfedge/eve-debug:75795a65be849571ca5bb230ad766d35f7668e41 --label=org.opencontainers.image.source=https://github.com/linuxkit/linuxkit --label=org.opencontainers.image.revision=1368a85dab0ee744604a508a2ae411bda368653a --label=org.mobyproject.config={"capabilities":["all"],"binds":["/lib/modules:/lib/modules","/dev:/dev","/etc/resolv.conf:/etc/resolv.conf","/etc/cdi:/etc/cdi","/run:/run","/config:/config","/:/hostfs","/persist:/persist:rshared,rbind","/usr/bin/containerd:/usr/bin/containerd","/opt/vendor:/opt/vendor:ro"],"devices":[{"path":"all","type":"a","major":0,"minor":0}],"net":"host","pid":"host","rootfsPropagation":"shared"} --label=org.mobyproject.linuxkit.version=v1.8.1 --label=org.mobyproject.linuxkit.revision=9da6903609ed7cbb7642e929a2d9e5ddae61b430 --network=default /home/jsfakian/Documents/src/eve/pkg/pillar --build-arg TEST_TOOLS=y --load --target build
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 8.19kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_UEFI} results in empty or invalid base image name (line 18)
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_DOM0_ZTOOLS} results in empty or invalid base image name (line 19)
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_ALPINE} results in empty or invalid base image name (line 31)
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_ALPINE} results in empty or invalid base image name (line 36)
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_CROSS_COMPILERS} results in empty or invalid base image name (line 41)
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_ALPINE} results in empty or invalid base image name (line 45)
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_FSCRYPT} results in empty or invalid base image name (line 145)
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_DNSMASQ} results in empty or invalid base image name (line 146)
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_GPT_TOOLS} results in empty or invalid base image name (line 147)
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_ALPINE} results in empty or invalid base image name (line 152)
#1 DONE 0.0s

#2 [internal] load metadata for docker.io/lfedge/eve-dom0-ztools:e2c0ed2ea3ae6cb155fa0b0ab320412e20ca0962
#2 ...

#3 [auth] lfedge/eve-dom0-ztools:pull token for registry-1.docker.io
#3 DONE 0.0s

#4 [auth] lfedge/eve-alpine:pull token for registry-1.docker.io
#4 DONE 0.0s

#5 [internal] load metadata for docker.io/lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04
#5 DONE 1.2s

#2 [internal] load metadata for docker.io/lfedge/eve-dom0-ztools:e2c0ed2ea3ae6cb155fa0b0ab320412e20ca0962
#2 DONE 1.2s

#6 [internal] load .dockerignore
#6 transferring context: 2B done
#6 DONE 0.0s

#7 [internal] load build context
#7 DONE 0.0s

#8 [build-native 1/2] FROM docker.io/lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04@sha256:0b4c3e13e502c14425d76d05b9fafb1efe25e81fb6f83698c243e5edabb41582
#8 DONE 0.0s

#9 [zfs 1/3] FROM docker.io/lfedge/eve-dom0-ztools:e2c0ed2ea3ae6cb155fa0b0ab320412e20ca0962@sha256:5993416c7503a17625d4109db56645a1eadfb66767406038994860ae60d8b165
#9 DONE 0.0s

#10 [build  8/14] ADD https://github.com/go-delve/delve/archive/refs/tags/v1.20.1.tar.gz /delve.tar.gz
#10 ...

#11 [build  1/14] ADD --keep-git-dir=true https://github.com/NetworkConfiguration/dhcpcd.git#v10.1.0 /dhcpcd
#11 0.582 f77f41f2442357882b5b85c6cd06af8c9bfaf43c	refs/tags/v10.1.0
#11 0.582 57c3506a5622e199cf0e3fc1ef26a71cdedc9521	refs/tags/v10.1.0^{}
#11 DONE 0.6s

#10 [build  8/14] ADD https://github.com/go-delve/delve/archive/refs/tags/v1.20.1.tar.gz /delve.tar.gz
#10 DONE 0.8s

#7 [internal] load build context
#7 transferring context: 19.35MB 0.2s done
#7 DONE 0.3s

#12 [build  2/14] WORKDIR /dhcpcd
#12 CACHED

#13 [zfs 3/3] RUN while read -r x; do         if [ -d "$x" ]; then           mkdir -p "/out/$x";         else           cp -P "$x" "/out/$x";         fi     done < /etc/zfs-files
#13 CACHED

#14 [build  1/14] ADD --keep-git-dir=true https://github.com/NetworkConfiguration/dhcpcd.git#v10.1.0 /dhcpcd
#14 CACHED

#15 [zfs 2/3] RUN mkdir /out
#15 CACHED

#16 [build-native 2/2] RUN BUILD_PKGS="git gcc linux-headers libc-dev make linux-pam-dev m4 findutils util-linux make patch                      libintl libuuid libtirpc libblkid libcrypto1.1 zlib tar" eve-alpine-deploy.sh
#16 CACHED

#17 [build  3/14] RUN ./configure --libexecdir=/usr/lib/dhcpcd --dbdir=/var/lib/dhcpcd --runstatedir=/run &&     make -j "$(getconf _NPROCESSORS_ONLN)" && make install
#17 CACHED

#18 [build  4/14] COPY --from=zfs /out /
#18 CACHED

#10 [build  8/14] ADD https://github.com/go-delve/delve/archive/refs/tags/v1.20.1.tar.gz /delve.tar.gz
#10 CACHED

#19 [build  5/14] COPY ./  /pillar/
#19 DONE 0.5s

#20 [build  6/14] WORKDIR /pillar
#20 DONE 0.1s

#21 [build  7/14] RUN --mount=type=cache,target=/root/.cache/go-build echo "Running go vet" && make HV="$HV" vet &&     echo "Running go fmt" && ERR="$(find . -name \*.go | grep -v /vendor/ | xargs gofmt -d -e -l -s)" &&        if [ -n "$ERR" ] ; then printf 'go fmt Failed - ERR: %s' "$ERR" ; exit 1 ; fi &&        make ZARCH=amd64 HV="$HV" DEV="n" RSTATS=n RSTATS_ENDPOINT= RSTATS_TAG= DISTDIR=/final/opt/zededa/bin BUILD_VERSION=v0.0.0-20251111104617-1368a85dab0e build
#21 0.226 Running go vet
#21 0.228 go vet  ./...
#21 1.017 Running go fmt
#21 1.106 mkdir -p /final/opt/zededa/bin
#21 1.107 Building /final/opt/zededa/bin/zedbox
#21 1.107 GO111MODULE=on GOOS=linux GOARCH=amd64 go build -mod=vendor   -ldflags "-extldflags=-fuse-ld=bfd -s -w" -o /final/opt/zededa/bin/zedbox ./zedbox
#21 3.726 README.md
#21 3.727 baseosmgr
#21 3.728 client
#21 3.729 collectinfo
#21 3.730 command
#21 3.730 conntrack
#21 3.731 diag
#21 3.732 domainmgr
#21 3.733 downloader
#21 3.734 executor
#21 3.735 faultinjection
#21 3.736 hardwaremodel
#21 3.737 ipcmonitor
#21 3.737 ledmanager
#21 3.738 loguploader
#21 3.739 monitor
#21 3.740 msrv
#21 3.741 nim
#21 3.741 nodeagent
#21 3.742 pbuf
#21 3.743 tpmmgr
#21 3.744 upgradeconverter
#21 3.745 usbmanager
#21 3.745 vaultmgr
#21 3.746 vcomlink
#21 3.747 verifier
#21 3.748 volumemgr
#21 3.748 waitforaddr
#21 3.749 watcher
#21 3.750 wstunnelclient
#21 3.751 zedagent
#21 3.752 zedkube
#21 3.752 zedmanager
#21 3.753 zedrouter
#21 3.754 zfsmanager
#21 DONE 3.8s

#22 [build  8/14] ADD https://github.com/go-delve/delve/archive/refs/tags/v1.20.1.tar.gz /delve.tar.gz
#22 DONE 0.1s

#23 [build  9/14] RUN if [ n = "y" ]; then tar --absolute-names -xz < /delve.tar.gz; fi
#23 DONE 0.2s

#24 [build 10/14] WORKDIR /delve-1.20.1
#24 DONE 0.1s

#25 [build 11/14] RUN --mount=type=cache,target=/root/.cache/go-build if [ n = "y" ]; then     GOFLAGS= CGO_ENABLED=0 go build -ldflags "-s -w -extldflags '-static'" github.com/go-delve/delve/cmd/dlv &&     cp dlv /final/opt/ ; fi
#25 DONE 0.3s

#26 [build 12/14] RUN --mount=type=cache,target=/root/.cache/go-build if [ "y" = "y" ]; then     GOBIN=/final/opt/ GOFLAGS="" go install gotest.tools/[email protected]; fi
#26 0.537 go: downloading gotest.tools/gotestsum v1.7.0
#26 2.237 go: downloading github.com/fatih/color v1.10.0
#26 2.237 go: downloading github.com/dnephin/pflag v1.0.7
#26 2.237 go: downloading golang.org/x/tools v0.1.0
#26 2.238 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
#26 2.238 go: downloading github.com/fsnotify/fsnotify v1.4.9
#26 2.238 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
#26 2.238 go: downloading github.com/pkg/errors v0.9.1
#26 2.239 go: downloading github.com/jonboulle/clockwork v0.2.2
#26 2.239 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
#26 2.239 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
#26 2.282 go: downloading github.com/mattn/go-isatty v0.0.12
#26 2.282 go: downloading github.com/mattn/go-colorable v0.1.8
#26 2.618 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
#26 2.618 go: downloading golang.org/x/mod v0.3.0
#26 DONE 3.2s

#27 exporting to image
#27 exporting layers
#27 exporting layers 0.9s done
#27 writing image sha256:94d7c10975a313403226e47332f81fdf8987b19963df07121743c874233104b4 done
#27 naming to docker.io/lfedge/eve-pillar:d0c16f9e1d43a739711ba0e004d3e21e07d2d695-amd64 0.0s done
#27 DONE 0.9s

 12 warnings found (use --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_UEFI} results in empty or invalid base image name (line 18)
 - InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_DOM0_ZTOOLS} results in empty or invalid base image name (line 19)
 - InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_ALPINE} results in empty or invalid base image name (line 31)
 - InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_ALPINE} results in empty or invalid base image name (line 36)
 - InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_CROSS_COMPILERS} results in empty or invalid base image name (line 41)
 - InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_ALPINE} results in empty or invalid base image name (line 45)
 - InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_FSCRYPT} results in empty or invalid base image name (line 145)
 - InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_DNSMASQ} results in empty or invalid base image name (line 146)
 - InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_GPT_TOOLS} results in empty or invalid base image name (line 147)
 - InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_ALPINE} results in empty or invalid base image name (line 152)
 - UndefinedVar: Usage of undefined variable '$CROSS_COMPILE_ENV' (line 95)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 130)
docker image tag sha256:94d7c10975a313403226e47332f81fdf8987b19963df07121743c874233104b4 lfedge/eve-pillar:local-amd64
rm -f results.json
rm -f results.xml
touch results.json
touch results.xml
docker run --platform linux/amd64 -w /pillar \
	--mount type=bind,source=./results.json,target=/pillar/results.json \
	--mount type=bind,source=./results.xml,target=/pillar/results.xml \
	--entrypoint /final/opt/gotestsum lfedge/eve-pillar:local-amd64 \
	--jsonfile /pillar/results.json \
	--junitfile /pillar/results.xml \
	--raw-command -- go test -tags kubevirt -coverprofile=coverage.txt -covermode=atomic -race -json \
	./...
∅  activeapp (3ms)
∅  agentbase (4ms)
∅  agentlog/cmd/psi-collector (3ms)
∅  canbus (3ms)
✓  base (1.01s) (coverage: 24.3% of statements)
∅  cipher (4ms)
∅  cmd/baseosmgr (4ms)
✓  cas (1.033s) (coverage: 1.5% of statements)
✓  agentlog (4.78s) (coverage: 33.6% of statements)
∅  cmd/client (3ms)
∅  cmd/command (3ms)
∅  cmd/conntrack (3ms)
✓  cmd/collectinfo (1.041s) (coverage: 31.2% of statements)
∅  cmd/executor (3ms)
∅  cmd/downloader (4ms)
∅  cmd/hardwaremodel (3ms)
∅  cmd/faultinjection (3ms)
∅  cmd/ipcmonitor (3ms)
∅  cmd/ledmanager (3ms)
∅  cmd/loguploader (4ms)
✓  cmd/monitor (1.028s) (coverage: 3.8% of statements)
∅  cmd/nim (4ms)
∅  cmd/nodeagent (4ms)
∅  cmd/pbuf (3ms)
✓  cmd/tpmmgr (1.057s) (coverage: 4.2% of statements)
✓  cmd/domainmgr (11.051s) (coverage: 6.1% of statements)
✓  cmd/diag (11.258s) (coverage: 4.4% of statements)
∅  cmd/vaultmgr (3ms)
∅  cmd/vcomlink (1.036s)
∅  cmd/verifier (3ms)
∅  cmd/verifier/cmd (3ms)
∅  cmd/verifier/lib (3ms)
✓  cmd/upgradeconverter (9.228s) (coverage: 21.7% of statements)
∅  cmd/waitforaddr (3ms)
✓  cmd/verifier/pubsub (1.034s) (coverage: 3.5% of statements)
∅  cmd/wstunnelclient (3ms)
✓  cmd/usbmanager (11.056s) (coverage: 62.5% of statements)
∅  cmd/zedkube (3ms)
∅  cmd/zedmanager (5ms)
✓  cmd/msrv (21.1s) (coverage: 32.6% of statements)
∅  cmd/zfsmanager (3ms)
∅  cmd/zedrouter (6ms)
∅  conntrack (3ms)
∅  conntester (3ms)
✓  attest (40.056s) (coverage: 56.4% of statements)
✓  cmd/volumemgr (11.093s) (coverage: 0.9% of statements)
✓  cpuallocator (1.01s) (coverage: 100.0% of statements)
✓  dpcreconciler (1.333s) (coverage: 69.2% of statements)
✓  dpcreconciler/genericitems (1.031s) (coverage: 9.8% of statements)
∅  dpcreconciler/linuxitems (4ms)
✓  cmd/zedagent (11.25s) (coverage: 8.4% of statements)
∅  flextimer (3ms)
∅  execlib (3ms)
∅  evetpm (1.027s)
✓  hardware (1.032s) (coverage: 3.1% of statements)
∅  iptables (3ms)
∅  kubeapi (3ms)
∅  netclone (3ms)
∅  localcommand (4ms)
∅  netdump (3ms)
✓  cmd/watcher (18.629s) (coverage: 28.1% of statements)
✓  netmonitor (1.039s) (coverage: 9.6% of statements)
∅  nireconciler/linuxitems (4ms)
∅  nistate (4ms)
∅  pidfile (3ms)
✓  diskmetrics (11.032s) (coverage: 1.9% of statements)
✓  nireconciler/genericitems (1.043s) (coverage: 14.7% of statements)
✓  persistcache (1.05s) (coverage: 82.1% of statements)
∅  rstats
∅  pubsub/reverse (3ms)
∅  pubsub/legacy (3ms)
∅  tgt (3ms)
∅  ssh (3ms)
∅  sema (3ms)
∅  sriov (3ms)
✓  queuelock (1.01s) (coverage: 95.9% of statements)
∅  utils/netutils (3ms)
∅  utils/disks (3ms)
∅  watch (3ms)
∅  utils/file (3ms)
∅  utils/persist (3ms)
∅  utils/wait (3ms)
∅  utils/logging (4ms)
∅  vcom/go (3ms)
∅  vault (4ms)
∅  volumehandlers (4ms)
✓  pubsub/socketdriver (1.128s) (coverage: 15.3% of statements)
✓  utils/generics (1.016s) (coverage: 11.0% of statements)
✓  utils/zfs (1.072s) (coverage: 30.0% of statements)
✓  types (1.092s) (coverage: 17.9% of statements)
✓  utils/cloudconfig (1.159s) (coverage: 77.2% of statements)
✓  objtonum (4.455s) (coverage: 88.4% of statements)
∅  zedbox (3ms)
∅  zfs (4ms)
✓  zboot (1.039s) (coverage: 11.7% of statements)
✓  zedpac (6.911s) (coverage: 75.0% of statements)
✓  nireconciler (13.557s) (coverage: 85.3% of statements)
✓  utils (11.049s) (coverage: 36.6% of statements)
✓  pubsub (22.354s) (coverage: 69.0% of statements)
✓  controllerconn (46.709s) (coverage: 27.7% of statements)
✓  hypervisor (41.056s) (coverage: 22.4% of statements)
✓  worker (1m38.056s) (coverage: 73.3% of statements)
✓  containerd (2m1.056s) (coverage: 15.3% of statements)
✓  portprober (2m58.486s) (coverage: 81.8% of statements)
✓  dpcmanager (3m51.667s) (coverage: 77.1% of statements)

=== Skipped
=== SKIP: agentlog TestListenDebug (0.00s)
    http-debug_test.go:89: 

=== SKIP: agentlog TestPsiEveIntegratedStartStopTwice (0.00s)
    agentlog_test.go:532: skip test because of flakiness

=== SKIP: agentlog TestPsiEveIntegratedStartTwice (0.00s)
    agentlog_test.go:617: skip test because of flakiness

=== SKIP: agentlog TestPsiEveIntegratedStopUnstarted (0.00s)
    agentlog_test.go:657: skip test because of flakiness

=== SKIP: cmd/msrv TestTpmActivateCred (0.00s)
    activatecred_test.go:38: SWTPM device not available, skipping the test
time="2025-11-24T11:35:48Z" level=info msg="App network status create" activated=false log_event_type=log obj_key=app_network_status-6ba7b810-9dad-11d1-80b4-000000000000 obj_type=app_network_status obj_uuid=6ba7b810-9dad-11d1-80b4-000000000000 pid=1234 source=pubsub
time="2025-11-24T11:35:48Z" level=info msg="App network status create" activated=false log_event_type=log obj_key=app_network_status-6ba7b810-9dad-11d1-80b4-000000000000 obj_type=app_network_status obj_uuid=6ba7b810-9dad-11d1-80b4-000000000000 pid=1234 source=pubsub
time="2025-11-24T11:35:48Z" level=info msg="App instance status create" log_event_type=log obj_key=app_instance_status-6ba7b810-9dad-11d1-80b4-000000000000 obj_type=app_instance_status obj_uuid=6ba7b810-9dad-11d1-80b4-000000000000 pid=1234 purge-in-progress=0 restart-in-progress=0 source=pubsub state="Unknown state 0"
time="2025-11-24T11:35:48Z" level=info msg="App instance status create" log_event_type=log obj_key=app_instance_status-6ba7b810-9dad-11d1-80b4-000000000002 obj_type=app_instance_status obj_uuid=6ba7b810-9dad-11d1-80b4-000000000002 pid=1234 purge-in-progress=0 restart-in-progress=0 source=pubsub state="Unknown state 0"
time="2025-11-24T11:35:48Z" level=info msg="App instance status create" log_event_type=log obj_key=app_instance_status-6ba7b810-9dad-11d1-80b4-000000000001 obj_type=app_instance_status obj_uuid=6ba7b810-9dad-11d1-80b4-000000000001 pid=1234 purge-in-progress=0 restart-in-progress=0 source=pubsub state="Unknown state 0"
time="2025-11-24T11:35:48Z" level=info msg="App network status create" activated=false log_event_type=log obj_key=app_network_status-6ba7b810-9dad-11d1-80b4-000000000000 obj_type=app_network_status obj_uuid=6ba7b810-9dad-11d1-80b4-000000000000 pid=1234 source=pubsub
time="2025-11-24T11:35:48Z" level=info msg="DeviceNetworkStatus create" current-index-int64=0 log_event_type=log obj_key=devicenetwork_status-global obj_type=devicenetwork_status pid=1234 ports-int64=1 source=pubsub state= testing-bool=false
time="2025-11-24T11:35:48Z" level=info msg="DeviceNetworkStatus port create" ifname=eth0 last-error= last-failed="0001-01-01 00:00:00 +0000 UTC" last-succeeded="0001-01-01 00:00:00 +0000 UTC" last-warning= log_event_type=log obj_key=devicenetwork_status-global obj_type=devicenetwork_status pid=1234 source=pubsub
time="2025-11-24T11:35:48Z" level=info msg="App instance status create" log_event_type=log obj_key=app_instance_status-6ba7b810-9dad-11d1-80b4-000000000002 obj_type=app_instance_status obj_uuid=6ba7b810-9dad-11d1-80b4-000000000002 pid=1234 purge-in-progress=0 restart-in-progress=0 source=pubsub state="Unknown state 0"
time="2025-11-24T11:35:48Z" level=info msg="start handlePatchEnvelopeImpl" pid=1234 source=pubsub
time="2025-11-24T11:35:48Z" level=error msg="checkAndExpandCipherBlobs: Failed to populate binary blob from cipher blob" pid=1234 source=pubsub
time="2025-11-24T11:35:48Z" level=error msg="checkAndExpandCipherBlobs: Failed to populate binary blob from cipher blob" pid=1234 source=pubsub
time="2025-11-24T11:35:48Z" level=info msg="finish handlePatchEnvelopeImpl" pid=1234 source=pubsub
time="2025-11-24T11:35:48Z" level=error msg="Failed to compose volUUID from string uuid: incorrect UUID length: abcd3e" pid=1234 source=pubsub
time="2025-11-24T11:35:48Z" level=info msg="Network instance status create" log_event_type=log obj_key=network_instance_status-00000000-0000-0000-0000-000000000000 obj_type=network_instance_status pid=1234 source=pubsub
time="2025-11-24T11:35:48Z" level=info msg="App instance status create" log_event_type=log obj_key=app_instance_status-6ba7b810-9dad-11d1-80b4-000000000001 obj_type=app_instance_status obj_uuid=6ba7b810-9dad-11d1-80b4-000000000001 pid=1234 purge-in-progress=0 restart-in-progress=0 source=pubsub state="Unknown state 0"
time="2025-11-24T11:35:48Z" level=info msg="Network instance status create" log_event_type=log obj_key=network_instance_status-00000000-0000-0000-0000-000000000000 obj_type=network_instance_status pid=1234 source=pubsub
time="2025-11-24T11:35:48Z" level=info msg="App instance status create" log_event_type=log obj_key=app_instance_status-6ba7b810-9dad-11d1-80b4-000000000000 obj_type=app_instance_status obj_uuid=6ba7b810-9dad-11d1-80b4-000000000000 pid=1234 purge-in-progress=0 restart-in-progress=0 source=pubsub state="Unknown state 0"
time="2025-11-24T11:35:48Z" level=info msg="App network status create" activated=false log_event_type=log obj_key=app_network_status-6ba7b810-9dad-11d1-80b4-000000000000 obj_type=app_network_status obj_uuid=6ba7b810-9dad-11d1-80b4-000000000000 pid=1234 source=pubsub

=== SKIP: containerd TestCreateMountPointExecEnvFiles (30.00s)
time="2025-11-24T11:36:02Z" level=info msg=NewContainerdClient
time="2025-11-24T11:36:32Z" level=error msg="NewContainerdClient: could not create containerd client. failed to dial \"/run/containerd/containerd.sock\": context deadline exceeded: connection error: desc = \"transport: error while dialing: dial unix:///run/containerd/containerd.sock: timeout\""
    oci_test.go:818: test must be run on a system with a functional containerd

=== SKIP: containerd TestPrepareMount (30.00s)
time="2025-11-24T11:36:32Z" level=info msg=NewContainerdClient
time="2025-11-24T11:37:02Z" level=error msg="NewContainerdClient: could not create containerd client. failed to dial \"/run/containerd/containerd.sock\": context deadline exceeded: connection error: desc = \"transport: error while dialing: dial unix:///run/containerd/containerd.sock: timeout\""
    oci_test.go:818: test must be run on a system with a functional containerd

=== SKIP: containerd TestAddLoader (30.00s)
time="2025-11-24T11:37:02Z" level=info msg=NewContainerdClient
time="2025-11-24T11:37:32Z" level=error msg="NewContainerdClient: could not create containerd client. failed to dial \"/run/containerd/containerd.sock\": context deadline exceeded: connection error: desc = \"transport: error while dialing: dial unix:///run/containerd/containerd.sock: timeout\""
    oci_test.go:818: test must be run on a system with a functional containerd

=== SKIP: containerd TestDenyAllDevicesInSpec (30.00s)
time="2025-11-24T11:37:32Z" level=info msg=NewContainerdClient
time="2025-11-24T11:38:02Z" level=error msg="NewContainerdClient: could not create containerd client. failed to dial \"/run/containerd/containerd.sock\": context deadline exceeded: connection error: desc = \"transport: error while dialing: dial unix:///run/containerd/containerd.sock: timeout\""
    oci_test.go:818: test must be run on a system with a functional containerd

=== SKIP: hypervisor TestGetDomsCPUMem (30.00s)
time="2025-11-24T11:36:21Z" level=info msg=NewContainerdClient
time="2025-11-24T11:36:51Z" level=error msg="NewContainerdClient: could not create containerd client. failed to dial \"/run/containerd/containerd.sock\": context deadline exceeded: connection error: desc = \"transport: error while dialing: dial unix:///run/containerd/containerd.sock: timeout\""
    containerd_test.go:13: test must be run on a system with a functional containerd

=== SKIP: hypervisor TestBootTimeHypervisorWithHVFilePath (0.00s)
    hypervisor_test.go:48: enable this test once calling containerd in the test environment does not panic anymore

DONE 415 tests, 11 skipped in 294.633s
docker run --platform linux/amd64 -w /pillar \
	--entrypoint /bin/sh lfedge/eve-pillar:local-amd64 \
	/pillar/build-scripts/fuzz_test.sh
Fuzzing FuzzCheckBadUSBBundles in ./types/assignableadapters_test.go
warning: starting with empty corpus
fuzz: elapsed: 0s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 3s, execs: 5683 (1894/sec), new interesting: 5 (total: 5)
fuzz: elapsed: 6s, execs: 6536 (284/sec), new interesting: 9 (total: 9)
fuzz: elapsed: 9s, execs: 15313 (2926/sec), new interesting: 14 (total: 14)
fuzz: elapsed: 12s, execs: 80620 (21767/sec), new interesting: 22 (total: 22)
fuzz: elapsed: 15s, execs: 253012 (57465/sec), new interesting: 23 (total: 23)
fuzz: elapsed: 18s, execs: 427256 (58084/sec), new interesting: 24 (total: 24)
fuzz: elapsed: 21s, execs: 602444 (58388/sec), new interesting: 24 (total: 24)
fuzz: elapsed: 24s, execs: 760343 (52628/sec), new interesting: 24 (total: 24)
fuzz: elapsed: 27s, execs: 919249 (52983/sec), new interesting: 24 (total: 24)
fuzz: elapsed: 30s, execs: 1077394 (52713/sec), new interesting: 24 (total: 24)
fuzz: elapsed: 30s, execs: 1077394 (0/sec), new interesting: 24 (total: 24)
PASS
ok  	github.com/lf-edge/eve/pkg/pillar/types	30.127s
Fuzzing FuzzUSBManagerController in ./cmd/usbmanager/usbcontroller_test.go
time="2025-11-24T11:41:02Z" level=info msg="Containerd Init"
warning: starting with empty corpus
fuzz: elapsed: 0s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 3s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 6s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 9s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 12s, execs: 62 (21/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 15s, execs: 65 (1/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 18s, execs: 2374 (770/sec), new interesting: 15 (total: 15)
fuzz: elapsed: 21s, execs: 4148 (591/sec), new interesting: 19 (total: 19)
fuzz: elapsed: 24s, execs: 5929 (594/sec), new interesting: 29 (total: 29)
fuzz: elapsed: 27s, execs: 6727 (266/sec), new interesting: 31 (total: 31)
fuzz: elapsed: 30s, execs: 7713 (329/sec), new interesting: 32 (total: 32)
fuzz: elapsed: 30s, execs: 7713 (0/sec), new interesting: 32 (total: 32)
PASS
ok  	github.com/lf-edge/eve/pkg/pillar/cmd/usbmanager	40.049s
Fuzzing FuzzIOBundleTree in ./cmd/usbmanager/ioBundleTree_test.go
time="2025-11-24T11:41:45Z" level=info msg="Containerd Init"
warning: starting with empty corpus
fuzz: elapsed: 0s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 3s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 6s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 9s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 12s, execs: 54 (18/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 15s, execs: 4606 (1517/sec), new interesting: 14 (total: 14)
fuzz: elapsed: 18s, execs: 5347 (247/sec), new interesting: 18 (total: 18)
fuzz: elapsed: 21s, execs: 6151 (268/sec), new interesting: 28 (total: 28)
fuzz: elapsed: 24s, execs: 7778 (542/sec), new interesting: 35 (total: 35)
fuzz: elapsed: 27s, execs: 9848 (690/sec), new interesting: 45 (total: 45)
fuzz: elapsed: 30s, execs: 12363 (838/sec), new interesting: 52 (total: 52)
fuzz: elapsed: 31s, execs: 12363 (0/sec), new interesting: 52 (total: 52)
PASS
ok  	github.com/lf-edge/eve/pkg/pillar/cmd/usbmanager	41.031s
Fuzzing FuzzIOBundle2PassthroughRule in ./cmd/usbmanager/ioBundleTree_test.go
time="2025-11-24T11:42:28Z" level=info msg="Containerd Init"
warning: starting with empty corpus
fuzz: elapsed: 0s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 3s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 6s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 9s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 12s, execs: 8523 (2843/sec), new interesting: 19 (total: 19)
fuzz: elapsed: 15s, execs: 20456 (3977/sec), new interesting: 35 (total: 35)
fuzz: elapsed: 18s, execs: 71875 (17146/sec), new interesting: 68 (total: 68)
fuzz: elapsed: 21s, execs: 112532 (13551/sec), new interesting: 100 (total: 100)
fuzz: elapsed: 24s, execs: 176809 (21424/sec), new interesting: 111 (total: 111)
fuzz: elapsed: 27s, execs: 214448 (12545/sec), new interesting: 113 (total: 113)
fuzz: elapsed: 30s, execs: 349685 (45070/sec), new interesting: 117 (total: 117)
fuzz: elapsed: 31s, execs: 349685 (0/sec), new interesting: 117 (total: 117)
PASS
ok  	github.com/lf-edge/eve/pkg/pillar/cmd/usbmanager	41.062s
Fuzzing FuzzRuleEngine in ./cmd/usbmanager/ruleengine_test.go
time="2025-11-24T11:43:12Z" level=info msg="Containerd Init"
warning: starting with empty corpus
fuzz: elapsed: 0s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 3s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 6s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 9s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 12s, execs: 1008 (336/sec), new interesting: 7 (total: 7)
fuzz: elapsed: 15s, execs: 4976 (1322/sec), new interesting: 12 (total: 12)
fuzz: elapsed: 18s, execs: 52518 (15857/sec), new interesting: 15 (total: 15)
fuzz: elapsed: 21s, execs: 158088 (35178/sec), new interesting: 16 (total: 16)
fuzz: elapsed: 24s, execs: 267047 (36327/sec), new interesting: 16 (total: 16)
fuzz: elapsed: 27s, execs: 376614 (36528/sec), new interesting: 16 (total: 16)
fuzz: elapsed: 30s, execs: 474425 (32600/sec), new interesting: 16 (total: 16)
fuzz: elapsed: 30s, execs: 474425 (0/sec), new interesting: 16 (total: 16)
PASS
ok  	github.com/lf-edge/eve/pkg/pillar/cmd/usbmanager	40.135s
Fuzzing FuzzResolveWithSrcIP in ./controllerconn/resolver_test.go
time="2025-11-24T11:44:09Z" level=info msg="Containerd Init"
warning: starting with empty corpus
fuzz: elapsed: 0s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 3s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 6s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 9s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 12s, execs: 3209 (1071/sec), new interesting: 5 (total: 5)
fuzz: elapsed: 15s, execs: 7164 (1318/sec), new interesting: 9 (total: 9)
fuzz: elapsed: 18s, execs: 15800 (2879/sec), new interesting: 16 (total: 16)
fuzz: elapsed: 21s, execs: 34701 (6301/sec), new interesting: 40 (total: 40)
fuzz: elapsed: 24s, execs: 92593 (19298/sec), new interesting: 67 (total: 67)
fuzz: elapsed: 27s, execs: 146508 (17972/sec), new interesting: 91 (total: 91)
fuzz: elapsed: 30s, execs: 201131 (18208/sec), new interesting: 108 (total: 108)
fuzz: elapsed: 32s, execs: 201131 (0/sec), new interesting: 108 (total: 108)
PASS
ok  	github.com/lf-edge/eve/pkg/pillar/controllerconn	42.054s
make[1]: Leaving directory '/home/jsfakian/Documents/src/eve/pkg/pillar'
cp pkg/pillar/results.json /home/jsfakian/Documents/src/eve/dist/amd64/
cp pkg/pillar/results.xml /home/jsfakian/Documents/src/eve/dist/amd64/
make -C eve-tools/bpftrace-compiler test
make[1]: Entering directory '/home/jsfakian/Documents/src/eve/eve-tools/bpftrace-compiler'
go test -coverprofile=coverage.txt -covermode=atomic -test.timeout 1h -v -race .
=== RUN   TestCompileAmd64
Loaded image: linuxkit/root:a2697a185b95175bb7987438baefcd71-amd64
Tagging docker.io/linuxkit/root:a2697a185b95175bb7987438baefcd71-amd64 as docker.io/linuxkit/root:a2697a185b95175bb7987438baefcd71
time="2025-11-24T13:44:42+02:00" level=info msg="Extract kernel image: docker.io/lfedge/eve-kernel:eve-kernel-amd64-v6.1.38-generic-fb31ce85306c-gcc"
time="2025-11-24T13:45:31+02:00" level=info msg="Add init containers:"
time="2025-11-24T13:45:31+02:00" level=info msg="Process init image: docker.io/linuxkit/root:a2697a185b95175bb7987438baefcd71"
time="2025-11-24T13:45:31+02:00" level=info msg="Create outputs:"
time="2025-11-24T13:45:31+02:00" level=info msg="  /var/tmp/bpftrace-image879921346/linuxkit-squashfs.img"
2025/11/24 13:45:38 running ["/usr/bin/qemu-system-x86_64" "-smp" "1" "-nographic" "-m" "256" "-device" "virtio-net-pci,netdev=t0,mac=5a:7e:cb:9c:12:67" "-netdev" "user,id=t0" "-kernel" "/var/tmp/bpftrace-image879921346/linuxkit-kernel" "-hda" "/var/tmp/bpftrace-image879921346/linuxkit-squashfs.img" "-fsdev" "local,id=dev,path=/var/tmp/bpftrace-9pshare744327884,security_model=mapped,multidevs=remap" "-device" "virtio-9p-pci,fsdev=dev,mount_tag=9pmount" "-append" "root=/dev/sda units=compile quiet"]
--- PASS: TestCompileAmd64 (62.53s)
=== RUN   TestCompileArm64
creating builder container 'linuxkit-builder' in context 'default'
8cfd5bfffad9b4f0ae3c564928e92cdcaa493c931370576705818a51637841de
waiting for buildkit builder to be ready, up to 30 seconds
buildkit builder ready!
building for platform linux/arm64
#1 [internal] load remote build context
#1 DONE 0.1s

#1 [internal] load remote build context
#1 DONE 0.1s

#2 copy /context /
#2 DONE 0.1s

#3 resolve image config for docker.io/docker/buildkit-syft-scanner:stable-1
#3 DONE 1.9s

#4 [internal] load metadata for docker.io/lfedge/eve-bpftrace:c08d714db34b7cde90d20c56e74d2c11afe483df
#4 ...

#5 [internal] load metadata for docker.io/library/alpine:3.21
#5 DONE 1.2s

#6 [internal] load metadata for docker.io/lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04
#6 ...

#7 [internal] load metadata for docker.io/lfedge/eve-kernel:eve-kernel-arm64-v6.1.38-generic-394a3bcff39d-gcc
#7 DONE 1.4s

#6 [internal] load metadata for docker.io/lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04
#6 DONE 1.5s

#4 [internal] load metadata for docker.io/lfedge/eve-bpftrace:c08d714db34b7cde90d20c56e74d2c11afe483df
#4 DONE 1.5s

#8 [bpftrace  1/17] FROM docker.io/lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04@sha256:0b4c3e13e502c14425d76d05b9fafb1efe25e81fb6f83698c243e5edabb41582
#8 resolve docker.io/lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04@sha256:0b4c3e13e502c14425d76d05b9fafb1efe25e81fb6f83698c243e5edabb41582 0.1s done
#8 DONE 0.1s

#9 [kernel 1/1] FROM docker.io/lfedge/eve-kernel:eve-kernel-arm64-v6.1.38-generic-394a3bcff39d-gcc@sha256:3f90d5e59c4a21d8c9e66e716aba556a01b84a2f970501caae77b7c030f561d6
#9 resolve docker.io/lfedge/eve-kernel:eve-kernel-arm64-v6.1.38-generic-394a3bcff39d-gcc@sha256:3f90d5e59c4a21d8c9e66e716aba556a01b84a2f970501caae77b7c030f561d6
#9 ...

#8 [bpftrace  1/17] FROM docker.io/lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04@sha256:0b4c3e13e502c14425d76d05b9fafb1efe25e81fb6f83698c243e5edabb41582
#8 DONE 0.2s

#10 docker-image://docker.io/docker/buildkit-syft-scanner:stable-1
#10 resolve docker.io/docker/buildkit-syft-scanner:stable-1 0.2s done
#10 DONE 0.3s

#9 [kernel 1/1] FROM docker.io/lfedge/eve-kernel:eve-kernel-arm64-v6.1.38-generic-394a3bcff39d-gcc@sha256:3f90d5e59c4a21d8c9e66e716aba556a01b84a2f970501caae77b7c030f561d6
#9 resolve docker.io/lfedge/eve-kernel:eve-kernel-arm64-v6.1.38-generic-394a3bcff39d-gcc@sha256:3f90d5e59c4a21d8c9e66e716aba556a01b84a2f970501caae77b7c030f561d6 0.1s done
#9 ...

#10 docker-image://docker.io/docker/buildkit-syft-scanner:stable-1
#10 DONE 0.6s

#9 [kernel 1/1] FROM docker.io/lfedge/eve-kernel:eve-kernel-arm64-v6.1.38-generic-394a3bcff39d-gcc@sha256:3f90d5e59c4a21d8c9e66e716aba556a01b84a2f970501caae77b7c030f561d6
#9 sha256:4921899d3980091573c25350d613eabf078e14de37f2ce58472b099a84316a74 0B / 288.71MB 0.2s
#9 ...

#11 FROM docker.io/library/alpine:3.21@sha256:5405e8f36ce1878720f71217d664aa3dea32e5e5df11acbf07fc78ef5661465b
#11 resolve docker.io/library/alpine:3.21@sha256:5405e8f36ce1878720f71217d664aa3dea32e5e5df11acbf07fc78ef5661465b 0.1s done
#11 sha256:c2fe130f4aabc917e559e7eed7d37b0e21ba13b44520101696887ca892e8c63f 3.99MB / 3.99MB 0.5s done
#11 DONE 0.8s

#9 [kernel 1/1] FROM docker.io/lfedge/eve-kernel:eve-kernel-arm64-v6.1.38-generic-394a3bcff39d-gcc@sha256:3f90d5e59c4a21d8c9e66e716aba556a01b84a2f970501caae77b7c030f561d6
#9 ...

#11 FROM docker.io/library/alpine:3.21@sha256:5405e8f36ce1878720f71217d664aa3dea32e5e5df11acbf07fc78ef5661465b
#11 extracting sha256:c2fe130f4aabc917e559e7eed7d37b0e21ba13b44520101696887ca892e8c63f 0.1s done
#11 DONE 0.9s

#12 [eve-bpftrace 1/1] FROM docker.io/lfedge/eve-bpftrace:c08d714db34b7cde90d20c56e74d2c11afe483df@sha256:673f44d577c405cdd0feb6bdfa1bb84d5aaa4b10e672bf7bfaf593fe88740e3b
#12 resolve docker.io/lfedge/eve-bpftrace:c08d714db34b7cde90d20c56e74d2c11afe483df@sha256:673f44d577c405cdd0feb6bdfa1bb84d5aaa4b10e672bf7bfaf593fe88740e3b 0.1s done
#12 sha256:8f0874ed4cdb1fa10f27a4578c1c1632f96143e9f9015bb13ed15f1239fa3701 43.14kB / 43.14kB 0.3s done
#12 sha256:8f3228abb14012100b664f28a76d5f6eb4e8a9d94393fab7385f54d0f0c47c33 0B / 613.51kB 0.2s
#12 sha256:8f3228abb14012100b664f28a76d5f6eb4e8a9d94393fab7385f54d0f0c47c33 613.51kB / 613.51kB 0.4s done
#12 sha256:b1448741ab615a835ffd0eda6a53b79cd72cb5a126a76e9b2f361b81cc3f7869 0B / 175.56kB 0.2s
#12 sha256:b1448741ab615a835ffd0eda6a53b79cd72cb5a126a76e9b2f361b81cc3f7869 175.56kB / 175.56kB 0.3s done
#12 sha256:2febb3570266ac373c7fdd8deba9d212f1cf20aa5d33fc0987f953af3cc16d41 0B / 42.58kB 0.2s
#12 sha256:2febb3570266ac373c7fdd8deba9d212f1cf20aa5d33fc0987f953af3cc16d41 42.58kB / 42.58kB 0.2s done
#12 sha256:f5a1a48876cc1894e382638b797c9bb282d936e91cf96c5a3333e6778cc7b658 52.65kB / 52.65kB 0.2s done
#12 ...

#10 docker-image://docker.io/docker/buildkit-syft-scanner:stable-1
#10 sha256:7da0204fa872db743ad5863a07fc72a31b104d7f403a37b8ec6901555a030fe1 36.14MB / 36.14MB 1.3s done
#10 extracting sha256:7da0204fa872db743ad5863a07fc72a31b104d7f403a37b8ec6901555a030fe1 0.3s done
#10 DONE 2.2s

#12 [eve-bpftrace 1/1] FROM docker.io/lfedge/eve-bpftrace:c08d714db34b7cde90d20c56e74d2c11afe483df@sha256:673f44d577c405cdd0feb6bdfa1bb84d5aaa4b10e672bf7bfaf593fe88740e3b
#12 sha256:4578a2ff5aab82ca04321298f07575bf013ad62c8542279620fb76f6970ce6fc 154.18kB / 154.18kB 0.2s done
#12 sha256:d3f0dabaa0656a8e79d60da4bec1df8be78c1a5ca6b42263ac61c94821cd03c3 0B / 1.30MB 0.2s
#12 sha256:d3f0dabaa0656a8e79d60da4bec1df8be78c1a5ca6b42263ac61c94821cd03c3 1.30MB / 1.30MB 0.2s done
#12 sha256:db6a5218baf0d0c8645b3ea104f48193a2988e7ea69320dd7105bdaea6a7b6e5 0B / 2.10MB 0.2s
#12 sha256:db6a5218baf0d0c8645b3ea104f48193a2988e7ea69320dd7105bdaea6a7b6e5 2.10MB / 2.10MB 0.3s done
#12 extracting sha256:db6a5218baf0d0c8645b3ea104f48193a2988e7ea69320dd7105bdaea6a7b6e5 0.1s done
#12 extracting sha256:d3f0dabaa0656a8e79d60da4bec1df8be78c1a5ca6b42263ac61c94821cd03c3 0.1s done
#12 DONE 2.7s

#9 [kernel 1/1] FROM docker.io/lfedge/eve-kernel:eve-kernel-arm64-v6.1.38-generic-394a3bcff39d-gcc@sha256:3f90d5e59c4a21d8c9e66e716aba556a01b84a2f970501caae77b7c030f561d6
#9 sha256:4921899d3980091573c25350d613eabf078e14de37f2ce58472b099a84316a74 82.84MB / 288.71MB 2.1s
#9 ...

#12 [eve-bpftrace 1/1] FROM docker.io/lfedge/eve-bpftrace:c08d714db34b7cde90d20c56e74d2c11afe483df@sha256:673f44d577c405cdd0feb6bdfa1bb84d5aaa4b10e672bf7bfaf593fe88740e3b
#12 extracting sha256:4578a2ff5aab82ca04321298f07575bf013ad62c8542279620fb76f6970ce6fc 0.0s done
#12 extracting sha256:2febb3570266ac373c7fdd8deba9d212f1cf20aa5d33fc0987f953af3cc16d41 0.0s done
#12 extracting sha256:f5a1a48876cc1894e382638b797c9bb282d936e91cf96c5a3333e6778cc7b658 0.0s done
#12 DONE 2.8s

#9 [kernel 1/1] FROM docker.io/lfedge/eve-kernel:eve-kernel-arm64-v6.1.38-generic-394a3bcff39d-gcc@sha256:3f90d5e59c4a21d8c9e66e716aba556a01b84a2f970501caae77b7c030f561d6
#9 sha256:4921899d3980091573c25350d613eabf078e14de37f2ce58472b099a84316a74 101.71MB / 288.71MB 2.4s
#9 ...

#12 [eve-bpftrace 1/1] FROM docker.io/lfedge/eve-bpftrace:c08d714db34b7cde90d20c56e74d2c11afe483df@sha256:673f44d577c405cdd0feb6bdfa1bb84d5aaa4b10e672bf7bfaf593fe88740e3b
#12 extracting sha256:b1448741ab615a835ffd0eda6a53b79cd72cb5a126a76e9b2f361b81cc3f7869 0.0s done
#12 extracting sha256:8f3228abb14012100b664f28a76d5f6eb4e8a9d94393fab7385f54d0f0c47c33 0.0s done
#12 extracting sha256:8f0874ed4cdb1fa10f27a4578c1c1632f96143e9f9015bb13ed15f1239fa3701 0.0s done
#12 DONE 2.9s

#9 [kernel 1/1] FROM docker.io/lfedge/eve-kernel:eve-kernel-arm64-v6.1.38-generic-394a3bcff39d-gcc@sha256:3f90d5e59c4a21d8c9e66e716aba556a01b84a2f970501caae77b7c030f561d6
#9 sha256:4921899d3980091573c25350d613eabf078e14de37f2ce58472b099a84316a74 121.63MB / 288.71MB 2.7s
#9 sha256:4921899d3980091573c25350d613eabf078e14de37f2ce58472b099a84316a74 141.56MB / 288.71MB 3.0s
#9 sha256:4921899d3980091573c25350d613eabf078e14de37f2ce58472b099a84316a74 161.48MB / 288.71MB 3.3s
#9 sha256:4921899d3980091573c25350d613eabf078e14de37f2ce58472b099a84316a74 180.36MB / 288.71MB 3.6s
#9 sha256:4921899d3980091573c25350d613eabf078e14de37f2ce58472b099a84316a74 201.33MB / 288.71MB 3.9s
#9 sha256:4921899d3980091573c25350d613eabf078e14de37f2ce58472b099a84316a74 224.40MB / 288.71MB 4.2s
#9 sha256:4921899d3980091573c25350d613eabf078e14de37f2ce58472b099a84316a74 246.42MB / 288.71MB 4.5s
#9 sha256:4921899d3980091573c25350d613eabf078e14de37f2ce58472b099a84316a74 267.39MB / 288.71MB 4.8s
#9 sha256:4921899d3980091573c25350d613eabf078e14de37f2ce58472b099a84316a74 286.26MB / 288.71MB 5.1s
#9 sha256:4921899d3980091573c25350d613eabf078e14de37f2ce58472b099a84316a74 288.71MB / 288.71MB 5.2s done
#9 extracting sha256:4921899d3980091573c25350d613eabf078e14de37f2ce58472b099a84316a74
#9 extracting sha256:4921899d3980091573c25350d613eabf078e14de37f2ce58472b099a84316a74 2.3s done
#9 DONE 8.0s

#8 [bpftrace  1/17] FROM docker.io/lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04@sha256:0b4c3e13e502c14425d76d05b9fafb1efe25e81fb6f83698c243e5edabb41582
#8 sha256:8b0521fdeb3dd70f63bbd42e2bc86767b079927e8baa7717be54b718510494b1 500.17MB / 1.14GB 7.7s
#8 sha256:8b0521fdeb3dd70f63bbd42e2bc86767b079927e8baa7717be54b718510494b1 560.99MB / 1.14GB 8.4s
#8 sha256:8b0521fdeb3dd70f63bbd42e2bc86767b079927e8baa7717be54b718510494b1 622.85MB / 1.14GB 9.0s
#8 sha256:8b0521fdeb3dd70f63bbd42e2bc86767b079927e8baa7717be54b718510494b1 692.06MB / 1.14GB 9.6s
#8 sha256:8b0521fdeb3dd70f63bbd42e2bc86767b079927e8baa7717be54b718510494b1 761.27MB / 1.14GB 10.2s
#8 sha256:8b0521fdeb3dd70f63bbd42e2bc86767b079927e8baa7717be54b718510494b1 827.33MB / 1.14GB 10.8s
#8 sha256:8b0521fdeb3dd70f63bbd42e2bc86767b079927e8baa7717be54b718510494b1 896.53MB / 1.14GB 11.4s
#8 sha256:8b0521fdeb3dd70f63bbd42e2bc86767b079927e8baa7717be54b718510494b1 959.45MB / 1.14GB 12.2s
#8 sha256:8b0521fdeb3dd70f63bbd42e2bc86767b079927e8baa7717be54b718510494b1 1.03GB / 1.14GB 12.8s
#8 sha256:8b0521fdeb3dd70f63bbd42e2bc86767b079927e8baa7717be54b718510494b1 1.09GB / 1.14GB 13.4s
#8 sha256:8b0521fdeb3dd70f63bbd42e2bc86767b079927e8baa7717be54b718510494b1 1.14GB / 1.14GB 14.0s done
#8 extracting sha256:8b0521fdeb3dd70f63bbd42e2bc86767b079927e8baa7717be54b718510494b1
#8 extracting sha256:8b0521fdeb3dd70f63bbd42e2bc86767b079927e8baa7717be54b718510494b1 3.9s done
#8 DONE 18.1s

#13 [bpftrace  2/17] RUN apk add --no-cache --initdb make gcc g++ git perl musl-dev cmake zlib-dev bcc-dev libbpf-dev cereal flex bison llvm13-libs llvm13-dev llvm13-static clang-dev clang-static pahole gtest-dev bash
#13 0.189 (1/81) Installing ncurses-terminfo-base (6.3_p20220521-r1)
#13 0.195 (2/81) Installing ncurses-libs (6.3_p20220521-r1)
#13 0.226 (3/81) Installing readline (8.1.2-r0)
#13 0.232 (4/81) Installing bash (5.1.16-r2)
#13 0.254 Executing bash-5.1.16-r2.post-install
#13 0.300 (5/81) Installing libffi (3.4.2-r1)
#13 0.303 (6/81) Installing libgcc (11.2.1_git20220219-r2)
#13 0.304 (7/81) Installing libstdc++ (11.2.1_git20220219-r2)
#13 0.322 (8/81) Installing xz-libs (5.2.5-r1)
#13 0.325 (9/81) Installing libxml2 (2.9.14-r2)
#13 0.340 (10/81) Installing llvm13-libs (13.0.1-r2)
#13 1.335 (11/81) Installing libbz2 (1.0.8-r1)
#13 1.336 (12/81) Installing fts (1.2.7-r1)
#13 1.336 (13/81) Installing libelf (0.186-r0)
#13 1.345 (14/81) Installing musl-obstack (1.2.3-r0)
#13 1.346 (15/81) Installing elfutils (0.186-r0)
#13 1.384 (16/81) Installing libbpf (0.8.0-r0)
#13 1.389 (17/81) Installing clang-libs (13.0.1-r1)
#13 2.298 (18/81) Installing bcc (0.24.0-r2)
#13 2.334 (19/81) Installing pkgconf (1.8.1-r0)
#13 2.336 (20/81) Installing bcc-dev (0.24.0-r2)
#13 2.338 (21/81) Installing m4 (1.4.19-r1)
#13 2.341 (22/81) Installing bison (3.7.6-r0)
#13 2.354 (23/81) Installing cereal (1.3.2-r1)
#13 2.368 (24/81) Installing clang (13.0.1-r1)
#13 2.453 (25/81) Installing clang-extra-tools (13.0.1-r1)
#13 3.031 (26/81) Installing clang-dev (13.0.1-r1)
#13 3.191 (27/81) Installing clang-static (13.0.1-r1)
#13 6.231 (28/81) Installing libacl (2.3.1-r0)
#13 6.232 (29/81) Installing expat (2.6.2-r0)
#13 6.234 (30/81) Installing lz4-libs (1.9.3-r1)
#13 6.237 (31/81) Installing zstd-libs (1.5.2-r1)
#13 6.244 (32/81) Installing libarchive (3.7.4-r0)
#13 6.253 (33/81) Installing ca-certificates (20240226-r0)
#13 6.299 (34/81) Installing brotli-libs (1.0.9-r6)
#13 6.309 (35/81) Installing nghttp2-libs (1.47.0-r2)
#13 6.311 (36/81) Installing libcurl (8.5.0-r0)
#13 6.319 (37/81) Installing rhash-libs (1.4.2-r2)
#13 6.322 (38/81) Installing libuv (1.44.1-r0)
#13 6.325 (39/81) Installing cmake (3.23.5-r0)
#13 6.901 (40/81) Installing flex (2.6.4-r2)
#13 6.905 (41/81) Installing binutils (2.38-r3)
#13 7.009 (42/81) Installing libgomp (11.2.1_git20220219-r2)
#13 7.012 (43/81) Installing libatomic (11.2.1_git20220219-r2)
#13 7.013 (44/81) Installing gmp (6.2.1-r2)
#13 7.019 (45/81) Installing isl22 (0.22-r0)
#13 7.039 (46/81) Installing mpfr4 (4.1.0-r0)
#13 7.045 (47/81) Installing mpc1 (1.2.1-r0)
#13 7.046 (48/81) Installing gcc (11.2.1_git20220219-r2)
#13 7.934 (49/81) Installing musl-dev (1.2.3-r4)
#13 8.023 (50/81) Installing libc-dev (0.7.2-r3)
#13 8.024 (51/81) Installing g++ (11.2.1_git20220219-r2)
#13 8.659 (52/81) Installing pcre2 (10.42-r0)
#13 8.667 (53/81) Installing git (2.36.6-r0)
#13 8.828 (54/81) Installing gtest (1.11.0_git20220205-r1)
#13 8.832 (55/81) Installing gmock (1.11.0_git20220205-r1)
#13 8.834 (56/81) Installing gtest-dev (1.11.0_git20220205-r1)
#13 8.844 (57/81) Installing xz-dev (5.2.5-r1)
#13 8.849 (58/81) Installing zlib-dev (1.2.12-r3)
#13 8.851 (59/81) Installing elfutils-dev (0.186-r0)
#13 8.853 (60/81) Installing libbpf-dev (0.8.0-r0)
#13 8.866 (61/81) Installing llvm13 (13.0.1-r2)
#13 9.447 (62/81) Installing gdbm (1.23-r0)
#13 9.449 (63/81) Installing mpdecimal (2.5.1-r1)
#13 9.452 (64/81) Installing sqlite-libs (3.40.1-r1)
#13 9.467 (65/81) Installing python3 (3.10.14-r1)
#13 9.981 (66/81) Installing py3-appdirs (1.4.4-r3)
#13 9.982 (67/81) Installing py3-more-itertools (8.13.0-r0)
#13 9.986 (68/81) Installing py3-ordered-set (4.0.2-r3)
#13 9.987 (69/81) Installing py3-parsing (2.4.7-r3)
#13 9.993 (70/81) Installing py3-six (1.16.0-r1)
#13 9.994 (71/81) Installing py3-packaging (21.3-r0)
#13 9.997 (72/81) Installing py3-setuptools (59.4.0-r0)
#13 10.03 (73/81) Installing llvm13-test-utils (13.0.1-r2)
#13 10.05 (74/81) Installing llvm13-dev (13.0.1-r2)
#13 10.26 (75/81) Installing llvm13-static (13.0.1-r2)
#13 12.07 (76/81) Installing make (4.3-r0)
#13 12.07 (77/81) Installing pahole (1.23-r0)
#13 12.08 (78/81) Installing perl (5.34.2-r0)
#13 12.42 (79/81) Installing perl-error (0.17029-r1)
#13 12.42 (80/81) Installing perl-git (2.36.6-r0)
#13 12.42 (81/81) Installing git-perl (2.36.6-r0)
#13 12.43 Executing busybox-1.35.0-r18.trigger
#13 12.46 Executing ca-certificates-20240226-r0.trigger
#13 12.61 OK: 1489 MiB in 95 packages
#13 DONE 13.1s

#14 [bpftrace  3/17] COPY copy-out.sh /
#14 DONE 0.1s

#15 [bpftrace  4/17] RUN mkdir /out
#15 DONE 0.1s

#16 [bpftrace  5/17] RUN mkdir /out/bin
#16 DONE 0.1s

#17 [bpftrace  6/17] RUN mkdir /out/mnt
#17 DONE 0.1s

#18 [bpftrace  7/17] COPY --from=kernel /kernel-headers.tar /
#18 DONE 0.1s

#19 [bpftrace  8/17] WORKDIR /out
#19 DONE 0.1s

#20 [bpftrace  9/17] RUN tar xvf /kernel-headers.tar
#20 0.102 usr/
#20 0.112 usr/include/
#20 0.112 usr/include/asm-generic/
#20 0.112 usr/include/asm-generic/swab.h
#20 0.112 usr/include/asm-generic/bitsperlong.h
#20 0.112 usr/include/asm-generic/bpf_perf_event.h
#20 0.112 usr/include/asm-generic/setup.h
#20 0.112 usr/include/asm-generic/termbits-common.h
#20 0.112 usr/include/asm-generic/param.h
#20 0.112 usr/include/asm-generic/unistd.h
#20 0.112 usr/include/asm-generic/kvm_para.h
#20 0.112 usr/include/asm-generic/types.h
#20 0.112 usr/include/asm-generic/signal-defs.h
#20 0.112 usr/include/asm-generic/termbits.h
#20 0.112 usr/include/asm-generic/sembuf.h
#20 0.112 usr/include/asm-generic/ucontext.h
#20 0.112 usr/include/asm-generic/poll.h
#20 0.112 usr/include/asm-generic/posix_types.h
#20 0.112 usr/include/asm-generic/fcntl.h
#20 0.112 usr/include/asm-generic/mman-common.h
#20 0.112 usr/include/asm-generic/msgbuf.h
#20 0.112 usr/include/asm-generic/socket.h
#20 0.112 usr/include/asm-generic/shmbuf.h
#20 0.112 usr/include/asm-generic/siginfo.h
#20 0.112 usr/include/asm-generic/int-l64.h
#20 0.112 usr/include/asm-generic/ipcbuf.h
#20 0.112 usr/include/asm-generic/int-ll64.h
#20 0.112 usr/include/asm-generic/ioctl.h
#20 0.112 usr/include/asm-generic/signal.h
#20 0.112 usr/include/asm-generic/errno.h
#20 0.112 usr/include/asm-generic/sockios.h
#20 0.112 usr/include/asm-generic/mman.h
#20 0.113 usr/include/asm-generic/errno-base.h
#20 0.113 usr/include/asm-generic/ioctls.h
#20 0.113 usr/include/asm-generic/statfs.h
#20 0.113 usr/include/asm-generic/stat.h
#20 0.113 usr/include/asm-generic/auxvec.h
#20 0.113 usr/include/asm-generic/termios.h
#20 0.113 usr/include/asm-generic/resource.h
#20 0.113 usr/include/asm-generic/hugetlb_encode.h
#20 0.113 usr/include/asm/
#20 0.113 usr/include/asm/swab.h
#20 0.113 usr/include/asm/bitsperlong.h
#20 0.113 usr/include/asm/bpf_perf_event.h
#20 0.113 usr/include/asm/setup.h
#20 0.113 usr/include/asm/hwcap.h
#20 0.113 usr/include/asm/perf_regs.h
#20 0.113 usr/include/asm/byteorder.h
#20 0.113 usr/include/asm/param.h
#20 0.113 usr/include/asm/unistd.h
#20 0.113 usr/include/asm/sigcontext.h
#20 0.113 usr/include/asm/kvm_para.h
#20 0.113 usr/include/asm/types.h
#20 0.113 usr/include/asm/termbits.h
#20 0.113 usr/include/asm/sembuf.h
#20 0.113 usr/include/asm/ucontext.h
#20 0.113 usr/include/asm/poll.h
#20 0.113 usr/include/asm/posix_types.h
#20 0.113 usr/include/asm/fcntl.h
#20 0.113 usr/include/asm/msgbuf.h
#20 0.113 usr/include/asm/socket.h
#20 0.113 usr/include/asm/shmbuf.h
#20 0.113 usr/include/asm/siginfo.h
#20 0.113 usr/include/asm/ipcbuf.h
#20 0.113 usr/include/asm/ioctl.h
#20 0.113 usr/include/asm/signal.h
#20 0.113 usr/include/asm/errno.h
#20 0.113 usr/include/asm/sockios.h
#20 0.113 usr/include/asm/sve_context.h
#20 0.114 usr/include/asm/mman.h
#20 0.114 usr/include/asm/kvm.h
#20 0.114 usr/include/asm/ioctls.h
#20 0.114 usr/include/asm/ptrace.h
#20 0.114 usr/include/asm/statfs.h
#20 0.114 usr/include/asm/stat.h
#20 0.114 usr/include/asm/auxvec.h
#20 0.114 usr/include/asm/termios.h
#20 0.114 usr/include/asm/resource.h
#20 0.114 usr/include/rdma/
#20 0.114 usr/include/rdma/rdma_user_ioctl.h
#20 0.114 usr/include/rdma/ib_user_sa.h
#20 0.114 usr/include/rdma/vmw_pvrdma-abi.h
#20 0.114 usr/include/rdma/qedr-abi.h
#20 0.114 usr/include/rdma/rdma_user_ioctl_cmds.h
#20 0.114 usr/include/rdma/ib_user_ioctl_cmds.h
#20 0.114 usr/include/rdma/mthca-abi.h
#20 0.114 usr/include/rdma/mlx5_user_ioctl_cmds.h
#20 0.114 usr/include/rdma/rdma_user_cm.h
#20 0.114 usr/include/rdma/ib_user_mad.h
#20 0.114 usr/include/rdma/ocrdma-abi.h
#20 0.114 usr/include/rdma/rdma_user_rxe.h
#20 0.114 usr/include/rdma/mlx5-abi.h
#20 0.114 usr/include/rdma/ib_user_verbs.h
#20 0.114 usr/include/rdma/mlx5_user_ioctl_verbs.h
#20 0.114 usr/include/rdma/rvt-abi.h
#20 0.114 usr/include/rdma/cxgb4-abi.h
#20 0.114 usr/include/rdma/siw-abi.h
#20 0.114 usr/include/rdma/rdma_netlink.h
#20 0.114 usr/include/rdma/irdma-abi.h
#20 0.114 usr/include/rdma/erdma-abi.h
#20 0.114 usr/include/rdma/mlx4-abi.h
#20 0.114 usr/include/rdma/ib_user_ioctl_verbs.h
#20 0.114 usr/include/rdma/hns-abi.h
#20 0.114 usr/include/rdma/bnxt_re-abi.h
#20 0.116 usr/include/rdma/efa-abi.h
#20 0.116 usr/include/rdma/hfi/
#20 0.116 usr/include/rdma/hfi/hfi1_user.h
#20 0.116 usr/include/rdma/hfi/hfi1_ioctl.h
#20 0.116 usr/include/xen/
#20 0.116 usr/include/xen/privcmd.h
#20 0.116 usr/include/xen/gntalloc.h
#20 0.116 usr/include/xen/evtchn.h
#20 0.116 usr/include/xen/gntdev.h
#20 0.116 usr/include/scsi/
#20 0.116 usr/include/scsi/scsi_netlink.h
#20 0.116 usr/include/scsi/fc/
#20 0.116 usr/include/scsi/fc/fc_gs.h
#20 0.116 usr/include/scsi/fc/fc_ns.h
#20 0.116 usr/include/scsi/fc/fc_els.h
#20 0.116 usr/include/scsi/fc/fc_fs.h
#20 0.116 usr/include/scsi/scsi_netlink_fc.h
#20 0.116 usr/include/scsi/scsi_bsg_ufs.h
#20 0.116 usr/include/scsi/scsi_bsg_mpi3mr.h
#20 0.116 usr/include/scsi/scsi_bsg_fc.h
#20 0.116 usr/include/scsi/cxlflash_ioctl.h
#20 0.116 usr/include/drm/
#20 0.116 usr/include/drm/exynos_drm.h
#20 0.116 usr/include/drm/msm_drm.h
#20 0.116 usr/include/drm/i915_drm.h
#20 0.116 usr/include/drm/virtgpu_drm.h
#20 0.116 usr/include/drm/r128_drm.h
#20 0.116 usr/include/drm/imx_drm.h
#20 0.116 usr/include/drm/v3d_drm.h
#20 0.116 usr/include/drm/via_drm.h
#20 0.116 usr/include/drm/nouveau_drm.h
#20 0.116 usr/include/drm/lima_drm.h
#20 0.116 usr/include/drm/vgem_drm.h
#20 0.116 usr/include/drm/drm.h
#20 0.116 usr/include/drm/tegra_drm.h
#20 0.116 usr/include/drm/mga_drm.h
#20 0.116 usr/include/drm/i810_drm.h
#20 0.116 usr/include/drm/panfrost_drm.h
#20 0.117 usr/include/drm/armada_drm.h
#20 0.117 usr/include/drm/qxl_drm.h
#20 0.117 usr/include/drm/savage_drm.h
#20 0.117 usr/include/drm/etnaviv_drm.h
#20 0.117 usr/include/drm/drm_mode.h
#20 0.117 usr/include/drm/drm_sarea.h
#20 0.117 usr/include/drm/vmwgfx_drm.h
#20 0.117 usr/include/drm/radeon_drm.h
#20 0.117 usr/include/drm/amdgpu_drm.h
#20 0.117 usr/include/drm/drm_fourcc.h
#20 0.117 usr/include/drm/omap_drm.h
#20 0.117 usr/include/drm/vc4_drm.h
#20 0.117 usr/include/drm/sis_drm.h
#20 0.117 usr/include/video/
#20 0.117 usr/include/video/sisfb.h
#20 0.117 usr/include/video/uvesafb.h
#20 0.117 usr/include/video/edid.h
#20 0.117 usr/include/linux/
#20 0.117 usr/include/linux/nitro_enclaves.h
#20 0.117 usr/include/linux/um_timetravel.h
#20 0.117 usr/include/linux/counter.h
#20 0.117 usr/include/linux/genwqe/
#20 0.117 usr/include/linux/genwqe/genwqe_card.h
#20 0.117 usr/include/linux/personality.h
#20 0.117 usr/include/linux/nl80211.h
#20 0.117 usr/include/linux/mctp.h
#20 0.117 usr/include/linux/bpqether.h
#20 0.117 usr/include/linux/nbd-netlink.h
#20 0.117 usr/include/linux/msg.h
#20 0.117 usr/include/linux/virtio_crypto.h
#20 0.117 usr/include/linux/genetlink.h
#20 0.117 usr/include/linux/cfm_bridge.h
#20 0.117 usr/include/linux/pr.h
#20 0.117 usr/include/linux/swab.h
#20 0.117 usr/include/linux/module.h
#20 0.117 usr/include/linux/sched/
#20 0.117 usr/include/linux/sched/types.h
#20 0.118 usr/include/linux/libc-compat.h
#20 0.118 usr/include/linux/isst_if.h
#20 0.118 usr/include/linux/if_eql.h
#20 0.118 usr/include/linux/virtio_balloon.h
#20 0.118 usr/include/linux/radeonfb.h
#20 0.118 usr/include/linux/qnxtypes.h
#20 0.118 usr/include/linux/dm-log-userspace.h
#20 0.118 usr/include/linux/openvswitch.h
#20 0.118 usr/include/linux/if_macsec.h
#20 0.118 usr/include/linux/utsname.h
#20 0.118 usr/include/linux/btrfs.h
#20 0.118 usr/include/linux/virtio_gpio.h
#20 0.118 usr/include/linux/hsr_netlink.h
#20 0.118 usr/include/linux/v4l2-dv-timings.h
#20 0.118 usr/include/linux/inet_diag.h
#20 0.118 usr/include/linux/sysctl.h
#20 0.118 usr/include/linux/if_infiniband.h
#20 0.118 usr/include/linux/rpl.h
#20 0.118 usr/include/linux/scc.h
#20 0.118 usr/include/linux/if_plip.h
#20 0.118 usr/include/linux/vfio_zdev.h
#20 0.118 usr/include/linux/inotify.h
#20 0.118 usr/include/linux/membarrier.h
#20 0.118 usr/include/linux/netfilter.h
#20 0.118 usr/include/linux/nvme_ioctl.h
#20 0.118 usr/include/linux/target_core_user.h
#20 0.118 usr/include/linux/ipsec.h
#20 0.118 usr/include/linux/tee.h
#20 0.118 usr/include/linux/fsverity.h
#20 0.118 usr/include/linux/ppdev.h
#20 0.118 usr/include/linux/netfilter_ipv4/
#20 0.118 usr/include/linux/netfilter_ipv4/ipt_REJECT.h
#20 0.118 usr/include/linux/netfilter_ipv4/ipt_ECN.h
#20 0.118 usr/include/linux/netfilter_ipv4/ipt_LOG.h
#20 0.119 usr/include/linux/netfilter_ipv4/ip_tables.h
#20 0.119 usr/include/linux/netfilter_ipv4/ipt_TTL.h
#20 0.119 usr/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h
#20 0.119 usr/include/linux/netfilter_ipv4/ipt_ecn.h
#20 0.119 usr/include/linux/netfilter_ipv4/ipt_ah.h
#20 0.119 usr/include/linux/netfilter_ipv4/ipt_ttl.h
#20 0.119 usr/include/linux/dma-buf.h
#20 0.119 usr/include/linux/pktcdvd.h
#20 0.119 usr/include/linux/fscrypt.h
#20 0.119 usr/include/linux/cyclades.h
#20 0.119 usr/include/linux/bpf_perf_event.h
#20 0.119 usr/include/linux/wireguard.h
#20 0.119 usr/include/linux/gameport.h
#20 0.119 usr/include/linux/ethtool_netlink.h
#20 0.119 usr/include/linux/if_tunnel.h
#20 0.119 usr/include/linux/if.h
#20 0.119 usr/include/linux/net_dropmon.h
#20 0.119 usr/include/linux/virtio_ids.h
#20 0.119 usr/include/linux/cn_proc.h
#20 0.119 usr/include/linux/mii.h
#20 0.119 usr/include/linux/taskstats.h
#20 0.119 usr/include/linux/netrom.h
#20 0.119 usr/include/linux/smc.h
#20 0.119 usr/include/linux/sched.h
#20 0.119 usr/include/linux/elf-fdpic.h
#20 0.119 usr/include/linux/stddef.h
#20 0.119 usr/include/linux/bpfilter.h
#20 0.119 usr/include/linux/uio.h
#20 0.119 usr/include/linux/seg6_local.h
#20 0.119 usr/include/linux/nvram.h
#20 0.119 usr/include/linux/ultrasound.h
#20 0.119 usr/include/linux/nbd.h
#20 0.119 usr/include/linux/virtio_pcidev.h
#20 0.120 usr/include/linux/spi/
#20 0.120 usr/include/linux/spi/spi.h
#20 0.120 usr/include/linux/spi/spidev.h
#20 0.120 usr/include/linux/capability.h
#20 0.120 usr/include/linux/kfd_sysfs.h
#20 0.120 usr/include/linux/icmpv6.h
#20 0.120 usr/include/linux/stm.h
#20 0.120 usr/include/linux/futex.h
#20 0.120 usr/include/linux/rose.h
#20 0.120 usr/include/linux/virtio_types.h
#20 0.120 usr/include/linux/sock_diag.h
#20 0.120 usr/include/linux/zorro_ids.h
#20 0.120 usr/include/linux/ipmi_bmc.h
#20 0.120 usr/include/linux/utime.h
#20 0.120 usr/include/linux/audit.h
#20 0.120 usr/include/linux/raid/
#20 0.120 usr/include/linux/raid/md_u.h
#20 0.120 usr/include/linux/raid/md_p.h
#20 0.120 usr/include/linux/adfs_fs.h
#20 0.120 usr/include/linux/nilfs2_api.h
#20 0.120 usr/include/linux/random.h
#20 0.120 usr/include/linux/if_pppox.h
#20 0.120 usr/include/linux/atalk.h
#20 0.120 usr/include/linux/atmbr2684.h
#20 0.120 usr/include/linux/ppp-comp.h
#20 0.120 usr/include/linux/uhid.h
#20 0.120 usr/include/linux/ipc.h
#20 0.120 usr/include/linux/virtio_pci.h
#20 0.120 usr/include/linux/blkpg.h
#20 0.120 usr/include/linux/bpf.h
#20 0.120 usr/include/linux/wireless.h
#20 0.120 usr/include/linux/neighbour.h
#20 0.120 usr/include/linux/adb.h
#20 0.120 usr/include/linux/arm_sdei.h
#20 0.120 usr/include/linux/rkisp1-config.h
#20 0.120 usr/include/linux/vm_sockets.h
#20 0.120 usr/include/linux/videodev2.h
#20 0.121 usr/include/linux/minix_fs.h
#20 0.121 usr/include/linux/virtio_mem.h
#20 0.121 usr/include/linux/param.h
#20 0.121 usr/include/linux/firewire-cdev.h
#20 0.121 usr/include/linux/nfs.h
#20 0.121 usr/include/linux/atmarp.h
#20 0.121 usr/include/linux/kdev_t.h
#20 0.121 usr/include/linux/shm.h
#20 0.121 usr/include/linux/rfkill.h
#20 0.121 usr/include/linux/wwan.h
#20 0.121 usr/include/linux/auto_dev-ioctl.h
#20 0.121 usr/include/linux/batadv_packet.h
#20 0.121 usr/include/linux/netfilter_ipv6/
#20 0.121 usr/include/linux/netfilter_ipv6/ip6t_HL.h
#20 0.121 usr/include/linux/netfilter_ipv6/ip6t_srh.h
#20 0.121 usr/include/linux/netfilter_ipv6/ip6t_opts.h
#20 0.121 usr/include/linux/netfilter_ipv6/ip6_tables.h
#20 0.121 usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h
#20 0.121 usr/include/linux/netfilter_ipv6/ip6t_mh.h
#20 0.121 usr/include/linux/netfilter_ipv6/ip6t_NPT.h
#20 0.121 usr/include/linux/netfilter_ipv6/ip6t_hl.h
#20 0.121 usr/include/linux/netfilter_ipv6/ip6t_rt.h
#20 0.121 usr/include/linux/netfilter_ipv6/ip6t_LOG.h
#20 0.121 usr/include/linux/netfilter_ipv6/ip6t_ah.h
#20 0.121 usr/include/linux/netfilter_ipv6/ip6t_frag.h
#20 0.121 usr/include/linux/netfilter_ipv6/ip6t_REJECT.h
#20 0.121 usr/include/linux/agpgart.h
#20 0.121 usr/include/linux/signalfd.h
#20 0.121 usr/include/linux/fs.h
#20 0.122 usr/include/linux/unistd.h
#20 0.122 usr/include/linux/mpls_iptunnel.h
#20 0.122 usr/include/linux/string.h
#20 0.122 usr/include/linux/i2c.h
#20 0.122 usr/include/linux/switchtec_ioctl.h
#20 0.122 usr/include/linux/lirc.h
#20 0.122 usr/include/linux/timerfd.h
#20 0.122 usr/include/linux/time.h
#20 0.122 usr/include/linux/snmp.h
#20 0.122 usr/include/linux/fadvise.h
#20 0.122 usr/include/linux/f2fs.h
#20 0.122 usr/include/linux/v4l2-mediabus.h
#20 0.122 usr/include/linux/ccs.h
#20 0.122 usr/include/linux/iio/
#20 0.122 usr/include/linux/iio/types.h
#20 0.122 usr/include/linux/iio/buffer.h
#20 0.122 usr/include/linux/iio/events.h
#20 0.122 usr/include/linux/virtio_mmio.h
#20 0.122 usr/include/linux/bt-bmc.h
#20 0.122 usr/include/linux/meye.h
#20 0.122 usr/include/linux/cgroupstats.h
#20 0.122 usr/include/linux/vhost.h
#20 0.122 usr/include/linux/kernelcapi.h
#20 0.122 usr/include/linux/nilfs2_ondisk.h
#20 0.122 usr/include/linux/tls.h
#20 0.122 usr/include/linux/arcfb.h
#20 0.122 usr/include/linux/byteorder/
#20 0.122 usr/include/linux/byteorder/big_endian.h
#20 0.122 usr/include/linux/byteorder/little_endian.h
#20 0.122 usr/include/linux/btf.h
#20 0.122 usr/include/linux/pmu.h
#20 0.122 usr/include/linux/tcp.h
#20 0.122 usr/include/linux/android/
#20 0.122 usr/include/linux/android/binder.h
#20 0.122 usr/include/linux/android/binderfs.h
#20 0.122 usr/include/linux/apm_bios.h
#20 0.124 usr/include/linux/loop.h
#20 0.124 usr/include/linux/close_range.h
#20 0.124 usr/include/linux/media.h
#20 0.124 usr/include/linux/net_namespace.h
#20 0.124 usr/include/linux/elf-em.h
#20 0.124 usr/include/linux/ndctl.h
#20 0.124 usr/include/linux/rpmsg_types.h
#20 0.124 usr/include/linux/hw_breakpoint.h
#20 0.124 usr/include/linux/fb.h
#20 0.124 usr/include/linux/xilinx-v4l2-controls.h
#20 0.124 usr/include/linux/auto_fs4.h
#20 0.124 usr/include/linux/reboot.h
#20 0.124 usr/include/linux/if_tun.h
#20 0.124 usr/include/linux/errqueue.h
#20 0.124 usr/include/linux/kvm_para.h
#20 0.124 usr/include/linux/hpet.h
#20 0.124 usr/include/linux/ioprio.h
#20 0.124 usr/include/linux/matroxfb.h
#20 0.124 usr/include/linux/seccomp.h
#20 0.124 usr/include/linux/dw100.h
#20 0.124 usr/include/linux/mptcp.h
#20 0.124 usr/include/linux/soundcard.h
#20 0.124 usr/include/linux/blktrace_api.h
#20 0.124 usr/include/linux/types.h
#20 0.124 usr/include/linux/netfilter_arp.h
#20 0.124 usr/include/linux/if_phonet.h
#20 0.124 usr/include/linux/dccp.h
#20 0.124 usr/include/linux/fsi.h
#20 0.124 usr/include/linux/virtio_blk.h
#20 0.124 usr/include/linux/io_uring.h
#20 0.124 usr/include/linux/hdlc/
#20 0.124 usr/include/linux/hdlc/ioctl.h
#20 0.124 usr/include/linux/iommu.h
#20 0.124 usr/include/linux/can/
#20 0.124 usr/include/linux/can/isotp.h
#20 0.124 usr/include/linux/can/vxcan.h
#20 0.125 usr/include/linux/can/raw.h
#20 0.125 usr/include/linux/can/gw.h
#20 0.125 usr/include/linux/can/error.h
#20 0.125 usr/include/linux/can/netlink.h
#20 0.125 usr/include/linux/can/bcm.h
#20 0.125 usr/include/linux/can/j1939.h
#20 0.125 usr/include/linux/comedi.h
#20 0.125 usr/include/linux/kd.h
#20 0.125 usr/include/linux/sev-guest.h
#20 0.125 usr/include/linux/v4l2-subdev.h
#20 0.125 usr/include/linux/if_team.h
#20 0.125 usr/include/linux/atm.h
#20 0.125 usr/include/linux/serial_reg.h
#20 0.125 usr/include/linux/elf.h
#20 0.125 usr/include/linux/ublk_cmd.h
#20 0.125 usr/include/linux/virtio_config.h
#20 0.125 usr/include/linux/surface_aggregator/
#20 0.125 usr/include/linux/surface_aggregator/cdev.h
#20 0.125 usr/include/linux/surface_aggregator/dtx.h
#20 0.125 usr/include/linux/veth.h
#20 0.125 usr/include/linux/sysinfo.h
#20 0.125 usr/include/linux/version.h
#20 0.125 usr/include/linux/unix_diag.h
#20 0.125 usr/include/linux/cifs/
#20 0.125 usr/include/linux/cifs/cifs_mount.h
#20 0.125 usr/include/linux/cifs/cifs_netlink.h
#20 0.125 usr/include/linux/vtpm_proxy.h
#20 0.125 usr/include/linux/ip.h
#20 0.125 usr/include/linux/virtio_gpu.h
#20 0.125 usr/include/linux/if_ltalk.h
#20 0.125 usr/include/linux/nfs3.h
#20 0.125 usr/include/linux/virtio_scmi.h
#20 0.125 usr/include/linux/amt.h
#20 0.125 usr/include/linux/magic.h
#20 0.125 usr/include/linux/if_ppp.h
#20 0.126 usr/include/linux/cec.h
#20 0.126 usr/include/linux/if_hippi.h
#20 0.126 usr/include/linux/omap3isp.h
#20 0.126 usr/include/linux/pg.h
#20 0.126 usr/include/linux/atmsvc.h
#20 0.126 usr/include/linux/fib_rules.h
#20 0.126 usr/include/linux/phonet.h
#20 0.126 usr/include/linux/screen_info.h
#20 0.126 usr/include/linux/loadpin.h
#20 0.126 usr/include/linux/vmcore.h
#20 0.126 usr/include/linux/keyctl.h
#20 0.126 usr/include/linux/atmapi.h
#20 0.126 usr/include/linux/userfaultfd.h
#20 0.126 usr/include/linux/can.h
#20 0.126 usr/include/linux/serio.h
#20 0.126 usr/include/linux/ipmi_msgdefs.h
#20 0.126 usr/include/linux/virtio_bt.h
#20 0.126 usr/include/linux/times.h
#20 0.126 usr/include/linux/filter.h
#20 0.126 usr/include/linux/nfs_fs.h
#20 0.126 usr/include/linux/netconf.h
#20 0.126 usr/include/linux/ip_vs.h
#20 0.126 usr/include/linux/nsfs.h
#20 0.126 usr/include/linux/landlock.h
#20 0.126 usr/include/linux/aio_abi.h
#20 0.126 usr/include/linux/in_route.h
#20 0.126 usr/include/linux/watchdog.h
#20 0.126 usr/include/linux/ip6_tunnel.h
#20 0.126 usr/include/linux/fsl_hypervisor.h
#20 0.126 usr/include/linux/hsi/
#20 0.126 usr/include/linux/hsi/hsi_char.h
#20 0.126 usr/include/linux/hsi/cs-protocol.h
#20 0.126 usr/include/linux/dns_resolver.h
#20 0.126 usr/include/linux/edd.h
#20 0.126 usr/include/linux/synclink.h
#20 0.126 usr/include/linux/wait.h
#20 0.126 usr/include/linux/binfmts.h
#20 0.128 usr/include/linux/ppp-ioctl.h
#20 0.128 usr/include/linux/tcp_metrics.h
#20 0.128 usr/include/linux/sync_file.h
#20 0.128 usr/include/linux/xfrm.h
#20 0.128 usr/include/linux/omapfb.h
#20 0.128 usr/include/linux/kcmp.h
#20 0.128 usr/include/linux/seg6_iptunnel.h
#20 0.128 usr/include/linux/atm_idt77105.h
#20 0.128 usr/include/linux/atmioc.h
#20 0.128 usr/include/linux/ipv6.h
#20 0.128 usr/include/linux/if_slip.h
#20 0.128 usr/include/linux/hidraw.h
#20 0.128 usr/include/linux/tty.h
#20 0.128 usr/include/linux/suspend_ioctls.h
#20 0.128 usr/include/linux/llc.h
#20 0.128 usr/include/linux/if_addr.h
#20 0.128 usr/include/linux/pfkeyv2.h
#20 0.128 usr/include/linux/atm_eni.h
#20 0.128 usr/include/linux/if_link.h
#20 0.128 usr/include/linux/ax25.h
#20 0.128 usr/include/linux/rds.h
#20 0.128 usr/include/linux/dm-ioctl.h
#20 0.128 usr/include/linux/erspan.h
#20 0.128 usr/include/linux/smiapp.h
#20 0.128 usr/include/linux/virtio_pmem.h
#20 0.128 usr/include/linux/if_bonding.h
#20 0.128 usr/include/linux/udp.h
#20 0.128 usr/include/linux/if_ether.h
#20 0.128 usr/include/linux/pci.h
#20 0.128 usr/include/linux/un.h
#20 0.128 usr/include/linux/sonet.h
#20 0.128 usr/include/linux/bpf_common.h
#20 0.128 usr/include/linux/bcm933xx_hcs.h
#20 0.128 usr/include/linux/nubus.h
#20 0.128 usr/include/linux/scif_ioctl.h
#20 0.128 usr/include/linux/qemu_fw_cfg.h
#20 0.128 usr/include/linux/hid.h
#20 0.129 usr/include/linux/gfs2_ondisk.h
#20 0.129 usr/include/linux/bfs_fs.h
#20 0.129 usr/include/linux/caif/
#20 0.129 usr/include/linux/caif/if_caif.h
#20 0.129 usr/include/linux/caif/caif_socket.h
#20 0.129 usr/include/linux/dcbnl.h
#20 0.129 usr/include/linux/if_arcnet.h
#20 0.129 usr/include/linux/x25.h
#20 0.129 usr/include/linux/uuid.h
#20 0.129 usr/include/linux/psample.h
#20 0.129 usr/include/linux/gen_stats.h
#20 0.129 usr/include/linux/xattr.h
#20 0.129 usr/include/linux/rtnetlink.h
#20 0.129 usr/include/linux/poll.h
#20 0.129 usr/include/linux/nfs4.h
#20 0.129 usr/include/linux/virtio_9p.h
#20 0.129 usr/include/linux/smc_diag.h
#20 0.129 usr/include/linux/psci.h
#20 0.129 usr/include/linux/tc_ematch/
#20 0.129 usr/include/linux/tc_ematch/tc_em_cmp.h
#20 0.129 usr/include/linux/tc_ematch/tc_em_text.h
#20 0.129 usr/include/linux/tc_ematch/tc_em_meta.h
#20 0.129 usr/include/linux/tc_ematch/tc_em_ipt.h
#20 0.129 usr/include/linux/tc_ematch/tc_em_nbyte.h
#20 0.129 usr/include/linux/posix_types.h
#20 0.129 usr/include/linux/udmabuf.h
#20 0.129 usr/include/linux/mmc/
#20 0.129 usr/include/linux/mmc/ioctl.h
#20 0.129 usr/include/linux/uinput.h
#20 0.129 usr/include/linux/auto_fs.h
#20 0.129 usr/include/linux/virtio_console.h
#20 0.129 usr/include/linux/ioam6_genl.h
#20 0.129 usr/include/linux/atmdev.h
#20 0.129 usr/include/linux/net.h
#20 0.130 usr/include/linux/tipc_config.h
#20 0.130 usr/include/linux/fcntl.h
#20 0.130 usr/include/linux/am437x-vpfe.h
#20 0.130 usr/include/linux/v4l2-controls.h
#20 0.130 usr/include/linux/watch_queue.h
#20 0.130 usr/include/linux/fanotify.h
#20 0.130 usr/include/linux/uvcvideo.h
#20 0.130 usr/include/linux/nfc.h
#20 0.130 usr/include/linux/eventpoll.h
#20 0.130 usr/include/linux/in6.h
#20 0.130 usr/include/linux/vbox_err.h
#20 0.130 usr/include/linux/mount.h
#20 0.130 usr/include/linux/qnx4_fs.h
#20 0.130 usr/include/linux/virtio_net.h
#20 0.130 usr/include/linux/sem.h
#20 0.130 usr/include/linux/kernel.h
#20 0.130 usr/include/linux/falloc.h
#20 0.130 usr/include/linux/netlink_diag.h
#20 0.130 usr/include/linux/toshiba.h
#20 0.130 usr/include/linux/hdlcdrv.h
#20 0.130 usr/include/linux/socket.h
#20 0.130 usr/include/linux/if_pppol2tp.h
#20 0.130 usr/include/linux/sctp.h
#20 0.130 usr/include/linux/irqnr.h
#20 0.130 usr/include/linux/keyboard.h
#20 0.130 usr/include/linux/fiemap.h
#20 0.130 usr/include/linux/vhost_types.h
#20 0.130 usr/include/linux/ife.h
#20 0.130 usr/include/linux/affs_hardblocks.h
#20 0.130 usr/include/linux/pidfd.h
#20 0.130 usr/include/linux/netfilter_ipv4.h
#20 0.130 usr/include/linux/virtio_fs.h
#20 0.130 usr/include/linux/if_addrlabel.h
#20 0.130 usr/include/linux/msdos_fs.h
#20 0.130 usr/include/linux/if_fc.h
#20 0.130 usr/include/linux/ioam6_iptunnel.h
#20 0.131 usr/include/linux/reiserfs_xattr.h
#20 0.131 usr/include/linux/ppp_defs.h
#20 0.131 usr/include/linux/atmlec.h
#20 0.131 usr/include/linux/remoteproc_cdev.h
#20 0.131 usr/include/linux/seg6_genl.h
#20 0.131 usr/include/linux/quota.h
#20 0.131 usr/include/linux/mempolicy.h
#20 0.131 usr/include/linux/cycx_cfm.h
#20 0.131 usr/include/linux/limits.h
#20 0.131 usr/include/linux/if_bridge.h
#20 0.131 usr/include/linux/fdreg.h
#20 0.131 usr/include/linux/timex.h
#20 0.131 usr/include/linux/cryptouser.h
#20 0.131 usr/include/linux/rpl_iptunnel.h
#20 0.131 usr/include/linux/coresight-stm.h
#20 0.131 usr/include/linux/fsl_mc.h
#20 0.131 usr/include/linux/aspeed-p2a-ctrl.h
#20 0.131 usr/include/linux/atmppp.h
#20 0.131 usr/include/linux/openat2.h
#20 0.131 usr/include/linux/securebits.h
#20 0.131 usr/include/linux/netfilter_bridge/
#20 0.131 usr/include/linux/netfilter_bridge/ebt_arpreply.h
#20 0.131 usr/include/linux/netfilter_bridge/ebt_vlan.h
#20 0.131 usr/include/linux/netfilter_bridge/ebt_ip.h
#20 0.131 usr/include/linux/netfilter_bridge/ebt_ip6.h
#20 0.131 usr/include/linux/netfilter_bridge/ebt_mark_m.h
#20 0.131 usr/include/linux/netfilter_bridge/ebt_arp.h
#20 0.131 usr/include/linux/netfilter_bridge/ebt_pkttype.h
#20 0.131 usr/include/linux/netfilter_bridge/ebt_nat.h
#20 0.131 usr/include/linux/netfilter_bridge/ebt_among.h
#20 0.132 usr/include/linux/netfilter_bridge/ebt_stp.h
#20 0.132 usr/include/linux/netfilter_bridge/ebt_limit.h
#20 0.132 usr/include/linux/netfilter_bridge/ebt_nflog.h
#20 0.132 usr/include/linux/netfilter_bridge/ebt_log.h
#20 0.132 usr/include/linux/netfilter_bridge/ebt_mark_t.h
#20 0.132 usr/include/linux/netfilter_bridge/ebt_redirect.h
#20 0.132 usr/include/linux/netfilter_bridge/ebtables.h
#20 0.132 usr/include/linux/netfilter_bridge/ebt_802_3.h
#20 0.132 usr/include/linux/gsmmux.h
#20 0.132 usr/include/linux/pps.h
#20 0.132 usr/include/linux/serial.h
#20 0.132 usr/include/linux/ioctl.h
#20 0.132 usr/include/linux/aspeed-lpc-ctrl.h
#20 0.132 usr/include/linux/atmsap.h
#20 0.132 usr/include/linux/ila.h
#20 0.132 usr/include/linux/cachefiles.h
#20 0.132 usr/include/linux/vboxguest.h
#20 0.132 usr/include/linux/vm_sockets_diag.h
#20 0.132 usr/include/linux/joystick.h
#20 0.132 usr/include/linux/userio.h
#20 0.132 usr/include/linux/mei.h
#20 0.132 usr/include/linux/reiserfs_fs.h
#20 0.132 usr/include/linux/signal.h
#20 0.132 usr/include/linux/cm4000_cs.h
#20 0.132 usr/include/linux/tc_act/
#20 0.132 usr/include/linux/tc_act/tc_gact.h
#20 0.132 usr/include/linux/tc_act/tc_mpls.h
#20 0.132 usr/include/linux/tc_act/tc_ct.h
#20 0.132 usr/include/linux/tc_act/tc_vlan.h
#20 0.132 usr/include/linux/tc_act/tc_defact.h
#20 0.133 usr/include/linux/tc_act/tc_csum.h
#20 0.133 usr/include/linux/tc_act/tc_skbmod.h
#20 0.133 usr/include/linux/tc_act/tc_nat.h
#20 0.133 usr/include/linux/tc_act/tc_tunnel_key.h
#20 0.133 usr/include/linux/tc_act/tc_ipt.h
#20 0.133 usr/include/linux/tc_act/tc_mirred.h
#20 0.133 usr/include/linux/tc_act/tc_gate.h
#20 0.133 usr/include/linux/tc_act/tc_sample.h
#20 0.133 usr/include/linux/tc_act/tc_connmark.h
#20 0.133 usr/include/linux/tc_act/tc_ctinfo.h
#20 0.133 usr/include/linux/tc_act/tc_ife.h
#20 0.133 usr/include/linux/tc_act/tc_bpf.h
#20 0.133 usr/include/linux/tc_act/tc_skbedit.h
#20 0.133 usr/include/linux/tc_act/tc_pedit.h
#20 0.133 usr/include/linux/mpls.h
#20 0.133 usr/include/linux/cuda.h
#20 0.133 usr/include/linux/errno.h
#20 0.133 usr/include/linux/lwtunnel.h
#20 0.133 usr/include/linux/fd.h
#20 0.133 usr/include/linux/fpga-dfl.h
#20 0.133 usr/include/linux/dlm_netlink.h
#20 0.133 usr/include/linux/if_xdp.h
#20 0.133 usr/include/linux/sonypi.h
#20 0.133 usr/include/linux/const.h
#20 0.133 usr/include/linux/dlm_device.h
#20 0.133 usr/include/linux/atmclip.h
#20 0.133 usr/include/linux/netdevice.h
#20 0.133 usr/include/linux/xdp_diag.h
#20 0.133 usr/include/linux/usb/
#20 0.133 usr/include/linux/usb/gadgetfs.h
#20 0.133 usr/include/linux/usb/charger.h
#20 0.133 usr/include/linux/usb/ch11.h
#20 0.133 usr/include/linux/usb/midi.h
#20 0.134 usr/include/linux/usb/ch9.h
#20 0.134 usr/include/linux/usb/g_uvc.h
#20 0.134 usr/include/linux/usb/cdc-wdm.h
#20 0.134 usr/include/linux/usb/cdc.h
#20 0.134 usr/include/linux/usb/g_printer.h
#20 0.134 usr/include/linux/usb/raw_gadget.h
#20 0.134 usr/include/linux/usb/audio.h
#20 0.134 usr/include/linux/usb/tmc.h
#20 0.134 usr/include/linux/usb/functionfs.h
#20 0.134 usr/include/linux/usb/video.h
#20 0.134 usr/include/linux/sockios.h
#20 0.134 usr/include/linux/acct.h
#20 0.134 usr/include/linux/map_to_7segment.h
#20 0.134 usr/include/linux/hiddev.h
#20 0.134 usr/include/linux/udf_fs_i.h
#20 0.134 usr/include/linux/rio_mport_cdev.h
#20 0.134 usr/include/linux/cxl_mem.h
#20 0.134 usr/include/linux/phantom.h
#20 0.134 usr/include/linux/netfilter_ipv6.h
#20 0.134 usr/include/linux/virtio_rng.h
#20 0.134 usr/include/linux/map_to_14segment.h
#20 0.134 usr/include/linux/vduse.h
#20 0.134 usr/include/linux/vfio.h
#20 0.134 usr/include/linux/netfilter/
#20 0.134 usr/include/linux/netfilter/nf_synproxy.h
#20 0.134 usr/include/linux/netfilter/ipset/
#20 0.134 usr/include/linux/netfilter/ipset/ip_set_list.h
#20 0.134 usr/include/linux/netfilter/ipset/ip_set_bitmap.h
#20 0.134 usr/include/linux/netfilter/ipset/ip_set.h
#20 0.134 usr/include/linux/netfilter/ipset/ip_set_hash.h
#20 0.134 usr/include/linux/netfilter/xt_sctp.h
#20 0.135 usr/include/linux/netfilter/xt_ipcomp.h
#20 0.135 usr/include/linux/netfilter/xt_mark.h
#20 0.135 usr/include/linux/netfilter/xt_rpfilter.h
#20 0.135 usr/include/linux/netfilter/xt_bpf.h
#20 0.135 usr/include/linux/netfilter/nf_tables_compat.h
#20 0.135 usr/include/linux/netfilter/xt_policy.h
#20 0.135 usr/include/linux/netfilter/xt_NFLOG.h
#20 0.135 usr/include/linux/netfilter/xt_dscp.h
#20 0.135 usr/include/linux/netfilter/xt_connlabel.h
#20 0.135 usr/include/linux/netfilter/nfnetlink_cthelper.h
#20 0.135 usr/include/linux/netfilter/nf_tables.h
#20 0.135 usr/include/linux/netfilter/xt_DSCP.h
#20 0.135 usr/include/linux/netfilter/xt_IDLETIMER.h
#20 0.135 usr/include/linux/netfilter/xt_osf.h
#20 0.135 usr/include/linux/netfilter/xt_state.h
#20 0.135 usr/include/linux/netfilter/xt_TCPOPTSTRIP.h
#20 0.135 usr/include/linux/netfilter/nf_conntrack_tuple_common.h
#20 0.135 usr/include/linux/netfilter/xt_cpu.h
#20 0.135 usr/include/linux/netfilter/xt_TCPMSS.h
#20 0.135 usr/include/linux/netfilter/xt_esp.h
#20 0.135 usr/include/linux/netfilter/nf_conntrack_sctp.h
#20 0.135 usr/include/linux/netfilter/xt_quota.h
#20 0.135 usr/include/linux/netfilter/xt_l2tp.h
#20 0.135 usr/include/linux/netfilter/nfnetlink_log.h
#20 0.135 usr/include/linux/netfilter/xt_CT.h
#20 0.136 usr/include/linux/netfilter/xt_addrtype.h
#20 0.136 usr/include/linux/netfilter/xt_TEE.h
#20 0.136 usr/include/linux/netfilter/xt_helper.h
#20 0.136 usr/include/linux/netfilter/xt_ipvs.h
#20 0.136 usr/include/linux/netfilter/xt_length.h
#20 0.136 usr/include/linux/netfilter/xt_CHECKSUM.h
#20 0.136 usr/include/linux/netfilter/nfnetlink_conntrack.h
#20 0.136 usr/include/linux/netfilter/xt_tcpudp.h
#20 0.136 usr/include/linux/netfilter/xt_CONNSECMARK.h
#20 0.136 usr/include/linux/netfilter/nf_conntrack_ftp.h
#20 0.136 usr/include/linux/netfilter/xt_time.h
#20 0.136 usr/include/linux/netfilter/xt_CONNMARK.h
#20 0.136 usr/include/linux/netfilter/xt_RATEEST.h
#20 0.136 usr/include/linux/netfilter/xt_string.h
#20 0.136 usr/include/linux/netfilter/xt_limit.h
#20 0.136 usr/include/linux/netfilter/nfnetlink_acct.h
#20 0.136 usr/include/linux/netfilter/nf_conntrack_common.h
#20 0.136 usr/include/linux/netfilter/xt_pkttype.h
#20 0.136 usr/include/linux/netfilter/nfnetlink_cttimeout.h
#20 0.136 usr/include/linux/netfilter/nfnetlink_queue.h
#20 0.136 usr/include/linux/netfilter/xt_set.h
#20 0.136 usr/include/linux/netfilter/xt_connlimit.h
#20 0.136 usr/include/linux/netfilter/nf_conntrack_tcp.h
#20 0.136 usr/include/linux/netfilter/xt_connbytes.h
#20 0.136 usr/include/linux/netfilter/xt_NFQUEUE.h
#20 0.137 usr/include/linux/netfilter/nfnetlink_osf.h
#20 0.137 usr/include/linux/netfilter/nfnetlink.h
#20 0.137 usr/include/linux/netfilter/xt_LED.h
#20 0.137 usr/include/linux/netfilter/xt_ecn.h
#20 0.137 usr/include/linux/netfilter/xt_owner.h
#20 0.137 usr/include/linux/netfilter/xt_realm.h
#20 0.137 usr/include/linux/netfilter/xt_connmark.h
#20 0.137 usr/include/linux/netfilter/nfnetlink_compat.h
#20 0.137 usr/include/linux/netfilter/nfnetlink_hook.h
#20 0.137 usr/include/linux/netfilter/xt_dccp.h
#20 0.137 usr/include/linux/netfilter/x_tables.h
#20 0.137 usr/include/linux/netfilter/xt_iprange.h
#20 0.137 usr/include/linux/netfilter/xt_SECMARK.h
#20 0.137 usr/include/linux/netfilter/xt_hashlimit.h
#20 0.137 usr/include/linux/netfilter/xt_MARK.h
#20 0.137 usr/include/linux/netfilter/xt_cgroup.h
#20 0.137 usr/include/linux/netfilter/xt_tcpmss.h
#20 0.137 usr/include/linux/netfilter/nf_log.h
#20 0.137 usr/include/linux/netfilter/xt_SYNPROXY.h
#20 0.137 usr/include/linux/netfilter/xt_statistic.h
#20 0.137 usr/include/linux/netfilter/xt_devgroup.h
#20 0.137 usr/include/linux/netfilter/xt_multiport.h
#20 0.137 usr/include/linux/netfilter/xt_TPROXY.h
#20 0.137 usr/include/linux/netfilter/xt_mac.h
#20 0.137 usr/include/linux/netfilter/xt_HMARK.h
#20 0.137 usr/include/linux/netfilter/xt_CLASSIFY.h
#20 0.138 usr/include/linux/netfilter/xt_u32.h
#20 0.138 usr/include/linux/netfilter/xt_cluster.h
#20 0.138 usr/include/linux/netfilter/xt_conntrack.h
#20 0.138 usr/include/linux/netfilter/xt_socket.h
#20 0.138 usr/include/linux/netfilter/xt_LOG.h
#20 0.138 usr/include/linux/netfilter/xt_comment.h
#20 0.138 usr/include/linux/netfilter/nf_nat.h
#20 0.138 usr/include/linux/netfilter/xt_recent.h
#20 0.138 usr/include/linux/netfilter/xt_nfacct.h
#20 0.138 usr/include/linux/netfilter/xt_AUDIT.h
#20 0.138 usr/include/linux/netfilter/xt_physdev.h
#20 0.138 usr/include/linux/netfilter/xt_rateest.h
#20 0.138 usr/include/linux/seg6_hmac.h
#20 0.138 usr/include/linux/atm_nicstar.h
#20 0.138 usr/include/linux/mman.h
#20 0.138 usr/include/linux/i2c-dev.h
#20 0.138 usr/include/linux/net_tstamp.h
#20 0.138 usr/include/linux/chio.h
#20 0.138 usr/include/linux/nfs_mount.h
#20 0.138 usr/include/linux/gpio.h
#20 0.138 usr/include/linux/mroute.h
#20 0.138 usr/include/linux/ivtvfb.h
#20 0.138 usr/include/linux/ptp_clock.h
#20 0.138 usr/include/linux/tipc.h
#20 0.138 usr/include/linux/seg6.h
#20 0.138 usr/include/linux/idxd.h
#20 0.138 usr/include/linux/if_alg.h
#20 0.138 usr/include/linux/serial_core.h
#20 0.138 usr/include/linux/kfd_ioctl.h
#20 0.138 usr/include/linux/fou.h
#20 0.138 usr/include/linux/virtio_snd.h
#20 0.138 usr/include/linux/netlink.h
#20 0.139 usr/include/linux/coff.h
#20 0.139 usr/include/linux/igmp.h
#20 0.139 usr/include/linux/i8k.h
#20 0.139 usr/include/linux/fuse.h
#20 0.139 usr/include/linux/i2o-dev.h
#20 0.139 usr/include/linux/zorro.h
#20 0.139 usr/include/linux/route.h
#20 0.139 usr/include/linux/kernel-page-flags.h
#20 0.139 usr/include/linux/atmmpc.h
#20 0.139 usr/include/linux/pcitest.h
#20 0.139 usr/include/linux/jffs2.h
#20 0.139 usr/include/linux/prctl.h
#20 0.139 usr/include/linux/tiocl.h
#20 0.139 usr/include/linux/netfilter_bridge.h
#20 0.139 usr/include/linux/btrfs_tree.h
#20 0.139 usr/include/linux/hdlc.h
#20 0.139 usr/include/linux/dqblk_xfs.h
#20 0.139 usr/include/linux/hash_info.h
#20 0.139 usr/include/linux/tipc_sockets_diag.h
#20 0.139 usr/include/linux/pkt_cls.h
#20 0.139 usr/include/linux/if_packet.h
#20 0.139 usr/include/linux/kvm.h
#20 0.139 usr/include/linux/psp-sev.h
#20 0.139 usr/include/linux/thermal.h
#20 0.139 usr/include/linux/ncsi.h
#20 0.139 usr/include/linux/vfio_ccw.h
#20 0.139 usr/include/linux/blkzoned.h
#20 0.139 usr/include/linux/efs_fs_sb.h
#20 0.139 usr/include/linux/kcm.h
#20 0.139 usr/include/linux/pci_regs.h
#20 0.139 usr/include/linux/posix_acl_xattr.h
#20 0.139 usr/include/linux/pfrut.h
#20 0.139 usr/include/linux/virtio_vsock.h
#20 0.139 usr/include/linux/mtio.h
#20 0.139 usr/include/linux/batman_adv.h
#20 0.139 usr/include/linux/rxrpc.h
#20 0.139 usr/include/linux/misc/
#20 0.141 usr/include/linux/misc/bcm_vk.h
#20 0.141 usr/include/linux/oom.h
#20 0.141 usr/include/linux/baycom.h
#20 0.141 usr/include/linux/hyperv.h
#20 0.141 usr/include/linux/virtio_scsi.h
#20 0.141 usr/include/linux/cciss_ioctl.h
#20 0.141 usr/include/linux/atm_he.h
#20 0.141 usr/include/linux/gtp.h
#20 0.141 usr/include/linux/nfs4_mount.h
#20 0.141 usr/include/linux/fsmap.h
#20 0.141 usr/include/linux/qrtr.h
#20 0.141 usr/include/linux/dma-heap.h
#20 0.141 usr/include/linux/uleds.h
#20 0.141 usr/include/linux/bsg.h
#20 0.141 usr/include/linux/if_arp.h
#20 0.141 usr/include/linux/netfilter_arp/
#20 0.141 usr/include/linux/netfilter_arp/arpt_mangle.h
#20 0.141 usr/include/linux/netfilter_arp/arp_tables.h
#20 0.141 usr/include/linux/ipv6_route.h
#20 0.141 usr/include/linux/media-bus-format.h
#20 0.141 usr/include/linux/dlm.h
#20 0.141 usr/include/linux/dvb/
#20 0.141 usr/include/linux/dvb/frontend.h
#20 0.141 usr/include/linux/dvb/osd.h
#20 0.141 usr/include/linux/dvb/dmx.h
#20 0.141 usr/include/linux/dvb/version.h
#20 0.141 usr/include/linux/dvb/net.h
#20 0.141 usr/include/linux/dvb/audio.h
#20 0.141 usr/include/linux/dvb/ca.h
#20 0.141 usr/include/linux/dvb/video.h
#20 0.141 usr/include/linux/capi.h
#20 0.141 usr/include/linux/virtio_ring.h
#20 0.141 usr/include/linux/ivtv.h
#20 0.141 usr/include/linux/connector.h
#20 0.141 usr/include/linux/cramfs_fs.h
#20 0.142 usr/include/linux/ptrace.h
#20 0.142 usr/include/linux/mmtimer.h
#20 0.142 usr/include/linux/nl80211-vnd-intel.h
#20 0.142 usr/include/linux/tty_flags.h
#20 0.142 usr/include/linux/l2tp.h
#20 0.142 usr/include/linux/rio_cm_cdev.h
#20 0.142 usr/include/linux/selinux_netlink.h
#20 0.142 usr/include/linux/input.h
#20 0.142 usr/include/linux/nfs_idmap.h
#20 0.142 usr/include/linux/ipmi.h
#20 0.142 usr/include/linux/rseq.h
#20 0.142 usr/include/linux/memfd.h
#20 0.142 usr/include/linux/rtc.h
#20 0.142 usr/include/linux/usbdevice_fs.h
#20 0.142 usr/include/linux/stat.h
#20 0.142 usr/include/linux/in.h
#20 0.142 usr/include/linux/firewire-constants.h
#20 0.142 usr/include/linux/mrp_bridge.h
#20 0.142 usr/include/linux/sound.h
#20 0.142 usr/include/linux/virtio_input.h
#20 0.142 usr/include/linux/v4l2-common.h
#20 0.142 usr/include/linux/wmi.h
#20 0.142 usr/include/linux/virtio_i2c.h
#20 0.142 usr/include/linux/auxvec.h
#20 0.142 usr/include/linux/mroute6.h
#20 0.142 usr/include/linux/if_cablemodem.h
#20 0.142 usr/include/linux/input-event-codes.h
#20 0.142 usr/include/linux/sed-opal.h
#20 0.142 usr/include/linux/if_fddi.h
#20 0.142 usr/include/linux/packet_diag.h
#20 0.142 usr/include/linux/lp.h
#20 0.142 usr/include/linux/cec-funcs.h
#20 0.142 usr/include/linux/atm_tcp.h
#20 0.142 usr/include/linux/dlmconstants.h
#20 0.142 usr/include/linux/nfs2.h
#20 0.143 usr/include/linux/patchkey.h
#20 0.143 usr/include/linux/nexthop.h
#20 0.143 usr/include/linux/coda.h
#20 0.143 usr/include/linux/ethtool.h
#20 0.143 usr/include/linux/hdreg.h
#20 0.143 usr/include/linux/mdio.h
#20 0.143 usr/include/linux/perf_event.h
#20 0.143 usr/include/linux/termios.h
#20 0.143 usr/include/linux/devlink.h
#20 0.143 usr/include/linux/sunrpc/
#20 0.143 usr/include/linux/sunrpc/debug.h
#20 0.143 usr/include/linux/ioam6.h
#20 0.143 usr/include/linux/kexec.h
#20 0.143 usr/include/linux/nfsacl.h
#20 0.143 usr/include/linux/major.h
#20 0.143 usr/include/linux/posix_acl.h
#20 0.143 usr/include/linux/iso_fs.h
#20 0.143 usr/include/linux/mqueue.h
#20 0.143 usr/include/linux/virtio_iommu.h
#20 0.143 usr/include/linux/cciss_defs.h
#20 0.143 usr/include/linux/time_types.h
#20 0.143 usr/include/linux/vdpa.h
#20 0.143 usr/include/linux/kcov.h
#20 0.143 usr/include/linux/max2175.h
#20 0.143 usr/include/linux/dlm_plock.h
#20 0.143 usr/include/linux/tipc_netlink.h
#20 0.143 usr/include/linux/atm_zatm.h
#20 0.143 usr/include/linux/resource.h
#20 0.143 usr/include/linux/usbip.h
#20 0.143 usr/include/linux/icmp.h
#20 0.143 usr/include/linux/vsockmon.h
#20 0.143 usr/include/linux/vbox_vmmdev_types.h
#20 0.143 usr/include/linux/rpmsg.h
#20 0.143 usr/include/linux/pkt_sched.h
#20 0.143 usr/include/linux/romfs_fs.h
#20 0.143 usr/include/linux/parport.h
#20 0.143 usr/include/linux/nfsd/
#20 0.144 usr/include/linux/nfsd/export.h
#20 0.144 usr/include/linux/nfsd/debug.h
#20 0.144 usr/include/linux/nfsd/stats.h
#20 0.144 usr/include/linux/nfsd/cld.h
#20 0.144 usr/include/linux/if_vlan.h
#20 0.144 usr/include/linux/isdn/
#20 0.144 usr/include/linux/isdn/capicmd.h
#20 0.144 usr/include/linux/acrn.h
#20 0.144 usr/include/linux/vt.h
#20 0.144 usr/include/linux/if_x25.h
#20 0.144 usr/include/linux/cdrom.h
#20 0.144 usr/include/misc/
#20 0.144 usr/include/misc/cxl.h
#20 0.144 usr/include/misc/pvpanic.h
#20 0.144 usr/include/misc/habanalabs.h
#20 0.144 usr/include/misc/xilinx_sdfec.h
#20 0.144 usr/include/misc/uacce/
#20 0.144 usr/include/misc/uacce/uacce.h
#20 0.144 usr/include/misc/uacce/hisi_qm.h
#20 0.144 usr/include/misc/fastrpc.h
#20 0.144 usr/include/misc/ocxl.h
#20 0.144 usr/include/sound/
#20 0.144 usr/include/sound/usb_stream.h
#20 0.144 usr/include/sound/compress_offload.h
#20 0.144 usr/include/sound/emu10k1.h
#20 0.144 usr/include/sound/snd_sst_tokens.h
#20 0.144 usr/include/sound/skl-tplg-interface.h
#20 0.144 usr/include/sound/sof/
#20 0.144 usr/include/sound/sof/header.h
#20 0.144 usr/include/sound/sof/tokens.h
#20 0.144 usr/include/sound/sof/fw.h
#20 0.144 usr/include/sound/sof/abi.h
#20 0.144 usr/include/sound/asound.h
#20 0.144 usr/include/sound/intel/
#20 0.144 usr/include/sound/intel/avs/
#20 0.144 usr/include/sound/intel/avs/tokens.h
#20 0.146 usr/include/sound/asequencer.h
#20 0.146 usr/include/sound/snd_ar_tokens.h
#20 0.146 usr/include/sound/tlv.h
#20 0.146 usr/include/sound/sfnt_info.h
#20 0.146 usr/include/sound/sb16_csp.h
#20 0.146 usr/include/sound/firewire.h
#20 0.146 usr/include/sound/asoc.h
#20 0.146 usr/include/sound/asound_fm.h
#20 0.146 usr/include/sound/compress_params.h
#20 0.146 usr/include/sound/hdsp.h
#20 0.146 usr/include/sound/hdspm.h
#20 0.146 usr/include/mtd/
#20 0.146 usr/include/mtd/nftl-user.h
#20 0.146 usr/include/mtd/ubi-user.h
#20 0.146 usr/include/mtd/mtd-abi.h
#20 0.146 usr/include/mtd/mtd-user.h
#20 0.146 usr/include/mtd/inftl-user.h
#20 DONE 0.2s

#21 [bpftrace 10/17] COPY --from=eve-bpftrace /bpftrace/usr/bin/bpftrace /out/usr/bin/bpftrace
#21 DONE 0.1s

#22 [bpftrace 11/17] COPY --from=eve-bpftrace /bpftrace-aotrt/ /out
#22 DONE 0.1s

#23 [bpftrace 12/17] RUN /copy-out.sh /out/usr/bin/bpftrace /out
#23 0.140 /out//usr/lib/libbpf.so.0: /usr/lib -> /out//usr/lib
#23 0.172 '/usr/lib/libbpf.so.0' -> '/out//usr/lib/libbpf.so.0'
#23 0.180 /out//lib/libz.so.1: /lib -> /out//lib
#23 0.202 '/lib/libz.so.1' -> '/out//lib/libz.so.1'
#23 0.210 /out//usr/lib/libbcc_bpf.so.0: /usr/lib -> /out//usr/lib
#23 0.226 '/usr/lib/libbcc_bpf.so.0' -> '/out//usr/lib/libbcc_bpf.so.0'
#23 0.234 /out//usr/lib/libelf.so.1: /usr/lib -> /out//usr/lib
#23 0.249 '/usr/lib/libelf.so.1' -> '/out//usr/lib/libelf.so.1'
#23 0.257 /out//usr/lib/libdw.so.1: /usr/lib -> /out//usr/lib
#23 0.272 '/usr/lib/libdw.so.1' -> '/out//usr/lib/libdw.so.1'
#23 0.280 /out//usr/lib/libclang.so.13: /usr/lib -> /out//usr/lib
#23 0.308 '/usr/lib/libclang.so.13' -> '/out//usr/lib/libclang.so.13'
#23 0.317 /out//usr/lib/libLLVM-13.so: /usr/lib -> /out//usr/lib
#23 0.369 '/usr/lib/libLLVM-13.so' -> '/out//usr/lib/libLLVM-13.so'
#23 0.378 /out//usr/lib/libstdc++.so.6: /usr/lib -> /out//usr/lib
#23 0.395 '/usr/lib/libstdc++.so.6' -> '/out//usr/lib/libstdc++.so.6'
#23 0.403 /out//usr/lib/libgcc_s.so.1: /usr/lib -> /out//usr/lib
#23 0.420 '/usr/lib/libgcc_s.so.1' -> '/out//usr/lib/libgcc_s.so.1'
#23 0.427 /out//lib/ld-musl-aarch64.so.1: /lib -> /out//lib
#23 0.444 '/lib/ld-musl-aarch64.so.1' -> '/out//lib/ld-musl-aarch64.so.1'
#23 0.451 /out//usr/lib/libfts.so.0: /usr/lib -> /out//usr/lib
#23 0.468 '/usr/lib/libfts.so.0' -> '/out//usr/lib/libfts.so.0'
#23 0.475 /out//usr/lib/liblzma.so.5: /usr/lib -> /out//usr/lib
#23 0.491 '/usr/lib/liblzma.so.5' -> '/out//usr/lib/liblzma.so.5'
#23 0.498 /out//usr/lib/libbz2.so.1: /usr/lib -> /out//usr/lib
#23 0.512 '/usr/lib/libbz2.so.1' -> '/out//usr/lib/libbz2.so.1'
#23 0.519 /out//usr/lib/libffi.so.8: /usr/lib -> /out//usr/lib
#23 0.535 '/usr/lib/libffi.so.8' -> '/out//usr/lib/libffi.so.8'
#23 0.542 /out//usr/lib/libxml2.so.2: /usr/lib -> /out//usr/lib
#23 0.559 '/usr/lib/libxml2.so.2' -> '/out//usr/lib/libxml2.so.2'
#23 DONE 0.6s

#24 [bpftrace 13/17] RUN mkdir -p /usr/src/bpftrace-helper
#24 DONE 0.1s

#25 [bpftrace 14/17] COPY bpftrace-helper /usr/src/bpftrace-helper
#25 DONE 0.1s

#26 [bpftrace 15/17] WORKDIR /usr/src/bpftrace-helper
#26 DONE 0.1s

#27 [bpftrace 16/17] RUN CGO_ENABLED=0 GOARCH=${TARGETARCH} go build -o /bpftrace-helper
#27 0.311 go: downloading github.com/pmorjan/kmod v1.1.1
#27 0.314 go: downloading golang.org/x/sync v0.16.0
#27 0.776 go: downloading golang.org/x/sys v0.35.0
coverage: 24.5% of statements
panic: test timed out after 1h0m0s
	running tests:
		TestCompileArm64 (58m57s)

goroutine 7380 [running]:
testing.(*M).startAlarm.func1()
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:2484 +0x605
created by time.goFunc
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/time/sleep.go:215 +0x45

goroutine 1 [chan receive, 59 minutes]:
testing.(*T).Run(0xc00038a380, {0x1a79948, 0x10}, 0x1ad9288)
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1859 +0x91e
testing.runTests.func1(0xc00038a380)
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:2279 +0x86
testing.tRunner(0xc00038a380, 0xc00031fae0)
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1792 +0x226
testing.runTests(0xc0003ae000, {0x25e52e0, 0x8, 0x8}, {0x2?, 0x0?, 0x25f8240?})
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:2277 +0x96d
testing.(*M).Run(0xc0003aa000)
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:2142 +0xeeb
main.main()
	_testmain.go:69 +0x165

goroutine 18 [syscall, 60 minutes]:
os/signal.signal_recv()
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/runtime/sigqueue.go:152 +0x29
os/signal.loop()
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/os/signal/signal_unix.go:23 +0x1d
created by os/signal.Notify.func1.1 in goroutine 1
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/os/signal/signal.go:152 +0x47

goroutine 19 [chan receive, 60 minutes]:
bpftrace-compiler.init.1.func1()
	/home/jsfakian/Documents/src/eve/eve-tools/bpftrace-compiler/main.go:40 +0x5a
created by bpftrace-compiler.init.1 in goroutine 1
	/home/jsfakian/Documents/src/eve/eve-tools/bpftrace-compiler/main.go:39 +0x177

goroutine 82 [sync.WaitGroup.Wait, 59 minutes]:
sync.runtime_SemacquireWaitGroup(0xc000423f08?)
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/runtime/sema.go:110 +0x25
sync.(*WaitGroup).Wait(0xc000423f08)
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/sync/waitgroup.go:118 +0x89
golang.org/x/sync/errgroup.(*Group).Wait(0xc000423f00)
	/home/jsfakian/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:56 +0x35
github.com/moby/buildkit/client.(*Client).solve(_, {_, _}, _, _, {{0xc000de6e70, 0x1, 0x1}, 0x0, 0xc000de6c90, ...}, ...)
	/home/jsfakian/go/pkg/mod/github.com/moby/[email protected]/client/solve.go:336 +0x3245
github.com/moby/buildkit/client.(*Client).Solve(_, {_, _}, _, {{0xc000de6e70, 0x1, 0x1}, 0x0, 0xc000de6c90, 0x0, ...}, ...)
	/home/jsfakian/go/pkg/mod/github.com/moby/[email protected]/client/solve.go:85 +0x27d
github.com/linuxkit/linuxkit/src/cmd/linuxkit/pkglib.(*dockerRunnerImpl).build(0xc0002f20af, {0x1c997f0, _}, {_, _}, {_, _}, {_, _}, {0x1a7f71f, ...}, ...)
	/home/jsfakian/go/pkg/mod/github.com/linuxkit/linuxkit/src/cmd/[email protected]/pkglib/dockerimpl.go:751 +0x40fa
github.com/linuxkit/linuxkit/src/cmd/linuxkit/pkglib.Pkg.buildArch({{0xc0002a1cbc, 0x4}, {0xc0002a1a58, 0x8}, {0xc002a6aa50, 0x3, 0x3}, {0xc0004b2720, 0x1, 0x1}, ...}, ...)
	/home/jsfakian/go/pkg/mod/github.com/linuxkit/linuxkit/src/cmd/[email protected]/pkglib/build.go:718 +0x13d0
github.com/linuxkit/linuxkit/src/cmd/linuxkit/pkglib.Pkg.Build({{0xc0002a1cbc, 0x4}, {0xc0002a1a58, 0x8}, {0xc002a6aa50, 0x3, 0x3}, {0xc0004b2720, 0x1, 0x1}, ...}, ...)
	/home/jsfakian/go/pkg/mod/github.com/linuxkit/linuxkit/src/cmd/[email protected]/pkglib/build.go:495 +0x4b65
bpftrace-compiler.(*imageBuilder).buildPkgs(0xc000057a00, {0xc000503a80, 0x1, 0x1})
	/home/jsfakian/Documents/src/eve/eve-tools/bpftrace-compiler/pkgbuild.go:150 +0xf2e
bpftrace-compiler.createImage({0x1a6dae7, 0x5}, {{0x1ab92fe?, 0x59c485?}, 0x0?, 0x0?}, {0x0, 0x0}, {0xc00016cd50, 0x21})
	/home/jsfakian/Documents/src/eve/eve-tools/bpftrace-compiler/pkgbuild.go:49 +0x325
bpftrace-compiler.compile({0x1a6dae7, 0x5}, {{0x1ab92fe?, 0x0?}, 0x0?, 0x0?}, {0x0, 0x0}, {0xc000977d48, 0x0, ...}, ...)
	/home/jsfakian/Documents/src/eve/eve-tools/bpftrace-compiler/cmdRun.go:105 +0x428
bpftrace-compiler.testCompile(0xc000103340, {0x1a6dae7, 0x5}, {0x1ab92fe, 0x4d})
	/home/jsfakian/Documents/src/eve/eve-tools/bpftrace-compiler/compile_test.go:39 +0x3f3
bpftrace-compiler.TestCompileArm64(0xc000103340)
	/home/jsfakian/Documents/src/eve/eve-tools/bpftrace-compiler/compile_test.go:84 +0x125
testing.tRunner(0xc000103340, 0x1ad9288)
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1792 +0x226
created by testing.(*T).Run in goroutine 1
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1851 +0x8f3

goroutine 131 [IO wait]:
internal/poll.runtime_pollWait(0x78cfa8987968, 0x72)
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/runtime/netpoll.go:351 +0x85
internal/poll.(*pollDesc).wait(0xc0011f1520, 0x72, 0x1)
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/internal/poll/fd_poll_runtime.go:84 +0xb1
internal/poll.(*pollDesc).waitRead(...)
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc0011f1500, {0xc00122a000, 0x8000, 0x8000})
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/internal/poll/fd_unix.go:165 +0x453
os.(*File).read(...)
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/os/file_posix.go:29
os.(*File).Read(0xc0000a0b48, {0xc00122a000, 0x8000, 0x8000})
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/os/file.go:124 +0xad
github.com/docker/cli/cli/connhelper/commandconn.(*commandConn).Read(0xc0017fe210, {0xc00122a000, 0x8000, 0x8000})
	/home/jsfakian/go/pkg/mod/github.com/docker/[email protected]+incompatible/cli/connhelper/commandconn/commandconn.go:169 +0x6a
bufio.(*Reader).Read(0xc0011f1680, {0xc0011b8ac0, 0x9, 0x9})
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/bufio/bufio.go:245 +0x4b8
io.ReadAtLeast({0x1c8b580, 0xc0011f1680}, {0xc0011b8ac0, 0x9, 0x9}, 0x9)
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/io/io.go:335 +0xcb
io.ReadFull(...)
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0xc0011b8ac0, 0x9, 0x9}, {0x1c8b580, 0xc0011f1680})
	/home/jsfakian/go/pkg/mod/golang.org/x/[email protected]/http2/frame.go:242 +0x9a
golang.org/x/net/http2.(*Framer).ReadFrame(0xc0011b8a80)
	/home/jsfakian/go/pkg/mod/golang.org/x/[email protected]/http2/frame.go:506 +0xed
google.golang.org/grpc/internal/transport.(*http2Client).reader(0xc00123a008, 0xc0002beaf0)
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/internal/transport/http2_client.go:1656 +0x2dc
created by google.golang.org/grpc/internal/transport.NewHTTP2Client in goroutine 112
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/internal/transport/http2_client.go:411 +0x3359

goroutine 151 [chan receive, 59 minutes]:
github.com/moby/buildkit/session.serve.func1()
	/home/jsfakian/go/pkg/mod/github.com/moby/[email protected]/session/grpc.go:26 +0x53
created by github.com/moby/buildkit/session.serve in goroutine 147
	/home/jsfakian/go/pkg/mod/github.com/moby/[email protected]/session/grpc.go:25 +0x10d

goroutine 149 [select, 59 minutes]:
google.golang.org/grpc/internal/transport.(*recvBufferReader).readMessageHeaderClient(0xc00128c910, {0xc001834550, 0x5, 0x5})
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/internal/transport/transport.go:197 +0x145
google.golang.org/grpc/internal/transport.(*recvBufferReader).ReadMessageHeader(0xc00128c910, {0xc001834550, 0x5, 0x5})
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/internal/transport/transport.go:143 +0x145
google.golang.org/grpc/internal/transport.(*transportReader).ReadMessageHeader(0xc0017e0e20, {0xc001834550, 0x5, 0x5})
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/internal/transport/transport.go:417 +0x58
google.golang.org/grpc/internal/transport.(*Stream).ReadMessageHeader(0xc0017f0f30, {0xc001834550, 0x5, 0x5})
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/internal/transport/transport.go:360 +0x125
google.golang.org/grpc.(*parser).recvMsg(0xc001834540, 0x1000000)
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/rpc_util.go:690 +0x6a
google.golang.org/grpc.recvAndDecompress(0xc001834540, {0x1c8ea20, 0xc00128c8c0}, {0x0, 0x0}, 0x1000000, 0x0, {0x0, 0x0}, 0x0)
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/rpc_util.go:850 +0xa5
google.golang.org/grpc.recv(0xc001834540, {0x78cf601802c8, 0x261ad40}, {0x1c8ea20, 0xc00128c8c0}, {0x0, 0x0}, {0x1a247e0, 0xc0027038c0}, 0x1000000, ...)
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/rpc_util.go:933 +0xd0
google.golang.org/grpc.(*csAttempt).recvMsg(0xc00181d2b0, {0x1a247e0, 0xc0027038c0}, 0x0)
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/stream.go:1142 +0x61d
google.golang.org/grpc.(*clientStream).RecvMsg.func1(0xc00181d2b0)
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/stream.go:982 +0x51
google.golang.org/grpc.(*clientStream).withRetry(0xc0017f47e0, 0xc001225dc0, 0xc001225db0)
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/stream.go:786 +0x434
google.golang.org/grpc.(*clientStream).RecvMsg(0xc0017f47e0, {0x1a247e0, 0xc0027038c0})
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/stream.go:981 +0x259
google.golang.org/grpc.(*GenericClientStream[...]).Recv(0x1ca2c20)
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/stream_interfaces.go:185 +0x91
github.com/moby/buildkit/client.(*Client).solve.func4()
	/home/jsfakian/go/pkg/mod/github.com/moby/[email protected]/client/solve.go:323 +0x1e2
golang.org/x/sync/errgroup.(*Group).Go.func1()
	/home/jsfakian/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:93 +0x92
created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 82
	/home/jsfakian/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:78 +0x125

goroutine 150 [select, 59 minutes]:
google.golang.org/grpc.newClientStreamWithParams.func4()
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/stream.go:398 +0xe6
created by google.golang.org/grpc.newClientStreamWithParams in goroutine 147
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/stream.go:397 +0x1d45

goroutine 148 [select, 59 minutes]:
google.golang.org/grpc/internal/transport.(*ClientStream).waitOnHeader(0xc0011ce910)
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/internal/transport/client_stream.go:92 +0xf3
google.golang.org/grpc/internal/transport.(*ClientStream).RecvCompress(...)
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/internal/transport/client_stream.go:107
google.golang.org/grpc.(*csAttempt).recvMsg(0xc001244270, {0x1a0f240, 0xc001203c80}, 0x0)
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/stream.go:1128 +0x216
google.golang.org/grpc.(*clientStream).RecvMsg.func1(0xc001244270)
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/stream.go:982 +0x51
google.golang.org/grpc.(*clientStream).withRetry(0xc0011dcd80, 0xc001229718, 0xc001229708)
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/stream.go:802 +0x16f
google.golang.org/grpc.(*clientStream).RecvMsg(0xc0011dcd80, {0x1a0f240, 0xc001203c80})
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/stream.go:981 +0x259
google.golang.org/grpc.invoke({0x1c99748, 0xc0019da4b0}, {0x1a8e318, 0x1f}, {0x1a452e0, 0xc0011b8b60}, {0x1a0f240, 0xc001203c80}, 0xc001836008, {0xc001203cb0, ...})
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/call.go:73 +0x13a
github.com/moby/buildkit/util/grpcerrors.UnaryClientInterceptor({0x1c99748, 0xc0019da4b0}, {0x1a8e318, 0x1f}, {0x1a452e0, 0xc0011b8b60}, {0x1a0f240, 0xc001203c80}, 0xc001836008, 0x1adac60, ...)
	/home/jsfakian/go/pkg/mod/github.com/moby/[email protected]/util/grpcerrors/intercept.go:41 +0xe4
google.golang.org/grpc.(*ClientConn).Invoke(0xc001836008, {0x1c99748, 0xc0019da4b0}, {0x1a8e318, 0x1f}, {0x1a452e0, 0xc0011b8b60}, {0x1a0f240, 0xc001203c80}, {0xc0011c1560, ...})
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/call.go:35 +0x258
github.com/moby/buildkit/api/services/control.(*controlClient).Solve(0xc000563f10, {0x1c99748, 0xc0019da4b0}, 0xc0011b8b60, {0x0, 0x0, 0x4c0bc9?})
	/home/jsfakian/go/pkg/mod/github.com/moby/[email protected]/api/services/control/control_grpc.pb.go:88 +0x1b4
github.com/moby/buildkit/client.(*Client).solve.func2()
	/home/jsfakian/go/pkg/mod/github.com/moby/[email protected]/client/solve.go:268 +0x19db
golang.org/x/sync/errgroup.(*Group).Go.func1()
	/home/jsfakian/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:93 +0x92
created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 82
	/home/jsfakian/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:78 +0x125

goroutine 147 [select]:
golang.org/x/net/http2.(*serverConn).serve(0xc00047eb40, {0xfa, 0x1000, 0x1000, 0x100000, 0x100000, 0x100000, 0x0, 0x37e11d600, 0x0, ...})
	/home/jsfakian/go/pkg/mod/golang.org/x/[email protected]/http2/server.go:987 +0x1405
golang.org/x/net/http2.(*Server).serveConn(0xc000360000, {0x1ca11b8, 0xc00035bea0}, 0xc000057930, 0x0)
	/home/jsfakian/go/pkg/mod/golang.org/x/[email protected]/http2/server.go:567 +0x1b45
golang.org/x/net/http2.(*Server).ServeConn(...)
	/home/jsfakian/go/pkg/mod/golang.org/x/[email protected]/http2/server.go:426
github.com/moby/buildkit/session.serve({0x1c99748, 0xc0019da500}, 0xc000294000, {0x1ca11b8, 0xc00035bea0})
	/home/jsfakian/go/pkg/mod/github.com/moby/[email protected]/session/grpc.go:30 +0x257
github.com/moby/buildkit/session.(*Session).Run(0xc00035bce0, {0x1c99748, 0xc0019da460}, 0xc00055df18)
	/home/jsfakian/go/pkg/mod/github.com/moby/[email protected]/session/session.go:118 +0xbd0
github.com/moby/buildkit/client.(*Client).solve.func1()
	/home/jsfakian/go/pkg/mod/github.com/moby/[email protected]/client/solve.go:217 +0x12d
golang.org/x/sync/errgroup.(*Group).Go.func1()
	/home/jsfakian/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:93 +0x92
created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 82
	/home/jsfakian/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:78 +0x125

goroutine 113 [IO wait, 59 minutes]:
internal/poll.runtime_pollWait(0x78cfa8987738, 0x72)
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/runtime/netpoll.go:351 +0x85
internal/poll.(*pollDesc).wait(0xc0011f15e0, 0x72, 0x1)
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/internal/poll/fd_poll_runtime.go:84 +0xb1
internal/poll.(*pollDesc).waitRead(...)
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc0011f15c0, {0xc00123c000, 0x8000, 0x8000})
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/internal/poll/fd_unix.go:165 +0x453
os.(*File).read(...)
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/os/file_posix.go:29
os.(*File).Read(0xc0000a0b58, {0xc00123c000, 0x8000, 0x8000})
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/os/file.go:124 +0xad
io.copyBuffer({0x1c8fe20, 0xc0011fe340}, {0x1c8b320, 0xc0000a0b78}, {0x0, 0x0, 0x0})
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/io/io.go:429 +0x27e
io.Copy(...)
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/io/io.go:388
os.genericWriteTo(0xc0000a0b58, {0x1c8fe20, 0xc0011fe340})
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/os/file.go:275 +0x67
os.(*File).WriteTo(0xc0000a0b58, {0x1c8fe20, 0xc0011fe340})
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/os/file.go:253 +0xd5
io.copyBuffer({0x1c8fe20, 0xc0011fe340}, {0x1c8b3a0, 0xc0000a0b58}, {0x0, 0x0, 0x0})
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/io/io.go:411 +0xd4
io.Copy(...)
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/io/io.go:388
os/exec.(*Cmd).writerDescriptor.func1()
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/os/exec/exec.go:596 +0x5b
os/exec.(*Cmd).Start.func2(0xc0011fe3a0)
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/os/exec/exec.go:749 +0x3d
created by os/exec.(*Cmd).Start in goroutine 112
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/os/exec/exec.go:748 +0x110e

goroutine 81 [select]:
github.com/moby/buildkit/util/progress/progressui.Display.UpdateFrom({{0x1c9a108?, 0xc00038c4f8?}}, {0x1c995e0, 0x261ad40}, 0xc008d69ab0)
	/home/jsfakian/go/pkg/mod/github.com/moby/[email protected]/util/progress/progressui/display.go:101 +0x50d
github.com/docker/buildx/util/progress.(*Printer).updateDisplay(0xc000965ce0, {0x1c99748, 0xc0019da370}, {{0x1c9a108?, 0xc00038c4f8?}}, {0x0, 0x0, 0x0})
	/home/jsfakian/go/pkg/mod/github.com/docker/[email protected]/util/progress/printer.go:216 +0x375
github.com/docker/buildx/util/progress.(*Printer).run(0xc000965ce0, {0x1c99748, 0xc0019da370}, {{0x1c9a108?, 0xc00038c4f8?}})
	/home/jsfakian/go/pkg/mod/github.com/docker/[email protected]/util/progress/printer.go:164 +0x3e5
created by github.com/docker/buildx/util/progress.NewPrinter in goroutine 82
	/home/jsfakian/go/pkg/mod/github.com/docker/[email protected]/util/progress/printer.go:149 +0x587

goroutine 88 [select, 59 minutes]:
io.(*pipe).read(0xc0003896e0, {0xc0004ccdb0, 0x200, 0xc0003ae060?})
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/io/pipe.go:57 +0x145
io.(*PipeReader).Read(0xc0003896e0, {0xc0004ccdb0, 0x200, 0x200})
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/io/pipe.go:134 +0x47
io.ReadAtLeast({0x1c8b540, 0xc0003896e0}, {0xc0004ccdb0, 0x200, 0x200}, 0x200)
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/io/io.go:335 +0xcb
io.ReadFull(...)
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/io/io.go:354
archive/tar.(*Reader).readHeader(0xc0004ccd88)
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/archive/tar/reader.go:357 +0x70
archive/tar.(*Reader).next(0xc0004ccd88)
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/archive/tar/reader.go:89 +0x18b
archive/tar.(*Reader).Next(0xc0004ccd88)
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/archive/tar/reader.go:58 +0x54
github.com/linuxkit/linuxkit/src/cmd/linuxkit/cache.(*Provider).ImageLoad(0xc00039a980, {0x1c8b540, 0xc0003896e0})
	/home/jsfakian/go/pkg/mod/github.com/linuxkit/linuxkit/src/cmd/[email protected]/cache/write.go:162 +0x4c5
github.com/linuxkit/linuxkit/src/cmd/linuxkit/pkglib.Pkg.buildArch.func2()
	/home/jsfakian/go/pkg/mod/github.com/linuxkit/linuxkit/src/cmd/[email protected]/pkglib/build.go:697 +0x87
golang.org/x/sync/errgroup.(*Group).Go.func1()
	/home/jsfakian/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:93 +0x92
created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 82
	/home/jsfakian/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:78 +0x125

goroutine 123 [select, 59 minutes]:
google.golang.org/grpc/internal/grpcsync.(*CallbackSerializer).run(0xc0017e73b0, {0x1c99748, 0xc00128c690})
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/internal/grpcsync/callback_serializer.go:88 +0x1e9
created by google.golang.org/grpc/internal/grpcsync.NewCallbackSerializer in goroutine 82
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/internal/grpcsync/callback_serializer.go:52 +0x205

goroutine 93 [select, 59 minutes]:
github.com/docker/buildx/util/progress.(*Printer).updateDisplay.func1()
	/home/jsfakian/go/pkg/mod/github.com/docker/[email protected]/util/progress/printer.go:201 +0x316
created by github.com/docker/buildx/util/progress.(*Printer).updateDisplay in goroutine 81
	/home/jsfakian/go/pkg/mod/github.com/docker/[email protected]/util/progress/printer.go:192 +0x34d

goroutine 146 [chan receive, 59 minutes]:
github.com/docker/buildx/util/progress.NewChannel.func1()
	/home/jsfakian/go/pkg/mod/github.com/docker/[email protected]/util/progress/writer.go:56 +0x85
created by github.com/docker/buildx/util/progress.NewChannel in goroutine 82
	/home/jsfakian/go/pkg/mod/github.com/docker/[email protected]/util/progress/writer.go:54 +0x131

goroutine 124 [select, 59 minutes]:
google.golang.org/grpc/internal/grpcsync.(*CallbackSerializer).run(0xc0017e73e0, {0x1c99748, 0xc00128c6e0})
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/internal/grpcsync/callback_serializer.go:88 +0x1e9
created by google.golang.org/grpc/internal/grpcsync.NewCallbackSerializer in goroutine 82
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/internal/grpcsync/callback_serializer.go:52 +0x205

goroutine 125 [select, 59 minutes]:
google.golang.org/grpc/internal/grpcsync.(*CallbackSerializer).run(0xc0017e7410, {0x1c99748, 0xc00128c730})
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/internal/grpcsync/callback_serializer.go:88 +0x1e9
created by google.golang.org/grpc/internal/grpcsync.NewCallbackSerializer in goroutine 82
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/internal/grpcsync/callback_serializer.go:52 +0x205

goroutine 126 [select]:
google.golang.org/grpc/internal/transport.(*controlBuffer).get(0xc0011d0ec0, 0x1)
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/internal/transport/controlbuf.go:425 +0x165
google.golang.org/grpc/internal/transport.(*loopyWriter).run(0xc001294480)
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/internal/transport/controlbuf.go:590 +0x15b
google.golang.org/grpc/internal/transport.NewHTTP2Client.func6()
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/internal/transport/http2_client.go:469 +0x230
created by google.golang.org/grpc/internal/transport.NewHTTP2Client in goroutine 112
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/internal/transport/http2_client.go:467 +0x3db1

goroutine 132 [select]:
google.golang.org/grpc/internal/transport.(*recvBufferReader).readMessageHeaderClient(0xc0019da690, {0xc00238cfa0, 0x5, 0x5})
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/internal/transport/transport.go:197 +0x145
google.golang.org/grpc/internal/transport.(*recvBufferReader).ReadMessageHeader(0xc0019da690, {0xc00238cfa0, 0x5, 0x5})
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/internal/transport/transport.go:143 +0x145
google.golang.org/grpc/internal/transport.(*transportReader).ReadMessageHeader(0xc002367800, {0xc00238cfa0, 0x5, 0x5})
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/internal/transport/transport.go:417 +0x58
google.golang.org/grpc/internal/transport.(*Stream).ReadMessageHeader(0xc002390cf0, {0xc00238cfa0, 0x5, 0x5})
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/internal/transport/transport.go:360 +0x125
google.golang.org/grpc.(*parser).recvMsg(0xc00238cf90, 0x1000000)
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/rpc_util.go:690 +0x6a
google.golang.org/grpc.recvAndDecompress(0xc00238cf90, {0x1c8ea20, 0xc0019da640}, {0x0, 0x0}, 0x1000000, 0x0, {0x0, 0x0}, 0x0)
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/rpc_util.go:850 +0xa5
google.golang.org/grpc.recv(0xc00238cf90, {0x78cf601802c8, 0x261ad40}, {0x1c8ea20, 0xc0019da640}, {0x0, 0x0}, {0x1a0f100, 0xc002569500}, 0x1000000, ...)
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/rpc_util.go:933 +0xd0
google.golang.org/grpc.(*csAttempt).recvMsg(0xc0023980d0, {0x1a0f100, 0xc002569500}, 0x0)
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/stream.go:1142 +0x61d
google.golang.org/grpc.(*clientStream).RecvMsg.func1(0xc0023980d0)
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/stream.go:982 +0x51
google.golang.org/grpc.(*clientStream).withRetry(0xc002394480, 0xc00240daf8, 0xc00240dae8)
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/stream.go:786 +0x434
google.golang.org/grpc.(*clientStream).RecvMsg(0xc002394480, {0x1a0f100, 0xc002569500})
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/stream.go:981 +0x259
github.com/moby/buildkit/session/grpchijack.(*conn).Read(0xc00035bea0, {0xc001882120, 0x9, 0xc00240dc88?})
	/home/jsfakian/go/pkg/mod/github.com/moby/[email protected]/session/grpchijack/dial.go:72 +0x398
io.ReadAtLeast({0x78cf5a3c4540, 0xc00035bea0}, {0xc001882120, 0x9, 0x9}, 0x9)
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/io/io.go:335 +0xcb
io.ReadFull(...)
	/home/jsfakian/go/pkg/mod/golang.org/[email protected]/src/io/io.go:354
golang.org/x/net/http2.readFrameHeader({0xc001882120, 0x9, 0x9}, {0x78cf5a3c4540, 0xc00035bea0})
	/home/jsfakian/go/pkg/mod/golang.org/x/[email protected]/http2/frame.go:242 +0x9a
golang.org/x/net/http2.(*Framer).ReadFrame(0xc0018820e0)
	/home/jsfakian/go/pkg/mod/golang.org/x/[email protected]/http2/frame.go:506 +0xed
golang.org/x/net/http2.(*serverConn).readFrames(0xc00047eb40)
	/home/jsfakian/go/pkg/mod/golang.org/x/[email protected]/http2/server.go:855 +0x145
created by golang.org/x/net/http2.(*serverConn).serve in goroutine 147
	/home/jsfakian/go/pkg/mod/golang.org/x/[email protected]/http2/server.go:978 +0xf6b

goroutine 127 [select, 59 minutes]:
google.golang.org/grpc.newClientStreamWithParams.func4()
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/stream.go:398 +0xe6
created by google.golang.org/grpc.newClientStreamWithParams in goroutine 149
	/home/jsfakian/go/pkg/mod/google.golang.org/[email protected]/stream.go:397 +0x1d45
FAIL	bpftrace-compiler	3600.106s
FAIL
make[1]: *** [Makefile:10: bare-test] Error 1
make[1]: Leaving directory '/home/jsfakian/Documents/src/eve/eve-tools/bpftrace-compiler'
make: *** [Makefile:508: test] Error 2

@jsfakian

Copy link
Copy Markdown
Contributor Author

I can run the tests one by one:

  1. make -C pkg/pillar test
jsfakian@jsfakian-Precision-3660:~/Documents/src/eve$ make -C pkg/pillar test
make: Entering directory '/home/jsfakian/Documents/src/eve/pkg/pillar'
make -C ../../ pillar-cache-export-docker-load
make[1]: Entering directory '/home/jsfakian/Documents/src/eve'
Building "lfedge/eve-pillar:d0c16f9e1d43a739711ba0e004d3e21e07d2d695"
checking for docker.io/lfedge/eve-pillar:d0c16f9e1d43a739711ba0e004d3e21e07d2d695 in local cache...
docker.io/lfedge/eve-pillar:d0c16f9e1d43a739711ba0e004d3e21e07d2d695 amd64 not found in local cache, checking registry
docker.io/lfedge/eve-pillar:d0c16f9e1d43a739711ba0e004d3e21e07d2d695 amd64 found on registry
Build complete, not pushing, all done.
Missing image docker.io/lfedge/eve-pillar:d0c16f9e1d43a739711ba0e004d3e21e07d2d695 in cache
make[1]: Leaving directory '/home/jsfakian/Documents/src/eve'
docker build --platform linux/amd64 -t docker.io/lfedge/eve-pillar:d0c16f9e1d43a739711ba0e004d3e21e07d2d695-amd64 -f /home/jsfakian/Documents/src/eve/pkg/pillar/Dockerfile --build-arg=REL_HASH_LFEDGE_EVE_MKIMAGE_ISO_EFI=lfedge/eve-mkimage-iso-efi:7942bef534ab8c91b53f33483126b8ae0f53dff4 --build-arg=REL_HASH_LFEDGE_EVE_MKIMAGE_RAW_EFI=lfedge/eve-mkimage-raw-efi:f979306d474d076eb5bd78b03be19f23a1b5a6d6 --build-arg=REL_HASH_LFEDGE_EVE_KVM_TOOLS=lfedge/eve-kvm-tools:2b9d6758246b516275fb8c921d3ab42448218f5b --build-arg=REL_HASH_LFEDGE_EVE_ACRN_KERNEL=lfedge/eve-acrn-kernel:c4b48a19962ba2b84ef20ec59d3f523ce2a090fe --build-arg=REL_HASH_LFEDGE_EVE=lfedge/eve:0257f2b44835065cd921fbb935e5971ef378c6af --build-arg=REL_HASH_LFEDGE_EVE_XEN=lfedge/eve-xen:b2f1fdad894023daeb0bc1bcaf36b67d3be3771c --build-arg=PKG_IMAGE=lfedge/eve-pillar --build-arg=REL_HASH_LFEDGE_EVE_INSTALLER=lfedge/eve-installer:30946177255d41a91c15aaef34211c0a4a7623da --build-arg=REL_HASH_LFEDGE_EVE_KEXEC=lfedge/eve-kexec:66c1c2578226dc9a7ac8b354d5528964802adac0 --build-arg=REL_HASH_LFEDGE_EVE_SOURCES=lfedge/eve-sources:ba3cc63c09b6323779638b1dcabee2a3fa65536d --build-arg=REL_HASH_LFEDGE_EVE_NEWLOG=lfedge/eve-newlog:4fa4bdec163d52dcc4ea34f319fbe2b01e8c5f11 --build-arg=REL_HASH_LFEDGE_EVE_WATCHDOG=lfedge/eve-watchdog:b43c276403a6e1d6d145c64b87648d3e5b2e89c0 --build-arg=REL_HASH_LFEDGE_EVE_DNSMASQ=lfedge/eve-dnsmasq:66334faad5620503b542c8faa2012c3697659ce2 --build-arg=REL_HASH_LFEDGE_EVE_DOM0_ZTOOLS=lfedge/eve-dom0-ztools:e2c0ed2ea3ae6cb155fa0b0ab320412e20ca0962 --build-arg=REL_HASH_LFEDGE_EVE_VECTOR=lfedge/eve-vector:70b088760080bc312ec9d5895d935d4316c6c58d --build-arg=REL_HASH_LFEDGE_EVE_FSCRYPT=lfedge/eve-fscrypt:d528516ed00f61a5ba4ba2407ab3a94bd55aff90 --build-arg=REL_HASH_LFEDGE_EVE_IPXE=lfedge/eve-ipxe:f93763fd3fd34ee3033ab36e4dad6e1ea22e4d5b --build-arg=REL_HASH_LFEDGE_EVE_MKROOTFS_EXT4=lfedge/eve-mkrootfs-ext4:7dc1ce6367127f16d3df116fb4db95a1c83b5cce --build-arg=REL_HASH_LFEDGE_EVE_RECOVERTPM=lfedge/eve-recovertpm:e0e02dc0f6e81e6b15e84a416171e354346923ad --build-arg=REL_HASH_LFEDGE_EVE_XEN_TOOLS=lfedge/eve-xen-tools:e8bd4bbaeca92daec96411c6611a8d17c0d0d1c2 --build-arg=REL_HASH_LFEDGE_EVE_ALPINE_BASE=lfedge/eve-alpine-base:353bf866797f6e60f91cbe1b00c439634adfcf13 --build-arg=REL_HASH_LFEDGE_EVE_FW=lfedge/eve-fw:a9dbbcd815cf54d492bad7540651eb95c9367270-generic --build-arg=REL_HASH_LFEDGE_EVE_APPARMOR=lfedge/eve-apparmor:01d28497bfeeb23af28cd301713b908dd31e36f0 --build-arg=REL_HASH_LFEDGE_EVE_DEBUG=lfedge/eve-debug:75795a65be849571ca5bb230ad766d35f7668e41 --build-arg=REL_HASH_LFEDGE_EVE_EDGEVIEW=lfedge/eve-edgeview:0b4f0faef3a3e1531cef856514702deb1e466543 --build-arg=REL_HASH_LFEDGE_EVE_MEMORY_MONITOR=lfedge/eve-memory-monitor:2daf805fcaa9c1f5b5bcb0951e55d54346ed49a1 --build-arg=REL_HASH_LFEDGE_EVE_MKROOTFS_SQUASH=lfedge/eve-mkrootfs-squash:5ef495b735f577345d815a625415f8abec2fbd02 --build-arg=REL_HASH_LFEDGE_EVE_WLAN=lfedge/eve-wlan:45161011a1d61d1f959a88da59327f1b86e92d30 --build-arg=SOURCE=https://github.com/linuxkit/linuxkit --build-arg=REL_HASH_LFEDGE_EVE_GPT_TOOLS=lfedge/eve-gpt-tools:584939b50f49ed3ef8f9d26a1b315918f4bf598c --build-arg=REL_HASH_LFEDGE_EVE_GRUB=lfedge/eve-grub:672b4eb0a1aa2ec6bbdefe573cdc0b2c9bee4ab9 --build-arg=REL_HASH_LFEDGE_EVE_OPTEE_OS=lfedge/eve-optee-os:9224bc23bc238d0f499dadb134de32dc3a2abdf9 --build-arg=REVISION=1368a85dab0ee744604a508a2ae411bda368653a --build-arg=REL_HASH_LFEDGE_EVE_EXTERNAL_BOOT_IMAGE=lfedge/eve-external-boot-image:7e86027ed410a803a1c7d0c9f17dc98447f96c7f --build-arg=REL_HASH_LFEDGE_EVE_NVIDIA=lfedge/eve-nvidia:3f290f6aa8aa9564151e738fe96738178aa7387d-nvidia-jp5 --build-arg=REL_HASH_LFEDGE_EVE_RNGD=lfedge/eve-rngd:bc626074adbeaa09a214a244c6a9e53de3174c61 --build-arg=REL_HASH_LFEDGE_EVE_U_BOOT=lfedge/eve-u-boot:ee619675a524cd7bbea25dae2340f020c3a820ba --build-arg=REL_HASH_LFEDGE_EVE_VTPM=lfedge/eve-vtpm:3a57ad3af16f223ee958b27205bfd806f13258bc --build-arg=REL_HASH_LFEDGE_EVE_KUBE=lfedge/eve-kube:6df61163f888a80680dce0cb0d40aa75b3bdbe35 --build-arg=REL_HASH_LFEDGE_EVE_STORAGE_INIT=lfedge/eve-storage-init:27c4e07917b2936e641e4753fabaf8f0c541566d --build-arg=REL_HASH_LFEDGE_EVE_UDEV=lfedge/eve-udev:546674a92ae44edd8ff1eb3972382912d63ce8b9 --build-arg=REL_HASH_LFEDGE_EVE_ALPINE=lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04 --build-arg=REL_HASH_LFEDGE_EVE_MONITOR=lfedge/eve-monitor:4c86549a7781321609730bbb009004ca341f3136 --build-arg=GOPKGVERSION=v0.0.0-20251111104617-1368a85dab0e --build-arg=REL_HASH_LFEDGE_EVE_WWAN=lfedge/eve-wwan:d8a779f3a6140a58607daa710a03ad872cd18531 --build-arg=REL_HASH_LFEDGE_EVE_MKCONF=lfedge/eve-mkconf:eaa1f69e23aa1346ff7d6c1603940e0cfd4ab5cd --build-arg=REL_HASH_LFEDGE_EVE_ACRN=lfedge/eve-acrn:3d2b45337b47749c73b423fc6d586469070235ca --build-arg=REL_HASH_LFEDGE_EVE_GUACD=lfedge/eve-guacd:b3614e7f0c5e0c3412a829e6aab7e1ef294e4fef --build-arg=REL_HASH_LFEDGE_EVE_NODE_EXPORTER=lfedge/eve-node-exporter:455820ff148fbf6d680d00fe98d065407001f584 --build-arg=REL_HASH_LFEDGE_EVE_CROSS_COMPILERS=lfedge/eve-cross-compilers:f476a79bcd086759592a105a49f9ed5bfa2c4ffa --build-arg=REL_HASH_LFEDGE_EVE_PILLAR=lfedge/eve-pillar:d0c16f9e1d43a739711ba0e004d3e21e07d2d695 --build-arg=REL_HASH_LFEDGE_EVE_UEFI=lfedge/eve-uefi:88d6376870a774e6f7a5f529084d68740287e6cb --build-arg=PKG_HASH=d0c16f9e1d43a739711ba0e004d3e21e07d2d695 --build-arg=REL_HASH_LFEDGE_EVE_BSP_IMX=lfedge/eve-bsp-imx:5ec3034acf37c0daf362997ab301241564ca7c04 --build-arg=REL_HASH_LFEDGE_EVE_KDUMP=lfedge/eve-kdump:7199932514483e868181f68fd055d69fdeeb012d --build-arg=REL_HASH_LFEDGE_EVE_MEASURE_CONFIG=lfedge/eve-measure-config:2de9b0d80fb63d38ad71f19f49d4721fb18a0627 --build-arg=REL_HASH_LFEDGE_EVE_BPFTRACE=lfedge/eve-bpftrace:c08d714db34b7cde90d20c56e74d2c11afe483df --label=org.opencontainers.image.revision=1368a85dab0ee744604a508a2ae411bda368653a --label=org.mobyproject.config={"capabilities":["all"],"binds":["/lib/modules:/lib/modules","/dev:/dev","/etc/resolv.conf:/etc/resolv.conf","/etc/cdi:/etc/cdi","/run:/run","/config:/config","/:/hostfs","/persist:/persist:rshared,rbind","/usr/bin/containerd:/usr/bin/containerd","/opt/vendor:/opt/vendor:ro"],"devices":[{"path":"all","type":"a","major":0,"minor":0}],"net":"host","pid":"host","rootfsPropagation":"shared"} --label=org.mobyproject.linuxkit.version=v1.8.1 --label=org.mobyproject.linuxkit.revision=9da6903609ed7cbb7642e929a2d9e5ddae61b430 --label=org.opencontainers.image.source=https://github.com/linuxkit/linuxkit --network=default /home/jsfakian/Documents/src/eve/pkg/pillar --build-arg TEST_TOOLS=y --load --target build
[+] Building 12.8s (27/27) FINISHED                                              docker:default
 => [internal] load build definition from Dockerfile                                       0.0s
 => => transferring dockerfile: 8.19kB                                                     0.0s
 => WARN: InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_UEFI} resu  0.0s
 => WARN: InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_DOM0_ZTOOL  0.0s
 => WARN: InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_ALPINE} re  0.0s
 => WARN: InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_ALPINE} re  0.0s
 => WARN: InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_CROSS_COMP  0.0s
 => WARN: InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_ALPINE} re  0.0s
 => WARN: InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_FSCRYPT} r  0.0s
 => WARN: InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_DNSMASQ} r  0.0s
 => WARN: InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_GPT_TOOLS}  0.0s
 => WARN: InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_ALPINE} re  0.0s
 => [internal] load metadata for docker.io/lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4f  1.0s
 => [internal] load metadata for docker.io/lfedge/eve-dom0-ztools:e2c0ed2ea3ae6cb155fa0b0  1.2s
 => [auth] lfedge/eve-alpine:pull token for registry-1.docker.io                           0.0s
 => [auth] lfedge/eve-dom0-ztools:pull token for registry-1.docker.io                      0.0s
 => [internal] load .dockerignore                                                          0.0s
 => => transferring context: 2B                                                            0.0s
 => [build-native 1/2] FROM docker.io/lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a  0.0s
 => [build  1/14] ADD --keep-git-dir=true https://github.com/NetworkConfiguration/dhcpcd.  0.6s
 => [zfs 1/3] FROM docker.io/lfedge/eve-dom0-ztools:e2c0ed2ea3ae6cb155fa0b0ab320412e20ca0  0.0s
 => [internal] load build context                                                          0.7s
 => => transferring context: 141.58MB                                                      0.7s
 => CACHED [build  8/14] ADD https://github.com/go-delve/delve/archive/refs/tags/v1.20.1.  0.9s
 => CACHED [build-native 2/2] RUN BUILD_PKGS="git gcc linux-headers libc-dev make linux-p  0.0s 
 => CACHED [build  1/14] ADD --keep-git-dir=true https://github.com/NetworkConfiguration/  0.0s
 => CACHED [build  2/14] WORKDIR /dhcpcd                                                   0.0s
 => CACHED [build  3/14] RUN ./configure --libexecdir=/usr/lib/dhcpcd --dbdir=/var/lib/dh  0.0s
 => CACHED [zfs 2/3] RUN mkdir /out                                                        0.0s
 => CACHED [zfs 3/3] RUN while read -r x; do         if [ -d "$x" ]; then           mkdir  0.0s
 => CACHED [build  4/14] COPY --from=zfs /out /                                            0.0s
 => [build  5/14] COPY ./  /pillar/                                                        0.6s
 => [build  6/14] WORKDIR /pillar                                                          0.1s
 => [build  7/14] RUN --mount=type=cache,target=/root/.cache/go-build echo "Running go ve  3.8s
 => [build  8/14] ADD https://github.com/go-delve/delve/archive/refs/tags/v1.20.1.tar.gz   0.1s
 => [build  9/14] RUN if [ n = "y" ]; then tar --absolute-names -xz < /delve.tar.gz; fi    0.2s
 => [build 10/14] WORKDIR /delve-1.20.1                                                    0.1s
 => [build 11/14] RUN --mount=type=cache,target=/root/.cache/go-build if [ n = "y" ]; the  0.2s
 => [build 12/14] RUN --mount=type=cache,target=/root/.cache/go-build if [ "y" = "y" ]; t  4.1s
 => exporting to image                                                                     0.9s
 => => exporting layers                                                                    0.9s
 => => writing image sha256:6e250a0de94d522e30c33573e97724138dd5e84098268df88759e398ddfe4  0.0s
 => => naming to docker.io/lfedge/eve-pillar:d0c16f9e1d43a739711ba0e004d3e21e07d2d695-amd  0.0s

 12 warnings found (use --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_UEFI} results in empty or invalid base image name (line 18)
 - InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_DOM0_ZTOOLS} results in empty or invalid base image name (line 19)
 - InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_ALPINE} results in empty or invalid base image name (line 31)
 - InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_ALPINE} results in empty or invalid base image name (line 36)
 - InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_CROSS_COMPILERS} results in empty or invalid base image name (line 41)
 - InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_ALPINE} results in empty or invalid base image name (line 45)
 - InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_FSCRYPT} results in empty or invalid base image name (line 145)
 - InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_DNSMASQ} results in empty or invalid base image name (line 146)
 - InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_GPT_TOOLS} results in empty or invalid base image name (line 147)
 - InvalidDefaultArgInFrom: Default value for ARG ${REL_HASH_LFEDGE_EVE_ALPINE} results in empty or invalid base image name (line 152)
 - UndefinedVar: Usage of undefined variable '$CROSS_COMPILE_ENV' (line 95)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 130)
docker image tag sha256:6e250a0de94d522e30c33573e97724138dd5e84098268df88759e398ddfe4e8f lfedge/eve-pillar:local-amd64
rm -f results.json
rm -f results.xml
touch results.json
touch results.xml
docker run --platform linux/amd64 -w /pillar \
	--mount type=bind,source=./results.json,target=/pillar/results.json \
	--mount type=bind,source=./results.xml,target=/pillar/results.xml \
	--entrypoint /final/opt/gotestsum lfedge/eve-pillar:local-amd64 \
	--jsonfile /pillar/results.json \
	--junitfile /pillar/results.xml \
	--raw-command -- go test -tags kubevirt -coverprofile=coverage.txt -covermode=atomic -race -json \
	./...
∅  activeapp (3ms)
∅  agentbase (4ms)
∅  agentlog/cmd/psi-collector (4ms)
∅  canbus (3ms)
✓  base (1.01s) (coverage: 24.3% of statements)
∅  cipher (3ms)
∅  cmd/baseosmgr (4ms)
✓  cas (1.034s) (coverage: 1.5% of statements)
✓  agentlog (4.803s) (coverage: 33.6% of statements)
∅  cmd/command (3ms)
∅  cmd/conntrack (3ms)
∅  cmd/client (3ms)
✓  cmd/collectinfo (1.041s) (coverage: 31.2% of statements)
∅  cmd/executor (3ms)
∅  cmd/downloader (4ms)
∅  cmd/faultinjection (3ms)
∅  cmd/hardwaremodel (3ms)
∅  cmd/ipcmonitor (3ms)
∅  cmd/ledmanager (4ms)
∅  cmd/loguploader (3ms)
✓  cmd/monitor (1.034s) (coverage: 3.8% of statements)
∅  cmd/nim (4ms)
∅  cmd/nodeagent (4ms)
∅  cmd/pbuf (3ms)
✓  cmd/tpmmgr (1.055s) (coverage: 4.2% of statements)
✓  cmd/domainmgr (11.049s) (coverage: 6.1% of statements)
✓  cmd/diag (11.257s) (coverage: 4.4% of statements)
∅  cmd/vaultmgr (4ms)
∅  cmd/vcomlink (1.032s)
∅  cmd/verifier (3ms)
∅  cmd/verifier/cmd (3ms)
∅  cmd/verifier/lib (3ms)
✓  cmd/upgradeconverter (9.189s) (coverage: 21.7% of statements)
∅  cmd/waitforaddr (3ms)
✓  cmd/verifier/pubsub (1.036s) (coverage: 3.5% of statements)
✓  cmd/msrv (14.064s) (coverage: 32.7% of statements)
∅  cmd/wstunnelclient (4ms)
∅  cmd/zedkube (3ms)
∅  cmd/zedmanager (4ms)
✓  cmd/usbmanager (11.054s) (coverage: 62.5% of statements)
∅  cmd/zfsmanager (4ms)
∅  cmd/zedrouter (5ms)
∅  conntrack (2ms)
∅  conntester (3ms)
✓  attest (40.056s) (coverage: 56.4% of statements)
✓  cpuallocator (1.014s) (coverage: 100.0% of statements)
✓  cmd/volumemgr (11.087s) (coverage: 0.9% of statements)
✓  dpcreconciler (1.337s) (coverage: 69.2% of statements)
✓  cmd/zedagent (11.243s) (coverage: 8.4% of statements)
∅  dpcreconciler/linuxitems (4ms)
✓  dpcreconciler/genericitems (1.029s) (coverage: 9.8% of statements)
∅  execlib (3ms)
∅  flextimer (3ms)
∅  evetpm (1.029s)
✓  hardware (1.028s) (coverage: 3.1% of statements)
∅  iptables (3ms)
∅  kubeapi (3ms)
∅  netclone (3ms)
∅  localcommand (3ms)
∅  netdump (3ms)
✓  cmd/watcher (18.632s) (coverage: 28.1% of statements)
✓  netmonitor (1.03s) (coverage: 9.6% of statements)
∅  nireconciler/linuxitems (3ms)
∅  nistate (4ms)
∅  pidfile (3ms)
✓  diskmetrics (11.032s) (coverage: 1.9% of statements)
✓  nireconciler/genericitems (1.038s) (coverage: 14.7% of statements)
✓  persistcache (1.05s) (coverage: 82.1% of statements)
∅  rstats
∅  pubsub/legacy (3ms)
∅  sema (3ms)
∅  pubsub/reverse (3ms)
∅  ssh (3ms)
∅  sriov (3ms)
∅  tgt (3ms)
✓  queuelock (1.01s) (coverage: 95.9% of statements)
∅  utils/disks (3ms)
∅  utils/wait (3ms)
∅  utils/persist (3ms)
∅  utils/logging (3ms)
∅  utils/netutils (3ms)
∅  watch (3ms)
∅  vault (3ms)
∅  utils/file (4ms)
∅  vcom/go (4ms)
∅  volumehandlers (4ms)
✓  pubsub/socketdriver (1.124s) (coverage: 15.3% of statements)
✓  utils/generics (1.022s) (coverage: 11.0% of statements)
✓  utils/zfs (1.061s) (coverage: 30.0% of statements)
✓  types (1.104s) (coverage: 17.9% of statements)
✓  utils/cloudconfig (1.168s) (coverage: 77.2% of statements)
✓  objtonum (4.479s) (coverage: 88.4% of statements)
∅  zedbox (3ms)
∅  zfs (4ms)
✓  zboot (2.039s) (coverage: 11.7% of statements)
✓  zedpac (6.926s) (coverage: 75.0% of statements)
✓  nireconciler (13.618s) (coverage: 85.3% of statements)
✓  utils (11.044s) (coverage: 36.6% of statements)
✓  pubsub (20.569s) (coverage: 68.9% of statements)
✓  controllerconn (46.949s) (coverage: 27.8% of statements)
✓  hypervisor (41.059s) (coverage: 22.4% of statements)

✓  worker (1m38.058s) (coverage: 73.3% of statements)
✓  containerd (2m1.052s) (coverage: 15.3% of statements)
✓  portprober (3m0.267s) (coverage: 81.8% of statements)
✓  dpcmanager (3m51.701s) (coverage: 77.1% of statements)

=== Skipped
=== SKIP: agentlog TestListenDebug (0.00s)
    http-debug_test.go:89: 

=== SKIP: agentlog TestPsiEveIntegratedStartStopTwice (0.00s)
    agentlog_test.go:532: skip test because of flakiness

=== SKIP: agentlog TestPsiEveIntegratedStartTwice (0.00s)
    agentlog_test.go:617: skip test because of flakiness

=== SKIP: agentlog TestPsiEveIntegratedStopUnstarted (0.00s)
    agentlog_test.go:657: skip test because of flakiness

=== SKIP: cmd/msrv TestTpmActivateCred (0.00s)
    activatecred_test.go:38: SWTPM device not available, skipping the test
time="2025-11-24T15:27:19Z" level=info msg="App network status create" activated=false log_event_type=log obj_key=app_network_status-6ba7b810-9dad-11d1-80b4-000000000000 obj_type=app_network_status obj_uuid=6ba7b810-9dad-11d1-80b4-000000000000 pid=1234 source=pubsub
time="2025-11-24T15:27:19Z" level=info msg="App network status create" activated=false log_event_type=log obj_key=app_network_status-6ba7b810-9dad-11d1-80b4-000000000000 obj_type=app_network_status obj_uuid=6ba7b810-9dad-11d1-80b4-000000000000 pid=1234 source=pubsub
time="2025-11-24T15:27:19Z" level=info msg="App instance status create" log_event_type=log obj_key=app_instance_status-6ba7b810-9dad-11d1-80b4-000000000000 obj_type=app_instance_status obj_uuid=6ba7b810-9dad-11d1-80b4-000000000000 pid=1234 purge-in-progress=0 restart-in-progress=0 source=pubsub state="Unknown state 0"
time="2025-11-24T15:27:19Z" level=info msg="DeviceNetworkStatus create" current-index-int64=0 log_event_type=log obj_key=devicenetwork_status-global obj_type=devicenetwork_status pid=1234 ports-int64=1 source=pubsub state= testing-bool=false
time="2025-11-24T15:27:19Z" level=info msg="DeviceNetworkStatus port create" ifname=eth0 last-error= last-failed="0001-01-01 00:00:00 +0000 UTC" last-succeeded="0001-01-01 00:00:00 +0000 UTC" last-warning= log_event_type=log obj_key=devicenetwork_status-global obj_type=devicenetwork_status pid=1234 source=pubsub
time="2025-11-24T15:27:19Z" level=info msg="App instance status create" log_event_type=log obj_key=app_instance_status-6ba7b810-9dad-11d1-80b4-000000000002 obj_type=app_instance_status obj_uuid=6ba7b810-9dad-11d1-80b4-000000000002 pid=1234 purge-in-progress=0 restart-in-progress=0 source=pubsub state="Unknown state 0"
time="2025-11-24T15:27:19Z" level=info msg="App instance status create" log_event_type=log obj_key=app_instance_status-6ba7b810-9dad-11d1-80b4-000000000001 obj_type=app_instance_status obj_uuid=6ba7b810-9dad-11d1-80b4-000000000001 pid=1234 purge-in-progress=0 restart-in-progress=0 source=pubsub state="Unknown state 0"
time="2025-11-24T15:27:19Z" level=info msg="Network instance status create" log_event_type=log obj_key=network_instance_status-00000000-0000-0000-0000-000000000000 obj_type=network_instance_status pid=1234 source=pubsub
time="2025-11-24T15:27:19Z" level=info msg="App network status create" activated=false log_event_type=log obj_key=app_network_status-6ba7b810-9dad-11d1-80b4-000000000000 obj_type=app_network_status obj_uuid=6ba7b810-9dad-11d1-80b4-000000000000 pid=1234 source=pubsub
time="2025-11-24T15:27:19Z" level=info msg="Network instance status create" log_event_type=log obj_key=network_instance_status-00000000-0000-0000-0000-000000000000 obj_type=network_instance_status pid=1234 source=pubsub
time="2025-11-24T15:27:19Z" level=info msg="start handlePatchEnvelopeImpl" pid=1234 source=pubsub

=== SKIP: containerd TestCreateMountPointExecEnvFiles (30.00s)
time="2025-11-24T15:27:31Z" level=info msg=NewContainerdClient
time="2025-11-24T15:28:01Z" level=error msg="NewContainerdClient: could not create containerd client. failed to dial \"/run/containerd/containerd.sock\": context deadline exceeded: connection error: desc = \"transport: error while dialing: dial unix:///run/containerd/containerd.sock: timeout\""
    oci_test.go:818: test must be run on a system with a functional containerd

=== SKIP: containerd TestPrepareMount (30.00s)
time="2025-11-24T15:28:01Z" level=info msg=NewContainerdClient
time="2025-11-24T15:28:31Z" level=error msg="NewContainerdClient: could not create containerd client. failed to dial \"/run/containerd/containerd.sock\": context deadline exceeded: connection error: desc = \"transport: error while dialing: dial unix:///run/containerd/containerd.sock: timeout\""
    oci_test.go:818: test must be run on a system with a functional containerd

=== SKIP: containerd TestAddLoader (30.00s)
time="2025-11-24T15:28:31Z" level=info msg=NewContainerdClient
time="2025-11-24T15:29:01Z" level=error msg="NewContainerdClient: could not create containerd client. failed to dial \"/run/containerd/containerd.sock\": context deadline exceeded: connection error: desc = \"transport: error while dialing: dial unix:///run/containerd/containerd.sock: timeout\""
    oci_test.go:818: test must be run on a system with a functional containerd

=== SKIP: containerd TestDenyAllDevicesInSpec (30.00s)
time="2025-11-24T15:29:01Z" level=info msg=NewContainerdClient
time="2025-11-24T15:29:31Z" level=error msg="NewContainerdClient: could not create containerd client. failed to dial \"/run/containerd/containerd.sock\": context deadline exceeded: connection error: desc = \"transport: error while dialing: dial unix:///run/containerd/containerd.sock: timeout\""
    oci_test.go:818: test must be run on a system with a functional containerd

=== SKIP: hypervisor TestGetDomsCPUMem (30.00s)
time="2025-11-24T15:27:51Z" level=info msg=NewContainerdClient
time="2025-11-24T15:28:21Z" level=error msg="NewContainerdClient: could not create containerd client. failed to dial \"/run/containerd/containerd.sock\": context deadline exceeded: connection error: desc = \"transport: error while dialing: dial unix:///run/containerd/containerd.sock: timeout\""
    containerd_test.go:13: test must be run on a system with a functional containerd

=== SKIP: hypervisor TestBootTimeHypervisorWithHVFilePath (0.00s)
    hypervisor_test.go:48: enable this test once calling containerd in the test environment does not panic anymore

DONE 415 tests, 11 skipped in 293.990s
docker run --platform linux/amd64 -w /pillar \
	--entrypoint /bin/sh lfedge/eve-pillar:local-amd64 \
	/pillar/build-scripts/fuzz_test.sh
Fuzzing FuzzCheckBadUSBBundles in ./types/assignableadapters_test.go
warning: starting with empty corpus
fuzz: elapsed: 0s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 3s, execs: 5138 (1712/sec), new interesting: 6 (total: 6)
fuzz: elapsed: 6s, execs: 6481 (447/sec), new interesting: 10 (total: 10)
fuzz: elapsed: 9s, execs: 18004 (3847/sec), new interesting: 14 (total: 14)
fuzz: elapsed: 12s, execs: 149595 (43870/sec), new interesting: 18 (total: 18)
fuzz: elapsed: 15s, execs: 306504 (52302/sec), new interesting: 19 (total: 19)
fuzz: elapsed: 18s, execs: 481063 (58190/sec), new interesting: 20 (total: 20)
fuzz: elapsed: 21s, execs: 656350 (58424/sec), new interesting: 20 (total: 20)
fuzz: elapsed: 24s, execs: 821274 (54964/sec), new interesting: 21 (total: 21)
fuzz: elapsed: 27s, execs: 981169 (53302/sec), new interesting: 22 (total: 22)
fuzz: elapsed: 30s, execs: 1140096 (52985/sec), new interesting: 22 (total: 22)
fuzz: elapsed: 30s, execs: 1140096 (0/sec), new interesting: 22 (total: 22)
PASS
ok  	github.com/lf-edge/eve/pkg/pillar/types	30.131s
Fuzzing FuzzUSBManagerController in ./cmd/usbmanager/usbcontroller_test.go
time="2025-11-24T15:32:32Z" level=info msg="Containerd Init"
warning: starting with empty corpus
fuzz: elapsed: 0s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 3s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 6s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 9s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 12s, execs: 42 (14/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 15s, execs: 42 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 18s, execs: 6392 (2117/sec), new interesting: 24 (total: 24)
fuzz: elapsed: 21s, execs: 6392 (0/sec), new interesting: 24 (total: 24)
fuzz: elapsed: 24s, execs: 9191 (933/sec), new interesting: 34 (total: 34)
fuzz: elapsed: 27s, execs: 9249 (19/sec), new interesting: 35 (total: 35)
fuzz: elapsed: 30s, execs: 11485 (746/sec), new interesting: 44 (total: 44)
fuzz: elapsed: 30s, execs: 11485 (0/sec), new interesting: 44 (total: 44)
PASS
ok  	github.com/lf-edge/eve/pkg/pillar/cmd/usbmanager	40.049s
Fuzzing FuzzIOBundleTree in ./cmd/usbmanager/ioBundleTree_test.go
time="2025-11-24T15:33:15Z" level=info msg="Containerd Init"
warning: starting with empty corpus
fuzz: elapsed: 0s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 3s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 6s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 9s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 12s, execs: 50 (17/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 15s, execs: 2408 (786/sec), new interesting: 16 (total: 16)
fuzz: elapsed: 18s, execs: 3113 (235/sec), new interesting: 21 (total: 21)
fuzz: elapsed: 21s, execs: 4308 (399/sec), new interesting: 30 (total: 30)
fuzz: elapsed: 24s, execs: 6221 (638/sec), new interesting: 42 (total: 42)
fuzz: elapsed: 27s, execs: 8554 (778/sec), new interesting: 50 (total: 50)
fuzz: elapsed: 30s, execs: 10738 (728/sec), new interesting: 56 (total: 56)
fuzz: elapsed: 30s, execs: 10738 (0/sec), new interesting: 56 (total: 56)
PASS
ok  	github.com/lf-edge/eve/pkg/pillar/cmd/usbmanager	40.046s
Fuzzing FuzzIOBundle2PassthroughRule in ./cmd/usbmanager/ioBundleTree_test.go
time="2025-11-24T15:33:57Z" level=info msg="Containerd Init"
warning: starting with empty corpus
fuzz: elapsed: 0s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 3s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 6s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 9s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 12s, execs: 8208 (2737/sec), new interesting: 19 (total: 19)
fuzz: elapsed: 15s, execs: 29773 (7187/sec), new interesting: 42 (total: 42)
fuzz: elapsed: 18s, execs: 72182 (14134/sec), new interesting: 90 (total: 90)
fuzz: elapsed: 21s, execs: 153554 (27128/sec), new interesting: 121 (total: 121)
fuzz: elapsed: 24s, execs: 285650 (44029/sec), new interesting: 134 (total: 134)
fuzz: elapsed: 27s, execs: 369044 (27794/sec), new interesting: 146 (total: 146)
fuzz: elapsed: 30s, execs: 445034 (25336/sec), new interesting: 150 (total: 150)
fuzz: elapsed: 31s, execs: 445034 (0/sec), new interesting: 150 (total: 150)
PASS
ok  	github.com/lf-edge/eve/pkg/pillar/cmd/usbmanager	41.064s
Fuzzing FuzzRuleEngine in ./cmd/usbmanager/ruleengine_test.go
time="2025-11-24T15:34:41Z" level=info msg="Containerd Init"
warning: starting with empty corpus
fuzz: elapsed: 0s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 3s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 6s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 9s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 12s, execs: 1443 (481/sec), new interesting: 9 (total: 9)
fuzz: elapsed: 15s, execs: 3066 (541/sec), new interesting: 13 (total: 13)
fuzz: elapsed: 18s, execs: 24096 (7008/sec), new interesting: 19 (total: 19)
fuzz: elapsed: 21s, execs: 132914 (36279/sec), new interesting: 20 (total: 20)
fuzz: elapsed: 24s, execs: 242379 (36488/sec), new interesting: 20 (total: 20)
fuzz: elapsed: 27s, execs: 350910 (36177/sec), new interesting: 21 (total: 21)
fuzz: elapsed: 30s, execs: 452878 (33989/sec), new interesting: 21 (total: 21)
fuzz: elapsed: 30s, execs: 452878 (0/sec), new interesting: 21 (total: 21)
PASS
ok  	github.com/lf-edge/eve/pkg/pillar/cmd/usbmanager	40.134s
Fuzzing FuzzResolveWithSrcIP in ./controllerconn/resolver_test.go
time="2025-11-24T15:35:38Z" level=info msg="Containerd Init"
warning: starting with empty corpus
fuzz: elapsed: 0s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 3s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 6s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 9s, execs: 0 (0/sec), new interesting: 0 (total: 0)
fuzz: elapsed: 12s, execs: 3028 (1010/sec), new interesting: 7 (total: 7)
fuzz: elapsed: 15s, execs: 15497 (4157/sec), new interesting: 18 (total: 18)
fuzz: elapsed: 18s, execs: 34853 (6451/sec), new interesting: 44 (total: 44)
fuzz: elapsed: 21s, execs: 83385 (16178/sec), new interesting: 78 (total: 78)
fuzz: elapsed: 24s, execs: 162092 (26240/sec), new interesting: 100 (total: 100)
fuzz: elapsed: 27s, execs: 225286 (21059/sec), new interesting: 116 (total: 116)
fuzz: elapsed: 30s, execs: 287983 (20898/sec), new interesting: 121 (total: 121)
fuzz: elapsed: 31s, execs: 287983 (0/sec), new interesting: 121 (total: 121)
PASS
ok  	github.com/lf-edge/eve/pkg/pillar/controllerconn	41.064s
make: Leaving directory '/home/jsfakian/Documents/src/eve/pkg/pillar'
  1. make -C eve-tools/bpftrace-compiler test
jsfakian@jsfakian-Precision-3660:~/Documents/src/eve$ make -C eve-tools/bpftrace-compiler test
make: Entering directory '/home/jsfakian/Documents/src/eve/eve-tools/bpftrace-compiler'
go test -coverprofile=coverage.txt -covermode=atomic -test.timeout 1h -v -race .
=== RUN   TestCompileAmd64
Loaded image: linuxkit/root:a2697a185b95175bb7987438baefcd71-amd64
Tagging docker.io/linuxkit/root:a2697a185b95175bb7987438baefcd71-amd64 as docker.io/linuxkit/root:a2697a185b95175bb7987438baefcd71
time="2025-11-24T17:47:58+02:00" level=info msg="Extract kernel image: docker.io/lfedge/eve-kernel:eve-kernel-amd64-v6.1.38-generic-fb31ce85306c-gcc"
time="2025-11-24T17:48:46+02:00" level=info msg="Add init containers:"
time="2025-11-24T17:48:46+02:00" level=info msg="Process init image: docker.io/linuxkit/root:a2697a185b95175bb7987438baefcd71"
time="2025-11-24T17:48:47+02:00" level=info msg="Create outputs:"
time="2025-11-24T17:48:47+02:00" level=info msg="  /var/tmp/bpftrace-image1745529981/linuxkit-squashfs.img"
2025/11/24 17:48:53 running ["/usr/bin/qemu-system-x86_64" "-smp" "1" "-nographic" "-m" "256" "-device" "virtio-net-pci,netdev=t0,mac=5a:7e:cb:9c:12:67" "-netdev" "user,id=t0" "-kernel" "/var/tmp/bpftrace-image1745529981/linuxkit-kernel" "-hda" "/var/tmp/bpftrace-image1745529981/linuxkit-squashfs.img" "-fsdev" "local,id=dev,path=/var/tmp/bpftrace-9pshare3430031069,security_model=mapped,multidevs=remap" "-device" "virtio-9p-pci,fsdev=dev,mount_tag=9pmount" "-append" "root=/dev/sda units=compile quiet"]
--- PASS: TestCompileAmd64 (62.81s)
=== RUN   TestCompileArm64
Loaded image: linuxkit/root:bd392dfc21ca8c4783fdd9788e51dcd8-arm64
time="2025-11-24T17:49:00+02:00" level=info msg="Extract kernel image: docker.io/lfedge/eve-kernel:eve-kernel-arm64-v6.1.38-generic-394a3bcff39d-gcc"
time="2025-11-24T17:49:44+02:00" level=info msg="Add init containers:"
time="2025-11-24T17:49:44+02:00" level=info msg="Process init image: docker.io/linuxkit/root:bd392dfc21ca8c4783fdd9788e51dcd8"
time="2025-11-24T17:49:53+02:00" level=info msg="Create outputs:"
time="2025-11-24T17:49:53+02:00" level=info msg="  /var/tmp/bpftrace-image3854402570/linuxkit-squashfs.img"
2025/11/24 17:50:00 running ["/usr/bin/qemu-system-aarch64" "-smp" "1" "-nographic" "-m" "256" "-cpu" "cortex-a57" "-machine" "virt" "-object" "rng-random,id=rng0,filename=/dev/urandom" "-device" "virtio-rng-pci,rng=rng0" "-kernel" "/var/tmp/bpftrace-image3854402570/linuxkit-kernel" "-hda" "/var/tmp/bpftrace-image3854402570/linuxkit-squashfs.img" "-fsdev" "local,id=dev,path=/var/tmp/bpftrace-9pshare98457489,security_model=mapped,multidevs=remap" "-device" "virtio-9p-pci,fsdev=dev,mount_tag=9pmount" "-append" "root=/dev/vda units=compile quiet"]
--- PASS: TestCompileArm64 (65.14s)
=== RUN   TestListKernelProbesAmd64
Loaded image: linuxkit/root:a2697a185b95175bb7987438baefcd71-amd64
Tagging docker.io/linuxkit/root:a2697a185b95175bb7987438baefcd71-amd64 as docker.io/linuxkit/root:a2697a185b95175bb7987438baefcd71
time="2025-11-24T17:50:06+02:00" level=info msg="Extract kernel image: docker.io/lfedge/eve-kernel:eve-kernel-amd64-v6.1.38-generic-fb31ce85306c-gcc"
time="2025-11-24T17:50:54+02:00" level=info msg="Add init containers:"
time="2025-11-24T17:50:54+02:00" level=info msg="Process init image: docker.io/linuxkit/root:a2697a185b95175bb7987438baefcd71"
time="2025-11-24T17:50:55+02:00" level=info msg="Create outputs:"
time="2025-11-24T17:50:55+02:00" level=info msg="  /var/tmp/bpftrace-image4153646605/linuxkit-squashfs.img"
2025/11/24 17:51:01 running ["/usr/bin/qemu-system-x86_64" "-smp" "1" "-nographic" "-m" "256" "-device" "virtio-net-pci,netdev=t0,mac=5a:7e:cb:9c:12:67" "-netdev" "user,id=t0" "-kernel" "/var/tmp/bpftrace-image4153646605/linuxkit-kernel" "-hda" "/var/tmp/bpftrace-image4153646605/linuxkit-squashfs.img" "-fsdev" "local,id=dev,path=/var/tmp/bpftrace-9pshare3655696672,security_model=mapped,multidevs=remap" "-device" "virtio-9p-pci,fsdev=dev,mount_tag=9pmount" "-append" "root=/dev/sda units=list quiet"]
--- PASS: TestListKernelProbesAmd64 (70.99s)
=== RUN   TestListKernelProbesArm64
Loaded image: linuxkit/root:bd392dfc21ca8c4783fdd9788e51dcd8-arm64
time="2025-11-24T17:51:17+02:00" level=info msg="Extract kernel image: docker.io/lfedge/eve-kernel:eve-kernel-arm64-v6.1.38-generic-394a3bcff39d-gcc"
time="2025-11-24T17:52:00+02:00" level=info msg="Add init containers:"
time="2025-11-24T17:52:00+02:00" level=info msg="Process init image: docker.io/linuxkit/root:bd392dfc21ca8c4783fdd9788e51dcd8"
time="2025-11-24T17:52:09+02:00" level=info msg="Create outputs:"
time="2025-11-24T17:52:09+02:00" level=info msg="  /var/tmp/bpftrace-image1994111726/linuxkit-squashfs.img"
2025/11/24 17:52:16 running ["/usr/bin/qemu-system-aarch64" "-smp" "1" "-nographic" "-m" "256" "-cpu" "cortex-a57" "-machine" "virt" "-object" "rng-random,id=rng0,filename=/dev/urandom" "-device" "virtio-rng-pci,rng=rng0" "-kernel" "/var/tmp/bpftrace-image1994111726/linuxkit-kernel" "-hda" "/var/tmp/bpftrace-image1994111726/linuxkit-squashfs.img" "-fsdev" "local,id=dev,path=/var/tmp/bpftrace-9pshare2156337483,security_model=mapped,multidevs=remap" "-device" "virtio-9p-pci,fsdev=dev,mount_tag=9pmount" "-append" "root=/dev/vda units=list quiet"]
--- PASS: TestListKernelProbesArm64 (71.22s)
=== RUN   TestListKernelProbesAmd64WithModules
Loaded image: linuxkit/root:a2697a185b95175bb7987438baefcd71-amd64
Tagging docker.io/linuxkit/root:a2697a185b95175bb7987438baefcd71-amd64 as docker.io/linuxkit/root:a2697a185b95175bb7987438baefcd71
time="2025-11-24T17:52:28+02:00" level=info msg="Extract kernel image: docker.io/lfedge/eve-kernel:eve-kernel-amd64-v6.1.38-generic-fb31ce85306c-gcc"
time="2025-11-24T17:53:17+02:00" level=info msg="Add init containers:"
time="2025-11-24T17:53:17+02:00" level=info msg="Process init image: docker.io/linuxkit/root:a2697a185b95175bb7987438baefcd71"
time="2025-11-24T17:53:17+02:00" level=info msg="Create outputs:"
time="2025-11-24T17:53:17+02:00" level=info msg="  /var/tmp/bpftrace-image4061662327/linuxkit-squashfs.img"
2025/11/24 17:53:24 running ["/usr/bin/qemu-system-x86_64" "-smp" "1" "-nographic" "-m" "256" "-device" "virtio-net-pci,netdev=t0,mac=5a:7e:cb:9c:12:67" "-netdev" "user,id=t0" "-kernel" "/var/tmp/bpftrace-image4061662327/linuxkit-kernel" "-hda" "/var/tmp/bpftrace-image4061662327/linuxkit-squashfs.img" "-fsdev" "local,id=dev,path=/var/tmp/bpftrace-9pshare1021417689,security_model=mapped,multidevs=remap" "-device" "virtio-9p-pci,fsdev=dev,mount_tag=9pmount" "-append" "root=/dev/sda units=insmod=dm_crypt,insmod=zfs,list quiet"]
--- PASS: TestListKernelProbesAmd64WithModules (74.74s)
=== RUN   TestCurrentKernels
Loaded image: linuxkit/root:fe12d3cfa3cb3b223eea1d40da0a6226-amd64
Tagging docker.io/linuxkit/root:fe12d3cfa3cb3b223eea1d40da0a6226-amd64 as docker.io/linuxkit/root:fe12d3cfa3cb3b223eea1d40da0a6226
time="2025-11-24T17:53:43+02:00" level=info msg="Extract kernel image: docker.io/lfedge/eve-kernel:eve-kernel-amd64-v6.12.49-generic-770b90183ee7-gcc"
time="2025-11-24T17:54:19+02:00" level=info msg="Add init containers:"
time="2025-11-24T17:54:19+02:00" level=info msg="Process init image: docker.io/linuxkit/root:fe12d3cfa3cb3b223eea1d40da0a6226"
time="2025-11-24T17:54:19+02:00" level=info msg="Create outputs:"
time="2025-11-24T17:54:19+02:00" level=info msg="  /var/tmp/bpftrace-image1407355961/linuxkit-squashfs.img"
2025/11/24 17:54:24 running ["/usr/bin/qemu-system-x86_64" "-smp" "1" "-nographic" "-m" "256" "-device" "virtio-net-pci,netdev=t0,mac=5a:7e:cb:9c:12:67" "-netdev" "user,id=t0" "-kernel" "/var/tmp/bpftrace-image1407355961/linuxkit-kernel" "-hda" "/var/tmp/bpftrace-image1407355961/linuxkit-squashfs.img" "-fsdev" "local,id=dev,path=/var/tmp/bpftrace-9pshare2124512140,security_model=mapped,multidevs=remap" "-device" "virtio-9p-pci,fsdev=dev,mount_tag=9pmount" "-append" "root=/dev/sda units=list quiet"]
Loaded image: linuxkit/root:25ad62a4550edf3f6f97a82a002732d2-arm64
time="2025-11-24T17:55:02+02:00" level=info msg="Extract kernel image: docker.io/lfedge/eve-kernel:eve-kernel-arm64-v6.1.155-generic-ece043d8b403-gcc"
time="2025-11-24T17:55:47+02:00" level=info msg="Add init containers:"
time="2025-11-24T17:55:47+02:00" level=info msg="Process init image: docker.io/linuxkit/root:25ad62a4550edf3f6f97a82a002732d2"
time="2025-11-24T17:55:56+02:00" level=info msg="Create outputs:"
time="2025-11-24T17:55:56+02:00" level=info msg="  /var/tmp/bpftrace-image2783629394/linuxkit-squashfs.img"
2025/11/24 17:56:01 running ["/usr/bin/qemu-system-aarch64" "-smp" "1" "-nographic" "-m" "256" "-cpu" "cortex-a57" "-machine" "virt" "-object" "rng-random,id=rng0,filename=/dev/urandom" "-device" "virtio-rng-pci,rng=rng0" "-kernel" "/var/tmp/bpftrace-image2783629394/linuxkit-kernel" "-hda" "/var/tmp/bpftrace-image2783629394/linuxkit-squashfs.img" "-fsdev" "local,id=dev,path=/var/tmp/bpftrace-9pshare4267938602,security_model=mapped,multidevs=remap" "-device" "virtio-9p-pci,fsdev=dev,mount_tag=9pmount" "-append" "root=/dev/vda units=list quiet"]
--- PASS: TestCurrentKernels (151.94s)
=== RUN   TestCreateMobyConfig
=== PAUSE TestCreateMobyConfig
=== RUN   TestLinuxkitYml2KernelImage
=== PAUSE TestLinuxkitYml2KernelImage
=== CONT  TestCreateMobyConfig
=== CONT  TestLinuxkitYml2KernelImage
--- PASS: TestLinuxkitYml2KernelImage (0.00s)
Loaded image: linuxkit/root:a2697a185b95175bb7987438baefcd71-amd64
Tagging docker.io/linuxkit/root:a2697a185b95175bb7987438baefcd71-amd64 as docker.io/linuxkit/root:a2697a185b95175bb7987438baefcd71
--- PASS: TestCreateMobyConfig (0.39s)
PASS
coverage: 28.6% of statements
ok  	bpftrace-compiler	498.401s	coverage: 28.6% of statements
make: Leaving directory '/home/jsfakian/Documents/src/eve/eve-tools/bpftrace-compiler'
  1. make -C pkg/dnsmasq test
jsfakian@jsfakian-Precision-3660:~/Documents/src/eve$ make -C pkg/dnsmasq test
make: Entering directory '/home/jsfakian/Documents/src/eve/pkg/dnsmasq'
docker run --privileged sha256:b08fd92bfc04c0cd36e869dda4d486a4481268b40f334621e85fb8888a964e07 go test -v
go: downloading github.com/miekg/dns v1.1.65
go: downloading github.com/vishvananda/netlink v1.3.0
go: downloading golang.org/x/sync v0.13.0
go: downloading golang.org/x/sys v0.32.0
go: downloading golang.org/x/net v0.39.0
go: downloading github.com/vishvananda/netns v0.0.5
=== RUN   TestLotsOfRequests
    dnsmasq_test.go:45: count: 1
--- PASS: TestLotsOfRequests (4.03s)
PASS
ok  	dnsserver	4.033s
make: Leaving directory '/home/jsfakian/Documents/src/eve/pkg/dnsmasq'
  1. make -C pkg/debug test
jsfakian@jsfakian-Precision-3660:~/Documents/src/eve$ make -C pkg/debug test
make: Entering directory '/home/jsfakian/Documents/src/eve/pkg/debug'
make -C ../../ debug-cache-export-docker-load
make[1]: Entering directory '/home/jsfakian/Documents/src/eve'
Building "lfedge/eve-recovertpm:e0e02dc0f6e81e6b15e84a416171e354346923ad"
checking for docker.io/lfedge/eve-recovertpm:e0e02dc0f6e81e6b15e84a416171e354346923ad in local cache...
docker.io/lfedge/eve-recovertpm:e0e02dc0f6e81e6b15e84a416171e354346923ad amd64 not found in local cache, checking registry
docker.io/lfedge/eve-recovertpm:e0e02dc0f6e81e6b15e84a416171e354346923ad amd64 found on registry
Build complete, not pushing, all done.
Building "lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04"
checking for docker.io/lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04 in local cache...
docker.io/lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04 amd64 not found in local cache, checking registry
docker.io/lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04 amd64 found on registry
Build complete, not pushing, all done.
Building "lfedge/eve-bpftrace:c08d714db34b7cde90d20c56e74d2c11afe483df"
checking for docker.io/lfedge/eve-bpftrace:c08d714db34b7cde90d20c56e74d2c11afe483df in local cache...
docker.io/lfedge/eve-bpftrace:c08d714db34b7cde90d20c56e74d2c11afe483df amd64 not found in local cache, checking registry
docker.io/lfedge/eve-bpftrace:c08d714db34b7cde90d20c56e74d2c11afe483df amd64 found on registry
Build complete, not pushing, all done.
Building "lfedge/eve-debug:75795a65be849571ca5bb230ad766d35f7668e41"
checking for docker.io/lfedge/eve-debug:75795a65be849571ca5bb230ad766d35f7668e41 in local cache...
found docker.io/lfedge/eve-debug:75795a65be849571ca5bb230ad766d35f7668e41 in local cache, skipping build
Build complete, not pushing, all done.
Missing image docker.io/lfedge/eve-recovertpm:e0e02dc0f6e81e6b15e84a416171e354346923ad in cache
Missing image docker.io/lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d04 in cache
Missing image docker.io/lfedge/eve-bpftrace:c08d714db34b7cde90d20c56e74d2c11afe483df in cache
make cache-export-docker-load IMAGE=docker.io/lfedge/eve-debug:75795a65be849571ca5bb230ad766d35f7668e41
make[2]: Entering directory '/home/jsfakian/Documents/src/eve'
make cache-export OUTFILE=/tmp/tmp.I1ZZoruhL0 && cat /tmp/tmp.I1ZZoruhL0 | docker load
make[3]: Entering directory '/home/jsfakian/Documents/src/eve'
/home/jsfakian/Documents/src/eve/build-tools/bin/linuxkit  cache export --format docker --platform linux/amd64 --outfile /tmp/tmp.I1ZZoruhL0  docker.io/lfedge/eve-debug:75795a65be849571ca5bb230ad766d35f7668e41
make[3]: Leaving directory '/home/jsfakian/Documents/src/eve'
Loaded image: lfedge/eve-debug:75795a65be849571ca5bb230ad766d35f7668e41
rm -rf /tmp/tmp.I1ZZoruhL0
make[2]: Leaving directory '/home/jsfakian/Documents/src/eve'
make[1]: Leaving directory '/home/jsfakian/Documents/src/eve'
docker build --rm --target test .
[+] Building 2.2s (77/77) FINISHED                                               docker:default
 => [internal] load build definition from Dockerfile                                       0.0s
 => => transferring dockerfile: 5.64kB                                                     0.0s
 => resolve image config for docker-image://docker.io/docker/dockerfile-upstream:1.5.0-rc  0.6s
 => CACHED docker-image://docker.io/docker/dockerfile-upstream:1.5.0-rc2-labs@sha256:5883  0.0s
 => [internal] load .dockerignore                                                          0.0s
 => => transferring context: 2B                                                            0.0s
 => [internal] load metadata for docker.io/lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4f  0.5s
 => [internal] load metadata for docker.io/lfedge/eve-recovertpm:e0e02dc0f6e81e6b15e84a41  0.5s
 => [internal] load metadata for docker.io/lfedge/eve-bpftrace:c08d714db34b7cde90d20c56e7  0.5s
 => [internal] load build context                                                          0.0s
 => => transferring context: 1.57kB                                                        0.0s
 => http://ftp.us.debian.org/debian/pool/main/m/musl/musl_1.2.3.orig.tar.gz                0.3s
 => [recovertpm 1/1] FROM docker.io/lfedge/eve-recovertpm:e0e02dc0f6e81e6b15e84a416171e35  0.0s
 => https://www.ezix.org/software/files/lshw-B.02.19.2.tar.gz                              0.2s
 => https://github.com/pixel/hexedit/archive/refs/tags/1.5.tar.gz                          0.8s
 => https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.8p1.tar.gz              0.2s
 => [bpftrace 1/1] FROM docker.io/lfedge/eve-bpftrace:c08d714db34b7cde90d20c56e74d2c11afe  0.0s
 => https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.8p1.tar.gz.asc          0.1s
 => [build  1/61] FROM docker.io/lfedge/eve-alpine:745ae9066273c73b0fd879c4ba4ff626a8392d  0.0s
 => CACHED [build  2/61] RUN eve-alpine-deploy.sh                                          0.0s
 => CACHED [build  3/61] RUN adduser -G abuild -D builder || :                             0.0s
 => CACHED [build  4/61] RUN abuild-keygen -a -n                                           0.0s
 => CACHED [build  5/61] COPY --chown=builder:abuild abuild/ /                             0.0s
 => CACHED [build  6/61] RUN mkdir -p /tmp/mirror                                          0.0s
 => CACHED [build  7/61] ADD --chown=builder:abuild http://ftp.us.debian.org/debian/pool/  0.0s
 => CACHED [build  8/61] WORKDIR /musl                                                     0.0s
 => CACHED [build  9/61] RUN abuild -F checksum                                            0.0s
 => CACHED [build 10/61] RUN abuild -r -F                                                  0.0s
 => CACHED [build 11/61] RUN apk add -p /out --allow-untrusted /root/packages/*/musl-1.2*  0.0s
 => CACHED [build 12/61] ADD https://www.ezix.org/software/files/lshw-B.02.19.2.tar.gz ls  0.0s
 => CACHED [build 13/61] RUN tar -xzvf lshw.tar.gz                                         0.0s
 => CACHED [build 14/61] COPY lshw/ lshw-B.02.19.2/                                        0.0s
 => CACHED [build 15/61] WORKDIR /lshw-B.02.19.2                                           0.0s
 => CACHED [build 16/61] RUN for patch in *.patch; do     patch -p1 < "$patch";     done   0.0s
 => CACHED [build 17/61] WORKDIR /tmp/hexedit/hexedit-1.5                                  0.0s
 => CACHED [build 18/61] ADD https://github.com/pixel/hexedit/archive/refs/tags/1.5.tar.g  0.0s
 => CACHED [build 19/61] RUN tar -C .. -xzvf ../1.5.tar.gz                                 0.0s
 => CACHED [build 20/61] RUN ./autogen.sh && ./configure && make DESTDIR=/out install      0.0s
 => CACHED [build 21/61] WORKDIR /usr/src                                                  0.0s
 => CACHED [build 22/61] ADD https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh  0.0s
 => CACHED [build 23/61] ADD https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh  0.0s
 => CACHED [build 24/61] COPY ssh/RELEASE_KEY.asc /usr/src                                 0.0s
 => CACHED [build 25/61] RUN gpg --import RELEASE_KEY.asc || :                             0.0s
 => CACHED [build 26/61] RUN gpg --verify openssh-9.8p1.tar.gz.asc openssh-9.8p1.tar.gz    0.0s
 => CACHED [build 27/61] RUN tar xvf openssh-9.8p1.tar.gz                                  0.0s
 => CACHED [build 28/61] WORKDIR /usr/src/openssh-9.8p1                                    0.0s
 => CACHED [build 29/61] COPY ssh/fix-utmpx-ipv6.patch .                                   0.0s
 => CACHED [build 30/61] RUN git apply fix-utmpx-ipv6.patch                                0.0s
 => CACHED [build 31/61] RUN ./configure     --prefix=/usr     --sysconfdir=/etc/ssh       0.0s
 => CACHED [build 32/61] RUN make -j "$(getconf _NPROCESSORS_ONLN)"                        0.0s
 => CACHED [build 33/61] RUN make install                                                  0.0s
 => CACHED [build 34/61] RUN /usr/bin/install -c -m 0755 -s ssh /out/usr/bin/ssh           0.0s
 => CACHED [build 35/61] RUN /usr/bin/install -c -m 0755 -s scp /out/usr/bin/scp           0.0s
 => CACHED [build 36/61] RUN /usr/bin/install -c -m 0755 -s ssh-keygen /out/usr/bin/ssh-k  0.0s
 => CACHED [build 37/61] RUN /usr/bin/install -c -m 0755 -s sshd /out/usr/sbin/sshd        0.0s
 => CACHED [build 38/61] RUN /usr/bin/install -c -m 0755 -s sshd-session /out/usr/libexec  0.0s
 => CACHED [build 39/61] RUN /usr/bin/install -c -m 4711 -s ssh-keysign /out/usr/libexec/  0.0s
 => CACHED [build 40/61] RUN /usr/bin/install -c -m 0755 -s ssh-pkcs11-helper /out/usr/li  0.0s
 => CACHED [build 41/61] RUN /usr/bin/install -c -m 0755 -s ssh-sk-helper /out/usr/libexe  0.0s
 => CACHED [build 42/61] RUN /usr/bin/install -c -m 0755 -s sftp /out/usr/bin/sftp         0.0s
 => CACHED [build 43/61] RUN /usr/bin/install -c -m 0755 -s sftp-server /out/usr/libexec/  0.0s
 => CACHED [build 44/61] RUN mkdir -p /out/etc/ssh                                         0.0s
 => CACHED [build 45/61] COPY ssh/* /out/etc/ssh/                                          0.0s
 => CACHED [build 46/61] RUN mkdir -p /out/var/empty                                       0.0s
 => CACHED [build 47/61] WORKDIR /out                                                      0.0s
 => CACHED [build 48/61] COPY debug-services.sh ssh-service.sh edgeview-collectinfo.sh sp  0.0s
 => CACHED [build 49/61] RUN ./usr/bin/spec.sh -v 2>/dev/null | jq . > /dev/null           0.0s
 => CACHED [build 50/61] RUN ./usr/bin/spec.sh 2>/dev/null | jq . > /dev/null              0.0s
 => CACHED [build 51/61] RUN mkdir -p ./etc/ssh ./root/.ssh                                0.0s
 => CACHED [build 52/61] RUN chmod 0700 ./root/.ssh                                        0.0s
 => CACHED [build 53/61] RUN cp /etc/passwd /etc/group ./etc/                              0.0s
 => CACHED [build 54/61] RUN ln -s /run ./var/run                                          0.0s
 => CACHED [build 55/61] RUN mkdir /bpftrace                                               0.0s
 => CACHED [build 56/61] COPY --from=bpftrace / /bpftrace                                  0.0s
 => CACHED [build 57/61] RUN mkdir -p /bpftrace/bpftrace-aotrt                             0.0s
 => CACHED [build 58/61] COPY --from=recovertpm /usr/bin/recovertpm /out/usr/bin/recovert  0.0s
 => CACHED [test 1/3] COPY collect-info-test /collect-info-test                            0.0s
 => CACHED [test 2/3] WORKDIR /collect-info-test                                           0.0s
 => CACHED [test 3/3] RUN go test                                                          0.0s
 => exporting to image                                                                     0.0s
 => => exporting layers                                                                    0.0s
 => => writing image sha256:91a697afc96957f22e521ce7e68a0f2b23df25c395b39c314f6f1d76c5ee5  0.0s
make: Leaving directory '/home/jsfakian/Documents/src/eve/pkg/debug'

  1. go test -C pkg/newlog/cmd/ -v -race
jsfakian@jsfakian-Precision-3660:~/Documents/src/eve$ go test -C pkg/newlog/cmd/ -v -race
INFO[0000] Containerd Init                              
=== RUN   TestReportDroppedMsgs
    bufferedSocketWriter_test.go:24: TestReportDroppedMsgs: BufferedSockWriter dropped 1 logs due to a write error: buffer full, dropping log
    bufferedSocketWriter_test.go:24: TestReportDroppedMsgs: BufferedSockWriter dropped 2 logs due to a write error: buffer full, dropping log
    bufferedSocketWriter_test.go:24: TestReportDroppedMsgs: BufferedSockWriter dropped 4 logs due to a write error: buffer full, dropping log
    bufferedSocketWriter_test.go:24: TestReportDroppedMsgs: BufferedSockWriter dropped 8 logs due to a write error: buffer full, dropping log
    bufferedSocketWriter_test.go:34: TestReportDroppedMsgs: successfully printed 4 errors as expected
--- PASS: TestReportDroppedMsgs (0.00s)
=== RUN   Test_logsToCount_initialization
--- PASS: Test_logsToCount_initialization (0.00s)
=== RUN   TestDoMoveCompressFile
{"file":"/home/jsfakian/Documents/src/eve/pkg/newlog/cmd/bufferedSocketWriter.go:40","func":"github.com/lf-edge/eve/pkg/newlog/cmd.(*BufferedSockWriter).run","level":"error","msg":"socket connect failed: dial unix /tmp/test.sock: connect: no such file or directory, retrying...","pid":4115747,"source":"newlogd","time":"2025-11-24T18:01:53.783279778+02:00"}
{"file":"/home/jsfakian/Documents/src/eve/pkg/newlog/cmd/doMoveCompressFile.go:49","func":"github.com/lf-edge/eve/pkg/newlog/cmd.doMoveCompressFile","level":"debug","msg":"Moving ../testdata/collect/dev.log.keep.397634723 to /tmp/dev.log.1764000113783.gz","pid":4115747,"source":"newlogd","time":"2025-11-24T18:01:53.78342633+02:00"}
{"file":"/home/jsfakian/Documents/src/eve/pkg/newlog/cmd/doMoveCompressFile.go:65","func":"github.com/lf-edge/eve/pkg/newlog/cmd.doMoveCompressFile","level":"debug","msg":"Counted log occurrences while compressing ../testdata/collect/dev.log.keep.397634723 to /tmp/dev.log.1764000113783.gz: map[/pillar/types/zedroutertypes.go:1079:0]","pid":4115747,"source":"newlogd","time":"2025-11-24T18:01:53.801575687+02:00"}
{"file":"/home/jsfakian/Documents/src/eve/pkg/newlog/cmd/dedup.go:51","func":"github.com/lf-edge/eve/pkg/newlog/cmd.dedupLogEntry","level":"trace","msg":"Deduped log id 29852 because of the log id 29845\n","pid":4115747,"source":"newlogd","time":"2025-11-24T18:01:53.808262714+02:00"}
{"file":"/home/jsfakian/Documents/src/eve/pkg/newlog/cmd/dedup.go:51","func":"github.com/lf-edge/eve/pkg/newlog/cmd.dedupLogEntry","level":"trace","msg":"Deduped log id 29853 because of the log id 29846\n","pid":4115747,"source":"newlogd","time":"2025-11-24T18:01:53.808413269+02:00"}
{"file":"/home/jsfakian/Documents/src/eve/pkg/newlog/cmd/dedup.go:51","func":"github.com/lf-edge/eve/pkg/newlog/cmd.dedupLogEntry","level":"trace","msg":"Deduped log id 29854 because of the log id 29847\n","pid":4115747,"source":"newlogd","time":"2025-11-24T18:01:53.808545042+02:00"}
{"file":"/home/jsfakian/Documents/src/eve/pkg/newlog/cmd/dedup.go:51","func":"github.com/lf-edge/eve/pkg/newlog/cmd.dedupLogEntry","level":"trace","msg":"Deduped log id 29855 because of the log id 29848\n","pid":4115747,"source":"newlogd","time":"2025-11-24T18:01:53.808686839+02:00"}
{"file":"/home/jsfakian/Documents/src/eve/pkg/newlog/cmd/dedup.go:51","func":"github.com/lf-edge/eve/pkg/newlog/cmd.dedupLogEntry","level":"trace","msg":"Deduped log id 30137 because of the log id 30100\n","pid":4115747,"source":"newlogd","time":"2025-11-24T18:01:53.860224968+02:00"}
{"file":"/home/jsfakian/Documents/src/eve/pkg/newlog/cmd/dedup.go:51","func":"github.com/lf-edge/eve/pkg/newlog/cmd.dedupLogEntry","level":"trace","msg":"Deduped log id 30172 because of the log id 30137\n","pid":4115747,"source":"newlogd","time":"2025-11-24T18:01:53.866262983+02:00"}
    dedup_test.go:46: filterSuppressedLogs: 0
    dedup_test.go:47: counterSuppressedLogs: 0
    dedup_test.go:48: Total num deduped logs: 6
    dedup_test.go:85: Total number of log entries with missing msgid: 6
--- PASS: TestDoMoveCompressFile (0.15s)
=== RUN   TestGetFileInfo
=== RUN   TestGetFileInfo/Device_log_file_for_upload
=== RUN   TestGetFileInfo/Device_log_file_to_keep
=== RUN   TestGetFileInfo/App_log_file_for_upload
=== RUN   TestGetFileInfo/App_log_file_to_keep
--- PASS: TestGetFileInfo (0.00s)
    --- PASS: TestGetFileInfo/Device_log_file_for_upload (0.00s)
    --- PASS: TestGetFileInfo/Device_log_file_to_keep (0.00s)
    --- PASS: TestGetFileInfo/App_log_file_for_upload (0.00s)
    --- PASS: TestGetFileInfo/App_log_file_to_keep (0.00s)
=== RUN   Test_filenameFilter_initialization
--- PASS: Test_filenameFilter_initialization (0.00s)
=== RUN   TestParseMemlogEntryWithData
    getMemlogMsg_test.go:70: Entry 1: source='memlogd', severity='info', timestamp='2025-10-06T18:29:36.264627211Z', content_len=15
    getMemlogMsg_test.go:70: Entry 2: source='onboot.000-rngd', severity='info', timestamp='2025-10-06T18:29:39.008674173Z', content_len=64
    getMemlogMsg_test.go:70: Entry 3: source='onboot.001-sysctl', severity='info', timestamp='2025-10-06T18:29:39.065038025Z', content_len=202
    getMemlogMsg_test.go:70: Entry 4: source='onboot.002-storage-init.out', severity='info', timestamp='2025-10-06T18:29:39.289374732Z', content_len=25
    getMemlogMsg_test.go:70: Entry 5: source='onboot.002-storage-init.out', severity='info', timestamp='2025-10-06T18:29:39.290193447Z', content_len=37
    getMemlogMsg_test.go:70: Entry 6: source='onboot.002-storage-init.out', severity='info', timestamp='2025-10-06T18:29:39.312308948Z', content_len=76
    getMemlogMsg_test.go:70: Entry 7: source='onboot.002-storage-init', severity='info', timestamp='2025-10-06T18:29:39.329804754Z', content_len=40
    getMemlogMsg_test.go:70: Entry 8: source='onboot.002-storage-init', severity='info', timestamp='2025-10-06T18:29:39.331814231Z', content_len=42
    getMemlogMsg_test.go:70: Entry 9: source='onboot.002-storage-init.out', severity='info', timestamp='2025-10-06T18:29:40.415806996Z', content_len=59
    getMemlogMsg_test.go:70: Entry 10: source='onboot.002-storage-init.out', severity='info', timestamp='2025-10-06T18:29:40.415812271Z', content_len=58
    getMemlogMsg_test.go:79: Processed 3943 lines from memlog
    getMemlogMsg_test.go:80: Errors: 0
    getMemlogMsg_test.go:98: Successfully parsed all 3943 entries from memlog
--- PASS: TestParseMemlogEntryWithData (0.36s)
=== RUN   TestParseMemlogEntryIndividual
=== RUN   TestParseMemlogEntryIndividual/Simple_memlogd_entry
    getMemlogMsg_test.go:184: Entry: source='memlogd', severity='info', timestamp='2025-10-06T18:29:36.264627211Z'
=== RUN   TestParseMemlogEntryIndividual/Entry_with_JSON_message
    getMemlogMsg_test.go:184: Entry: source='pillar', severity='error', timestamp='2025-10-06T18:30:00.123456789Z'
=== RUN   TestParseMemlogEntryIndividual/Entry_with_key=value_format
    getMemlogMsg_test.go:184: Entry: source='zedagent', severity='warning', timestamp='2025-10-06T18:30:00.123456789Z'
=== RUN   TestParseMemlogEntryIndividual/Invalid_JSON
=== RUN   TestParseMemlogEntryIndividual/Empty_input
--- PASS: TestParseMemlogEntryIndividual (0.00s)
    --- PASS: TestParseMemlogEntryIndividual/Simple_memlogd_entry (0.00s)
    --- PASS: TestParseMemlogEntryIndividual/Entry_with_JSON_message (0.00s)
    --- PASS: TestParseMemlogEntryIndividual/Entry_with_key=value_format (0.00s)
    --- PASS: TestParseMemlogEntryIndividual/Invalid_JSON (0.00s)
    --- PASS: TestParseMemlogEntryIndividual/Empty_input (0.00s)
=== RUN   TestParseLevelTimeMsg
=== PAUSE TestParseLevelTimeMsg
=== RUN   TestCleanForLogParsing
=== PAUSE TestCleanForLogParsing
=== RUN   TestGetTimestampFromGzipName
--- PASS: TestGetTimestampFromGzipName (0.00s)
=== RUN   TestCreateVectorSockets
=== PAUSE TestCreateVectorSockets
=== RUN   TestGzipParsing
    writelogFile_test.go:29: latestLogEntry: source:"memlogd"  content:"memlogd started"  msgid:1  timestamp:{seconds:1731491862  nanos:757299993}
    writelogFile_test.go:35: OldestSavedDeviceLog:  2024-11-13 11:57:42.757299993 +0200 EET
--- PASS: TestGzipParsing (0.00s)
=== RUN   TestFindMovePrevLogFiles
=== PAUSE TestFindMovePrevLogFiles
=== CONT  TestCreateVectorSockets
=== CONT  TestCleanForLogParsing
=== RUN   TestCleanForLogParsing/ANSI_color_codes
=== CONT  TestFindMovePrevLogFiles
=== CONT  TestParseLevelTimeMsg
=== RUN   TestParseLevelTimeMsg/Full_format_with_quotes
=== RUN   TestParseLevelTimeMsg/No_time
{"file":"/home/jsfakian/Documents/src/eve/pkg/newlog/cmd/vector.go:48","func":"github.com/lf-edge/eve/pkg/newlog/cmd.createVectorSockets","level":"error","msg":"createIncomingSockListener: ListenUnix failed: listen unix /tmp/vector_socket_test3325373387/nonexistent/test.sock: bind: no such file or directory","pid":4115747,"source":"newlogd","time":"2025-11-24T18:01:54.298488764+02:00"}
=== RUN   TestCleanForLogParsing/Newlines_at_start_and_end
=== RUN   TestParseLevelTimeMsg/Only_level
--- PASS: TestFindMovePrevLogFiles (0.00s)
=== RUN   TestCleanForLogParsing/Carriage_returns_at_start_and_end
=== RUN   TestParseLevelTimeMsg/Time_without_quotes_(not_parsed)
=== RUN   TestCleanForLogParsing/Tab_characters_(should_be_preserved)
=== RUN   TestParseLevelTimeMsg/JSON_format_(should_be_skipped)
=== RUN   TestCleanForLogParsing/Mixed_special_characters
--- PASS: TestParseLevelTimeMsg (0.00s)
    --- PASS: TestParseLevelTimeMsg/Full_format_with_quotes (0.00s)
    --- PASS: TestParseLevelTimeMsg/No_time (0.00s)
    --- PASS: TestParseLevelTimeMsg/Only_level (0.00s)
    --- PASS: TestParseLevelTimeMsg/Time_without_quotes_(not_parsed) (0.00s)
    --- PASS: TestParseLevelTimeMsg/JSON_format_(should_be_skipped) (0.00s)
=== RUN   TestCleanForLogParsing/Newlines_in_middle_(not_removed)
--- PASS: TestCleanForLogParsing (0.00s)
    --- PASS: TestCleanForLogParsing/ANSI_color_codes (0.00s)
    --- PASS: TestCleanForLogParsing/Newlines_at_start_and_end (0.00s)
    --- PASS: TestCleanForLogParsing/Carriage_returns_at_start_and_end (0.00s)
    --- PASS: TestCleanForLogParsing/Tab_characters_(should_be_preserved) (0.00s)
    --- PASS: TestCleanForLogParsing/Mixed_special_characters (0.00s)
    --- PASS: TestCleanForLogParsing/Newlines_in_middle_(not_removed) (0.00s)
{"file":"/home/jsfakian/Documents/src/eve/pkg/newlog/cmd/vector.go:48","func":"github.com/lf-edge/eve/pkg/newlog/cmd.createVectorSockets","level":"error","msg":"createIncomingSockListener: ListenUnix failed: listen unix /tmp/vector_socket_test3325373387/nonexistent/test.sock: bind: no such file or directory","pid":4115747,"source":"newlogd","time":"2025-11-24T18:01:54.39946415+02:00"}
=== NAME  TestCreateVectorSockets
    vector_test.go:71: Test passed: socket created successfully and is connectable
--- PASS: TestCreateVectorSockets (0.20s)
PASS
ok  	github.com/lf-edge/eve/pkg/newlog/cmd	1.753s

@jsfakian

Copy link
Copy Markdown
Contributor Author

LGTM

The tests pass locally, so we can merge.

@eriknordmark eriknordmark merged commit 161211c into lf-edge:16.0 Nov 24, 2025
44 of 46 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants