-
Notifications
You must be signed in to change notification settings - Fork 213
Open
Labels
bugSomething isn't workingSomething isn't workingneeds infoThis issue is blocked, waiting input from somebodyThis issue is blocked, waiting input from somebody
Description
What happened?
Converting any file fails with "Unspecified error"
I've tried deleting Docker Desktop and Dangerzone and reinstalling them to /Applications but same error after.
operating system version
MacOS Sequoia 15.7.1
Processor type
Apple Silicon
Dangerzone version
0.9.1
Podman info
zsh: no such file or directory: /Applications/Dangerzone.app/Contents/MacOS/dangerzone-machineDocument conversion logs
╭──────────────────────────╮
│ ▄██▄ │
│ ██████ │
│ ███▀▀▀██ │
│ ███ ████ │
│ ███ ██████ │
│ ███ ▀▀▀▀████ │
│ ███████ ▄██████ │
│ ███████ ▄█████████ │
│ ████████████████████ │
│ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ │
│ │
│ Dangerzone v0.9.1 │
│ https://dangerzone.rocks │
╰──────────────────────────╯
Assigning ID 'y2nZr5' to doc 'redacted.pdf'
Converting document to safe PDF
> /usr/local/bin/docker run --security-opt=no-new-privileges:true --security-opt seccomp=/Applications/Dangerzone.app/Contents/Resources/share/seccomp.gvisor.json --cap-drop all --cap-add SYS_CHROOT --security-opt label=type:container_engine_t --network=none -u dangerzone -e RUNSC_DEBUG=1 --rm -i --name dangerzone-doc-to-pixels-y2nZr5 dangerzone.rocks/dangerzone:20250707-0.9.1-rc2-0-ge40c85a /usr/bin/python3 -m dangerzone.conversion.doc_to_pixels
Conversion output (doc to pixels)
----- DOC TO PIXELS LOG START -----
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Invoked with command: /usr/bin/python3 -m dangerzone.conversion.doc_to_pixels
Command inside gVisor sandbox: ['/usr/bin/python3', '-m', 'dangerzone.conversion.doc_to_pixels']
OCI config:
{
"hostname": "dangerzone",
"linux": {
"namespaces": [
{
"type": "pid"
},
{
"type": "network"
},
{
"type": "ipc"
},
{
"type": "uts"
},
{
"type": "mount"
}
]
},
"mounts": [
{
"destination": "/boot",
"options": [
"nosuid",
"noexec",
"nodev",
"ro"
],
"source": "tmpfs",
"type": "tmpfs"
},
{
"destination": "/dev",
"options": [
"nosuid",
"noexec",
"nodev"
],
"source": "tmpfs",
"type": "tmpfs"
},
{
"destination": "/home",
"options": [
"nosuid",
"noexec",
"nodev",
"ro"
],
"source": "tmpfs",
"type": "tmpfs"
},
{
"destination": "/media",
"options": [
"nosuid",
"noexec",
"nodev",
"ro"
],
"source": "tmpfs",
"type": "tmpfs"
},
{
"destination": "/mnt",
"options": [
"nosuid",
"noexec",
"nodev",
"ro"
],
"source": "tmpfs",
"type": "tmpfs"
},
{
"destination": "/proc",
"source": "proc",
"type": "proc"
},
{
"destination": "/root",
"options": [
"nosuid",
"noexec",
"nodev",
"ro"
],
"source": "tmpfs",
"type": "tmpfs"
},
{
"destination": "/run",
"options": [
"nosuid",
"noexec",
"nodev"
],
"source": "tmpfs",
"type": "tmpfs"
},
{
"destination": "/sbin",
"options": [
"nosuid",
"noexec",
"nodev",
"ro"
],
"source": "tmpfs",
"type": "tmpfs"
},
{
"destination": "/srv",
"options": [
"nosuid",
"noexec",
"nodev",
"ro"
],
"source": "tmpfs",
"type": "tmpfs"
},
{
"destination": "/sys",
"options": [
"nosuid",
"noexec",
"nodev",
"ro"
],
"source": "tmpfs",
"type": "tmpfs"
},
{
"destination": "/tmp",
"options": [
"nosuid",
"noexec",
"nodev"
],
"source": "tmpfs",
"type": "tmpfs"
},
{
"destination": "/var",
"options": [
"nosuid",
"noexec",
"nodev"
],
"source": "tmpfs",
"type": "tmpfs"
},
{
"destination": "/home/dangerzone",
"options": [
"nosuid",
"noexec",
"nodev"
],
"source": "tmpfs",
"type": "tmpfs"
},
{
"destination": "/usr/lib/libreoffice/share/extensions/",
"options": [
"nosuid",
"noexec",
"nodev"
],
"source": "tmpfs",
"type": "tmpfs"
}
],
"ociVersion": "1.0.0",
"process": {
"args": [
"/usr/bin/python3",
"-m",
"dangerzone.conversion.doc_to_pixels"
],
"capabilities": {
"bounding": [],
"effective": [],
"inheritable": [],
"permitted": []
},
"cwd": "/",
"env": [
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"PYTHONPATH=/opt/dangerzone",
"TERM=xterm",
"LC_CTYPE=C.UTF-8"
],
"rlimits": [
{
"hard": 4096,
"soft": 4096,
"type": "RLIMIT_NOFILE"
}
],
"user": {
"gid": 1000,
"uid": 1000
}
},
"root": {
"path": "rootfs",
"readonly": true
}
}
Running gVisor with command line: /usr/bin/runsc --rootless=true --network=none --root=/home/dangerzone/.containers --directfs=false --debug=true --alsologtostderr=true run --bundle=/home/dangerzone/dangerzone-image dangerzone
I1023 16:50:13.603171 7 main.go:201] **************** gVisor ****************
I1023 16:50:13.603840 7 main.go:202] Version release-20250625.0, go1.24.1 X:nocoverageredesign, amd64, 16 CPUs, linux, PID 7, PPID 1, UID 1000, GID 1000
D1023 16:50:13.604002 7 main.go:203] Page size: 0x1000 (4096 bytes)
I1023 16:50:13.604093 7 main.go:204] Args: [/usr/bin/runsc --rootless=true --network=none --root=/home/dangerzone/.containers --directfs=false --debug=true --alsologtostderr=true run --bundle=/home/dangerzone/dangerzone-image dangerzone]
I1023 16:50:13.604535 7 config.go:447] Platform: systrap
I1023 16:50:13.604550 7 config.go:448] RootDir: /home/dangerzone/.containers
I1023 16:50:13.604555 7 config.go:449] FileAccess: exclusive / Directfs: false / Overlay: root:self
I1023 16:50:13.604713 7 config.go:450] Network: none
I1023 16:50:13.604719 7 config.go:452] Debug: true. Strace: false, max size: 1024, syscalls:
D1023 16:50:13.604745 7 config.go:470] Config.RootDir (--root): /home/dangerzone/.containers
D1023 16:50:13.604751 7 config.go:470] Config.Traceback (--traceback): system
D1023 16:50:13.604772 7 config.go:470] Config.Debug (--debug): true
D1023 16:50:13.604802 7 config.go:470] Config.LogFilename (--log): (empty)
D1023 16:50:13.604912 7 config.go:470] Config.LogFormat (--log-format): text
D1023 16:50:13.604917 7 config.go:470] Config.DebugLog (--debug-log): (empty)
D1023 16:50:13.604920 7 config.go:470] Config.DebugToUserLog (--debug-to-user-log): false
D1023 16:50:13.604924 7 config.go:470] Config.DebugCommand (--debug-command): (empty)
D1023 16:50:13.604940 7 config.go:470] Config.PanicLog (--panic-log): (empty)
D1023 16:50:13.604944 7 config.go:470] Config.CoverageReport (--coverage-report): (empty)
D1023 16:50:13.604948 7 config.go:470] Config.DebugLogFormat (--debug-log-format): text
D1023 16:50:13.604952 7 config.go:470] Config.FileAccess (--file-access): exclusive
D1023 16:50:13.604959 7 config.go:470] Config.FileAccessMounts (--file-access-mounts): shared
D1023 16:50:13.604964 7 config.go:470] Config.Overlay (--overlay): false
D1023 16:50:13.604969 7 config.go:470] Config.Overlay2 (--overlay2): root:self
D1023 16:50:13.604977 7 config.go:470] Config.FSGoferHostUDS (--fsgofer-host-uds): false
D1023 16:50:13.604980 7 config.go:470] Config.HostUDS (--host-uds): none
D1023 16:50:13.604988 7 config.go:470] Config.HostFifo (--host-fifo): none
D1023 16:50:13.605006 7 config.go:470] Config.HostSettings (--host-settings): check
D1023 16:50:13.605010 7 config.go:470] Config.Network (--network): none
D1023 16:50:13.605022 7 config.go:470] Config.EnableRaw (--net-raw): false
D1023 16:50:13.605028 7 config.go:470] Config.AllowPacketEndpointWrite (--TESTONLY-allow-packet-endpoint-write): false
D1023 16:50:13.605031 7 config.go:470] Config.HostGSO (--gso): true
D1023 16:50:13.605034 7 config.go:470] Config.GVisorGSO (--software-gso): true
D1023 16:50:13.605041 7 config.go:470] Config.GVisorGRO (--gvisor-gro): false
D1023 16:50:13.605049 7 config.go:470] Config.TXChecksumOffload (--tx-checksum-offload): false
D1023 16:50:13.605052 7 config.go:470] Config.RXChecksumOffload (--rx-checksum-offload): true
D1023 16:50:13.605056 7 config.go:470] Config.QDisc (--qdisc): fifo
D1023 16:50:13.605159 7 config.go:470] Config.LogPackets (--log-packets): false
D1023 16:50:13.605171 7 config.go:470] Config.PCAP (--pcap-log): (empty)
D1023 16:50:13.605176 7 config.go:470] Config.Platform (--platform): systrap
D1023 16:50:13.605212 7 config.go:470] Config.PlatformDevicePath (--platform_device_path): (empty)
D1023 16:50:13.605235 7 config.go:470] Config.MetricServer (--metric-server): (empty)
D1023 16:50:13.605241 7 config.go:470] Config.FinalMetricsLog (--final-metrics-log): (empty)
D1023 16:50:13.605251 7 config.go:470] Config.ProfilingMetrics (--profiling-metrics): (empty)
D1023 16:50:13.605257 7 config.go:470] Config.ProfilingMetricsLog (--profiling-metrics-log): (empty)
D1023 16:50:13.605271 7 config.go:470] Config.ProfilingMetricsRate (--profiling-metrics-rate-us): 1000
D1023 16:50:13.605280 7 config.go:470] Config.Strace (--strace): false
D1023 16:50:13.605285 7 config.go:470] Config.StraceSyscalls (--strace-syscalls): (empty)
D1023 16:50:13.605306 7 config.go:470] Config.StraceLogSize (--strace-log-size): 1024
D1023 16:50:13.605312 7 config.go:470] Config.StraceEvent (--strace-event): false
D1023 16:50:13.605320 7 config.go:472] Config.DisableSeccomp: false
D1023 16:50:13.605330 7 config.go:470] Config.EnableCoreTags (--enable-core-tags): false
D1023 16:50:13.605345 7 config.go:470] Config.WatchdogAction (--watchdog-action): logWarning
D1023 16:50:13.605357 7 config.go:470] Config.PanicSignal (--panic-signal): -1
D1023 16:50:13.605371 7 config.go:470] Config.ProfileEnable (--profile): false
D1023 16:50:13.605380 7 config.go:470] Config.ProfileBlock (--profile-block): (empty)
D1023 16:50:13.605384 7 config.go:470] Config.ProfileCPU (--profile-cpu): (empty)
D1023 16:50:13.605388 7 config.go:470] Config.ProfileHeap (--profile-heap): (empty)
D1023 16:50:13.605394 7 config.go:470] Config.ProfileMutex (--profile-mutex): (empty)
D1023 16:50:13.605397 7 config.go:470] Config.TraceFile (--trace): (empty)
D1023 16:50:13.605403 7 config.go:470] Config.NumNetworkChannels (--num-network-channels): 1
D1023 16:50:13.605407 7 config.go:470] Config.NetworkProcessorsPerChannel (--network-processors-per-channel): 0
D1023 16:50:13.605414 7 config.go:470] Config.Rootless (--rootless): true
D1023 16:50:13.605418 7 config.go:470] Config.AlsoLogToStderr (--alsologtostderr): true
D1023 16:50:13.605421 7 config.go:470] Config.ReferenceLeak (--ref-leak-mode): disabled
D1023 16:50:13.605443 7 config.go:470] Config.CPUNumFromQuota (--cpu-num-from-quota): false
D1023 16:50:13.605447 7 config.go:470] Config.AllowFlagOverride (--allow-flag-override): false
D1023 16:50:13.605454 7 config.go:470] Config.OCISeccomp (--oci-seccomp): false
D1023 16:50:13.605458 7 config.go:470] Config.IgnoreCgroups (--ignore-cgroups): false
D1023 16:50:13.605464 7 config.go:470] Config.SystemdCgroup (--systemd-cgroup): false
D1023 16:50:13.605467 7 config.go:470] Config.PodInitConfig (--pod-init-config): (empty)
D1023 16:50:13.605473 7 config.go:470] Config.BufferPooling (--buffer-pooling): true
D1023 16:50:13.605476 7 config.go:470] Config.XDP (--EXPERIMENTAL-xdp): {0 }
D1023 16:50:13.605732 7 config.go:470] Config.AFXDPUseNeedWakeup (--EXPERIMENTAL-xdp-need-wakeup): true
D1023 16:50:13.605738 7 config.go:470] Config.FDLimit (--fdlimit): -1
D1023 16:50:13.605741 7 config.go:470] Config.DCache (--dcache): -1
D1023 16:50:13.605744 7 config.go:470] Config.IOUring (--iouring): false
D1023 16:50:13.605747 7 config.go:470] Config.DirectFS (--directfs): false
D1023 16:50:13.605750 7 config.go:470] Config.AppHugePages (--app-huge-pages): true
D1023 16:50:13.605753 7 config.go:470] Config.NVProxy (--nvproxy): false
D1023 16:50:13.605757 7 config.go:470] Config.NVProxyDocker (--nvproxy-docker): false
D1023 16:50:13.605760 7 config.go:470] Config.NVProxyDriverVersion (--nvproxy-driver-version): (empty)
D1023 16:50:13.605771 7 config.go:470] Config.NVProxyAllowedDriverCapabilities (--nvproxy-allowed-driver-capabilities): utility,compute
D1023 16:50:13.605847 7 config.go:470] Config.TPUProxy (--tpuproxy): false
D1023 16:50:13.605869 7 config.go:470] Config.TestOnlyAllowRunAsCurrentUserWithoutChroot (--TESTONLY-unsafe-nonroot): false
D1023 16:50:13.605873 7 config.go:470] Config.TestOnlyTestNameEnv (--TESTONLY-test-name-env): (empty)
D1023 16:50:13.605900 7 config.go:470] Config.TestOnlyAFSSyscallPanic (--TESTONLY-afs-syscall-panic): false
D1023 16:50:13.605905 7 config.go:472] Config.explicitlySet: <map[string]struct {} Value> (unexported)
D1023 16:50:13.605908 7 config.go:470] Config.ReproduceNAT (--reproduce-nat): false
D1023 16:50:13.605913 7 config.go:470] Config.ReproduceNftables (--reproduce-nftables): false
D1023 16:50:13.605941 7 config.go:470] Config.NetDisconnectOk (--net-disconnect-ok): true
D1023 16:50:13.605956 7 config.go:470] Config.TestOnlyAutosaveImagePath (--TESTONLY-autosave-image-path): (empty)
D1023 16:50:13.605974 7 config.go:470] Config.TestOnlyAutosaveResume (--TESTONLY-autosave-resume): false
D1023 16:50:13.605979 7 config.go:470] Config.RestoreSpecValidation (--restore-spec-validation): enforce
D1023 16:50:13.605986 7 config.go:470] Config.GVisorMarkerFile (--gvisor-marker-file): false
D1023 16:50:13.606017 7 config.go:470] Config.SystrapDisableSyscallPatching (--systrap-disable-syscall-patching): false
D1023 16:50:13.606023 7 config.go:470] Config.SaveRestoreNetstack (--save-restore-netstack): true
D1023 16:50:13.606028 7 config.go:470] Config.Nftables (--TESTONLY-nftables): false
D1023 16:50:13.606557 7 main.go:210] runsc process spawned at 16:50:13.600591, Go started execution at 16:50:13.601286. Startup overhead: 695.834��s
I1023 16:50:13.606630 7 main.go:213] **************** gVisor ****************
I1023 16:50:13.607956 7 namespace.go:247] *** Re-running as root in new user namespace ***
I1023 16:50:13.675875 13 main.go:201] **************** gVisor ****************
I1023 16:50:13.676494 13 main.go:202] Version release-20250625.0, go1.24.1 X:nocoverageredesign, amd64, 16 CPUs, linux, PID 13, PPID 7, UID 0, GID 0
D1023 16:50:13.676525 13 main.go:203] Page size: 0x1000 (4096 bytes)
I1023 16:50:13.676685 13 main.go:204] Args: [/proc/self/exe --rootless=true --network=none --root=/home/dangerzone/.containers --directfs=false --debug=true --alsologtostderr=true run --bundle=/home/dangerzone/dangerzone-image dangerzone]
I1023 16:50:13.677202 13 config.go:447] Platform: systrap
I1023 16:50:13.677217 13 config.go:448] RootDir: /home/dangerzone/.containers
I1023 16:50:13.677222 13 config.go:449] FileAccess: exclusive / Directfs: false / Overlay: root:self
I1023 16:50:13.677366 13 config.go:450] Network: none
I1023 16:50:13.677373 13 config.go:452] Debug: true. Strace: false, max size: 1024, syscalls:
D1023 16:50:13.677398 13 config.go:470] Config.RootDir (--root): /home/dangerzone/.containers
D1023 16:50:13.677406 13 config.go:470] Config.Traceback (--traceback): system
D1023 16:50:13.677428 13 config.go:470] Config.Debug (--debug): true
D1023 16:50:13.677435 13 config.go:470] Config.LogFilename (--log): (empty)
D1023 16:50:13.677440 13 config.go:470] Config.LogFormat (--log-format): text
D1023 16:50:13.677444 13 config.go:470] Config.DebugLog (--debug-log): (empty)
D1023 16:50:13.677449 13 config.go:470] Config.DebugToUserLog (--debug-to-user-log): false
D1023 16:50:13.677468 13 config.go:470] Config.DebugCommand (--debug-command): (empty)
D1023 16:50:13.677476 13 config.go:470] Config.PanicLog (--panic-log): (empty)
D1023 16:50:13.677479 13 config.go:470] Config.CoverageReport (--coverage-report): (empty)
D1023 16:50:13.677497 13 config.go:470] Config.DebugLogFormat (--debug-log-format): text
D1023 16:50:13.677500 13 config.go:470] Config.FileAccess (--file-access): exclusive
D1023 16:50:13.677507 13 config.go:470] Config.FileAccessMounts (--file-access-mounts): shared
D1023 16:50:13.677511 13 config.go:470] Config.Overlay (--overlay): false
D1023 16:50:13.677526 13 config.go:470] Config.Overlay2 (--overlay2): root:self
D1023 16:50:13.677530 13 config.go:470] Config.FSGoferHostUDS (--fsgofer-host-uds): false
D1023 16:50:13.677534 13 config.go:470] Config.HostUDS (--host-uds): none
D1023 16:50:13.677544 13 config.go:470] Config.HostFifo (--host-fifo): none
D1023 16:50:13.677565 13 config.go:470] Config.HostSettings (--host-settings): check
D1023 16:50:13.677570 13 config.go:470] Config.Network (--network): none
D1023 16:50:13.677574 13 config.go:470] Config.EnableRaw (--net-raw): false
D1023 16:50:13.677578 13 config.go:470] Config.AllowPacketEndpointWrite (--TESTONLY-allow-packet-endpoint-write): false
D1023 16:50:13.677657 13 config.go:470] Config.HostGSO (--gso): true
D1023 16:50:13.677664 13 config.go:470] Config.GVisorGSO (--software-gso): true
D1023 16:50:13.677669 13 config.go:470] Config.GVisorGRO (--gvisor-gro): false
D1023 16:50:13.677674 13 config.go:470] Config.TXChecksumOffload (--tx-checksum-offload): false
D1023 16:50:13.677694 13 config.go:470] Config.RXChecksumOffload (--rx-checksum-offload): true
D1023 16:50:13.677708 13 config.go:470] Config.QDisc (--qdisc): fifo
D1023 16:50:13.677761 13 config.go:470] Config.LogPackets (--log-packets): false
D1023 16:50:13.677767 13 config.go:470] Config.PCAP (--pcap-log): (empty)
D1023 16:50:13.677771 13 config.go:470] Config.Platform (--platform): systrap
D1023 16:50:13.677788 13 config.go:470] Config.PlatformDevicePath (--platform_device_path): (empty)
D1023 16:50:13.677801 13 config.go:470] Config.MetricServer (--metric-server): (empty)
D1023 16:50:13.677804 13 config.go:470] Config.FinalMetricsLog (--final-metrics-log): (empty)
D1023 16:50:13.677807 13 config.go:470] Config.ProfilingMetrics (--profiling-metrics): (empty)
D1023 16:50:13.677811 13 config.go:470] Config.ProfilingMetricsLog (--profiling-metrics-log): (empty)
D1023 16:50:13.677815 13 config.go:470] Config.ProfilingMetricsRate (--profiling-metrics-rate-us): 1000
D1023 16:50:13.677819 13 config.go:470] Config.Strace (--strace): false
D1023 16:50:13.677828 13 config.go:470] Config.StraceSyscalls (--strace-syscalls): (empty)
D1023 16:50:13.677832 13 config.go:470] Config.StraceLogSize (--strace-log-size): 1024
D1023 16:50:13.677835 13 config.go:470] Config.StraceEvent (--strace-event): false
D1023 16:50:13.677839 13 config.go:472] Config.DisableSeccomp: false
D1023 16:50:13.677844 13 config.go:470] Config.EnableCoreTags (--enable-core-tags): false
D1023 16:50:13.677849 13 config.go:470] Config.WatchdogAction (--watchdog-action): logWarning
D1023 16:50:13.677854 13 config.go:470] Config.PanicSignal (--panic-signal): -1
D1023 16:50:13.677858 13 config.go:470] Config.ProfileEnable (--profile): false
D1023 16:50:13.677872 13 config.go:470] Config.ProfileBlock (--profile-block): (empty)
D1023 16:50:13.677878 13 config.go:470] Config.ProfileCPU (--profile-cpu): (empty)
D1023 16:50:13.677882 13 config.go:470] Config.ProfileHeap (--profile-heap): (empty)
D1023 16:50:13.677890 13 config.go:470] Config.ProfileMutex (--profile-mutex): (empty)
D1023 16:50:13.677894 13 config.go:470] Config.TraceFile (--trace): (empty)
D1023 16:50:13.677898 13 config.go:470] Config.NumNetworkChannels (--num-network-channels): 1
D1023 16:50:13.677916 13 config.go:470] Config.NetworkProcessorsPerChannel (--network-processors-per-channel): 0
D1023 16:50:13.677919 13 config.go:470] Config.Rootless (--rootless): true
D1023 16:50:13.677926 13 config.go:470] Config.AlsoLogToStderr (--alsologtostderr): true
D1023 16:50:13.677930 13 config.go:470] Config.ReferenceLeak (--ref-leak-mode): disabled
D1023 16:50:13.677939 13 config.go:470] Config.CPUNumFromQuota (--cpu-num-from-quota): false
D1023 16:50:13.677942 13 config.go:470] Config.AllowFlagOverride (--allow-flag-override): false
D1023 16:50:13.677946 13 config.go:470] Config.OCISeccomp (--oci-seccomp): false
D1023 16:50:13.677950 13 config.go:470] Config.IgnoreCgroups (--ignore-cgroups): false
D1023 16:50:13.677953 13 config.go:470] Config.SystemdCgroup (--systemd-cgroup): false
D1023 16:50:13.677959 13 config.go:470] Config.PodInitConfig (--pod-init-config): (empty)
D1023 16:50:13.677963 13 config.go:470] Config.BufferPooling (--buffer-pooling): true
D1023 16:50:13.677969 13 config.go:470] Config.XDP (--EXPERIMENTAL-xdp): {0 }
D1023 16:50:13.678150 13 config.go:470] Config.AFXDPUseNeedWakeup (--EXPERIMENTAL-xdp-need-wakeup): true
D1023 16:50:13.678157 13 config.go:470] Config.FDLimit (--fdlimit): -1
D1023 16:50:13.678161 13 config.go:470] Config.DCache (--dcache): -1
D1023 16:50:13.678165 13 config.go:470] Config.IOUring (--iouring): false
D1023 16:50:13.678174 13 config.go:470] Config.DirectFS (--directfs): false
D1023 16:50:13.678179 13 config.go:470] Config.AppHugePages (--app-huge-pages): true
D1023 16:50:13.678183 13 config.go:470] Config.NVProxy (--nvproxy): false
D1023 16:50:13.678187 13 config.go:470] Config.NVProxyDocker (--nvproxy-docker): false
D1023 16:50:13.678207 13 config.go:470] Config.NVProxyDriverVersion (--nvproxy-driver-version): (empty)
D1023 16:50:13.678222 13 config.go:470] Config.NVProxyAllowedDriverCapabilities (--nvproxy-allowed-driver-capabilities): utility,compute
D1023 16:50:13.678228 13 config.go:470] Config.TPUProxy (--tpuproxy): false
D1023 16:50:13.678233 13 config.go:470] Config.TestOnlyAllowRunAsCurrentUserWithoutChroot (--TESTONLY-unsafe-nonroot): false
D1023 16:50:13.678246 13 config.go:470] Config.TestOnlyTestNameEnv (--TESTONLY-test-name-env): (empty)
D1023 16:50:13.678253 13 config.go:470] Config.TestOnlyAFSSyscallPanic (--TESTONLY-afs-syscall-panic): false
D1023 16:50:13.678258 13 config.go:472] Config.explicitlySet: <map[string]struct {} Value> (unexported)
D1023 16:50:13.678262 13 config.go:470] Config.ReproduceNAT (--reproduce-nat): false
D1023 16:50:13.678268 13 config.go:470] Config.ReproduceNftables (--reproduce-nftables): false
D1023 16:50:13.678292 13 config.go:470] Config.NetDisconnectOk (--net-disconnect-ok): true
D1023 16:50:13.678297 13 config.go:470] Config.TestOnlyAutosaveImagePath (--TESTONLY-autosave-image-path): (empty)
D1023 16:50:13.678301 13 config.go:470] Config.TestOnlyAutosaveResume (--TESTONLY-autosave-resume): false
D1023 16:50:13.678309 13 config.go:470] Config.RestoreSpecValidation (--restore-spec-validation): enforce
D1023 16:50:13.678315 13 config.go:470] Config.GVisorMarkerFile (--gvisor-marker-file): false
D1023 16:50:13.678319 13 config.go:470] Config.SystrapDisableSyscallPatching (--systrap-disable-syscall-patching): false
D1023 16:50:13.678360 13 config.go:470] Config.SaveRestoreNetstack (--save-restore-netstack): true
D1023 16:50:13.678394 13 config.go:470] Config.Nftables (--TESTONLY-nftables): false
D1023 16:50:13.678889 13 main.go:210] runsc process spawned at 16:50:13.673591, Go started execution at 16:50:13.673902. Startup overhead: 311.084��s
I1023 16:50:13.678965 13 main.go:213] **************** gVisor ****************
W1023 16:50:13.683560 13 specutils.go:144] noNewPrivileges ignored. PR_SET_NO_NEW_PRIVS is assumed to always be set.
D1023 16:50:13.684715 13 specutils.go:106] Spec:
{
"ociVersion": "1.0.0",
"process": {
"user": {
"uid": 1000,
"gid": 1000
},
"args": [
"/usr/bin/python3",
"-m",
"dangerzone.conversion.doc_to_pixels"
],
"env": [
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"PYTHONPATH=/opt/dangerzone",
"TERM=xterm",
"LC_CTYPE=C.UTF-8"
],
"cwd": "/",
"capabilities": {},
"rlimits": [
{
"type": "RLIMIT_NOFILE",
"hard": 4096,
"soft": 4096
}
]
},
"root": {
"path": "/home/dangerzone/dangerzone-image/rootfs",
"readonly": true
},
"hostname": "dangerzone",
"mounts": [
{
"destination": "/boot",
"type": "tmpfs",
"source": "/home/dangerzone/dangerzone-image/tmpfs",
"options": [
"nosuid",
"noexec",
"nodev",
"ro"
]
},
{
"destination": "/dev",
"type": "tmpfs",
"source": "/home/dangerzone/dangerzone-image/tmpfs",
"options": [
"nosuid",
"noexec",
"nodev"
]
},
{
"destination": "/home",
"type": "tmpfs",
"source": "/home/dangerzone/dangerzone-image/tmpfs",
"options": [
"nosuid",
"noexec",
"nodev",
"ro"
]
},
{
"destination": "/media",
"type": "tmpfs",
"source": "/home/dangerzone/dangerzone-image/tmpfs",
"options": [
"nosuid",
"noexec",
"nodev",
"ro"
]
},
{
"destination": "/mnt",
"type": "tmpfs",
"source": "/home/dangerzone/dangerzone-image/tmpfs",
"options": [
"nosuid",
"noexec",
"nodev",
"ro"
]
},
{
"destination": "/proc",
"type": "proc",
"source": "/home/dangerzone/dangerzone-image/proc"
},
{
"destination": "/root",
"type": "tmpfs",
"source": "/home/dangerzone/dangerzone-image/tmpfs",
"options": [
"nosuid",
"noexec",
"nodev",
"ro"
]
},
{
"destination": "/run",
"type": "tmpfs",
"source": "/home/dangerzone/dangerzone-image/tmpfs",
"options": [
"nosuid",
"noexec",
"nodev"
]
},
{
"destination": "/sbin",
"type": "tmpfs",
"source": "/home/dangerzone/dangerzone-image/tmpfs",
"options": [
"nosuid",
"noexec",
"nodev",
"ro"
]
},
{
"destination": "/srv",
"type": "tmpfs",
"source": "/home/dangerzone/dangerzone-image/tmpfs",
"options": [
"nosuid",
"noexec",
"nodev",
"ro"
]
},
{
"destination": "/sys",
"type": "tmpfs",
"source": "/home/dangerzone/dangerzone-image/tmpfs",
"options": [
"nosuid",
"noexec",
"nodev",
"ro"
]
},
{
"destination": "/tmp",
"type": "tmpfs",
"source": "/home/dangerzone/dangerzone-image/tmpfs",
"options": [
"nosuid",
"noexec",
"nodev"
]
},
{
"destination": "/var",
"type": "tmpfs",
"source": "/home/dangerzone/dangerzone-image/tmpfs",
"options": [
"nosuid",
"noexec",
"nodev"
]
},
{
"destination": "/home/dangerzone",
"type": "tmpfs",
"source": "/home/dangerzone/dangerzone-image/tmpfs",
"options": [
"nosuid",
"noexec",
"nodev"
]
},
{
"destination": "/usr/lib/libreoffice/share/extensions/",
"type": "tmpfs",
"source": "/home/dangerzone/dangerzone-image/tmpfs",
"options": [
"nosuid",
"noexec",
"nodev"
]
}
],
"linux": {
"namespaces": [
{
"type": "pid"
},
{
"type": "network"
},
{
"type": "ipc"
},
{
"type": "uts"
},
{
"type": "mount"
}
]
}
}
D1023 16:50:13.684893 13 container.go:524] Run container, cid: dangerzone, rootDir: "/home/dangerzone/.containers"
D1023 16:50:13.684927 13 container.go:201] Create container, cid: dangerzone, rootDir: "/home/dangerzone/.containers"
D1023 16:50:13.685497 13 container.go:266] Creating new sandbox for container, cid: dangerzone
D1023 16:50:13.685719 13 cgroup.go:427] New cgroup for pid: self, *cgroup.cgroupV2: &{Mountpoint:/sys/fs/cgroup Path:/dangerzone Controllers:[cpuset cpu io memory hugetlb pids rdma] Own:[]}
D1023 16:50:13.686251 13 cgroup_v2.go:131] Installing cgroup path "/sys/fs/cgroup/dangerzone"
D1023 16:50:13.686412 13 cgroup_v2.go:176] Deleting cgroup "/sys/fs/cgroup/dangerzone"
W1023 16:50:13.686983 13 container.go:1846] Skipping cgroup configuration in rootless mode: open /sys/fs/cgroup/cgroup.subtree_control: read-only file system
D1023 16:50:13.688840 13 donation.go:32] Donating FD 3: "/home/dangerzone/dangerzone-image/config.json"
D1023 16:50:13.688853 13 donation.go:32] Donating FD 4: "|1"
D1023 16:50:13.688856 13 donation.go:32] Donating FD 5: "gofer-rpc"
D1023 16:50:13.688859 13 donation.go:32] Donating FD 6: "gofer IO FD"
D1023 16:50:13.688862 13 donation.go:32] Donating FD 7: "chroot sync gofer FD"
D1023 16:50:13.688866 13 container.go:1434] Starting gofer: /proc/self/exe [runsc-gofer --root=/home/dangerzone/.containers --debug=true --network=none --rootless=true --alsologtostderr=true --directfs=false gofer --bundle /home/dangerzone/dangerzone-image --gofer-mount-confs=lisafs:none --spec-fd=3 --mounts-fd=4 --rpc-fd=5 --io-fds=6 --sync-chroot-fd=7]
I1023 16:50:13.691397 13 container.go:1438] Gofer started, PID: 20
D1023 16:50:13.692219 13 sandbox.go:95] Attempting to create socket file "/home/dangerzone/.containers/runsc-dangerzone.sock"
D1023 16:50:13.692402 13 sandbox.go:98] Using socket file "/home/dangerzone/.containers/runsc-dangerzone.sock"
I1023 16:50:13.692413 13 sandbox.go:941] Control socket path: "/home/dangerzone/.containers/runsc-dangerzone.sock"
I1023 16:50:13.692603 13 sandbox.go:992] Sandbox will be started in new mount, IPC and UTS namespaces
I1023 16:50:13.692641 13 sandbox.go:1017] Sandbox will be started in new network namespace
I1023 16:50:13.692866 13 sandbox.go:1076] Sandbox will be started in new user namespace
I1023 16:50:13.692883 13 sandbox.go:1082] Rootless mode: sandbox will run as nobody inside user namespace, mapped to the current user, uid: 0, gid: 0
D1023 16:50:13.693747 13 donation.go:32] Donating FD 3: "sandbox IO FD"
D1023 16:50:13.693756 13 donation.go:32] Donating FD 4: "|0"
D1023 16:50:13.693760 13 donation.go:32] Donating FD 5: "|1"
D1023 16:50:13.693764 13 donation.go:32] Donating FD 6: "control_server_socket"
D1023 16:50:13.693768 13 donation.go:32] Donating FD 7: "/home/dangerzone/dangerzone-image/config.json"
D1023 16:50:13.693772 13 donation.go:32] Donating FD 8: "/dev/stdin"
D1023 16:50:13.693775 13 donation.go:32] Donating FD 9: "/dev/stdout"
D1023 16:50:13.693779 13 donation.go:32] Donating FD 10: "/dev/stderr"
D1023 16:50:13.693787 13 sandbox.go:1261] Starting sandbox: /proc/self/exe [runsc-sandbox --debug=true --network=none --rootless=true --alsologtostderr=true --directfs=false --root=/home/dangerzone/.containers boot --bundle=/home/dangerzone/dangerzone-image --gofer-mount-confs=lisafs:none --setup-root --total-host-memory 8217190400 --total-memory 8217190400 --attached --io-fds=3 --dev-io-fd=-1 --mounts-fd=4 --start-sync-fd=5 --controller-fd=6 --spec-fd=7 --stdio-fds=8 --stdio-fds=9 --stdio-fds=10 dangerzone]
D1023 16:50:13.693810 13 sandbox.go:1262] SysProcAttr: &{Chroot: Credential:0xc0003bb500 Ptrace:false Setsid:true Setpgid:false Setctty:false Noctty:false Ctty:0 Foreground:false Pgid:0 Pdeathsig:killed Cloneflags:0 Unshareflags:0 UidMappings:[{ContainerID:65534 HostID:0 Size:1}] GidMappings:[{ContainerID:65534 HostID:0 Size:1}] GidMappingsEnableSetgroups:false AmbientCaps:[21 18 8 19] UseCgroupFD:false CgroupFD:0 PidFD:<nil>}
I1023 16:50:13.695670 13 sandbox.go:1290] Sandbox started, PID: 21
D1023 16:50:13.695838 13 urpc.go:422] urpc: registering client with FD 19
I1023 16:50:13.757147 1 main.go:201] **************** gVisor ****************
I1023 16:50:13.757745 1 main.go:202] Version release-20250625.0, go1.24.1 X:nocoverageredesign, amd64, 16 CPUs, linux, PID 1, PPID 0, UID 65534, GID 65534
D1023 16:50:13.757784 1 main.go:203] Page size: 0x1000 (4096 bytes)
I1023 16:50:13.757867 1 main.go:204] Args: [runsc-sandbox --debug=true --network=none --rootless=true --alsologtostderr=true --directfs=false --root=/home/dangerzone/.containers boot --bundle=/home/dangerzone/dangerzone-image --gofer-mount-confs=lisafs:none --setup-root --total-host-memory 8217190400 --total-memory 8217190400 --attached --io-fds=3 --dev-io-fd=-1 --mounts-fd=4 --start-sync-fd=5 --controller-fd=6 --spec-fd=7 --stdio-fds=8 --stdio-fds=9 --stdio-fds=10 dangerzone]
I1023 16:50:13.758167 1 config.go:447] Platform: systrap
I1023 16:50:13.758181 1 config.go:448] RootDir: /home/dangerzone/.containers
I1023 16:50:13.758185 1 config.go:449] FileAccess: exclusive / Directfs: false / Overlay: root:self
I1023 16:50:13.758283 1 config.go:450] Network: none
I1023 16:50:13.758289 1 config.go:452] Debug: true. Strace: false, max size: 1024, syscalls:
D1023 16:50:13.758306 1 config.go:470] Config.RootDir (--root): /home/dangerzone/.containers
D1023 16:50:13.758316 1 config.go:470] Config.Traceback (--traceback): system
D1023 16:50:13.758334 1 config.go:470] Config.Debug (--debug): true
D1023 16:50:13.758343 1 config.go:470] Config.LogFilename (--log): (empty)
D1023 16:50:13.758347 1 config.go:470] Config.LogFormat (--log-format): text
D1023 16:50:13.758351 1 config.go:470] Config.DebugLog (--debug-log): (empty)
D1023 16:50:13.758355 1 config.go:470] Config.DebugToUserLog (--debug-to-user-log): false
D1023 16:50:13.758362 1 config.go:470] Config.DebugCommand (--debug-command): (empty)
D1023 16:50:13.758366 1 config.go:470] Config.PanicLog (--panic-log): (empty)
D1023 16:50:13.758369 1 config.go:470] Config.CoverageReport (--coverage-report): (empty)
D1023 16:50:13.758391 1 config.go:470] Config.DebugLogFormat (--debug-log-format): text
D1023 16:50:13.758409 1 config.go:470] Config.FileAccess (--file-access): exclusive
D1023 16:50:13.758423 1 config.go:470] Config.FileAccessMounts (--file-access-mounts): shared
D1023 16:50:13.758428 1 config.go:470] Config.Overlay (--overlay): false
D1023 16:50:13.758436 1 config.go:470] Config.Overlay2 (--overlay2): root:self
D1023 16:50:13.758443 1 config.go:470] Config.FSGoferHostUDS (--fsgofer-host-uds): false
D1023 16:50:13.758451 1 config.go:470] Config.HostUDS (--host-uds): none
D1023 16:50:13.758458 1 config.go:470] Config.HostFifo (--host-fifo): none
D1023 16:50:13.758480 1 config.go:470] Config.HostSettings (--host-settings): check
D1023 16:50:13.758486 1 config.go:470] Config.Network (--network): none
D1023 16:50:13.758490 1 config.go:470] Config.EnableRaw (--net-raw): false
D1023 16:50:13.758500 1 config.go:470] Config.AllowPacketEndpointWrite (--TESTONLY-allow-packet-endpoint-write): false
D1023 16:50:13.758505 1 config.go:470] Config.HostGSO (--gso): true
D1023 16:50:13.758514 1 config.go:470] Config.GVisorGSO (--software-gso): true
D1023 16:50:13.758519 1 config.go:470] Config.GVisorGRO (--gvisor-gro): false
D1023 16:50:13.758525 1 config.go:470] Config.TXChecksumOffload (--tx-checksum-offload): false
D1023 16:50:13.758532 1 config.go:470] Config.RXChecksumOffload (--rx-checksum-offload): true
D1023 16:50:13.758536 1 config.go:470] Config.QDisc (--qdisc): fifo
D1023 16:50:13.758561 1 config.go:470] Config.LogPackets (--log-packets): false
D1023 16:50:13.758566 1 config.go:470] Config.PCAP (--pcap-log): (empty)
D1023 16:50:13.758569 1 config.go:470] Config.Platform (--platform): systrap
D1023 16:50:13.758572 1 config.go:470] Config.PlatformDevicePath (--platform_device_path): (empty)
D1023 16:50:13.758575 1 config.go:470] Config.MetricServer (--metric-server): (empty)
D1023 16:50:13.758579 1 config.go:470] Config.FinalMetricsLog (--final-metrics-log): (empty)
D1023 16:50:13.758583 1 config.go:470] Config.ProfilingMetrics (--profiling-metrics): (empty)
D1023 16:50:13.758587 1 config.go:470] Config.ProfilingMetricsLog (--profiling-metrics-log): (empty)
D1023 16:50:13.758591 1 config.go:470] Config.ProfilingMetricsRate (--profiling-metrics-rate-us): 1000
D1023 16:50:13.758595 1 config.go:470] Config.Strace (--strace): false
D1023 16:50:13.758606 1 config.go:470] Config.StraceSyscalls (--strace-syscalls): (empty)
D1023 16:50:13.758611 1 config.go:470] Config.StraceLogSize (--strace-log-size): 1024
D1023 16:50:13.758615 1 config.go:470] Config.StraceEvent (--strace-event): false
D1023 16:50:13.758620 1 config.go:472] Config.DisableSeccomp: false
D1023 16:50:13.758626 1 config.go:470] Config.EnableCoreTags (--enable-core-tags): false
D1023 16:50:13.758635 1 config.go:470] Config.WatchdogAction (--watchdog-action): logWarning
D1023 16:50:13.758641 1 config.go:470] Config.PanicSignal (--panic-signal): -1
D1023 16:50:13.758644 1 config.go:470] Config.ProfileEnable (--profile): false
D1023 16:50:13.758651 1 config.go:470] Config.ProfileBlock (--profile-block): (empty)
D1023 16:50:13.758655 1 config.go:470] Config.ProfileCPU (--profile-cpu): (empty)
D1023 16:50:13.758659 1 config.go:470] Config.ProfileHeap (--profile-heap): (empty)
D1023 16:50:13.758688 1 config.go:470] Config.ProfileMutex (--profile-mutex): (empty)
D1023 16:50:13.758731 1 config.go:470] Config.TraceFile (--trace): (empty)
D1023 16:50:13.758738 1 config.go:470] Config.NumNetworkChannels (--num-network-channels): 1
D1023 16:50:13.758744 1 config.go:470] Config.NetworkProcessorsPerChannel (--network-processors-per-channel): 0
D1023 16:50:13.758751 1 config.go:470] Config.Rootless (--rootless): true
D1023 16:50:13.758762 1 config.go:470] Config.AlsoLogToStderr (--alsologtostderr): true
D1023 16:50:13.758767 1 config.go:470] Config.ReferenceLeak (--ref-leak-mode): disabled
D1023 16:50:13.758775 1 config.go:470] Config.CPUNumFromQuota (--cpu-num-from-quota): false
D1023 16:50:13.758780 1 config.go:470] Config.AllowFlagOverride (--allow-flag-override): false
D1023 16:50:13.758785 1 config.go:470] Config.OCISeccomp (--oci-seccomp): false
D1023 16:50:13.758788 1 config.go:470] Config.IgnoreCgroups (--ignore-cgroups): false
D1023 16:50:13.758792 1 config.go:470] Config.SystemdCgroup (--systemd-cgroup): false
D1023 16:50:13.758797 1 config.go:470] Config.PodInitConfig (--pod-init-config): (empty)
D1023 16:50:13.758809 1 config.go:470] Config.BufferPooling (--buffer-pooling): true
D1023 16:50:13.758813 1 config.go:470] Config.XDP (--EXPERIMENTAL-xdp): {0 }
D1023 16:50:13.758950 1 config.go:470] Config.AFXDPUseNeedWakeup (--EXPERIMENTAL-xdp-need-wakeup): true
D1023 16:50:13.758953 1 config.go:470] Config.FDLimit (--fdlimit): -1
D1023 16:50:13.758958 1 config.go:470] Config.DCache (--dcache): -1
D1023 16:50:13.758961 1 config.go:470] Config.IOUring (--iouring): false
D1023 16:50:13.758965 1 config.go:470] Config.DirectFS (--directfs): false
D1023 16:50:13.758969 1 config.go:470] Config.AppHugePages (--app-huge-pages): true
D1023 16:50:13.758977 1 config.go:470] Config.NVProxy (--nvproxy): false
D1023 16:50:13.758980 1 config.go:470] Config.NVProxyDocker (--nvproxy-docker): false
D1023 16:50:13.758983 1 config.go:470] Config.NVProxyDriverVersion (--nvproxy-driver-version): (empty)
D1023 16:50:13.758987 1 config.go:470] Config.NVProxyAllowedDriverCapabilities (--nvproxy-allowed-driver-capabilities): utility,compute
D1023 16:50:13.758997 1 config.go:470] Config.TPUProxy (--tpuproxy): false
D1023 16:50:13.759000 1 config.go:470] Config.TestOnlyAllowRunAsCurrentUserWithoutChroot (--TESTONLY-unsafe-nonroot): false
D1023 16:50:13.759003 1 config.go:470] Config.TestOnlyTestNameEnv (--TESTONLY-test-name-env): (empty)
D1023 16:50:13.759006 1 config.go:470] Config.TestOnlyAFSSyscallPanic (--TESTONLY-afs-syscall-panic): false
D1023 16:50:13.759009 1 config.go:472] Config.explicitlySet: <map[string]struct {} Value> (unexported)
D1023 16:50:13.759013 1 config.go:470] Config.ReproduceNAT (--reproduce-nat): false
D1023 16:50:13.759017 1 config.go:470] Config.ReproduceNftables (--reproduce-nftables): false
D1023 16:50:13.759025 1 config.go:470] Config.NetDisconnectOk (--net-disconnect-ok): true
D1023 16:50:13.759029 1 config.go:470] Config.TestOnlyAutosaveImagePath (--TESTONLY-autosave-image-path): (empty)
D1023 16:50:13.759032 1 config.go:470] Config.TestOnlyAutosaveResume (--TESTONLY-autosave-resume): false
D1023 16:50:13.759036 1 config.go:470] Config.RestoreSpecValidation (--restore-spec-validation): enforce
D1023 16:50:13.759040 1 config.go:470] Config.GVisorMarkerFile (--gvisor-marker-file): false
D1023 16:50:13.759074 1 config.go:470] Config.SystrapDisableSyscallPatching (--systrap-disable-syscall-patching): false
D1023 16:50:13.759103 1 config.go:470] Config.SaveRestoreNetstack (--save-restore-netstack): true
D1023 16:50:13.759113 1 config.go:470] Config.Nftables (--TESTONLY-nftables): false
D1023 16:50:13.759580 1 main.go:210] runsc process spawned at 16:50:13.754591, Go started execution at 16:50:13.754733. Startup overhead: 142.625��s
I1023 16:50:13.759647 1 main.go:213] **************** gVisor ****************
W1023 16:50:13.763951 1 boot.go:272] Not setting product_name: open /sys/devices/virtual/dmi/id/product_name: no such file or directory
I1023 16:50:13.764440 1 boot.go:286] Setting host-thp-shmem-enabled: "never"
I1023 16:50:13.764467 1 boot.go:296] Setting host-thp-defrag: "madvise"
D1023 16:50:13.767444 13 urpc.go:433] urpc: unregistering client with FD 19
W1023 16:50:13.768640 1 specutils.go:144] noNewPrivileges ignored. PR_SET_NO_NEW_PRIVS is assumed to always be set.
I1023 16:50:13.769025 1 chroot.go:162] Setting up sandbox chroot in "/tmp"
I1023 16:50:13.769851 1 chroot.go:37] Mounting "proc" at "/tmp/proc/sandbox-proc"
D1023 16:50:13.770005 1 chroot.go:115] Unable to mount a new instance of the procfs file system at "/tmp/proc/sandbox-proc" (error mounting "proc" at "/tmp/proc/sandbox-proc": mount("proc", "/tmp/proc/sandbox-proc", 15) failed: mount("proc", "/proc/self/fd/19", "proc", 0xf, "") failed: operation not permitted); trying a recursive bind mount instead.
I1023 16:50:13.770020 1 chroot.go:37] Mounting "/proc" at "/tmp/proc/host-proc"
D1023 16:50:13.770036 1 chroot.go:121] Successfully mounted a recursive bind mount of procfs at "/tmp/proc/host-proc"; continuing.
D1023 16:50:13.771512 1 specutils.go:106] Spec:
{
"ociVersion": "1.0.0",
"process": {
"user": {
"uid": 1000,
"gid": 1000
},
"args": [
"/usr/bin/python3",
"-m",
"dangerzone.conversion.doc_to_pixels"
],
"env": [
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"PYTHONPATH=/opt/dangerzone",
"TERM=xterm",
"LC_CTYPE=C.UTF-8"
],
"cwd": "/",
"capabilities": {},
"rlimits": [
{
"type": "RLIMIT_NOFILE",
"hard": 4096,
"soft": 4096
}
]
},
"root": {
"path": "/home/dangerzone/dangerzone-image/rootfs",
"readonly": true
},
"hostname": "dangerzone",
"mounts": [
{
"destination": "/boot",
"type": "tmpfs",
"source": "/home/dangerzone/dangerzone-image/tmpfs",
"options": [
"nosuid",
"noexec",
"nodev",
"ro"
]
},
{
"destination": "/dev",
"type": "tmpfs",
"source": "/home/dangerzone/dangerzone-image/tmpfs",
"options": [
"nosuid",
"noexec",
"nodev"
]
},
{
"destination": "/home",
"type": "tmpfs",
"source": "/home/dangerzone/dangerzone-image/tmpfs",
"options": [
"nosuid",
"noexec",
"nodev",
"ro"
]
},
{
"destination": "/media",
"type": "tmpfs",
"source": "/home/dangerzone/dangerzone-image/tmpfs",
"options": [
"nosuid",
"noexec",
"nodev",
"ro"
]
},
{
"destination": "/mnt",
"type": "tmpfs",
"source": "/home/dangerzone/dangerzone-image/tmpfs",
"options": [
"nosuid",
"noexec",
"nodev",
"ro"
]
},
{
"destination": "/proc",
"type": "proc",
"source": "/home/dangerzone/dangerzone-image/proc"
},
{
"destination": "/root",
"type": "tmpfs",
"source": "/home/dangerzone/dangerzone-image/tmpfs",
"options": [
"nosuid",
"noexec",
"nodev",
"ro"
]
},
{
"destination": "/run",
"type": "tmpfs",
"source": "/home/dangerzone/dangerzone-image/tmpfs",
"options": [
"nosuid",
"noexec",
"nodev"
]
},
{
"destination": "/sbin",
"type": "tmpfs",
"source": "/home/dangerzone/dangerzone-image/tmpfs",
"options": [
"nosuid",
"noexec",
"nodev",
"ro"
]
},
{
"destination": "/srv",
"type": "tmpfs",
"source": "/home/dangerzone/dangerzone-image/tmpfs",
"options": [
"nosuid",
"noexec",
"nodev",
"ro"
]
},
{
"destination": "/sys",
"type": "tmpfs",
"source": "/home/dangerzone/dangerzone-image/tmpfs",
"options": [
"nosuid",
"noexec",
"nodev",
"ro"
]
},
{
"destination": "/tmp",
"type": "tmpfs",
"source": "/home/dangerzone/dangerzone-image/tmpfs",
"options": [
"nosuid",
"noexec",
"nodev"
]
},
{
"destination": "/var",
"type": "tmpfs",
"source": "/home/dangerzone/dangerzone-image/tmpfs",
"options": [
"nosuid",
"noexec",
"nodev"
]
},
{
"destination": "/home/dangerzone",
"type": "tmpfs",
"source": "/home/dangerzone/dangerzone-image/tmpfs",
"options": [
"nosuid",
"noexec",
"nodev"
]
},
{
"destination": "/usr/lib/libreoffice/share/extensions/",
"type": "tmpfs",
"source": "/home/dangerzone/dangerzone-image/tmpfs",
"options": [
"nosuid",
"noexec",
"nodev"
]
}
],
"linux": {
"namespaces": [
{
"type": "pid"
},
{
"type": "network"
},
{
"type": "ipc"
},
{
"type": "uts"
},
{
"type": "mount"
}
]
}
}
W1023 16:50:13.771687 1 util.go:64] FATAL ERROR: Error reading mounts file: error unmarshaling mounts: unexpected end of JSON input
JSON bytes:
Error reading mounts file: error unmarshaling mounts: unexpected end of JSON input
JSON bytes:
D1023 16:50:13.772990 13 sandbox.go:1384] Destroying sandbox "dangerzone"
D1023 16:50:13.773157 13 sandbox.go:1394] Killing sandbox "dangerzone"
D1023 16:50:13.773468 13 container.go:776] Destroy container, cid: dangerzone
D1023 16:50:13.773804 13 container.go:1134] Killing gofer for container, cid: dangerzone, PID: 20
W1023 16:50:13.774014 13 util.go:64] FATAL ERROR: running container: creating container: cannot create sandbox: cannot read client sync file: waiting for sandbox to start: EOF
running container: creating container: cannot create sandbox: cannot read client sync file: waiting for sandbox to start: EOF
W1023 16:50:13.774394 13 main.go:243] Failure to execute command, err: 1
gVisor quit with exit code: 128
----- DOC TO PIXELS LOG END -----
ERROR [doc y2nZr5] 0% Unspecified error
Failed to convert document(s)
redacted.pdfAdditional info
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneeds infoThis issue is blocked, waiting input from somebodyThis issue is blocked, waiting input from somebody
Type
Projects
Status
Todo