AMD64 PASS
linuxserver/netbox
Runtime: 23.40s
WEB_SCREENSHOT ENV Disabled
Build Information
Builder: X86-BUILDER-3g --Hetzner
Created: 2025-09-30T21:17:30+00:00
Image: linuxserver/netbox
Maintainer: alex-phillips
Size: 122.78MB
Tag: amd64-v4.4.2-ls303
Version: v4.4.2-ls303
Expand
2025-09-30T21:23:51.700959982Z [migrations] started
2025-09-30T21:23:51.700985533Z [migrations] no migrations found
2025-09-30T21:23:51.716417456Z usermod: no changes
2025-09-30T21:23:51.718313294Z ───────────────────────────────────────
2025-09-30T21:23:51.718328715Z
2025-09-30T21:23:51.718332813Z ██╗ ███████╗██╗ ██████╗
2025-09-30T21:23:51.718336901Z ██║ ██╔════╝██║██╔═══██╗
2025-09-30T21:23:51.718340689Z ██║ ███████╗██║██║ ██║
2025-09-30T21:23:51.718344807Z ██║ ╚════██║██║██║ ██║
2025-09-30T21:23:51.718348595Z ███████╗███████║██║╚██████╔╝
2025-09-30T21:23:51.718352493Z ╚══════╝╚══════╝╚═╝ ╚═════╝
2025-09-30T21:23:51.718356290Z
2025-09-30T21:23:51.718360228Z Brought to you by linuxserver.io
2025-09-30T21:23:51.718364978Z ───────────────────────────────────────
2025-09-30T21:23:51.718658469Z
2025-09-30T21:23:51.719173606Z To support LSIO projects visit:
2025-09-30T21:23:51.719178997Z https://www.linuxserver.io/donate/
2025-09-30T21:23:51.719182755Z
2025-09-30T21:23:51.719186642Z ───────────────────────────────────────
2025-09-30T21:23:51.719191452Z GID/UID
2025-09-30T21:23:51.719195350Z ───────────────────────────────────────
2025-09-30T21:23:51.723301327Z
2025-09-30T21:23:51.723312500Z User UID: 911
2025-09-30T21:23:51.723316468Z User GID: 911
2025-09-30T21:23:51.723320185Z ───────────────────────────────────────
2025-09-30T21:23:51.725128457Z Linuxserver.io version: v4.4.2-ls303
2025-09-30T21:23:51.725403170Z Build-date: 2025-09-30T21:17:30+00:00
2025-09-30T21:23:51.725585948Z ───────────────────────────────────────
2025-09-30T21:23:51.725590958Z
2025-09-30T21:23:51.885500256Z mv: cannot stat '/app/netbox/netbox/media': No such file or directory
2025-09-30T21:23:51.934995578Z [custom-init] No custom files found, skipping...
2025-09-30T21:24:00.336151020Z Traceback (most recent call last):
2025-09-30T21:24:00.336192534Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 279, in ensure_connection
2025-09-30T21:24:00.336245831Z self.connect()
2025-09-30T21:24:00.336331043Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-09-30T21:24:00.336347827Z return func(*args, **kwargs)
2025-09-30T21:24:00.336356354Z ^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:24:00.336364350Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 256, in connect
2025-09-30T21:24:00.336471265Z self.connection = self.get_new_connection(conn_params)
2025-09-30T21:24:00.336493350Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:24:00.336502839Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-09-30T21:24:00.336514773Z return func(*args, **kwargs)
2025-09-30T21:24:00.336523200Z ^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:24:00.336533110Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/postgresql/base.py", line 332, in get_new_connection
2025-09-30T21:24:00.336654524Z connection = self.Database.connect(**conn_params)
2025-09-30T21:24:00.336674675Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:24:00.336682932Z File "/lsiopy/lib/python3.12/site-packages/psycopg/connection.py", line 98, in connect
2025-09-30T21:24:00.336752963Z attempts = conninfo_attempts(params)
2025-09-30T21:24:00.336774576Z ^^^^^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:24:00.336784246Z File "/lsiopy/lib/python3.12/site-packages/psycopg/_conninfo_attempts.py", line 53, in conninfo_attempts
2025-09-30T21:24:00.336815188Z raise e.OperationalError(str(last_exc))
2025-09-30T21:24:00.336841491Z psycopg.OperationalError: [Errno -2] Name does not resolve
2025-09-30T21:24:00.336852052Z
2025-09-30T21:24:00.336860369Z The above exception was the direct cause of the following exception:
2025-09-30T21:24:00.336868475Z
2025-09-30T21:24:00.336876541Z Traceback (most recent call last):
2025-09-30T21:24:00.336884888Z File "/app/netbox/netbox/./manage.py", line 10, in <module>
2025-09-30T21:24:00.336897774Z execute_from_command_line(sys.argv)
2025-09-30T21:24:00.336906351Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/__init__.py", line 442, in execute_from_command_line
2025-09-30T21:24:00.337029650Z utility.execute()
2025-09-30T21:24:00.337040321Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/__init__.py", line 436, in execute
2025-09-30T21:24:00.337179552Z self.fetch_command(subcommand).run_from_argv(self.argv)
2025-09-30T21:24:00.337200704Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 416, in run_from_argv
2025-09-30T21:24:00.337358301Z self.execute(*args, **cmd_options)
2025-09-30T21:24:00.337392540Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 460, in execute
2025-09-30T21:24:00.337539546Z output = self.handle(*args, **options)
2025-09-30T21:24:00.337551010Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:24:00.337559386Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 107, in wrapper
2025-09-30T21:24:00.337635450Z res = handle_func(*args, **kwargs)
2025-09-30T21:24:00.337647053Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:24:00.337655239Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/commands/migrate.py", line 114, in handle
2025-09-30T21:24:00.337715591Z executor = MigrationExecutor(connection, self.migration_progress_callback)
2025-09-30T21:24:00.337734198Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:24:00.337743477Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/executor.py", line 18, in __init__
2025-09-30T21:24:00.337781123Z self.loader = MigrationLoader(self.connection)
2025-09-30T21:24:00.337819691Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:24:00.337843218Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/loader.py", line 58, in __init__
2025-09-30T21:24:00.337856084Z self.build_graph()
2025-09-30T21:24:00.337864621Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/loader.py", line 235, in build_graph
2025-09-30T21:24:00.337966817Z self.applied_migrations = recorder.applied_migrations()
2025-09-30T21:24:00.337986116Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:24:00.337994483Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/recorder.py", line 89, in applied_migrations
2025-09-30T21:24:00.338062389Z if self.has_table():
2025-09-30T21:24:00.338084384Z ^^^^^^^^^^^^^^^^
2025-09-30T21:24:00.338094093Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/recorder.py", line 63, in has_table
2025-09-30T21:24:00.338104825Z with self.connection.cursor() as cursor:
2025-09-30T21:24:00.338113833Z ^^^^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:24:00.338122019Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-09-30T21:24:00.338181369Z return func(*args, **kwargs)
2025-09-30T21:24:00.338209576Z ^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:24:00.338221069Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 320, in cursor
2025-09-30T21:24:00.338314918Z return self._cursor()
2025-09-30T21:24:00.338325760Z ^^^^^^^^^^^^^^
2025-09-30T21:24:00.338333886Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 296, in _cursor
2025-09-30T21:24:00.338415751Z self.ensure_connection()
2025-09-30T21:24:00.338425120Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-09-30T21:24:00.338517856Z return func(*args, **kwargs)
2025-09-30T21:24:00.338550923Z ^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:24:00.338560923Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 278, in ensure_connection
2025-09-30T21:24:00.338598208Z with self.wrap_database_errors:
2025-09-30T21:24:00.338609631Z ^^^^^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:24:00.338618048Z File "/lsiopy/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__
2025-09-30T21:24:00.338673009Z raise dj_exc_value.with_traceback(traceback) from exc_value
2025-09-30T21:24:00.338684833Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 279, in ensure_connection
2025-09-30T21:24:00.338768972Z self.connect()
2025-09-30T21:24:00.338779183Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-09-30T21:24:00.338829474Z return func(*args, **kwargs)
2025-09-30T21:24:00.338862601Z ^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:24:00.338884495Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 256, in connect
2025-09-30T21:24:00.338948423Z self.connection = self.get_new_connection(conn_params)
2025-09-30T21:24:00.338957913Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:24:00.338966139Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-09-30T21:24:00.339021501Z return func(*args, **kwargs)
2025-09-30T21:24:00.339042463Z ^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:24:00.339053515Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/postgresql/base.py", line 332, in get_new_connection
2025-09-30T21:24:00.339162084Z connection = self.Database.connect(**conn_params)
2025-09-30T21:24:00.339172555Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:24:00.339180902Z File "/lsiopy/lib/python3.12/site-packages/psycopg/connection.py", line 98, in connect
2025-09-30T21:24:00.339223988Z attempts = conninfo_attempts(params)
2025-09-30T21:24:00.339257045Z ^^^^^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:24:00.339279721Z File "/lsiopy/lib/python3.12/site-packages/psycopg/_conninfo_attempts.py", line 53, in conninfo_attempts
2025-09-30T21:24:00.339300322Z raise e.OperationalError(str(last_exc))
2025-09-30T21:24:00.339310813Z django.db.utils.OperationalError: [Errno -2] Name does not resolve
2025-09-30T21:24:01.743369768Z Building local documentation
2025-09-30T21:24:13.581804688Z [uWSGI] getting INI configuration from uwsgi.ini
2025-09-30T21:24:13.586028373Z [uwsgi-static] added mapping for /static => static
2025-09-30T21:24:13.586049315Z *** Starting uWSGI 2.0.25.1 (64bit) on [Tue Sep 30 21:24:13 2025] ***
2025-09-30T21:24:13.586078063Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
2025-09-30T21:24:13.586086971Z os: Linux-6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22)
2025-09-30T21:24:13.586095277Z nodename: 915f474f171a
2025-09-30T21:24:13.586103334Z machine: x86_64
2025-09-30T21:24:13.586111470Z clock source: unix
2025-09-30T21:24:13.586119456Z pcre jit disabled
2025-09-30T21:24:13.586127312Z detected number of CPU cores: 64
2025-09-30T21:24:13.586135408Z current working directory: /app/netbox/netbox
2025-09-30T21:24:13.586143615Z detected binary path: /usr/sbin/uwsgi
2025-09-30T21:24:13.586151571Z your memory page size is 4096 bytes
2025-09-30T21:24:13.586159847Z detected max file descriptor number: 1048576
2025-09-30T21:24:13.590829620Z building mime-types dictionary from file /etc/mime.types...1390 entry found
2025-09-30T21:24:13.590870853Z lock engine: pthread robust mutexes
2025-09-30T21:24:13.591004242Z thunder lock: disabled (you can enable it with --thunder-lock)
2025-09-30T21:24:13.591178883Z uwsgi socket 0 bound to TCP address :8000 fd 3
2025-09-30T21:24:13.591188763Z Python version: 3.12.11 (main, Jun 9 2025, 08:58:46) [GCC 13.2.1 20240309]
2025-09-30T21:24:13.591203012Z PEP 405 virtualenv detected: /lsiopy
2025-09-30T21:24:13.591210928Z Set PythonHome to /lsiopy
2025-09-30T21:24:13.606558521Z Python main interpreter initialized at 0x7f056a6626f0
2025-09-30T21:24:13.606584424Z python threads support enabled
2025-09-30T21:24:13.606593873Z your server socket listen backlog is limited to 100 connections
2025-09-30T21:24:13.606602089Z your mercy for graceful operations on workers is 60 seconds
2025-09-30T21:24:13.606828515Z mapped 203184 bytes (198 KB) for 1 cores
2025-09-30T21:24:13.606864638Z *** Operational MODE: single process ***
2025-09-30T21:24:13.607319403Z running "exec:python3 ./manage.py collectstatic --noinput" (pre app)...
2025-09-30T21:24:14.592308073Z Connection to localhost (127.0.0.1) 8000 port [tcp/*] succeeded!
2025-09-30T21:24:14.612209526Z [ls.io-init] done.
Expand
NAME VERSION TYPE
Simple Launcher 1.1.0.14 binary (+5 duplicates)
alpine-baselayout 3.6.5-r0 apk
alpine-baselayout-data 3.6.5-r0 apk
alpine-keys 2.4-r1 apk
alpine-release 3.20.7-r0 apk
apk-tools 2.14.4-r1 apk
asgiref 3.9.2 python
attrs 25.3.0 python
babel 2.17.0 python
backrefs 5.9 python
bash 5.2.26-r0 apk
brotli-libs 1.1.0-r2 apk
busybox 1.36.1-r30 apk
busybox-binsh 1.36.1-r30 apk
c-ares 1.33.1-r0 apk
ca-certificates 20250619-r0 apk
ca-certificates-bundle 20250619-r0 apk
catatonit 0.2.0-r0 apk
certifi 2025.8.3 python
cffi 2.0.0 python
charset-normalizer 3.4.3 python
click 8.2.1 python
colorama 0.4.6 python
coreutils 9.5-r2 apk
coreutils-env 9.5-r2 apk
coreutils-fmt 9.5-r2 apk
coreutils-sha512sum 9.5-r2 apk
croniter 6.0.0 python
cryptography 46.0.1 python
curl 8.12.1-r0 apk
defusedxml 0.7.1 python
django 5.2.6 python
django-auth-ldap 5.2.0 python
django-cors-headers 4.9.0 python
django-debug-toolbar 5.2.0 python
django-filter 25.1 python
django-graphiql-debug-toolbar 0.2.0 python
django-htmx 1.26.0 python
django-js-asset 3.1.2 python
django-mptt 0.17.0 python
django-pglocks 1.0.4 python
django-prometheus 2.4.1 python
django-redis 6.0.0 python
django-rich 2.2.0 python
django-rq 3.1 python
django-storages 1.14.6 python
django-tables2 2.7.5 python
django-taggit 6.1.0 python
django-timezone-field 7.1 python
djangorestframework 3.16.1 python
drf-spectacular 0.28.0 python
drf-spectacular-sidecar 2025.9.1 python
feedparser 6.0.12 python
findutils 4.9.0-r5 apk
gdbm 1.23-r1 apk
ghp-import 2.1.0 python
gmp 6.3.0-r1 apk
graphene 3.4.3 python
graphene-django 3.2.3 python
graphql-core 3.2.6 python
graphql-relay 3.2.0 python
griffe 1.14.0 python
gunicorn 23.0.0 python
idna 3.10 python
inflection 0.5.1 python
jansson 2.14-r4 apk
jinja2 3.1.6 python
jq 1.7.1-r0 apk
jsonschema 4.25.1 python
jsonschema-specifications 2025.9.1 python
lia-web 0.2.3 python
libacl 2.3.2-r0 apk
libattr 2.5.2-r0 apk
libbsd 0.12.2-r0 apk
libbz2 1.0.8-r6 apk
libcap2 2.70-r0 apk
libcrypto3 3.3.4-r0 apk
libcurl 8.12.1-r0 apk
libexpat 2.7.3-r0 apk
libffi 3.4.6-r0 apk
libgcc 13.2.1_git20240309-r1 apk
libidn2 2.3.7-r0 apk
libintl 0.22.5-r0 apk
libjpeg-turbo 3.0.3-r0 apk
libldap 2.6.8-r0 apk
libmd 1.1.0-r0 apk
libncursesw 6.4_p20240420-r2 apk
libpanelw 6.4_p20240420-r2 apk
libpq 16.10-r0 apk
libproc2 4.0.4-r0 apk
libpsl 0.21.5-r1 apk
libsasl 2.1.28-r6 apk
libsharpyuv 1.3.2-r0 apk
libssl3 3.3.4-r0 apk
libstdc++ 13.2.1_git20240309-r1 apk
libunistring 1.2-r0 apk
libwebp 1.3.2-r0 apk
libxml2 2.12.10-r0 apk
linux-pam 1.6.0-r0 apk
lz4-libs 1.9.4-r5 apk
mailcap 2.1.54-r0 apk
markdown 3.9 python
markdown-it-py 4.0.0 python
markupsafe 3.0.3 python
mdurl 0.1.2 python
mergedeep 1.3.4 python
mkdocs 1.6.1 python
mkdocs-autorefs 1.4.3 python
mkdocs-get-deps 0.2.0 python
mkdocs-material 9.6.20 python
mkdocs-material-extensions 1.3.1 python
mkdocstrings 0.30.1 python
mkdocstrings-python 1.18.2 python
mpdecimal 4.0.0-r0 apk
musl 1.2.5-r1 apk
musl-utils 1.2.5-r1 apk
ncurses-terminfo-base 6.4_p20240420-r2 apk
netaddr 1.3.0 python
netbox 4.4.0 npm
netbox-graphiql 4.3.0 npm
netcat-openbsd 1.226-r0 apk
nghttp2-libs 1.62.1-r0 apk
nh3 0.3.0 python
oauthlib 3.3.1 python
oniguruma 6.9.9-r0 apk
packaging 25.0 python
paginate 0.5.7 python
pathspec 0.12.1 python
pcre2 10.43-r0 apk
pillow 11.3.0 python
pip 25.2 python
platformdirs 4.4.0 python
postgresql-common 1.2-r1 apk
postgresql16-client 16.10-r0 apk
procps-ng 4.0.4-r0 apk
prometheus-client 0.23.1 python
promise 2.3 python
psycopg 3.2.10 python
psycopg-c 3.2.10 python
psycopg-pool 3.2.6 python
pyasn1 0.6.1 python
pyasn1-modules 0.4.2 python
pyc 3.12.11-r0 apk
pycparser 2.23 python
pygments 2.19.2 python
pyjwt 2.10.1 python
pymdown-extensions 10.16.1 python
python-dateutil 2.9.0.post0 python
python-ldap 3.4.4 python
python3 3.12.11-r0 apk
python3-openid 3.2.0 python
python3-pyc 3.12.11-r0 apk
python3-pycache-pyc0 3.12.11-r0 apk
pytz 2025.2 python
pyyaml 6.0.3 python
pyyaml-env-tag 1.1 python
readline 8.2.10-r0 apk
redis 6.4.0 python
referencing 0.36.2 python
requests 2.32.5 python
requests-oauthlib 2.0.0 python
rich 14.1.0 python
rpds-py 0.27.1 python
rq 2.6.0 python
scanelf 1.3.7-r2 apk
sgmllib3k 1.0.0 python
shadow 4.15.1-r0 apk
six 1.17.0 python
skalibs 2.14.1.1-r0 apk
social-auth-app-django 5.5.1 python
social-auth-core 4.7.0 python
sorl-thumbnail 12.11.0 python
sqlite-libs 3.45.3-r2 apk
sqlparse 0.5.3 python
ssl_client 1.36.1-r30 apk
strawberry-graphql 0.282.0 python
strawberry-graphql-django 0.65.1 python
svgwrite 1.4.3 python
tablib 3.8.0 python
text-unidecode 1.3 python
tiff 4.6.0t-r0 apk
typing-extensions 4.15.0 python
tzdata 2025.2 python
tzdata 2025b-r0 apk
uritemplate 4.2.0 python
urllib3 2.5.0 python
utmps-libs 0.1.2.2-r1 apk
uwsgi 2.0.25.1-r1 apk
uwsgi-python3 2.0.25.1-r1 apk
watchdog 6.0.0 python
wheel 0.45.1 python
xz-libs 5.6.2-r1 apk
zlib 1.3.1-r1 apk
zstd-libs 1.5.6-r0 apk
Test | Result | Message | Runtime |
---|---|---|---|
Container startup | PASS | - | 23.11s |
Create SBOM | PASS | - | 15.34s |
Get build info | PASS | - | 0.03s |
ARM64 FAIL
linuxserver/netbox
Runtime: 120.89s
WEB_SCREENSHOT ENV Disabled
Build Information
Builder: X86-BUILDER-3g --Hetzner
Created: 2025-09-30T21:17:30+00:00
Image: linuxserver/netbox
Maintainer: alex-phillips
Size: 123.16MB
Tag: arm64v8-v4.4.2-ls303
Version: v4.4.2-ls303
Expand
2025-09-30T21:23:54.733060527Z [migrations] started
2025-09-30T21:23:54.737388322Z [migrations] no migrations found
2025-09-30T21:23:55.199376325Z usermod: no changes
2025-09-30T21:23:55.238926091Z ───────────────────────────────────────
2025-09-30T21:23:55.238952384Z
2025-09-30T21:23:55.238961412Z ██╗ ███████╗██╗ ██████╗
2025-09-30T21:23:55.238970240Z ██║ ██╔════╝██║██╔═══██╗
2025-09-30T21:23:55.238978627Z ██║ ███████╗██║██║ ██║
2025-09-30T21:23:55.238986904Z ██║ ╚════██║██║██║ ██║
2025-09-30T21:23:55.238995100Z ███████╗███████║██║╚██████╔╝
2025-09-30T21:23:55.239003407Z ╚══════╝╚══════╝╚═╝ ╚═════╝
2025-09-30T21:23:55.239011633Z
2025-09-30T21:23:55.239019429Z Brought to you by linuxserver.io
2025-09-30T21:23:55.239027585Z ───────────────────────────────────────
2025-09-30T21:23:55.244477409Z
2025-09-30T21:23:55.244494684Z To support LSIO projects visit:
2025-09-30T21:23:55.244503341Z https://www.linuxserver.io/donate/
2025-09-30T21:23:55.244511457Z
2025-09-30T21:23:55.244519373Z ───────────────────────────────────────
2025-09-30T21:23:55.244528412Z GID/UID
2025-09-30T21:23:55.244703925Z ───────────────────────────────────────
2025-09-30T21:23:55.344048422Z
2025-09-30T21:23:55.344072039Z User UID: 911
2025-09-30T21:23:55.344081288Z User GID: 911
2025-09-30T21:23:55.344089464Z ───────────────────────────────────────
2025-09-30T21:23:55.377701274Z Linuxserver.io version: v4.4.2-ls303
2025-09-30T21:23:55.380340969Z Build-date: 2025-09-30T21:17:30+00:00
2025-09-30T21:23:55.380367162Z ───────────────────────────────────────
2025-09-30T21:23:55.380377293Z
2025-09-30T21:23:58.773266389Z mv: cannot stat '/app/netbox/netbox/media': No such file or directory
2025-09-30T21:24:01.770841565Z [custom-init] No custom files found, skipping...
2025-09-30T21:25:25.412379507Z Traceback (most recent call last):
2025-09-30T21:25:25.412834754Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 279, in ensure_connection
2025-09-30T21:25:25.415181109Z self.connect()
2025-09-30T21:25:25.416152695Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-09-30T21:25:25.416609775Z return func(*args, **kwargs)
2025-09-30T21:25:25.417139322Z ^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:25:25.417161025Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 256, in connect
2025-09-30T21:25:25.418162642Z self.connection = self.get_new_connection(conn_params)
2025-09-30T21:25:25.418487196Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:25:25.418508819Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-09-30T21:25:25.418940348Z return func(*args, **kwargs)
2025-09-30T21:25:25.419210863Z ^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:25:25.419232476Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/postgresql/base.py", line 332, in get_new_connection
2025-09-30T21:25:25.420648538Z connection = self.Database.connect(**conn_params)
2025-09-30T21:25:25.420974905Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:25:25.420999775Z File "/lsiopy/lib/python3.12/site-packages/psycopg/connection.py", line 98, in connect
2025-09-30T21:25:25.421608731Z attempts = conninfo_attempts(params)
2025-09-30T21:25:25.421851450Z ^^^^^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:25:25.421873254Z File "/lsiopy/lib/python3.12/site-packages/psycopg/_conninfo_attempts.py", line 53, in conninfo_attempts
2025-09-30T21:25:25.422370455Z raise e.OperationalError(str(last_exc))
2025-09-30T21:25:25.422941014Z psycopg.OperationalError: [Errno -2] Name does not resolve
2025-09-30T21:25:25.423079503Z
2025-09-30T21:25:25.423091306Z The above exception was the direct cause of the following exception:
2025-09-30T21:25:25.423108130Z
2025-09-30T21:25:25.423208452Z Traceback (most recent call last):
2025-09-30T21:25:25.423230517Z File "/app/netbox/netbox/./manage.py", line 10, in <module>
2025-09-30T21:25:25.423607195Z execute_from_command_line(sys.argv)
2025-09-30T21:25:25.423784011Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/__init__.py", line 442, in execute_from_command_line
2025-09-30T21:25:25.425266426Z utility.execute()
2025-09-30T21:25:25.425480116Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/__init__.py", line 436, in execute
2025-09-30T21:25:25.426892991Z self.fetch_command(subcommand).run_from_argv(self.argv)
2025-09-30T21:25:25.427121171Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 416, in run_from_argv
2025-09-30T21:25:25.428539967Z self.execute(*args, **cmd_options)
2025-09-30T21:25:25.428721593Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 460, in execute
2025-09-30T21:25:25.430170871Z output = self.handle(*args, **options)
2025-09-30T21:25:25.430478781Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:25:25.430500475Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 107, in wrapper
2025-09-30T21:25:25.431115183Z res = handle_func(*args, **kwargs)
2025-09-30T21:25:25.431356408Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:25:25.431382310Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/commands/migrate.py", line 114, in handle
2025-09-30T21:25:25.432071037Z executor = MigrationExecutor(connection, self.migration_progress_callback)
2025-09-30T21:25:25.432460802Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:25:25.432472576Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/executor.py", line 18, in __init__
2025-09-30T21:25:25.432872992Z self.loader = MigrationLoader(self.connection)
2025-09-30T21:25:25.433167786Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:25:25.433177145Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/loader.py", line 58, in __init__
2025-09-30T21:25:25.433667231Z self.build_graph()
2025-09-30T21:25:25.433821392Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/loader.py", line 235, in build_graph
2025-09-30T21:25:25.434731585Z self.applied_migrations = recorder.applied_migrations()
2025-09-30T21:25:25.435024434Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:25:25.435033933Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/recorder.py", line 89, in applied_migrations
2025-09-30T21:25:25.435594402Z if self.has_table():
2025-09-30T21:25:25.435771058Z ^^^^^^^^^^^^^^^^
2025-09-30T21:25:25.435797772Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/recorder.py", line 63, in has_table
2025-09-30T21:25:25.436361356Z with self.connection.cursor() as cursor:
2025-09-30T21:25:25.436607853Z ^^^^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:25:25.436618073Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-09-30T21:25:25.437042648Z return func(*args, **kwargs)
2025-09-30T21:25:25.437313884Z ^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:25:25.437322462Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 320, in cursor
2025-09-30T21:25:25.438429651Z return self._cursor()
2025-09-30T21:25:25.438634373Z ^^^^^^^^^^^^^^
2025-09-30T21:25:25.438645055Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 296, in _cursor
2025-09-30T21:25:25.439725290Z self.ensure_connection()
2025-09-30T21:25:25.439816944Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-09-30T21:25:25.440350338Z return func(*args, **kwargs)
2025-09-30T21:25:25.440579890Z ^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:25:25.440593237Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 278, in ensure_connection
2025-09-30T21:25:25.441617009Z with self.wrap_database_errors:
2025-09-30T21:25:25.442567102Z ^^^^^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:25:25.442580048Z File "/lsiopy/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__
2025-09-30T21:25:25.443120817Z raise dj_exc_value.with_traceback(traceback) from exc_value
2025-09-30T21:25:25.443296431Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 279, in ensure_connection
2025-09-30T21:25:25.444418199Z self.connect()
2025-09-30T21:25:25.444541187Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-09-30T21:25:25.444945341Z return func(*args, **kwargs)
2025-09-30T21:25:25.445220525Z ^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:25:25.445232619Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 256, in connect
2025-09-30T21:25:25.446195879Z self.connection = self.get_new_connection(conn_params)
2025-09-30T21:25:25.446521104Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:25:25.446532176Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-09-30T21:25:25.446954677Z return func(*args, **kwargs)
2025-09-30T21:25:25.447222586Z ^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:25:25.447231754Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/postgresql/base.py", line 332, in get_new_connection
2025-09-30T21:25:25.448469908Z connection = self.Database.connect(**conn_params)
2025-09-30T21:25:25.448788058Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:25:25.448798790Z File "/lsiopy/lib/python3.12/site-packages/psycopg/connection.py", line 98, in connect
2025-09-30T21:25:25.449404369Z attempts = conninfo_attempts(params)
2025-09-30T21:25:25.449665555Z ^^^^^^^^^^^^^^^^^^^^^^^^^
2025-09-30T21:25:25.449679533Z File "/lsiopy/lib/python3.12/site-packages/psycopg/_conninfo_attempts.py", line 53, in conninfo_attempts
2025-09-30T21:25:25.450162265Z raise e.OperationalError(str(last_exc))
2025-09-30T21:25:25.450363420Z django.db.utils.OperationalError: [Errno -2] Name does not resolve
2025-09-30T21:25:29.128574284Z Building local documentation
Expand
NAME VERSION TYPE
Simple Launcher 1.1.0.14 binary (+5 duplicates)
alpine-baselayout 3.6.5-r0 apk
alpine-baselayout-data 3.6.5-r0 apk
alpine-keys 2.4-r1 apk
alpine-release 3.20.7-r0 apk
apk-tools 2.14.4-r1 apk
asgiref 3.9.2 python
attrs 25.3.0 python
babel 2.17.0 python
backrefs 5.9 python
bash 5.2.26-r0 apk
brotli-libs 1.1.0-r2 apk
busybox 1.36.1-r30 apk
busybox-binsh 1.36.1-r30 apk
c-ares 1.33.1-r0 apk
ca-certificates 20250619-r0 apk
ca-certificates-bundle 20250619-r0 apk
catatonit 0.2.0-r0 apk
certifi 2025.8.3 python
cffi 2.0.0 python
charset-normalizer 3.4.3 python
click 8.2.1 python
colorama 0.4.6 python
coreutils 9.5-r2 apk
coreutils-env 9.5-r2 apk
coreutils-fmt 9.5-r2 apk
coreutils-sha512sum 9.5-r2 apk
croniter 6.0.0 python
cryptography 46.0.1 python
curl 8.12.1-r0 apk
defusedxml 0.7.1 python
django 5.2.6 python
django-auth-ldap 5.2.0 python
django-cors-headers 4.9.0 python
django-debug-toolbar 5.2.0 python
django-filter 25.1 python
django-graphiql-debug-toolbar 0.2.0 python
django-htmx 1.26.0 python
django-js-asset 3.1.2 python
django-mptt 0.17.0 python
django-pglocks 1.0.4 python
django-prometheus 2.4.1 python
django-redis 6.0.0 python
django-rich 2.2.0 python
django-rq 3.1 python
django-storages 1.14.6 python
django-tables2 2.7.5 python
django-taggit 6.1.0 python
django-timezone-field 7.1 python
djangorestframework 3.16.1 python
drf-spectacular 0.28.0 python
drf-spectacular-sidecar 2025.9.1 python
feedparser 6.0.12 python
findutils 4.9.0-r5 apk
gdbm 1.23-r1 apk
ghp-import 2.1.0 python
graphene 3.4.3 python
graphene-django 3.2.3 python
graphql-core 3.2.6 python
graphql-relay 3.2.0 python
griffe 1.14.0 python
gunicorn 23.0.0 python
idna 3.10 python
inflection 0.5.1 python
jansson 2.14-r4 apk
jinja2 3.1.6 python
jq 1.7.1-r0 apk
jsonschema 4.25.1 python
jsonschema-specifications 2025.9.1 python
lia-web 0.2.3 python
libacl 2.3.2-r0 apk
libattr 2.5.2-r0 apk
libbsd 0.12.2-r0 apk
libbz2 1.0.8-r6 apk
libcap2 2.70-r0 apk
libcrypto3 3.3.4-r0 apk
libcurl 8.12.1-r0 apk
libexpat 2.7.3-r0 apk
libffi 3.4.6-r0 apk
libgcc 13.2.1_git20240309-r1 apk
libidn2 2.3.7-r0 apk
libintl 0.22.5-r0 apk
libjpeg-turbo 3.0.3-r0 apk
libldap 2.6.8-r0 apk
libmd 1.1.0-r0 apk
libncursesw 6.4_p20240420-r2 apk
libpanelw 6.4_p20240420-r2 apk
libpq 16.10-r0 apk
libproc2 4.0.4-r0 apk
libpsl 0.21.5-r1 apk
libsasl 2.1.28-r6 apk
libsharpyuv 1.3.2-r0 apk
libssl3 3.3.4-r0 apk
libstdc++ 13.2.1_git20240309-r1 apk
libunistring 1.2-r0 apk
libwebp 1.3.2-r0 apk
libxml2 2.12.10-r0 apk
linux-pam 1.6.0-r0 apk
lz4-libs 1.9.4-r5 apk
mailcap 2.1.54-r0 apk
markdown 3.9 python
markdown-it-py 4.0.0 python
markupsafe 3.0.3 python
mdurl 0.1.2 python
mergedeep 1.3.4 python
mkdocs 1.6.1 python
mkdocs-autorefs 1.4.3 python
mkdocs-get-deps 0.2.0 python
mkdocs-material 9.6.20 python
mkdocs-material-extensions 1.3.1 python
mkdocstrings 0.30.1 python
mkdocstrings-python 1.18.2 python
mpdecimal 4.0.0-r0 apk
musl 1.2.5-r1 apk
musl-utils 1.2.5-r1 apk
ncurses-terminfo-base 6.4_p20240420-r2 apk
netaddr 1.3.0 python
netbox 4.4.0 npm
netbox-graphiql 4.3.0 npm
netcat-openbsd 1.226-r0 apk
nghttp2-libs 1.62.1-r0 apk
nh3 0.3.0 python
oauthlib 3.3.1 python
oniguruma 6.9.9-r0 apk
packaging 25.0 python
paginate 0.5.7 python
pathspec 0.12.1 python
pcre2 10.43-r0 apk
pillow 11.3.0 python
pip 25.2 python
platformdirs 4.4.0 python
postgresql-common 1.2-r1 apk
postgresql16-client 16.10-r0 apk
procps-ng 4.0.4-r0 apk
prometheus-client 0.23.1 python
promise 2.3 python
psycopg 3.2.10 python
psycopg-c 3.2.10 python
psycopg-pool 3.2.6 python
pyasn1 0.6.1 python
pyasn1-modules 0.4.2 python
pyc 3.12.11-r0 apk
pycparser 2.23 python
pygments 2.19.2 python
pyjwt 2.10.1 python
pymdown-extensions 10.16.1 python
python-dateutil 2.9.0.post0 python
python-ldap 3.4.4 python
python3 3.12.11-r0 apk
python3-openid 3.2.0 python
python3-pyc 3.12.11-r0 apk
python3-pycache-pyc0 3.12.11-r0 apk
pytz 2025.2 python
pyyaml 6.0.3 python
pyyaml-env-tag 1.1 python
readline 8.2.10-r0 apk
redis 6.4.0 python
referencing 0.36.2 python
requests 2.32.5 python
requests-oauthlib 2.0.0 python
rich 14.1.0 python
rpds-py 0.27.1 python
rq 2.6.0 python
scanelf 1.3.7-r2 apk
sgmllib3k 1.0.0 python
shadow 4.15.1-r0 apk
six 1.17.0 python
skalibs 2.14.1.1-r0 apk
social-auth-app-django 5.5.1 python
social-auth-core 4.7.0 python
sorl-thumbnail 12.11.0 python
sqlite-libs 3.45.3-r2 apk
sqlparse 0.5.3 python
ssl_client 1.36.1-r30 apk
strawberry-graphql 0.282.0 python
strawberry-graphql-django 0.65.1 python
svgwrite 1.4.3 python
tablib 3.8.0 python
text-unidecode 1.3 python
tiff 4.6.0t-r0 apk
typing-extensions 4.15.0 python
tzdata 2025.2 python
tzdata 2025b-r0 apk
uritemplate 4.2.0 python
urllib3 2.5.0 python
utmps-libs 0.1.2.2-r1 apk
uwsgi 2.0.25.1-r1 apk
uwsgi-python3 2.0.25.1-r1 apk
watchdog 6.0.0 python
wheel 0.45.1 python
xz-libs 5.6.2-r1 apk
zlib 1.3.1-r1 apk
zstd-libs 1.5.6-r0 apk
Warnings
This image uses uWSGI and might not start on ARM/QEMU
Test | Result | Message | Runtime |
---|---|---|---|
Container startup | FAIL | INIT NOT FINISHED | 120.53s |
Create SBOM | PASS | - | 15.30s |
Get build info | PASS | - | 0.02s |