Skip to content

build(deps): bump pam-bindings from 0.1.2 to 0.2.1#942

Merged
BeryJu merged 2 commits into
mainfrom
dependabot/cargo/pam-bindings-0.2.1
Jun 4, 2026
Merged

build(deps): bump pam-bindings from 0.1.2 to 0.2.1#942
BeryJu merged 2 commits into
mainfrom
dependabot/cargo/pam-bindings-0.2.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Bumps pam-bindings from 0.1.2 to 0.2.1.

Release notes

Sourced from pam-bindings's releases.

pam-bindings v0.2.1

What's Changed

New Contributors

Full Changelog: lvkv/pam-rs@v0.2.0...v0.2.1

pam-bindings v0.2.0

What's Changed

Full Changelog: lvkv/pam-rs@v0.1.2...v0.2.0

Commits
  • 30040c4 build: bump version to 0.2.1 from 0.2.0
  • ace26ce chore: clean up old example module dirs
  • 3c0fbd8 chore: add license file to published crate
  • 629282e fix(module, #30): pam handle thread safety
  • 1fb6340 fix(macros, #28): abort on invalid argc, argv
  • 2e06d83 fix(#27): make library panic-free
  • 41b8902 chore: update gitignore
  • b757aa7 test(conv, #24): add quiz example to suite
  • 4234483 fix(conv, #24): use cstring instead of cstr
  • c15e647 fix(macros, #23): add ffi panic guard
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 25, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 25, 2026

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
140 1 139 8
View the top 2 failed test(s) by shortest run time
::TestMain
Stack Traces | 0s run time
panic: test timed out after 10m0s
	running tests:
		TestAgent_Join (10m0s)

goroutine 199 [running]:
testing.(*M).startAlarm.func1()
	.../hostedtoolcache/go/1.26.0.../src/testing/testing.go:2802 +0x34b
created by time.goFunc
	.../hostedtoolcache/go/1.26.0.../src/time/sleep.go:215 +0x2d

goroutine 1 [chan receive, 9 minutes]:
testing.(*T).Run(0x19310fcbb8c8, {0x17333a1?, 0x19310fd31b30?}, 0x1794440)
	.../hostedtoolcache/go/1.26.0.../src/testing/testing.go:2109 +0x4e5
testing.runTests.func1(0x19310fcbb8c8)
	.../hostedtoolcache/go/1.26.0.../src/testing/testing.go:2585 +0x37
testing.tRunner(0x19310fcbb8c8, 0x19310fd31c58)
	.../hostedtoolcache/go/1.26.0.../src/testing/testing.go:2036 +0xea
testing.runTests({0x173e7f1, 0x17}, {0x1759789, 0x28}, 0x19310fb5eaf8, {0x24638c0, 0x2, 0x2}, {0xc2804cadb57b2dff, 0x8bb306ed18, ...})
	.../hostedtoolcache/go/1.26.0.../src/testing/testing.go:2583 +0x505
testing.(*M).Run(0x19310fd70640)
	.../hostedtoolcache/go/1.26.0.../src/testing/testing.go:2443 +0x6ac
main.main()
	_testmain.go:60 +0x9b

goroutine 9 [chan receive]:
goauthentik..../pkg/platform/authz.init.0.func1()
	.../platform/authz/prompt.go:56 +0xa5
created by goauthentik..../pkg/platform/authz.init.0 in goroutine 1
	.../platform/authz/prompt.go:53 +0x55

goroutine 51 [sync.WaitGroup.Wait, 9 minutes]:
sync.runtime_SemacquireWaitGroup(0x1109b00?, 0xc8?)
	.../hostedtoolcache/go/1.26.0.../src/runtime/sema.go:114 +0x2e
sync.(*WaitGroup).Wait(0x19310fee4280)
	.../hostedtoolcache/go/1.26.0.../src/sync/waitgroup.go:206 +0x85
goauthentik..../pkg/shared/events.(*Bus).WaitForEvent(0x19310feac3c0, {0x173d3a9, 0x16})
	.../shared/events/bus.go:81 +0x94
goauthentik..../platform/pkg/agent_system_test.TestAgent_Join(0x19310fe886c8)
	.../pkg/agent_system/agent_int_test.go:97 +0x44f
testing.tRunner(0x19310fe886c8, 0x1794440)
	.../hostedtoolcache/go/1.26.0.../src/testing/testing.go:2036 +0xea
created by testing.(*T).Run in goroutine 1
	.../hostedtoolcache/go/1.26.0.../src/testing/testing.go:2101 +0x4c5

goroutine 11 [IO wait, 9 minutes]:
internal/poll.runtime_pollWait(0x7fc581a55e00, 0x72)
	.../hostedtoolcache/go/1.26.0.../src/runtime/netpoll.go:351 +0x85
internal/poll.(*pollDesc).wait(0x19310fbf5680?, 0x19310ff0fe53?, 0x1)
	.../hostedtoolcache/go/1.26.0.../internal/poll/fd_poll_runtime.go:84 +0x27
internal/poll.(*pollDesc).waitRead(...)
	.../hostedtoolcache/go/1.26.0.../internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0x19310fbf5680, {0x19310ff0fe53, 0x10000, 0x10000})
	.../hostedtoolcache/go/1.26.0.../internal/poll/fd_unix.go:165 +0x2ae
os.(*File).read(...)
	.../hostedtoolcache/go/1.26.0.../src/os/file_posix.go:29
os.(*File).Read(0x19310fb4e460, {0x19310ff0fe53?, 0x19310ff0fe53?, 0x10?})
	.../hostedtoolcache/go/1.26.0.../src/os/file.go:144 +0x4f
github.com/fsnotify/fsnotify.(*inotify).readEvents(0x19310fd72640)
	.../pkg/mod/github.com/fsnotify/fsnotify@v1.10.1/backend_inotify.go:368 +0xcf
created by github.com/fsnotify/fsnotify.newBackend in goroutine 10
	.../pkg/mod/github.com/fsnotify/fsnotify@v1.10.1/backend_inotify.go:165 +0x285

goroutine 12 [select, 9 minutes]:
goauthentik..../pkg/storage/cfgmgr.(*Manager[...]).watch.func2()
	.../storage/cfgmgr/watch.go:26 +0xbe
created by goauthentik..../pkg/storage/cfgmgr.(*Manager[...]).watch in goroutine 10
	.../storage/cfgmgr/watch.go:24 +0x145

goroutine 52 [IO wait, 9 minutes]:
internal/poll.runtime_pollWait(0x7fc581a55c00, 0x72)
	.../hostedtoolcache/go/1.26.0.../src/runtime/netpoll.go:351 +0x85
internal/poll.(*pollDesc).wait(0x19310fbf5bc0?, 0x19310ff8fe53?, 0x1)
	.../hostedtoolcache/go/1.26.0.../internal/poll/fd_poll_runtime.go:84 +0x27
internal/poll.(*pollDesc).waitRead(...)
	.../hostedtoolcache/go/1.26.0.../internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0x19310fbf5bc0, {0x19310ff8fe53, 0x10000, 0x10000})
	.../hostedtoolcache/go/1.26.0.../internal/poll/fd_unix.go:165 +0x2ae
os.(*File).read(...)
	.../hostedtoolcache/go/1.26.0.../src/os/file_posix.go:29
os.(*File).Read(0x19310fb4e598, {0x19310ff8fe53?, 0x19310ff8fe53?, 0x1?})
	.../hostedtoolcache/go/1.26.0.../src/os/file.go:144 +0x4f
github.com/fsnotify/fsnotify.(*inotify).readEvents(0x19310fd72a00)
	.../pkg/mod/github.com/fsnotify/fsnotify@v1.10.1/backend_inotify.go:368 +0xcf
created by github.com/fsnotify/fsnotify.newBackend in goroutine 51
	.../pkg/mod/github.com/fsnotify/fsnotify@v1.10.1/backend_inotify.go:165 +0x285

goroutine 94 [chan receive, 9 minutes]:
goauthentik..../pkg/agent_system/config.(*DomainConfig).loaded.func2()
	.../agent_system/config/domain.go:160 +0x76
created by goauthentik..../pkg/agent_system/config.(*DomainConfig).loaded in goroutine 53
	.../agent_system/config/domain.go:159 +0x55b

goroutine 15 [chan receive, 9 minutes]:
goauthentik..../pkg/agent_system/session.(*Server).Start.func1()
	.../agent_system/session/session.go:55 +0x85
created by goauthentik..../pkg/agent_system/session.(*Server).Start in goroutine 13
	.../agent_system/session/session.go:54 +0xbf

goroutine 67 [chan receive, 9 minutes]:
google.golang..../grpc/internal/grpcsync.(*CallbackSerializer).run(0x19310ff2e790, {0x17aa838, 0x19310ff4a280})
	.../pkg/mod/google.golang.org/grpc@v1.81..../internal/grpcsync/callback_serializer.go:88 +0xe5
created by google.golang..../grpc/internal/grpcsync.NewCallbackSerializer in goroutine 51
	.../pkg/mod/google.golang.org/grpc@v1.81..../internal/grpcsync/callback_serializer.go:52 +0x11a

goroutine 53 [select, 9 minutes]:
goauthentik..../pkg/storage/cfgmgr.(*Manager[...]).watch.func2()
	.../storage/cfgmgr/watch.go:26 +0xbe
created by goauthentik..../pkg/storage/cfgmgr.(*Manager[...]).watch in goroutine 51
	.../storage/cfgmgr/watch.go:24 +0x145

goroutine 66 [chan receive, 9 minutes]:
google.golang..../grpc/internal/grpcsync.(*CallbackSerializer).run(0x19310ff2e760, {0x17aa838, 0x19310ff4a230})
	.../pkg/mod/google.golang.org/grpc@v1.81..../internal/grpcsync/callback_serializer.go:88 +0xe5
created by google.golang..../grpc/internal/grpcsync.NewCallbackSerializer in goroutine 51
	.../pkg/mod/google.golang.org/grpc@v1.81..../internal/grpcsync/callback_serializer.go:52 +0x11a

goroutine 149 [select, 9 minutes]:
goauthentik..../pkg/agent_system/directory.(*Server).startFetch.func1()
	.../agent_system/directory/fetcher.go:34 +0x125
created by goauthentik..../pkg/agent_system/directory.(*Server).startFetch in goroutine 53
	.../agent_system/directory/fetcher.go:32 +0x7d1

goroutine 56 [chan receive, 9 minutes]:
goauthentik..../pkg/agent_system/session.(*Server).Start.func1()
	.../agent_system/session/session.go:55 +0x85
created by goauthentik..../pkg/agent_system/session.(*Server).Start in goroutine 54
	.../agent_system/session/session.go:54 +0xbf

goroutine 57 [IO wait, 9 minutes]:
internal/poll.runtime_pollWait(0x7fc581a55800, 0x72)
	.../hostedtoolcache/go/1.26.0.../src/runtime/netpoll.go:351 +0x85
internal/poll.(*pollDesc).wait(0x19310fe26180?, 0x7fc538c1f548?, 0x0)
	.../hostedtoolcache/go/1.26.0.../internal/poll/fd_poll_runtime.go:84 +0x27
internal/poll.(*pollDesc).waitRead(...)
	.../hostedtoolcache/go/1.26.0.../internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Accept(0x19310fe26180)
	.../hostedtoolcache/go/1.26.0.../internal/poll/fd_unix.go:613 +0x28c
net.(*netFD).accept(0x19310fe26180)
	.../hostedtoolcache/go/1.26.0.../src/net/fd_unix.go:150 +0x29
net.(*UnixListener).accept(0x19310fe380f0?)
	.../hostedtoolcache/go/1.26.0.../src/net/unixsock_posix.go:172 +0x16
net.(*UnixListener).Accept(0x19310fe1e1e0)
	.../hostedtoolcache/go/1.26.0.../src/net/unixsock.go:267 +0x30
google.golang.org/grpc.(*Server).Serve(0x19310fe88b48, {0x7fc581a85840, 0x19310fe28040})
	.../pkg/mod/google.golang.org/grpc@v1.81.1/server.go:921 +0x45c
goauthentik..../platform/pkg/agent_system.(*SystemAgent).Start.func1({{0x172acc1, 0x7}, {0x0, 0x0, 0x0, 0x0, {0x19310fea66c0, 0x2e}}, 0x19310fe88b48, 0x1})
	.../pkg/agent_system/agent.go:203 +0x6c8
created by goauthentik..../platform/pkg/agent_system.(*SystemAgent).Start in goroutine 54
	.../pkg/agent_system/agent.go:193 +0x5ad

goroutine 58 [IO wait, 9 minutes]:
internal/poll.runtime_pollWait(0x7fc581a55a00, 0x72)
	.../hostedtoolcache/go/1.26.0.../src/runtime/netpoll.go:351 +0x85
internal/poll.(*pollDesc).wait(0x19310fd51780?, 0x20?, 0x0)
	.../hostedtoolcache/go/1.26.0.../internal/poll/fd_poll_runtime.go:84 +0x27
internal/poll.(*pollDesc).waitRead(...)
	.../hostedtoolcache/go/1.26.0.../internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Accept(0x19310fd51780)
	.../hostedtoolcache/go/1.26.0.../internal/poll/fd_unix.go:613 +0x28c
net.(*netFD).accept(0x19310fd51780)
	.../hostedtoolcache/go/1.26.0.../src/net/fd_unix.go:150 +0x29
net.(*UnixListener).accept(0x19310fef9818?)
	.../hostedtoolcache/go/1.26.0.../src/net/unixsock_posix.go:172 +0x16
net.(*UnixListener).Accept(0x19310feea840)
	.../hostedtoolcache/go/1.26.0.../src/net/unixsock.go:267 +0x30
google.golang.org/grpc.(*Server).Serve(0x19310fe88d88, {0x7fc581a85840, 0x19310fead280})
	.../pkg/mod/google.golang.org/grpc@v1.81.1/server.go:921 +0x45c
goauthentik..../platform/pkg/agent_system.(*SystemAgent).Start.func1({{0x1727bd0, 0x4}, {0x0, 0x0, 0x0, 0x0, {0x19310fea6720, 0x2b}}, 0x19310fe88d88, 0x2})
	.../pkg/agent_system/agent.go:203 +0x6c8
created by goauthentik..../platform/pkg/agent_system.(*SystemAgent).Start in goroutine 54
	.../pkg/agent_system/agent.go:193 +0x5ad

goroutine 68 [chan receive, 9 minutes]:
google.golang..../grpc/internal/grpcsync.(*CallbackSerializer).run(0x19310ff2e7c0, {0x17aa838, 0x19310ff4a2d0})
	.../pkg/mod/google.golang.org/grpc@v1.81..../internal/grpcsync/callback_serializer.go:88 +0xe5
created by google.golang..../grpc/internal/grpcsync.NewCallbackSerializer in goroutine 51
	.../pkg/mod/google.golang.org/grpc@v1.81..../internal/grpcsync/callback_serializer.go:52 +0x11a

goroutine 69 [select, 9 minutes]:
google.golang..../internal/resolver/dns.(*dnsResolver).watcher(0x19310ff3a480)
	.../pkg/mod/google.golang.org/grpc@v1.81..../resolver/dns/dns_resolver.go:224 +0x24a
created by google.golang..../internal/resolver/dns.(*dnsBuilder).Build in goroutine 67
	.../pkg/mod/google.golang.org/grpc@v1.81..../resolver/dns/dns_resolver.go:153 +0x319

goroutine 21 [IO wait, 9 minutes]:
internal/poll.runtime_pollWait(0x7fc581a55600, 0x72)
	.../hostedtoolcache/go/1.26.0.../src/runtime/netpoll.go:351 +0x85
internal/poll.(*pollDesc).wait(0xb?, 0xb?, 0x0)
	.../hostedtoolcache/go/1.26.0.../internal/poll/fd_poll_runtime.go:84 +0x27
internal/poll.(*pollDesc).waitRead(...)
	.../hostedtoolcache/go/1.26.0.../internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).RawRead(0x19310fc64500, 0x19310fc20960)
	.../hostedtoolcache/go/1.26.0.../internal/poll/fd_unix.go:710 +0x125
net.(*rawConn).Read(0x19310fc02140, 0x19310fbceca0?)
	.../hostedtoolcache/go/1.26.0.../src/net/rawconn.go:44 +0x36
google.golang..../internal/transport/readyreader.(*nonBlockingReader).ReadOnReady(0x19310fc4e460, 0x19310fbced00?, {0x17a6888, 0x19310fd20930})
	.../pkg/mod/google.golang.org/grpc@v1.81..../transport/readyreader/ready_reader.go:114 +0xa7
google.golang..../internal/transport/readyreader.(*bufReadyReader).Read(0x19310fd80850, {0x19310fdb4044, 0x9, 0x15f9fe0?})
	.../pkg/mod/google.golang.org/grpc@v1.81..../transport/readyreader/ready_reader.go:221 +0x174
io.ReadAtLeast({0x17a3de0, 0x19310fd80850}, {0x19310fdb4044, 0x9, 0x9}, 0x9)
	.../hostedtoolcache/go/1.26.0.../src/io/io.go:335 +0x8e
io.ReadFull(...)
	.../hostedtoolcache/go/1.26.0.../src/io/io.go:354
golang..../x/net/http2.readFrameHeader({0x19310fdb4044, 0x9, 0x193100000000?}, {0x17a3de0?, 0x19310fd80850?})
	.../pkg/mod/golang.org/x/net@v0.54.0/http2/frame.go:250 +0x65
golang..../x/net/http2.(*Framer).ReadFrameHeader(0x19310fdb4000)
	.../pkg/mod/golang.org/x/net@v0.54.0/http2/frame.go:513 +0x6b
google.golang..../grpc/internal/transport.(*framer).readFrame(0x19310fc64700)
	.../pkg/mod/google.golang.org/grpc@v1.81..../internal/transport/http_util.go:493 +0x45
google.golang..../grpc/internal/transport.(*http2Client).reader(0x19310fc66488, 0x19310fd808c0)
	.../pkg/mod/google.golang.org/grpc@v1.81..../internal/transport/http2_client.go:1669 +0x1ba
created by google.golang..../grpc/internal/transport.NewHTTP2Client in goroutine 70
	.../pkg/mod/google.golang.org/grpc@v1.81..../internal/transport/http2_client.go:413 +0x1e13

goroutine 72 [select, 9 minutes]:
google.golang..../grpc/internal/transport.(*controlBuffer).get(0x19310ff3e640, 0x1)
	.../pkg/mod/google.golang.org/grpc@v1.81..../internal/transport/controlbuf.go:420 +0x10a
google.golang..../grpc/internal/transport.(*loopyWriter).run(0x19310fd70a00)
	.../pkg/mod/google.golang.org/grpc@v1.81..../internal/transport/controlbuf.go:597 +0x78
google.golang..../grpc/internal/transport.NewServerTransport.func3()
	.../pkg/mod/google.golang.org/grpc@v1.81..../internal/transport/http2_server.go:342 +0xdc
created by google.golang..../grpc/internal/transport.NewServerTransport in goroutine 71
	.../pkg/mod/google.golang.org/grpc@v1.81..../internal/transport/http2_server.go:340 +0x18e7

goroutine 73 [select, 9 minutes]:
google.golang..../grpc/internal/transport.(*http2Server).keepalive(0x19310fff0000)
	.../pkg/mod/google.golang.org/grpc@v1.81..../internal/transport/http2_server.go:1203 +0x1e5
created by google.golang..../grpc/internal/transport.NewServerTransport in goroutine 71
	.../pkg/mod/google.golang.org/grpc@v1.81..../internal/transport/http2_server.go:363 +0x1929

goroutine 22 [select, 9 minutes]:
google.golang..../grpc/internal/transport.(*controlBuffer).get(0x19310fc42bc0, 0x1)
	.../pkg/mod/google.golang.org/grpc@v1.81..../internal/transport/controlbuf.go:420 +0x10a
google.golang..../grpc/internal/transport.(*loopyWriter).run(0x19310ff62d20)
	.../pkg/mod/google.golang.org/grpc@v1.81..../internal/transport/controlbuf.go:597 +0x78
google.golang..../grpc/internal/transport.NewHTTP2Client.func6()
	.../pkg/mod/google.golang.org/grpc@v1.81..../internal/transport/http2_client.go:471 +0xd2
created by google.golang..../grpc/internal/transport.NewHTTP2Client in goroutine 70
	.../pkg/mod/google.golang.org/grpc@v1.81..../internal/transport/http2_client.go:469 +0x23db

goroutine 74 [IO wait, 9 minutes]:
internal/poll.runtime_pollWait(0x7fc581a55400, 0x72)
	.../hostedtoolcache/go/1.26.0.../src/runtime/netpoll.go:351 +0x85
internal/poll.(*pollDesc).wait(0xc?, 0xa?, 0x0)
	.../hostedtoolcache/go/1.26.0.../internal/poll/fd_poll_runtime.go:84 +0x27
internal/poll.(*pollDesc).waitRead(...)
	.../hostedtoolcache/go/1.26.0.../internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).RawRead(0x19310ff3ab00, 0x19310ff2f070)
	.../hostedtoolcache/go/1.26.0.../internal/poll/fd_unix.go:710 +0x125
net.(*rawConn).Read(0x19310ff4e100, 0x19310fe4bbb8?)
	.../hostedtoolcache/go/1.26.0.../src/net/rawconn.go:44 +0x36
google.golang..../internal/transport/readyreader.(*nonBlockingReader).ReadOnReady(0x19310ff4aa50, 0x19310fe4bc18?, {0x17a6888, 0x19310fd20930})
	.../pkg/mod/google.golang.org/grpc@v1.81..../transport/readyreader/ready_reader.go:114 +0xa7
google.golang..../internal/transport/readyreader.(*bufReadyReader).Read(0x19310ff23500, {0x19310ffe6044, 0x9, 0x19310fe4bc58?})
	.../pkg/mod/google.golang.org/grpc@v1.81..../transport/readyreader/ready_reader.go:221 +0x174
io.ReadAtLeast({0x17a3de0, 0x19310ff23500}, {0x19310ffe6044, 0x9, 0x9}, 0x9)
	.../hostedtoolcache/go/1.26.0.../src/io/io.go:335 +0x8e
io.ReadFull(...)
	.../hostedtoolcache/go/1.26.0.../src/io/io.go:354
golang..../x/net/http2.readFrameHeader({0x19310ffe6044, 0x9, 0x105f7ba?}, {0x17a3de0?, 0x19310ff23500?})
	.../pkg/mod/golang.org/x/net@v0.54.0/http2/frame.go:250 +0x65
golang..../x/net/http2.(*Framer).ReadFrameHeader(0x19310ffe6000)
	.../pkg/mod/golang.org/x/net@v0.54.0/http2/frame.go:513 +0x6b
google.golang..../grpc/internal/transport.(*framer).readFrame(0x19310ff3ac00)
	.../pkg/mod/google.golang.org/grpc@v1.81..../internal/transport/http_util.go:493 +0x45
google.golang..../grpc/internal/transport.(*http2Server).HandleStreams(0x19310fff0000, {0x17aa800, 0x19310ffd6360}, 0x19310ffd6390)
	.../pkg/mod/google.golang.org/grpc@v1.81..../internal/transport/http2_server.go:638 +0xff
google.golang.org/grpc.(*Server).serveStreams(0x19310fe88d88, {0x17aa6e8?, 0x24a1fe0?}, {0x17aac30, 0x19310fff0000}, {0x17b3ff8?, 0x19310ff4e0f8?})
	.../pkg/mod/google.golang.org/grpc@v1.81.1/server.go:1059 +0x368
google.golang.org/grpc.(*Server).handleRawConn.func1()
	.../pkg/mod/google.golang.org/grpc@v1.81.1/server.go:993 +0x56
created by google.golang.org/grpc.(*Server).handleRawConn in goroutine 71
	.../pkg/mod/google.golang.org/grpc@v1.81.1/server.go:992 +0x1cb

goroutine 31 [chan receive, 2 minutes]:
goauthentik..../pkg/agent_system/session.(*Server).Start.func1()
	.../agent_system/session/session.go:55 +0x85
created by goauthentik..../pkg/agent_system/session.(*Server).Start in goroutine 35
	.../agent_system/session/session.go:54 +0xbf

goroutine 85 [chan receive, 9 minutes]:
goauthentik..../pkg/agent_system/config.(*DomainConfig).loaded.func2()
	.../agent_system/config/domain.go:160 +0x76
created by goauthentik..../pkg/agent_system/config.(*DomainConfig).loaded in goroutine 35
	.../agent_system/config/domain.go:159 +0x55b

goroutine 27 [select, 9 minutes]:
goauthentik..../pkg/agent_system/directory.(*Server).startFetch.func1()
	.../agent_system/directory/fetcher.go:34 +0x125
created by goauthentik..../pkg/agent_system/directory.(*Server).startFetch in goroutine 35
	.../agent_system/directory/fetcher.go:32 +0x7d1

goroutine 93 [select, 9 minutes]:
goauthentik..../pkg/agent_system/directory.(*Server).startFetch.func1()
	.../agent_system/directory/fetcher.go:34 +0x125
created by goauthentik..../pkg/agent_system/directory.(*Server).startFetch in goroutine 14
	.../agent_system/directory/fetcher.go:32 +0x7d1

goroutine 146 [chan receive, 9 minutes]:
goauthentik..../pkg/agent_system/config.(*DomainConfig).loaded.func2()
	.../agent_system/config/domain.go:160 +0x76
created by goauthentik..../pkg/agent_system/config.(*DomainConfig).loaded in goroutine 53
	.../agent_system/config/domain.go:159 +0x55b

goroutine 62 [chan receive, 9 minutes]:
goauthentik..../pkg/agent_system/config.(*DomainConfig).loaded.func2()
	.../agent_system/config/domain.go:160 +0x76
created by goauthentik..../pkg/agent_system/config.(*DomainConfig).loaded in goroutine 53
	.../agent_system/config/domain.go:159 +0x55b

goroutine 133 [select, 9 minutes]:
goauthentik..../pkg/agent_system/directory.(*Server).startFetch.func1()
	.../agent_system/directory/fetcher.go:34 +0x125
created by goauthentik..../pkg/agent_system/directory.(*Server).startFetch in goroutine 12
	.../agent_system/directory/fetcher.go:32 +0x7d1

goroutine 99 [select, 9 minutes]:
goauthentik..../pkg/agent_system/directory.(*Server).startFetch.func1()
	.../agent_system/directory/fetcher.go:34 +0x125
created by goauthentik..../pkg/agent_system/directory.(*Server).startFetch in goroutine 55
	.../agent_system/directory/fetcher.go:32 +0x7d1

goroutine 130 [chan receive, 9 minutes]:
goauthentik..../pkg/agent_system/config.(*DomainConfig).loaded.func2()
	.../agent_system/config/domain.go:160 +0x76
created by goauthentik..../pkg/agent_system/config.(*DomainConfig).loaded in goroutine 53
	.../agent_system/config/domain.go:159 +0x55b

goroutine 122 [select, 9 minutes]:
goauthentik..../pkg/agent_system/directory.(*Server).startFetch.func1()
	.../agent_system/directory/fetcher.go:34 +0x125
created by goauthentik..../pkg/agent_system/directory.(*Server).startFetch in goroutine 30
	.../agent_system/directory/fetcher.go:32 +0x7d1

goroutine 121 [select, 9 minutes]:
goauthentik..../pkg/agent_system/device.(*Server).runCheckins.func2()
	.../agent_system/device/device.go:61 +0xcc
created by goauthentik..../pkg/agent_system/device.(*Server).runCheckins in goroutine 12
	.../agent_system/device/device.go:59 +0x133

goroutine 148 [select, 9 minutes]:
goauthentik..../pkg/agent_system/device.(*Server).runCheckins.func2()
	.../agent_system/device/device.go:61 +0xcc
created by goauthentik..../pkg/agent_system/device.(*Server).runCheckins in goroutine 53
	.../agent_system/device/device.go:59 +0x133
FAIL	goauthentik..../platform/pkg/agent_system	600.015s
goauthentik.io/platform/pkg/agent_system::TestAgent_Join
Stack Traces | 0s run time
=== RUN   TestAgent_Join
time="2026-06-03T23:29:34Z" level=info msg="Opening db file (.../TestAgent_Join1105221165/001/state4168315372) with mode -rw------- and with options: {Timeout: 1s, NoGrowSync: false, NoFreelistSync: false, PreLoadFreelist: false, FreelistType: , ReadOnly: false, MmapFlags: 0, InitialMmapSize: 0, PageSize: 0, NoSync: false, OpenFile: 0x0, Mlock: false, Logger: 0x19310fea58f0}" logger=storage.state
time="2026-06-03T23:29:34Z" level=info msg="Opening bbolt db (.../TestAgent_Join1105221165/001/state4168315372) successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Config file path" logger=storage.config path=.../TestAgent_Join1105221165/001/config2507204509 pid=10883 target=
time="2026-06-03T23:29:34Z" level=debug msg="loading config" logger=storage.config pid=10883 target=
time="2026-06-03T23:29:34Z" level=info msg="Loading domains..." logger=storage.config
time="2026-06-03T23:29:34Z" level=debug msg="Checking for managed domains..." logger=storage.config
time="2026-06-03T23:29:34Z" level=debug msg="Starting config watch" logger=storage.config pid=10883 target=
time="2026-06-03T23:29:34Z" level=info msg="Registering component" logger=component.ctrl pid=10883 target=
time="2026-06-03T23:29:34Z" level=debug msg="Starting a new transaction [writable: true]" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Starting a new transaction [writable: true] successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"authentik_v1\"" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"authentik_v1\" successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"component\"" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"component\" successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"ctrl\"" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"ctrl\" successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Committing transaction 2" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Committing transaction 2 successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=info msg="Component disabled" logger=component.agent_starter pid=10883 target=
time="2026-06-03T23:29:34Z" level=info msg="Registering component" logger=component.auth pid=10883 target=
time="2026-06-03T23:29:34Z" level=debug msg="Starting a new transaction [writable: true]" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Starting a new transaction [writable: true] successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"authentik_v1\"" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"authentik_v1\" successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"component\"" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"component\" successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"auth\"" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"auth\" successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Committing transaction 3" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Committing transaction 3 successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=info msg="Registering component" logger=component.device pid=10883 target=
time="2026-06-03T23:29:34Z" level=debug msg="Starting a new transaction [writable: true]" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Starting a new transaction [writable: true] successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"authentik_v1\"" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"authentik_v1\" successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"component\"" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"component\" successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"device\"" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"device\" successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Committing transaction 4" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Committing transaction 4 successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=info msg="Registering component" logger=component.directory pid=10883 target=
time="2026-06-03T23:29:34Z" level=debug msg="Starting a new transaction [writable: true]" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Starting a new transaction [writable: true] successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"authentik_v1\"" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"authentik_v1\" successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"component\"" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"component\" successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"directory\"" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"directory\" successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Committing transaction 5" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Committing transaction 5 successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=info msg="Registering component" logger=component.ping pid=10883 target=
time="2026-06-03T23:29:34Z" level=debug msg="Starting a new transaction [writable: true]" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Starting a new transaction [writable: true] successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"authentik_v1\"" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"authentik_v1\" successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"component\"" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"component\" successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"ping\"" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"ping\" successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Committing transaction 6" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Committing transaction 6 successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=info msg="Registering component" logger=component.session pid=10883 target=
time="2026-06-03T23:29:34Z" level=debug msg="Starting a new transaction [writable: true]" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Starting a new transaction [writable: true] successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"authentik_v1\"" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"authentik_v1\" successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"component\"" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"component\" successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"session\"" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Creating bucket if not exist \"session\" successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Committing transaction 7" logger=storage.state
time="2026-06-03T23:29:34Z" level=debug msg="Committing transaction 7 successfully" logger=storage.state
time="2026-06-03T23:29:34Z" level=info msg="Starting domain healthcheck" logger=sysd pid=10883 target=
time="2026-06-03T23:29:34Z" level=info msg="Starting component" component=device logger=sysd pid=10883 target=
time="2026-06-03T23:29:34Z" level=info msg="Starting component" component=directory logger=sysd pid=10883 target=
time="2026-06-03T23:29:34Z" level=info msg="Starting component" component=ping logger=sysd pid=10883 target=
time="2026-06-03T23:29:34Z" level=info msg="Starting component" component=session logger=sysd pid=10883 target=
time="2026-06-03T23:29:34Z" level=info msg="Starting component" component=ctrl logger=sysd pid=10883 target=
time="2026-06-03T23:29:34Z" level=info msg="Starting component" component=auth logger=sysd pid=10883 target=
time="2026-06-03T23:29:34Z" level=info msg="System agent listening on socket" logger=sysd path=.../TestAgent_Join1105221165/001/ctrl.sock pid=10883 srv=ctrl target=
time="2026-06-03T23:29:34Z" level=debug msg="config file update" event="CREATE        \".../TestAgent_Join1105221165/001/ctrl.sock\"" logger=storage.config pid=10883 target=
time="2026-06-03T23:29:34Z" level=info msg="System agent listening on socket" logger=sysd path=.../TestAgent_Join1105221165/001/default.sock pid=10883 srv=default target=
time="2026-06-03T23:29:34Z" level=debug msg="config file changed, triggering config reload" logger=storage.config pid=10883 target=
time="2026-06-03T23:29:34Z" level=debug msg="loading config" logger=storage.config pid=10883 target=
time="2026-06-03T23:29:34Z" level=info msg="Loading domains..." logger=storage.config
time="2026-06-03T23:29:34Z" level=debug msg="Checking for managed domains..." logger=storage.config
time="2026-06-03T23:29:34Z" level=debug msg="dispatching event" id=config logger=sysd pid=10883 target= topic=config.changed
time="2026-06-03T23:29:34Z" level=debug msg="dispatching event" logger=sysd pid=10883 target= topic=config.changed
time="2026-06-03T23:29:34Z" level=debug msg="dispatching event" logger=sysd pid=10883 target= topic=sysd.lifecycle.started
time="2026-06-03T23:29:34Z" level=debug msg="started call" grpc.component=client grpc.method=DomainEnroll grpc.method_type=unary grpc.service=sys_ctrl.SystemCtrl grpc.start_time="2026-06-03T23:29:34Z" grpc.time_ms=0.006 logger=cli.system_grpc protocol=grpc
time="2026-06-03T23:29:34Z" level=info msg="started call" grpc.component=server grpc.method=DomainEnroll grpc.method_type=unary grpc.service=sys_ctrl.SystemCtrl grpc.start_time="2026-06-03T23:29:34Z" grpc.time_ms=0.004 logger=sysd peer.address=@ pid=10883 protocol=grpc target=
time="2026-06-03T23:29:34Z" level=info msg=Enrolling... domain=ak logger=storage.config
time="2026-06-03T23:29:34Z" level=debug msg=Gathering... domain=ak logger=storage.config
time="2026-06-03T23:29:34Z" level=debug msg=Gathering... domain=ak logger=storage.config
time="2026-06-03T23:29:35Z" level=info msg="Loading domains..." logger=storage.config
time="2026-06-03T23:29:35Z" level=debug msg="loaded domain" domain=ak logger=storage.config
time="2026-06-03T23:29:35Z" level=debug msg="Starting a new transaction [writable: false]" logger=storage.state
time="2026-06-03T23:29:35Z" level=debug msg="Starting a new transaction [writable: false] successfully" logger=storage.state
time="2026-06-03T23:29:35Z" level=warning msg="failed to get cached config" error="bucket 'ak' does not exist in path '/authentik_v1/ak'" logger=storage.config
time="2026-06-03T23:29:35Z" level=debug msg="Starting a new transaction [writable: true]" logger=storage.state
time="2026-06-03T23:29:35Z" level=debug msg="Starting a new transaction [writable: true] successfully" logger=storage.state
time="2026-06-03T23:29:35Z" level=debug msg="Creating bucket if not exist \"authentik_v1\"" logger=storage.state
time="2026-06-03T23:29:35Z" level=debug msg="Creating bucket if not exist \"authentik_v1\" successfully" logger=storage.state
time="2026-06-03T23:29:35Z" level=debug msg="Creating bucket if not exist \"ak\"" logger=storage.state
time="2026-06-03T23:29:35Z" level=debug msg="Creating bucket if not exist \"ak\" successfully" logger=storage.state
time="2026-06-03T23:29:36Z" level=debug msg="fetched remote config" cap="[can_save_media can_save_reports can_asn can_geo_ip can_impersonate is_enterprise]" device_id=fb0f8128-598e-403c-9e75-dd9e62045773 logger=storage.config
time="2026-06-03T23:29:36Z" level=debug msg="Putting key \"config\"" logger=storage.state
time="2026-06-03T23:29:36Z" level=debug msg="Putting key \"config\" successfully" logger=storage.state
time="2026-06-03T23:29:36Z" level=debug msg="Putting key \"brand\"" logger=storage.state
time="2026-06-03T23:29:36Z" level=debug msg="Putting key \"brand\" successfully" logger=storage.state
time="2026-06-03T23:29:36Z" level=debug msg="Putting key \"config_last_updated\"" logger=storage.state
time="2026-06-03T23:29:36Z" level=debug msg="Putting key \"config_last_updated\" successfully" logger=storage.state
time="2026-06-03T23:29:36Z" level=debug msg="Committing transaction 8" logger=storage.state
time="2026-06-03T23:29:36Z" level=debug msg="Committing transaction 8 successfully" logger=storage.state
time="2026-06-03T23:29:36Z" level=debug msg="Checking for managed domains..." logger=storage.config
time="2026-06-03T23:29:36Z" level=debug msg="dispatching event" id=ctrl logger=sysd pid=10883 target= topic=config.changed
time="2026-06-03T23:29:36Z" level=debug msg="dispatching event" logger=sysd pid=10883 target= topic=config.changed
time="2026-06-03T23:29:36Z" level=debug msg="starting checkin" logrus_error="can not add field \"interval_s\"" logger=component.device pid=10883 target=
time="2026-06-03T23:29:42Z" level=info msg="Starting initial user/group fetch" logger=component.directory pid=10883 target=
time="2026-06-03T23:29:42Z" level=info msg="Starting initial user/group fetch" logger=component.directory pid=10883 target=
time="2026-06-03T23:29:43Z" level=debug msg="dispatching event" id=directory logger=sysd pid=10883 target= topic=sysd.directory.fetched
time="2026-06-03T23:29:43Z" level=debug msg="dispatching event" logger=sysd pid=10883 target= topic=sysd.directory.fetched
time="2026-06-03T23:29:43Z" level=info msg="Finished initial user/group fetch" logger=component.directory next=30m0s pid=10883 target=
time="2026-06-03T23:29:43Z" level=debug msg="Handling config event" ev=config.changed logger=sysd pid=10883 target=
time="2026-06-03T23:29:43Z" level=debug msg="config file update" event="CHMOD         \".../TestAgent_Join1105221165/001/ctrl.sock\"" logger=storage.config pid=10883 target=
time="2026-06-03T23:29:43Z" level=debug msg="config file changed, triggering config reload" logger=storage.config pid=10883 target=
time="2026-06-03T23:29:43Z" level=debug msg="loading config" logger=storage.config pid=10883 target=
time="2026-06-03T23:29:43Z" level=info msg="Loading domains..." logger=storage.config
time="2026-06-03T23:29:43Z" level=debug msg="loaded domain" domain=ak logger=storage.config
time="2026-06-03T23:29:43Z" level=debug msg="Starting a new transaction [writable: false]" logger=storage.state
time="2026-06-03T23:29:43Z" level=debug msg="Starting a new transaction [writable: false] successfully" logger=storage.state
time="2026-06-03T23:29:43Z" level=info msg="Loaded domain config" logger=storage.config
time="2026-06-03T23:29:43Z" level=debug msg="Starting a new transaction [writable: true]" logger=storage.state
time="2026-06-03T23:29:43Z" level=debug msg="Starting a new transaction [writable: true] successfully" logger=storage.state
time="2026-06-03T23:29:43Z" level=debug msg="Creating bucket if not exist \"authentik_v1\"" logger=storage.state
time="2026-06-03T23:29:43Z" level=debug msg="Creating bucket if not exist \"authentik_v1\" successfully" logger=storage.state
time="2026-06-03T23:29:43Z" level=debug msg="Creating bucket if not exist \"ak\"" logger=storage.state
time="2026-06-03T23:29:43Z" level=debug msg="Creating bucket if not exist \"ak\" successfully" logger=storage.state
time="2026-06-03T23:29:43Z" level=debug msg="dispatching event" id=directory logger=sysd pid=10883 target= topic=sysd.directory.fetched
time="2026-06-03T23:29:43Z" level=debug msg="dispatching event" logger=sysd pid=10883 target= topic=sysd.directory.fetched
time="2026-06-03T23:29:43Z" level=info msg="Finished initial user/group fetch" logger=component.directory next=30m0s pid=10883 target=
time="2026-06-03T23:29:43Z" level=debug msg="fetched remote config" cap="[can_save_media can_save_reports can_asn can_geo_ip can_impersonate is_enterprise]" device_id=fb0f8128-598e-403c-9e75-dd9e62045773 logger=storage.config
time="2026-06-03T23:29:43Z" level=debug msg="Putting key \"config\"" logger=storage.state
time="2026-06-03T23:29:43Z" level=debug msg="Putting key \"config\" successfully" logger=storage.state
time="2026-06-03T23:29:43Z" level=debug msg="Putting key \"brand\"" logger=storage.state
time="2026-06-03T23:29:43Z" level=debug msg="Putting key \"brand\" successfully" logger=storage.state
time="2026-06-03T23:29:43Z" level=debug msg="Putting key \"config_last_updated\"" logger=storage.state
time="2026-06-03T23:29:43Z" level=debug msg="Putting key \"config_last_updated\" successfully" logger=storage.state
time="2026-06-03T23:29:43Z" level=debug msg="Committing transaction 9" logger=storage.state
time="2026-06-03T23:29:43Z" level=debug msg="Committing transaction 9 successfully" logger=storage.state
time="2026-06-03T23:29:43Z" level=debug msg="Checking for managed domains..." logger=storage.config
time="2026-06-03T23:29:43Z" level=debug msg="dispatching event" id=config logger=sysd pid=10883 target= topic=config.changed
time="2026-06-03T23:29:43Z" level=debug msg="dispatching event" logger=sysd pid=10883 target= topic=config.changed
time="2026-06-03T23:29:43Z" level=debug msg="starting checkin" logrus_error="can not add field \"interval_s\"" logger=component.device pid=10883 target=
time="2026-06-03T23:29:45Z" level=info msg="Starting initial user/group fetch" logger=component.directory pid=10883 target=
time="2026-06-03T23:29:46Z" level=debug msg="dispatching event" id=directory logger=sysd pid=10883 target= topic=sysd.directory.fetched
time="2026-06-03T23:29:46Z" level=debug msg="dispatching event" logger=sysd pid=10883 target= topic=sysd.directory.fetched
time="2026-06-03T23:29:46Z" level=info msg="Finished initial user/group fetch" logger=component.directory next=30m0s pid=10883 target=
time="2026-06-03T23:29:46Z" level=debug msg="Handling config event" ev=config.changed logger=sysd pid=10883 target=
time="2026-06-03T23:29:46Z" level=debug msg="config file update" event="CREATE        \".../TestAgent_Join1105221165/001/default.sock\"" logger=storage.config pid=10883 target=
time="2026-06-03T23:29:46Z" level=debug msg="config file changed, triggering config reload" logger=storage.config pid=10883 target=
time="2026-06-03T23:29:46Z" level=debug msg="loading config" logger=storage.config pid=10883 target=
time="2026-06-03T23:29:46Z" level=info msg="Loading domains..." logger=storage.config
time="2026-06-03T23:29:46Z" level=debug msg="loaded domain" domain=ak logger=storage.config
time="2026-06-03T23:29:46Z" level=debug msg="Starting a new transaction [writable: false]" logger=storage.state
time="2026-06-03T23:29:46Z" level=debug msg="Starting a new transaction [writable: false] successfully" logger=storage.state
time="2026-06-03T23:29:46Z" level=info msg="Loaded domain config" logger=storage.config
time="2026-06-03T23:29:46Z" level=debug msg="Starting a new transaction [writable: true]" logger=storage.state
time="2026-06-03T23:29:46Z" level=debug msg="Starting a new transaction [writable: true] successfully" logger=storage.state
time="2026-06-03T23:29:46Z" level=debug msg="Creating bucket if not exist \"authentik_v1\"" logger=storage.state
time="2026-06-03T23:29:46Z" level=debug msg="Creating bucket if not exist \"authentik_v1\" successfully" logger=storage.state
time="2026-06-03T23:29:46Z" level=debug msg="Creating bucket if not exist \"ak\"" logger=storage.state
time="2026-06-03T23:29:46Z" level=debug msg="Creating bucket if not exist \"ak\" successfully" logger=storage.state
time="2026-06-03T23:29:46Z" level=debug msg="fetched remote config" cap="[can_save_media can_save_reports can_asn can_geo_ip can_impersonate is_enterprise]" device_id=fb0f8128-598e-403c-9e75-dd9e62045773 logger=storage.config
time="2026-06-03T23:29:46Z" level=debug msg="Putting key \"config\"" logger=storage.state
time="2026-06-03T23:29:46Z" level=debug msg="Putting key \"config\" successfully" logger=storage.state
time="2026-06-03T23:29:46Z" level=debug msg="Putting key \"brand\"" logger=storage.state
time="2026-06-03T23:29:46Z" level=debug msg="Putting key \"brand\" successfully" logger=storage.state
time="2026-06-03T23:29:46Z" level=debug msg="Putting key \"config_last_updated\"" logger=storage.state
time="2026-06-03T23:29:46Z" level=debug msg="Putting key \"config_last_updated\" successfully" logger=storage.state
time="2026-06-03T23:29:46Z" level=debug msg="Committing transaction 10" logger=storage.state
time="2026-06-03T23:29:46Z" level=debug msg="Committing transaction 10 successfully" logger=storage.state
time="2026-06-03T23:29:46Z" level=debug msg="Checking for managed domains..." logger=storage.config
time="2026-06-03T23:29:46Z" level=debug msg="dispatching event" id=config logger=sysd pid=10883 target= topic=config.changed
time="2026-06-03T23:29:46Z" level=debug msg="dispatching event" logger=sysd pid=10883 target= topic=config.changed
time="2026-06-03T23:29:46Z" level=debug msg="starting checkin" logrus_error="can not add field \"interval_s\"" logger=component.device pid=10883 target=
time="2026-06-03T23:29:46Z" level=debug msg="Starting facts gathering..." logger=component.device pid=10883 target=
time="2026-06-03T23:29:46Z" level=debug msg=Gathering... area=vendor logger=component.device pid=10883 target=
time="2026-06-03T23:29:46Z" level=info msg="Starting initial user/group fetch" logger=component.directory pid=10883 target=
time="2026-06-03T23:29:47Z" level=debug msg="dispatching event" id=directory logger=sysd pid=10883 target= topic=sysd.directory.fetched
time="2026-06-03T23:29:47Z" level=debug msg="dispatching event" logger=sysd pid=10883 target= topic=sysd.directory.fetched
time="2026-06-03T23:29:47Z" level=info msg="Finished initial user/group fetch" logger=component.directory next=30m0s pid=10883 target=
time="2026-06-03T23:29:47Z" level=debug msg=Gathering... area=disk logger=component.device pid=10883 target=
time="2026-06-03T23:29:47Z" level=debug msg=Gathering... area=hardware logger=component.device pid=10883 target=
time="2026-06-03T23:29:47Z" level=debug msg=Gathering... area=network logger=component.device pid=10883 target=
time="2026-06-03T23:29:47Z" level=debug msg=Gathering... area=os logger=component.device pid=10883 target=
time="2026-06-03T23:29:47Z" level=debug msg=Gathering... area=process logger=component.device pid=10883 target=
time="2026-06-03T23:29:47Z" level=debug msg=Gathering... area=user logger=component.device pid=10883 target=
time="2026-06-03T23:29:47Z" level=debug msg=Gathering... area=group logger=component.device pid=10883 target=
time="2026-06-03T23:29:47Z" level=debug msg="Finished facts gathering" logger=component.device pid=10883 target=
time="2026-06-03T23:29:49Z" level=debug msg="Starting facts gathering..." logger=component.device pid=10883 target=
time="2026-06-03T23:29:49Z" level=debug msg=Gathering... area=vendor logger=component.device pid=10883 target=
time="2026-06-03T23:29:50Z" level=debug msg=Gathering... area=disk logger=component.device pid=10883 target=
time="2026-06-03T23:29:50Z" level=debug msg=Gathering... area=hardware logger=component.device pid=10883 target=
time="2026-06-03T23:29:50Z" level=debug msg=Gathering... area=network logger=component.device pid=10883 target=
time="2026-06-03T23:29:50Z" level=debug msg=Gathering... area=os logger=component.device pid=10883 target=
time="2026-06-03T23:29:50Z" level=debug msg=Gathering... area=process logger=component.device pid=10883 target=
time="2026-06-03T23:29:50Z" level=debug msg=Gathering... area=user logger=component.device pid=10883 target=
time="2026-06-03T23:29:50Z" level=debug msg=Gathering... area=group logger=component.device pid=10883 target=
time="2026-06-03T23:29:50Z" level=debug msg="Finished facts gathering" logger=component.device pid=10883 target=
time="2026-06-03T23:29:57Z" level=debug msg="Starting facts gathering..." logger=component.device pid=10883 target=
time="2026-06-03T23:29:57Z" level=debug msg=Gathering... area=vendor logger=component.device pid=10883 target=
time="2026-06-03T23:29:57Z" level=debug msg=Gathering... area=disk logger=component.device pid=10883 target=
time="2026-06-03T23:29:57Z" level=debug msg=Gathering... area=hardware logger=component.device pid=10883 target=
time="2026-06-03T23:29:57Z" level=debug msg=Gathering... area=network logger=component.device pid=10883 target=
time="2026-06-03T23:29:57Z" level=debug msg=Gathering... area=os logger=component.device pid=10883 target=
time="2026-06-03T23:29:57Z" level=debug msg=Gathering... area=process logger=component.device pid=10883 target=
time="2026-06-03T23:29:57Z" level=debug msg=Gathering... area=user logger=component.device pid=10883 target=
time="2026-06-03T23:29:57Z" level=debug msg=Gathering... area=group logger=component.device pid=10883 target=
time="2026-06-03T23:29:57Z" level=debug msg="Finished facts gathering" logger=component.device pid=10883 target=
time="2026-06-03T23:29:58Z" level=info msg="Starting initial user/group fetch" logger=component.directory pid=10883 target=
time="2026-06-03T23:29:58Z" level=debug msg="dispatching event" id=directory logger=sysd pid=10883 target= topic=sysd.directory.fetched
time="2026-06-03T23:29:58Z" level=debug msg="dispatching event" logger=sysd pid=10883 target= topic=sysd.directory.fetched
time="2026-06-03T23:29:58Z" level=info msg="Finished initial user/group fetch" logger=component.directory next=30m0s pid=10883 target=
time="2026-06-03T23:29:58Z" level=debug msg="Handling config event" ev=config.changed logger=sysd pid=10883 target=
time="2026-06-03T23:29:58Z" level=debug msg="starting checkin" logrus_error="can not add field \"interval_s\"" logger=component.device pid=10883 target=
time="2026-06-03T23:30:02Z" level=info msg="Starting initial user/group fetch" logger=component.directory pid=10883 target=
time="2026-06-03T23:30:03Z" level=debug msg="dispatching event" id=directory logger=sysd pid=10883 target= topic=sysd.directory.fetched
time="2026-06-03T23:30:03Z" level=debug msg="dispatching event" logger=sysd pid=10883 target= topic=sysd.directory.fetched
time="2026-06-03T23:30:03Z" level=info msg="Finished initial user/group fetch" logger=component.directory next=30m0s pid=10883 target=
time="2026-06-03T23:30:03Z" level=debug msg="Handling config event" ev=config.changed logger=sysd pid=10883 target=
time="2026-06-03T23:30:03Z" level=debug msg="config file update" event="REMOVE        \".../TestAgent1346994017/001/state1918710487\"" logger=storage.config pid=10883 target=
time="2026-06-03T23:30:03Z" level=debug msg="config file changed, triggering config reload" logger=storage.config pid=10883 target=
time="2026-06-03T23:30:03Z" level=debug msg="loading config" logger=storage.config pid=10883 target=
time="2026-06-03T23:30:03Z" level=debug msg="no config found, defaulting to empty" error="open .../TestAgent1346994017/001/config2668893271: no such file or directory" logger=storage.config pid=10883 target=
time="2026-06-03T23:30:03Z" level=debug msg="dispatching event" id=config logger=sysd pid=10883 target= topic=config.changed
time="2026-06-03T23:30:03Z" level=debug msg="dispatching event" logger=sysd pid=10883 target= topic=config.changed
time="2026-06-03T23:30:03Z" level=debug msg="starting checkin" logrus_error="can not add field \"interval_s\"" logger=component.device pid=10883 target=
time="2026-06-03T23:30:04Z" level=info msg="Starting initial user/group fetch" logger=component.directory pid=10883 target=
time="2026-06-03T23:30:04Z" level=debug msg="dispatching event" id=directory logger=sysd pid=10883 target= topic=sysd.directory.fetched
time="2026-06-03T23:30:04Z" level=debug msg="dispatching event" logger=sysd pid=10883 target= topic=sysd.directory.fetched
time="2026-06-03T23:30:04Z" level=info msg="Finished initial user/group fetch" logger=component.directory next=30m0s pid=10883 target=
time="2026-06-03T23:30:04Z" level=debug msg="Handling config event" ev=config.changed logger=sysd pid=10883 target=
time="2026-06-03T23:30:04Z" level=debug msg="config file update" event="CHMOD         \".../TestAgent_Join1105221165/001/default.sock\"" logger=storage.config pid=10883 target=
time="2026-06-03T23:30:04Z" level=debug msg="config file changed, triggering config reload" logger=storage.config pid=10883 target=
time="2026-06-03T23:30:04Z" level=debug msg="loading config" logger=storage.config pid=10883 target=
time="2026-06-03T23:30:04Z" level=info msg="Loading domains..." logger=storage.config
time="2026-06-03T23:30:04Z" level=debug msg="loaded domain" domain=ak logger=storage.config
time="2026-06-03T23:30:04Z" level=debug msg="Starting a new transaction [writable: false]" logger=storage.state
time="2026-06-03T23:30:04Z" level=debug msg="Starting a new transaction [writable: false] successfully" logger=storage.state
time="2026-06-03T23:30:04Z" level=info msg="Loaded domain config" logger=storage.config
time="2026-06-03T23:30:04Z" level=debug msg="Starting a new transaction [writable: true]" logger=storage.state
time="2026-06-03T23:30:04Z" level=debug msg="Starting a new transaction [writable: true] successfully" logger=storage.state
time="2026-06-03T23:30:04Z" level=debug msg="Creating bucket if not exist \"authentik_v1\"" logger=storage.state
time="2026-06-03T23:30:04Z" level=debug msg="Creating bucket if not exist \"authentik_v1\" successfully" logger=storage.state
time="2026-06-03T23:30:04Z" level=debug msg="Creating bucket if not exist \"ak\"" logger=storage.state
time="2026-06-03T23:30:04Z" level=debug msg="Creating bucket if not exist \"ak\" successfully" logger=storage.state
time="2026-06-03T23:30:05Z" level=debug msg="fetched remote config" cap="[can_save_media can_save_reports can_asn can_geo_ip can_impersonate is_enterprise]" device_id=fb0f8128-598e-403c-9e75-dd9e62045773 logger=storage.config
time="2026-06-03T23:30:05Z" level=debug msg="Putting key \"config\"" logger=storage.state
time="2026-06-03T23:30:05Z" level=debug msg="Putting key \"config\" successfully" logger=storage.state
time="2026-06-03T23:30:05Z" level=debug msg="Putting key \"brand\"" logger=storage.state
time="2026-06-03T23:30:05Z" level=debug msg="Putting key \"brand\" successfully" logger=storage.state
time="2026-06-03T23:30:05Z" level=debug msg="Putting key \"config_last_updated\"" logger=storage.state
time="2026-06-03T23:30:05Z" level=debug msg="Putting key \"config_last_updated\" successfully" logger=storage.state
time="2026-06-03T23:30:05Z" level=debug msg="Committing transaction 11" logger=storage.state
time="2026-06-03T23:30:05Z" level=debug msg="Committing transaction 11 successfully" logger=storage.state
time="2026-06-03T23:30:05Z" level=debug msg="Checking for managed domains..." logger=storage.config
time="2026-06-03T23:30:05Z" level=debug msg="dispatching event" id=config logger=sysd pid=10883 target= topic=config.changed
time="2026-06-03T23:30:05Z" level=debug msg="dispatching event" logger=sysd pid=10883 target= topic=config.changed
time="2026-06-03T23:30:05Z" level=debug msg="starting checkin" logrus_error="can not add field \"interval_s\"" logger=component.device pid=10883 target=
time="2026-06-03T23:30:08Z" level=info msg="Starting initial user/group fetch" logger=component.directory pid=10883 target=
time="2026-06-03T23:30:08Z" level=debug msg="dispatching event" id=directory logger=sysd pid=10883 target= topic=sysd.directory.fetched
time="2026-06-03T23:30:08Z" level=debug msg="dispatching event" logger=sysd pid=10883 target= topic=sysd.directory.fetched
time="2026-06-03T23:30:08Z" level=info msg="Finished initial user/group fetch" logger=component.directory next=30m0s pid=10883 target=
time="2026-06-03T23:30:08Z" level=debug msg="Handling config event" ev=config.changed logger=sysd pid=10883 target=
time="2026-06-03T23:30:08Z" level=debug msg="config file update" event="REMOVE        \".../tmp/TestAgent1346994017/001\"" logger=storage.config pid=10883 target=
time="2026-06-03T23:30:08Z" level=debug msg="config file changed, triggering config reload" logger=storage.config pid=10883 target=
time="2026-06-03T23:30:08Z" level=debug msg="loading config" logger=storage.config pid=10883 target=
time="2026-06-03T23:30:08Z" level=debug msg="no config found, defaulting to empty" error="open .../TestAgent1346994017/001/config2668893271: no such file or directory" logger=storage.config pid=10883 target=
time="2026-06-03T23:30:08Z" level=debug msg="dispatching event" id=config logger=sysd pid=10883 target= topic=config.changed
time="2026-06-03T23:30:08Z" level=debug msg="dispatching event" logger=sysd pid=10883 target= topic=config.changed
time="2026-06-03T23:30:08Z" level=debug msg="starting checkin" logrus_error="can not add field \"interval_s\"" logger=component.device pid=10883 target=
time="2026-06-03T23:30:08Z" level=info msg="Starting initial user/group fetch" logger=component.directory pid=10883 target=
time="2026-06-03T23:30:08Z" level=debug msg="dispatching event" id=directory logger=sysd pid=10883 target= topic=sysd.directory.fetched
time="2026-06-03T23:30:08Z" level=debug msg="dispatching event" logger=sysd pid=10883 target= topic=sysd.directory.fetched
time="2026-06-03T23:30:08Z" level=info msg="Finished initial user/group fetch" logger=component.directory next=30m0s pid=10883 target=
time="2026-06-03T23:30:08Z" level=debug msg="Handling config event" ev=config.changed logger=sysd pid=10883 target=
time="2026-06-03T23:30:13Z" level=debug msg="Starting facts gathering..." logger=component.device pid=10883 target=
time="2026-06-03T23:30:13Z" level=debug msg=Gathering... area=vendor logger=component.device pid=10883 target=
time="2026-06-03T23:30:13Z" level=info msg="Starting initial user/group fetch" logger=component.directory pid=10883 target=
time="2026-06-03T23:30:13Z" level=debug msg="dispatching event" id=directory logger=sysd pid=10883 target= topic=sysd.directory.fetched
time="2026-06-03T23:30:13Z" level=debug msg="dispatching event" logger=sysd pid=10883 target= topic=sysd.directory.fetched
time="2026-06-03T23:30:13Z" level=info msg="Finished initial user/group fetch" logger=component.directory next=30m0s pid=10883 target=
time="2026-06-03T23:30:13Z" level=debug msg=Gathering... area=disk logger=component.device pid=10883 target=
time="2026-06-03T23:30:13Z" level=debug msg=Gathering... area=hardware logger=component.device pid=10883 target=
time="2026-06-03T23:30:13Z" level=debug msg=Gathering... area=network logger=component.device pid=10883 target=
time="2026-06-03T23:30:13Z" level=debug msg=Gathering... area=os logger=component.device pid=10883 target=
time="2026-06-03T23:30:13Z" level=debug msg=Gathering... area=process logger=component.device pid=10883 target=
time="2026-06-03T23:30:13Z" level=debug msg=Gathering... area=user logger=component.device pid=10883 target=
time="2026-06-03T23:30:13Z" level=debug msg=Gathering... area=group logger=component.device pid=10883 target=
time="2026-06-03T23:30:13Z" level=debug msg="Finished facts gathering" logger=component.device pid=10883 target=
time="2026-06-03T23:30:14Z" level=debug msg="Starting facts gathering..." logger=component.device pid=10883 target=
time="2026-06-03T23:30:14Z" level=debug msg=Gathering... area=vendor logger=component.device pid=10883 target=
time="2026-06-03T23:30:14Z" level=debug msg=Gathering... area=disk logger=component.device pid=10883 target=
time="2026-06-03T23:30:14Z" level=debug msg=Gathering... area=hardware logger=component.device pid=10883 target=
time="2026-06-03T23:30:14Z" level=debug msg=Gathering... area=network logger=component.device pid=10883 target=
time="2026-06-03T23:30:14Z" level=debug msg=Gathering... area=os logger=component.device pid=10883 target=
time="2026-06-03T23:30:14Z" level=debug msg=Gathering... area=process logger=component.device pid=10883 target=
time="2026-06-03T23:30:14Z" level=debug msg=Gathering... area=user logger=component.device pid=10883 target=
time="2026-06-03T23:30:14Z" level=debug msg=Gathering... area=group logger=component.device pid=10883 target=
time="2026-06-03T23:30:14Z" level=debug msg="Finished facts gathering" logger=component.device pid=10883 target=
time="2026-06-03T23:30:22Z" level=info msg="Starting initial user/group fetch" logger=component.directory pid=10883 target=
time="2026-06-03T23:30:22Z" level=debug msg="dispatching event" id=directory logger=sysd pid=10883 target= topic=sysd.directory.fetched
time="2026-06-03T23:30:22Z" level=debug msg="dispatching event" logger=sysd pid=10883 target= topic=sysd.directory.fetched
time="2026-06-03T23:30:22Z" level=info msg="Finished initial user/group fetch" logger=component.directory next=30m0s pid=10883 target=
time="2026-06-03T23:30:22Z" level=debug msg="Handling config event" ev=config.changed logger=sysd pid=10883 target=
time="2026-06-03T23:30:22Z" level=debug msg="config file update" event="CREATE        \".../TestAgent_Join1105221165/001/ak.json\"" logger=storage.config pid=10883 target=
time="2026-06-03T23:30:22Z" level=debug msg="config file changed, triggering config reload" logger=storage.config pid=10883 target=
time="2026-06-03T23:30:22Z" level=debug msg="loading config" logger=storage.config pid=10883 target=
time="2026-06-03T23:30:22Z" level=info msg="Loading domains..." logger=storage.config
time="2026-06-03T23:30:22Z" level=debug msg="loaded domain" domain=ak logger=storage.config
time="2026-06-03T23:30:22Z" level=debug msg="Starting a new transaction [writable: false]" logger=storage.state
time="2026-06-03T23:30:22Z" level=debug msg="Starting a new transaction [writable: false] successfully" logger=storage.state
time="2026-06-03T23:30:22Z" level=info msg="Loaded domain config" logger=storage.config
time="2026-06-03T23:30:22Z" level=debug msg="Starting a new transaction [writable: true]" logger=storage.state
time="2026-06-03T23:30:22Z" level=debug msg="Starting a new transaction [writable: true] successfully" logger=storage.state
time="2026-06-03T23:30:22Z" level=debug msg="Creating bucket if not exist \"authentik_v1\"" logger=storage.state
time="2026-06-03T23:30:22Z" level=debug msg="Creating bucket if not exist \"authentik_v1\" successfully" logger=storage.state
time="2026-06-03T23:30:22Z" level=debug msg="Creating bucket if not exist \"ak\"" logger=storage.state
time="2026-06-03T23:30:22Z" level=debug msg="Creating bucket if not exist \"ak\" successfully" logger=storage.state
time="2026-06-03T23:30:23Z" level=debug msg="fetched remote config" cap="[can_save_media can_save_reports can_asn can_geo_ip can_impersonate is_enterprise]" device_id=fb0f8128-598e-403c-9e75-dd9e62045773 logger=storage.config
time="2026-06-03T23:30:23Z" level=debug msg="Putting key \"config\"" logger=storage.state
time="2026-06-03T23:30:23Z" level=debug msg="Putting key \"config\" successfully" logger=storage.state
time="2026-06-03T23:30:23Z" level=debug msg="Putting key \"brand\"" logger=storage.state
time="2026-06-03T23:30:23Z" level=debug msg="Putting key \"brand\" successfully" logger=storage.state
time="2026-06-03T23:30:23Z" level=debug msg="Putting key \"config_last_updated\"" logger=storage.state
time="2026-06-03T23:30:23Z" level=debug msg="Putting key \"config_last_updated\" successfully" logger=storage.state
time="2026-06-03T23:30:23Z" level=debug msg="Committing transaction 12" logger=storage.state
time="2026-06-03T23:30:23Z" level=debug msg="Committing transaction 12 successfully" logger=storage.state
time="2026-06-03T23:30:23Z" level=debug msg="Checking for managed domains..." logger=storage.config
time="2026-06-03T23:30:23Z" level=debug msg="dispatching event" id=config logger=sysd pid=10883 target= topic=config.changed
time="2026-06-03T23:30:23Z" level=debug msg="dispatching event" logger=sysd pid=10883 target= topic=config.changed
time="2026-06-03T23:30:23Z" level=debug msg="starting checkin" logrus_error="can not add field \"interval_s\"" logger=component.device pid=10883 target=
time="2026-06-03T23:30:23Z" level=info msg="Starting initial user/group fetch" logger=component.directory pid=10883 target=
time="2026-06-03T23:30:23Z" level=debug msg="dispatching event" id=directory logger=sysd pid=10883 target= topic=sysd.directory.fetched
time="2026-06-03T23:30:23Z" level=debug msg="dispatching event" logger=sysd pid=10883 target= topic=sysd.directory.fetched
time="2026-06-03T23:30:23Z" level=info msg="Finished initial user/group fetch" logger=component.directory next=30m0s pid=10883 target=
time="2026-06-03T23:30:23Z" level=debug msg="Handling config event" ev=config.changed logger=sysd pid=10883 target=
time="2026-06-03T23:30:25Z" level=debug msg="Starting facts gathering..." logger=component.device pid=10883 target=
time="2026-06-03T23:30:25Z" level=debug msg=Gathering... area=vendor logger=component.device pid=10883 target=
time="2026-06-03T23:30:25Z" level=debug msg=Gathering... area=disk logger=component.device pid=10883 target=
time="2026-06-03T23:30:25Z" level=debug msg=Gathering... area=hardware logger=component.device pid=10883 target=
time="2026-06-03T23:30:25Z" level=debug msg=Gathering... area=network logger=component.device pid=10883 target=
time="2026-06-03T23:30:25Z" level=debug msg=Gathering... area=os logger=component.device pid=10883 target=
time="2026-06-03T23:30:25Z" level=debug msg=Gathering... area=process logger=component.device pid=10883 target=
time="2026-06-03T23:30:25Z" level=debug msg=Gathering... area=user logger=component.device pid=10883 target=
time="2026-06-03T23:30:25Z" level=debug msg=Gathering... area=group logger=component.device pid=10883 target=
time="2026-06-03T23:30:25Z" level=debug msg="Finished facts gathering" logger=component.device pid=10883 target=
time="2026-06-03T23:30:26Z" level=info msg="finished call" grpc.code=OK grpc.component=server grpc.method=DomainEnroll grpc.method_type=unary grpc.service=sys_ctrl.SystemCtrl grpc.start_time="2026-06-03T23:29:34Z" grpc.time_ms=51116.844 logger=sysd peer.address=@ pid=10883 protocol=grpc target=
time="2026-06-03T23:30:26Z" level=debug msg="finished call" grpc.code=OK grpc.component=client grpc.method=DomainEnroll grpc.method_type=unary grpc.service=sys_ctrl.SystemCtrl grpc.start_time="2026-06-03T23:29:34Z" grpc.time_ms=51122.793 logger=cli.system_grpc protocol=grpc
time="2026-06-03T23:30:28Z" level=debug msg="Starting facts gathering..." logger=component.device pid=10883 target=
time="2026-06-03T23:30:28Z" level=debug msg=Gathering... area=vendor logger=component.device pid=10883 target=
time="2026-06-03T23:30:28Z" level=debug msg="Starting a new transaction [writable: false]" logger=storage.state
time="2026-06-03T23:30:28Z" level=debug msg="Starting a new transaction [writable: false] successfully" logger=storage.state
time="2026-06-03T23:30:28Z" level=debug msg=Gathering... area=disk logger=component.device pid=10883 target=
time="2026-06-03T23:30:28Z" level=debug msg=Gathering... area=hardware logger=component.device pid=10883 target=
time="2026-06-03T23:30:28Z" level=debug msg=Gathering... area=network logger=component.device pid=10883 target=
time="2026-06-03T23:30:28Z" level=debug msg=Gathering... area=os logger=component.device pid=10883 target=
time="2026-06-03T23:30:28Z" level=debug msg=Gathering... area=process logger=component.device pid=10883 target=
time="2026-06-03T23:30:28Z" level=debug msg=Gathering... area=user logger=component.device pid=10883 target=
time="2026-06-03T23:30:28Z" level=debug msg=Gathering... area=group logger=component.device pid=10883 target=
time="2026-06-03T23:30:28Z" level=debug msg="Finished facts gathering" logger=component.device pid=10883 target=
time="2026-06-03T23:30:35Z" level=debug msg="Starting facts gathering..." logger=component.device pid=10883 target=
time="2026-06-03T23:30:35Z" level=debug msg=Gathering... area=vendor logger=component.device pid=10883 target=
time="2026-06-03T23:30:35Z" level=debug msg=Gathering... area=disk logger=component.device pid=10883 target=
time="2026-06-03T23:30:35Z" level=debug msg=Gathering... area=hardware logger=component.device pid=10883 target=
time="2026-06-03T23:30:35Z" level=debug msg=Gathering... area=network logger=component.device pid=10883 target=
time="2026-06-03T23:30:35Z" level=debug msg=Gathering... area=os logger=component.device pid=10883 target=
time="2026-06-03T23:30:35Z" level=debug msg=Gathering... area=process logger=component.device pid=10883 target=
time="2026-06-03T23:30:35Z" level=debug msg=Gathering... area=user logger=component.device pid=10883 target=
time="2026-06-03T23:30:35Z" level=debug msg=Gathering... area=group logger=component.device pid=10883 target=
time="2026-06-03T23:30:35Z" level=debug msg="Finished facts gathering" logger=component.device pid=10883 target=
time="2026-06-03T23:30:41Z" level=debug msg="Starting facts gathering..." logger=component.device pid=10883 target=
time="2026-06-03T23:30:41Z" level=debug msg=Gathering... area=vendor logger=component.device pid=10883 target=
time="2026-06-03T23:30:41Z" level=debug msg=Gathering... area=disk logger=component.device pid=10883 target=
time="2026-06-03T23:30:41Z" level=debug msg=Gathering... area=hardware logger=component.device pid=10883 target=
time="2026-06-03T23:30:41Z" level=debug msg=Gathering... area=network logger=component.device pid=10883 target=
time="2026-06-03T23:30:41Z" level=debug msg=Gathering... area=os logger=component.device pid=10883 target=
time="2026-06-03T23:30:41Z" level=debug msg=Gathering... area=process logger=component.device pid=10883 target=
time="2026-06-03T23:30:41Z" level=debug msg=Gathering... area=user logger=component.device pid=10883 target=
time="2026-06-03T23:30:41Z" level=debug msg=Gathering... area=group logger=component.device pid=10883 target=
time="2026-06-03T23:30:41Z" level=debug msg="Finished facts gathering" logger=component.device pid=10883 target=
time="2026-06-03T23:30:58Z" level=debug msg="Starting a new transaction [writable: false]" logger=storage.state
time="2026-06-03T23:30:58Z" level=debug msg="Starting a new transaction [writable: false] successfully" logger=storage.state
time="2026-06-03T23:31:28Z" level=debug msg="Starting a new transaction [writable: false]" logger=storage.state
time="2026-06-03T23:31:28Z" level=debug msg="Starting a new transaction [writable: false] successfully" logger=storage.state
time="2026-06-03T23:31:58Z" level=debug msg="Starting a new transaction [writable: false]" logger=storage.state
time="2026-06-03T23:31:58Z" level=debug msg="Starting a new transaction [writable: false] successfully" logger=storage.state
time="2026-06-03T23:32:28Z" level=debug msg="Starting a new transaction [writable: false]" logger=storage.state
time="2026-06-03T23:32:28Z" level=debug msg="Starting a new transaction [writable: false] successfully" logger=storage.state
time="2026-06-03T23:32:58Z" level=debug msg="Starting a new transaction [writable: false]" logger=storage.state
time="2026-06-03T23:32:58Z" level=debug msg="Starting a new transaction [writable: false] successfully" logger=storage.state
time="2026-06-03T23:33:28Z" level=debug msg="Starting a new transaction [writable: false]" logger=storage.state
time="2026-06-03T23:33:28Z" level=debug msg="Starting a new transaction [writable: false] successfully" logger=storage.state
time="2026-06-03T23:33:58Z" level=debug msg="Starting a new transaction [writable: false]" logger=storage.state
time="2026-06-03T23:33:58Z" level=debug msg="Starting a new transaction [writable: false] successfully" logger=storage.state
time="2026-06-03T23:34:28Z" level=debug msg="Starting a new transaction [writable: false]" logger=storage.state
time="2026-06-03T23:34:28Z" level=debug msg="Starting a new transaction [writable: false] successfully" logger=storage.state
time="2026-06-03T23:34:58Z" level=debug msg="Starting a new transaction [writable: false]" logger=storage.state
time="2026-06-03T23:34:58Z" level=debug msg="Starting a new transaction [writable: false] successfully" logger=storage.state
time="2026-06-03T23:35:28Z" level=debug msg="Starting a new transaction [writable: false]" logger=storage.state
time="2026-06-03T23:35:28Z" level=debug msg="Starting a new transaction [writable: false] successfully" logger=storage.state
time="2026-06-03T23:35:58Z" level=debug msg="Starting a new transaction [writable: false]" logger=storage.state
time="2026-06-03T23:35:58Z" level=debug msg="Starting a new transaction [writable: false] successfully" logger=storage.state
time="2026-06-03T23:36:28Z" level=debug msg="Starting a new transaction [writable: false]" logger=storage.state
time="2026-06-03T23:36:28Z" level=debug msg="Starting a new transaction [writable: false] successfully" logger=storage.state
time="2026-06-03T23:36:58Z" level=debug msg="Starting a new transaction [writable: false]" logger=storage.state
time="2026-06-03T23:36:58Z" level=debug msg="Starting a new transaction [writable: false] successfully" logger=storage.state
time="2026-06-03T23:37:28Z" level=debug msg="Starting a new transaction [writable: false]" logger=storage.state
time="2026-06-03T23:37:28Z" level=debug msg="Starting a new transaction [writable: false] successfully" logger=storage.state
time="2026-06-03T23:37:58Z" level=debug msg="Starting a new transaction [writable: false]" logger=storage.state
time="2026-06-03T23:37:58Z" level=debug msg="Starting a new transaction [writable: false] successfully" logger=storage.state
time="2026-06-03T23:38:28Z" level=debug msg="Starting a new transaction [writable: false]" logger=storage.state
time="2026-06-03T23:38:28Z" level=debug msg="Starting a new transaction [writable: false] successfully" logger=storage.state
time="2026-06-03T23:38:58Z" level=debug msg="Starting a new transaction [writable: false]" logger=storage.state
time="2026-06-03T23:38:58Z" level=debug msg="Starting a new transaction [writable: false] successfully" logger=storage.state
time="2026-06-03T23:39:28Z" level=debug msg="Starting a new transaction [writable: false]" logger=storage.state
time="2026-06-03T23:39:28Z" level=debug msg="Starting a new transaction [writable: false] successfully" logger=storage.state
time="2026-06-03T23:39:34Z" level=debug msg="Deleting expired cached results" pid=10883 target=
coverage: 73.1% of statements

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@dependabot dependabot Bot force-pushed the dependabot/cargo/pam-bindings-0.2.1 branch from d9cc5cc to 66c0f62 Compare May 26, 2026 14:22
Bumps [pam-bindings](https://github.com/lvkv/pam-rs) from 0.1.2 to 0.2.1.
- [Release notes](https://github.com/lvkv/pam-rs/releases)
- [Commits](lvkv/pam-rs@v0.1.2...v0.2.1)

---
updated-dependencies:
- dependency-name: pam-bindings
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/pam-bindings-0.2.1 branch from 66c0f62 to 8f1e862 Compare June 3, 2026 22:32
@authentik-automation
Copy link
Copy Markdown
Contributor

🚀 Deployed on https://pr-942--authentik-pkg.netlify.app

@BeryJu BeryJu merged commit 5e09898 into main Jun 4, 2026
67 of 69 checks passed
@BeryJu BeryJu deleted the dependabot/cargo/pam-bindings-0.2.1 branch June 4, 2026 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant