AMD64 PASS
linuxserver/netbox
Runtime: 25.62s
WEB_SCREENSHOT ENV Disabled
Build Information
Builder: X86-BUILDER-3a --Hetzner
Created: 2025-11-27T15:45:57+00:00
Image: linuxserver/netbox
Maintainer: alex-phillips
Size: 123.71MB
Tag: amd64-v4.4.7-ls316
Version: v4.4.7-ls316
Expand
2025-11-27T15:51:45.057461532Z [migrations] started
2025-11-27T15:51:45.057498576Z [migrations] no migrations found
2025-11-27T15:51:45.074073955Z usermod: no changes
2025-11-27T15:51:45.076189855Z ───────────────────────────────────────
2025-11-27T15:51:45.076199414Z
2025-11-27T15:51:45.076203122Z ██╗ ███████╗██╗ ██████╗
2025-11-27T15:51:45.076206819Z ██║ ██╔════╝██║██╔═══██╗
2025-11-27T15:51:45.076210396Z ██║ ███████╗██║██║ ██║
2025-11-27T15:51:45.076213954Z ██║ ╚════██║██║██║ ██║
2025-11-27T15:51:45.076217811Z ███████╗███████║██║╚██████╔╝
2025-11-27T15:51:45.076221369Z ╚══════╝╚══════╝╚═╝ ╚═════╝
2025-11-27T15:51:45.076224886Z
2025-11-27T15:51:45.076228262Z Brought to you by linuxserver.io
2025-11-27T15:51:45.076231699Z ───────────────────────────────────────
2025-11-27T15:51:45.076528767Z
2025-11-27T15:51:45.076533798Z To support LSIO projects visit:
2025-11-27T15:51:45.076537615Z https://www.linuxserver.io/donate/
2025-11-27T15:51:45.076543988Z
2025-11-27T15:51:45.076547575Z ───────────────────────────────────────
2025-11-27T15:51:45.076551583Z GID/UID
2025-11-27T15:51:45.076555130Z ───────────────────────────────────────
2025-11-27T15:51:45.080784395Z
2025-11-27T15:51:45.080790457Z User UID: 911
2025-11-27T15:51:45.080794164Z User GID: 911
2025-11-27T15:51:45.080797611Z ───────────────────────────────────────
2025-11-27T15:51:45.082399807Z Linuxserver.io version: v4.4.7-ls316
2025-11-27T15:51:45.082668457Z Build-date: 2025-11-27T15:45:57+00:00
2025-11-27T15:51:45.082679900Z ───────────────────────────────────────
2025-11-27T15:51:45.082684650Z
2025-11-27T15:51:45.200049816Z mv: cannot stat '/app/netbox/netbox/media': No such file or directory
2025-11-27T15:51:45.275246008Z [custom-init] No custom files found, skipping...
2025-11-27T15:51:54.178237607Z Traceback (most recent call last):
2025-11-27T15:51:54.178431848Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 279, in ensure_connection
2025-11-27T15:51:54.178527170Z self.connect()
2025-11-27T15:51:54.178585778Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-11-27T15:51:54.178595928Z return func(*args, **kwargs)
2025-11-27T15:51:54.178609185Z ^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:51:54.178617422Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 256, in connect
2025-11-27T15:51:54.178804208Z self.connection = self.get_new_connection(conn_params)
2025-11-27T15:51:54.178826342Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:51:54.178835972Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-11-27T15:51:54.178844920Z return func(*args, **kwargs)
2025-11-27T15:51:54.178853026Z ^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:51:54.178861122Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/postgresql/base.py", line 332, in get_new_connection
2025-11-27T15:51:54.179029922Z connection = self.Database.connect(**conn_params)
2025-11-27T15:51:54.179051566Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:51:54.179061035Z File "/lsiopy/lib/python3.12/site-packages/psycopg/connection.py", line 98, in connect
2025-11-27T15:51:54.179092658Z attempts = conninfo_attempts(params)
2025-11-27T15:51:54.179116637Z ^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:51:54.179126316Z File "/lsiopy/lib/python3.12/site-packages/psycopg/_conninfo_attempts.py", line 55, in conninfo_attempts
2025-11-27T15:51:54.179236959Z raise last_exc
2025-11-27T15:51:54.179258452Z psycopg.OperationalError: failed to resolve host 'postgres': [Errno -2] Name does not resolve
2025-11-27T15:51:54.179267971Z
2025-11-27T15:51:54.179275907Z The above exception was the direct cause of the following exception:
2025-11-27T15:51:54.179284014Z
2025-11-27T15:51:54.179291880Z Traceback (most recent call last):
2025-11-27T15:51:54.179299886Z File "/app/netbox/netbox/./manage.py", line 10, in <module>
2025-11-27T15:51:54.179308824Z execute_from_command_line(sys.argv)
2025-11-27T15:51:54.179317211Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/__init__.py", line 442, in execute_from_command_line
2025-11-27T15:51:54.179418645Z utility.execute()
2025-11-27T15:51:54.179429116Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/__init__.py", line 436, in execute
2025-11-27T15:51:54.179585511Z self.fetch_command(subcommand).run_from_argv(self.argv)
2025-11-27T15:51:54.179606403Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 416, in run_from_argv
2025-11-27T15:51:54.179794582Z self.execute(*args, **cmd_options)
2025-11-27T15:51:54.179803540Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 460, in execute
2025-11-27T15:51:54.180006017Z output = self.handle(*args, **options)
2025-11-27T15:51:54.180030436Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:51:54.180040186Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 107, in wrapper
2025-11-27T15:51:54.180166350Z res = handle_func(*args, **kwargs)
2025-11-27T15:51:54.180189226Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:51:54.180198815Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/commands/migrate.py", line 114, in handle
2025-11-27T15:51:54.180225940Z executor = MigrationExecutor(connection, self.migration_progress_callback)
2025-11-27T15:51:54.180248095Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:51:54.180257844Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/executor.py", line 18, in __init__
2025-11-27T15:51:54.180307715Z self.loader = MigrationLoader(self.connection)
2025-11-27T15:51:54.180320530Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:51:54.180328877Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/loader.py", line 58, in __init__
2025-11-27T15:51:54.180457727Z self.build_graph()
2025-11-27T15:51:54.180478979Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/loader.py", line 235, in build_graph
2025-11-27T15:51:54.180567688Z self.applied_migrations = recorder.applied_migrations()
2025-11-27T15:51:54.180590354Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:51:54.180599963Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/recorder.py", line 89, in applied_migrations
2025-11-27T15:51:54.180622779Z if self.has_table():
2025-11-27T15:51:54.180644352Z ^^^^^^^^^^^^^^^^
2025-11-27T15:51:54.180654162Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/recorder.py", line 63, in has_table
2025-11-27T15:51:54.180699042Z with self.connection.cursor() as cursor:
2025-11-27T15:51:54.180710165Z ^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:51:54.180718712Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-11-27T15:51:54.180784715Z return func(*args, **kwargs)
2025-11-27T15:51:54.180796298Z ^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:51:54.180804434Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 320, in cursor
2025-11-27T15:51:54.180936220Z return self._cursor()
2025-11-27T15:51:54.180947482Z ^^^^^^^^^^^^^^
2025-11-27T15:51:54.180955929Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 296, in _cursor
2025-11-27T15:51:54.181080721Z self.ensure_connection()
2025-11-27T15:51:54.181092104Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-11-27T15:51:54.181149269Z return func(*args, **kwargs)
2025-11-27T15:51:54.181160581Z ^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:51:54.181168598Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 278, in ensure_connection
2025-11-27T15:51:54.181298689Z with self.wrap_database_errors:
2025-11-27T15:51:54.181310273Z ^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:51:54.181318589Z File "/lsiopy/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__
2025-11-27T15:51:54.181426928Z raise dj_exc_value.with_traceback(traceback) from exc_value
2025-11-27T15:51:54.181437900Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 279, in ensure_connection
2025-11-27T15:51:54.181562009Z self.connect()
2025-11-27T15:51:54.181571669Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-11-27T15:51:54.181591789Z return func(*args, **kwargs)
2025-11-27T15:51:54.181600186Z ^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:51:54.181608142Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 256, in connect
2025-11-27T15:51:54.181818265Z self.connection = self.get_new_connection(conn_params)
2025-11-27T15:51:54.181839829Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:51:54.181849448Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-11-27T15:51:54.181858466Z return func(*args, **kwargs)
2025-11-27T15:51:54.181874479Z ^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:51:54.181882805Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/postgresql/base.py", line 332, in get_new_connection
2025-11-27T15:51:54.181989059Z connection = self.Database.connect(**conn_params)
2025-11-27T15:51:54.182008769Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:51:54.182017106Z File "/lsiopy/lib/python3.12/site-packages/psycopg/connection.py", line 98, in connect
2025-11-27T15:51:54.182113309Z attempts = conninfo_attempts(params)
2025-11-27T15:51:54.182135233Z ^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:51:54.182145113Z File "/lsiopy/lib/python3.12/site-packages/psycopg/_conninfo_attempts.py", line 55, in conninfo_attempts
2025-11-27T15:51:54.182178110Z raise last_exc
2025-11-27T15:51:54.182188581Z django.db.utils.OperationalError: failed to resolve host 'postgres': [Errno -2] Name does not resolve
2025-11-27T15:51:55.576178542Z Building local documentation
2025-11-27T15:52:08.310000462Z [uWSGI] getting INI configuration from uwsgi.ini
2025-11-27T15:52:08.313959582Z [uwsgi-static] added mapping for /static => static
2025-11-27T15:52:08.313989081Z *** Starting uWSGI 2.0.25.1 (64bit) on [Thu Nov 27 15:52:08 2025] ***
2025-11-27T15:52:08.314023450Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
2025-11-27T15:52:08.314032178Z os: Linux-6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22)
2025-11-27T15:52:08.314040404Z nodename: 6fca5e438491
2025-11-27T15:52:08.314048340Z machine: x86_64
2025-11-27T15:52:08.314056266Z clock source: unix
2025-11-27T15:52:08.314064753Z pcre jit disabled
2025-11-27T15:52:08.314072750Z detected number of CPU cores: 64
2025-11-27T15:52:08.314081036Z current working directory: /app/netbox/netbox
2025-11-27T15:52:08.314089032Z detected binary path: /usr/sbin/uwsgi
2025-11-27T15:52:08.314097069Z your memory page size is 4096 bytes
2025-11-27T15:52:08.314105195Z detected max file descriptor number: 1048576
2025-11-27T15:52:08.318677810Z building mime-types dictionary from file /etc/mime.types...1390 entry found
2025-11-27T15:52:08.318700296Z lock engine: pthread robust mutexes
2025-11-27T15:52:08.318887663Z thunder lock: disabled (you can enable it with --thunder-lock)
2025-11-27T15:52:08.319060812Z uwsgi socket 0 bound to TCP address :8000 fd 3
2025-11-27T15:52:08.319093447Z Python version: 3.12.12 (main, Oct 10 2025, 13:35:19) [GCC 13.2.1 20240309]
2025-11-27T15:52:08.319127716Z PEP 405 virtualenv detected: /lsiopy
2025-11-27T15:52:08.319139410Z Set PythonHome to /lsiopy
2025-11-27T15:52:08.333988925Z Python main interpreter initialized at 0x7f6af73366f0
2025-11-27T15:52:08.334006771Z python threads support enabled
2025-11-27T15:52:08.334017051Z your server socket listen backlog is limited to 100 connections
2025-11-27T15:52:08.334025148Z your mercy for graceful operations on workers is 60 seconds
2025-11-27T15:52:08.334304440Z mapped 203184 bytes (198 KB) for 1 cores
2025-11-27T15:52:08.334383409Z *** Operational MODE: single process ***
2025-11-27T15:52:08.334762903Z running "exec:python3 ./manage.py collectstatic --noinput" (pre app)...
2025-11-27T15:52:09.320302800Z Connection to localhost (127.0.0.1) 8000 port [tcp/*] succeeded!
2025-11-27T15:52:09.338393129Z [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.8-r0 apk
apk-tools 2.14.4-r1 apk
asgiref 3.11.0 python
attrs 25.4.0 python
babel 2.17.0 python
backrefs 6.1 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 20250911-r0 apk
ca-certificates-bundle 20250911-r0 apk
catatonit 0.2.0-r0 apk
certifi 2025.11.12 python
cffi 2.0.0 python
charset-normalizer 3.4.4 python
click 8.3.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.3 python
curl 8.14.1-r2 apk
defusedxml 0.7.1 python
django 5.2.8 python
django-auth-ldap 5.2.0 python
django-cors-headers 4.9.0 python
django-debug-toolbar 6.1.0 python
django-filter 25.2 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.2.1 python
django-storages 1.14.6 python
django-tables2 2.8.0 python
django-taggit 6.1.0 python
django-timezone-field 7.1 python
djangorestframework 3.16.1 python
drf-spectacular 0.29.0 python
drf-spectacular-sidecar 2025.10.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.7 python
graphql-relay 3.2.0 python
griffe 1.15.0 python
gunicorn 23.0.0 python
idna 3.11 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.5-r0 apk
libcurl 8.14.1-r2 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.11-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.5-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.10 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.7.0 python
mkdocs-material-extensions 1.3.1 python
mkdocstrings 0.30.1 python
mkdocstrings-python 1.19.0 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.2 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 12.0.0 python
pip 25.3 python
platformdirs 4.5.0 python
postgresql-common 1.2-r1 apk
postgresql16-client 16.11-r0 apk
procps-ng 4.0.4-r0 apk
prometheus-client 0.23.1 python
promise 2.3 python
psycopg 3.2.13 python
psycopg-c 3.2.13 python
psycopg-pool 3.2.8 python
pyasn1 0.6.1 python
pyasn1-modules 0.4.2 python
pyc 3.12.12-r0 apk
pycparser 2.23 python
pygments 2.19.2 python
pyjwt 2.10.1 python
pymdown-extensions 10.17.2 python
python-dateutil 2.9.0.post0 python
python-ldap 3.4.5 python
python3 3.12.12-r0 apk
python3-openid 3.2.0 python
python3-pyc 3.12.12-r0 apk
python3-pycache-pyc0 3.12.12-r0 apk
pytz 2025.2 python
pyyaml 6.0.3 python
pyyaml-env-tag 1.1 python
readline 8.2.10-r0 apk
redis 7.1.0 python
referencing 0.37.0 python
requests 2.32.5 python
requests-oauthlib 2.0.0 python
rich 14.2.0 python
rpds-py 0.29.0 python
rq 2.6.1 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.6.0 python
social-auth-core 4.8.1 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.287.0 python
strawberry-graphql-django 0.67.2 python
svgwrite 1.4.3 python
tablib 3.9.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 | - | 25.12s |
| Create SBOM | PASS | - | 15.32s |
| Get build info | PASS | - | 0.04s |
ARM64 FAIL
linuxserver/netbox
Runtime: 120.92s
WEB_SCREENSHOT ENV Disabled
Build Information
Builder: X86-BUILDER-3a --Hetzner
Created: 2025-11-27T15:45:57+00:00
Image: linuxserver/netbox
Maintainer: alex-phillips
Size: 124.03MB
Tag: arm64v8-v4.4.7-ls316
Version: v4.4.7-ls316
Expand
2025-11-27T15:51:47.463234256Z [migrations] started
2025-11-27T15:51:47.467562660Z [migrations] no migrations found
2025-11-27T15:51:47.943253445Z usermod: no changes
2025-11-27T15:51:47.970944973Z ───────────────────────────────────────
2025-11-27T15:51:47.970979552Z
2025-11-27T15:51:47.970989592Z ██╗ ███████╗██╗ ██████╗
2025-11-27T15:51:47.971000364Z ██║ ██╔════╝██║██╔═══██╗
2025-11-27T15:51:47.971010615Z ██║ ███████╗██║██║ ██║
2025-11-27T15:51:47.971021246Z ██║ ╚════██║██║██║ ██║
2025-11-27T15:51:47.971029884Z ███████╗███████║██║╚██████╔╝
2025-11-27T15:51:47.971040074Z ╚══════╝╚══════╝╚═╝ ╚═════╝
2025-11-27T15:51:47.971050485Z
2025-11-27T15:51:47.971059954Z Brought to you by linuxserver.io
2025-11-27T15:51:47.971069794Z ───────────────────────────────────────
2025-11-27T15:51:47.976045641Z
2025-11-27T15:51:47.976079580Z To support LSIO projects visit:
2025-11-27T15:51:47.976089079Z https://www.linuxserver.io/donate/
2025-11-27T15:51:47.976097586Z
2025-11-27T15:51:47.976105762Z ───────────────────────────────────────
2025-11-27T15:51:47.976115261Z GID/UID
2025-11-27T15:51:47.976283159Z ───────────────────────────────────────
2025-11-27T15:51:48.071783007Z
2025-11-27T15:51:48.071817686Z User UID: 911
2025-11-27T15:51:48.071827246Z User GID: 911
2025-11-27T15:51:48.071835633Z ───────────────────────────────────────
2025-11-27T15:51:48.110640844Z Linuxserver.io version: v4.4.7-ls316
2025-11-27T15:51:48.113276680Z Build-date: 2025-11-27T15:45:57+00:00
2025-11-27T15:51:48.113302763Z ───────────────────────────────────────
2025-11-27T15:51:48.113312893Z
2025-11-27T15:51:51.727714315Z mv: cannot stat '/app/netbox/netbox/media': No such file or directory
2025-11-27T15:51:53.304420774Z [custom-init] No custom files found, skipping...
2025-11-27T15:53:19.782136162Z Traceback (most recent call last):
2025-11-27T15:53:19.782689546Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 279, in ensure_connection
2025-11-27T15:53:19.786177829Z self.connect()
2025-11-27T15:53:19.787498287Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-11-27T15:53:19.788282155Z return func(*args, **kwargs)
2025-11-27T15:53:19.789006684Z ^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:53:19.789066755Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 256, in connect
2025-11-27T15:53:19.790517936Z self.connection = self.get_new_connection(conn_params)
2025-11-27T15:53:19.790974926Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:53:19.791020077Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-11-27T15:53:19.791582048Z return func(*args, **kwargs)
2025-11-27T15:53:19.791972975Z ^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:53:19.792016162Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/postgresql/base.py", line 332, in get_new_connection
2025-11-27T15:53:19.793996609Z connection = self.Database.connect(**conn_params)
2025-11-27T15:53:19.794473239Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:53:19.794517879Z File "/lsiopy/lib/python3.12/site-packages/psycopg/connection.py", line 98, in connect
2025-11-27T15:53:19.795405927Z attempts = conninfo_attempts(params)
2025-11-27T15:53:19.795861404Z ^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:53:19.795914380Z File "/lsiopy/lib/python3.12/site-packages/psycopg/_conninfo_attempts.py", line 55, in conninfo_attempts
2025-11-27T15:53:19.796615131Z raise last_exc
2025-11-27T15:53:19.797293998Z psycopg.OperationalError: failed to resolve host 'postgres': [Errno -2] Name does not resolve
2025-11-27T15:53:19.797509592Z
2025-11-27T15:53:19.797564382Z The above exception was the direct cause of the following exception:
2025-11-27T15:53:19.797618641Z
2025-11-27T15:53:19.797708963Z Traceback (most recent call last):
2025-11-27T15:53:19.797759224Z File "/app/netbox/netbox/./manage.py", line 10, in <module>
2025-11-27T15:53:19.798275694Z execute_from_command_line(sys.argv)
2025-11-27T15:53:19.798533363Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/__init__.py", line 442, in execute_from_command_line
2025-11-27T15:53:19.800696618Z utility.execute()
2025-11-27T15:53:19.800987543Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/__init__.py", line 436, in execute
2025-11-27T15:53:19.803099395Z self.fetch_command(subcommand).run_from_argv(self.argv)
2025-11-27T15:53:19.803435782Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 416, in run_from_argv
2025-11-27T15:53:19.805415969Z self.execute(*args, **cmd_options)
2025-11-27T15:53:19.805725322Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 460, in execute
2025-11-27T15:53:19.807798054Z output = self.handle(*args, **options)
2025-11-27T15:53:19.808279604Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:53:19.808326027Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 107, in wrapper
2025-11-27T15:53:19.809173984Z res = handle_func(*args, **kwargs)
2025-11-27T15:53:19.809571865Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:53:19.809617748Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/commands/migrate.py", line 114, in handle
2025-11-27T15:53:19.810474883Z executor = MigrationExecutor(connection, self.migration_progress_callback)
2025-11-27T15:53:19.811033668Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:53:19.811074731Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/executor.py", line 18, in __init__
2025-11-27T15:53:19.811622594Z self.loader = MigrationLoader(self.connection)
2025-11-27T15:53:19.812052079Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:53:19.812089053Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/loader.py", line 58, in __init__
2025-11-27T15:53:19.812738641Z self.build_graph()
2025-11-27T15:53:19.812952311Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/loader.py", line 235, in build_graph
2025-11-27T15:53:19.814302609Z self.applied_migrations = recorder.applied_migrations()
2025-11-27T15:53:19.814740030Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:53:19.814780281Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/recorder.py", line 89, in applied_migrations
2025-11-27T15:53:19.815536283Z if self.has_table():
2025-11-27T15:53:19.815823040Z ^^^^^^^^^^^^^^^^
2025-11-27T15:53:19.815882119Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/recorder.py", line 63, in has_table
2025-11-27T15:53:19.816562569Z with self.connection.cursor() as cursor:
2025-11-27T15:53:19.816912093Z ^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:53:19.816955149Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-11-27T15:53:19.817493714Z return func(*args, **kwargs)
2025-11-27T15:53:19.817880522Z ^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:53:19.817922507Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 320, in cursor
2025-11-27T15:53:19.819533510Z return self._cursor()
2025-11-27T15:53:19.819823223Z ^^^^^^^^^^^^^^
2025-11-27T15:53:19.819879266Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 296, in _cursor
2025-11-27T15:53:19.821445519Z self.ensure_connection()
2025-11-27T15:53:19.821630402Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-11-27T15:53:19.822188956Z return func(*args, **kwargs)
2025-11-27T15:53:19.822569993Z ^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:53:19.822618150Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 278, in ensure_connection
2025-11-27T15:53:19.824088951Z with self.wrap_database_errors:
2025-11-27T15:53:19.824619950Z ^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:53:19.824667145Z File "/lsiopy/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__
2025-11-27T15:53:19.825431564Z raise dj_exc_value.with_traceback(traceback) from exc_value
2025-11-27T15:53:19.825694273Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 279, in ensure_connection
2025-11-27T15:53:19.827183862Z self.connect()
2025-11-27T15:53:19.827401270Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-11-27T15:53:19.827979745Z return func(*args, **kwargs)
2025-11-27T15:53:19.828360271Z ^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:53:19.828406985Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 256, in connect
2025-11-27T15:53:19.829788917Z self.connection = self.get_new_connection(conn_params)
2025-11-27T15:53:19.830255136Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:53:19.830298583Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-11-27T15:53:19.830845725Z return func(*args, **kwargs)
2025-11-27T15:53:19.831218365Z ^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:53:19.831262934Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/postgresql/base.py", line 332, in get_new_connection
2025-11-27T15:53:19.832986655Z connection = self.Database.connect(**conn_params)
2025-11-27T15:53:19.833448104Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:53:19.833492232Z File "/lsiopy/lib/python3.12/site-packages/psycopg/connection.py", line 98, in connect
2025-11-27T15:53:19.834333697Z attempts = conninfo_attempts(params)
2025-11-27T15:53:19.834706988Z ^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-27T15:53:19.834751708Z File "/lsiopy/lib/python3.12/site-packages/psycopg/_conninfo_attempts.py", line 55, in conninfo_attempts
2025-11-27T15:53:19.835436396Z raise last_exc
2025-11-27T15:53:19.835642181Z django.db.utils.OperationalError: failed to resolve host 'postgres': [Errno -2] Name does not resolve
2025-11-27T15:53:23.647245873Z 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.8-r0 apk
apk-tools 2.14.4-r1 apk
asgiref 3.11.0 python
attrs 25.4.0 python
babel 2.17.0 python
backrefs 6.1 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 20250911-r0 apk
ca-certificates-bundle 20250911-r0 apk
catatonit 0.2.0-r0 apk
certifi 2025.11.12 python
cffi 2.0.0 python
charset-normalizer 3.4.4 python
click 8.3.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.3 python
curl 8.14.1-r2 apk
defusedxml 0.7.1 python
django 5.2.8 python
django-auth-ldap 5.2.0 python
django-cors-headers 4.9.0 python
django-debug-toolbar 6.1.0 python
django-filter 25.2 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.2.1 python
django-storages 1.14.6 python
django-tables2 2.8.0 python
django-taggit 6.1.0 python
django-timezone-field 7.1 python
djangorestframework 3.16.1 python
drf-spectacular 0.29.0 python
drf-spectacular-sidecar 2025.10.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.7 python
graphql-relay 3.2.0 python
griffe 1.15.0 python
gunicorn 23.0.0 python
idna 3.11 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.5-r0 apk
libcurl 8.14.1-r2 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.11-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.5-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.10 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.7.0 python
mkdocs-material-extensions 1.3.1 python
mkdocstrings 0.30.1 python
mkdocstrings-python 1.19.0 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.2 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 12.0.0 python
pip 25.3 python
platformdirs 4.5.0 python
postgresql-common 1.2-r1 apk
postgresql16-client 16.11-r0 apk
procps-ng 4.0.4-r0 apk
prometheus-client 0.23.1 python
promise 2.3 python
psycopg 3.2.13 python
psycopg-c 3.2.13 python
psycopg-pool 3.2.8 python
pyasn1 0.6.1 python
pyasn1-modules 0.4.2 python
pyc 3.12.12-r0 apk
pycparser 2.23 python
pygments 2.19.2 python
pyjwt 2.10.1 python
pymdown-extensions 10.17.2 python
python-dateutil 2.9.0.post0 python
python-ldap 3.4.5 python
python3 3.12.12-r0 apk
python3-openid 3.2.0 python
python3-pyc 3.12.12-r0 apk
python3-pycache-pyc0 3.12.12-r0 apk
pytz 2025.2 python
pyyaml 6.0.3 python
pyyaml-env-tag 1.1 python
readline 8.2.10-r0 apk
redis 7.1.0 python
referencing 0.37.0 python
requests 2.32.5 python
requests-oauthlib 2.0.0 python
rich 14.2.0 python
rpds-py 0.29.0 python
rq 2.6.1 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.6.0 python
social-auth-core 4.8.1 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.287.0 python
strawberry-graphql-django 0.67.2 python
svgwrite 1.4.3 python
tablib 3.9.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.51s |
| Create SBOM | PASS | - | 15.39s |
| Get build info | PASS | - | 0.03s |