control: reopen -1
control: notfixed -1 3.0.9+dfsg1-1.1

> I've tested the builds on arm64 and armhf. I'm short of non-headless
> boxes here to test the X functionality on.
> 
> So I've uploaded to get the migration going and allow others to test. I
> should be able to contrive a non-headless armhf machine too, given a
> bit of time (not today)

Hello, I reuse this bug, to point out that now the package has an autopkgtest 
failure on armhf, probably due to an incomplete patch or a missing xvfb 
dependency on debian/tests/control

https://ci.debian.net/data/autopkgtest/testing/armhf/x/xpra/10248252/log.gz



+ env
MAIL=/var/mail/debci
USER=debci
XDG_SESSION_TYPE=unspecified
SHLVL=2
HOME=/home/debci
OLDPWD=/
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
AUTOPKGTEST_TMP=/tmp/autopkgtest-lxc.o21_ufmh/downtmp/autopkgtest_tmp
LOGNAME=debci
AUTOPKGTEST_ARTIFACTS=/tmp/autopkgtest-lxc.o21_ufmh/downtmp/server-artifacts
ADTTMP=/tmp/autopkgtest-lxc.o21_ufmh/downtmp/autopkgtest_tmp
_=/tmp/autopkgtest-lxc.o21_ufmh/downtmp/build.iSN/src/debian/tests/server
XDG_SESSION_CLASS=background
XDG_SESSION_ID=c2
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
XDG_RUNTIME_DIR=/run/user/1000
LANG=C.UTF-8
DEB_BUILD_OPTIONS=parallel=32
DEBIAN_FRONTEND=noninteractive
SHELL=/bin/bash
PWD=/tmp/autopkgtest-lxc.o21_ufmh/downtmp/build.iSN/src
ADT_ARTIFACTS=/tmp/autopkgtest-lxc.o21_ufmh/downtmp/server-artifacts
+ id
uid=1000(debci) gid=1000(debci) groups=1000(debci)
+ whoami
debci
+ pwd
+ cat /etc/xpra/conf.d/55_server_x11.conf
/tmp/autopkgtest-lxc.o21_ufmh/downtmp/build.iSN/src
########################################################################
# X11 Server Environment:

# Set the _NET_WM_NAME,
# used by some application that make too many assumptions (ie: Java)
# To workaround JDK6 window positioning issues, use:
#wm-name = Sawfish
wm-name = Xpra

# Input methods
# To disable input method completely:
#input-method=none
# To keep the environment unchanged:
#input-method=keep
# Other possible options:
#input-method=IBus
#input-method=SCIM
#input-method=uim
input-method=none

# Paint the windows on the xvfb so that
# screen grabs and screen recorders will work
# (repaint delay in milliseconds, 0 to disable)
# sync-xvfb = 200
# sync-xvfb = 50
sync-xvfb = 0

# Fake Xinerama:
#fake-xinerama=no
#fake-xinerama=auto
#fake-xinerama=/path/to/libfakeXinerama.so
fake-xinerama = no

# Virtual display command:
# - Old Xvfb option (required on Ubuntu where Xorg is broken):
# xvfb = Xvfb -nolisten tcp -noreset \
#        +extension GLX +extension Composite \
#        -auth $XAUTHORITY \
#        -screen 0 5760x2560x24+32
# - With Xorg 1.12 or newer and the dummy driver:
# xvfb = /usr/bin/Xorg -noreset -nolisten tcp \
#        +extension GLX +extension RANDR +extension RENDER \
#        -auth $XAUTHORITY \
#        -logfile auto/Xorg.${DISPLAY}.log \
#        -configdir ${XDG_RUNTIME_DIR}/.xpra/xorg.conf.d/$PID \
#        -config /etc/xpra/xorg.conf
#
# Selecting virtual X server:
xvfb = Xvfb +extension GLX +extension Composite -screen 0 5760x2560x24+32 -dpi 
96 -nolisten tcp -noreset -auth $XAUTHORITY
+ [ /run/user/1000 =  ]
+ trap set +x; xpra stop :314 2>>/dev/null || true EXIT
+ xpra --version
xpra v3.0.9-r26127
+ DISPLAY=:314 xset q
+ printf :: server is not running prior to start.\n
+ xpra start :314 --systemd-run=no --start-child=xeyes --exit-with-children
:: server is not running prior to start.
:: server is starting.
+ printf :: server is starting.\n
+ DISPLAY=:314 timeout 11 sh -c until xset q 2>>/dev/null; do sleep 1; done
Entering daemon mode; any further errors will be reported to:
  /run/user/1000/xpra/:314.log
+ [ 124 -ne 0 ]
+ cat /run/user/1000/xpra/:314.log
2021-02-05 10:13:29,763 Error: cannot enable SSH socket upgrades:
2021-02-05 10:13:29,764  No module named 'paramiko'
2021-02-05 10:13:29,767 cannot access python uinput module:
2021-02-05 10:13:29,767  No module named 'uinput'
xpra main error:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/xpra/scripts/main.py", line 121, in main
    return run_mode(script_file, err, options, args, mode, defaults)
  File "/usr/lib/python3/dist-packages/xpra/scripts/main.py", line 455, in 
run_mode
    return run_server(error_cb, options, mode, script_file, args, 
current_display)
  File "/usr/lib/python3/dist-packages/xpra/scripts/server.py", line 340, in 
run_server
    return do_run_server(error_cb, opts, mode, xpra_file, extra_args, 
desktop_display)
  File "/usr/lib/python3/dist-packages/xpra/scripts/server.py", line 640, in 
do_run_server
    xvfb, display_name, cleanups = start_Xvfb(opts.xvfb, pixel_depth, 
display_name, cwd,
  File "/usr/lib/python3/dist-packages/xpra/x11/vfb_util.py", line 292, in 
start_Xvfb
    xvfb = Popen(xvfb_cmd, executable=xvfb_executable, close_fds=True,
  File "/usr/lib/python3.9/subprocess.py", line 951, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/usr/lib/python3.9/subprocess.py", line 1823, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'Xvfb'

+ cat /run/user/1000/xpra/Xorg.:314.log
cat: '/run/user/1000/xpra/Xorg.:314.log': No such file or directory
+ cat /home/debci/.xpra/Xorg.:314.log
cat: '/home/debci/.xpra/Xorg.:314.log': No such file or directory
+ exit 1
+ set +x
server socket for display :314 not found
 waiting up to 20 seconds
autopkgtest [10:14:01]: test server: -----------------------]
autopkgtest [10:14:01]: test server:  - - - - - - - - - - results - - - - - - - 
- - -
server               FAIL non-zero exit status 1
autopkgtest [10:14:01]: @@@@@@@@@@@@@@@@@@@@ summary
server               FAIL non-zero exit status 1


cheers,

Gianfranco

Reply via email to