[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_4 #402104

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Oct 17 12:29:29 BST 2022


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_4/402104/display/redirect>

Changes:


------------------------------------------
[...truncated 64.44 KB...]
installing libindicator-gtk2...
installing libindicator-gtk3...
installing libice...
installing libsm...
installing libxt...
installing libxpm...
installing giflib...
installing libwebp...
Optional dependencies for libwebp
    freeglut: vwebp viewer
installing aom...
installing dav1d...
Optional dependencies for dav1d
    dav1d-doc: HTML documentation
installing rav1e...
installing svt-av1...
installing libyuv...
installing libavif...
installing libde265...
Optional dependencies for libde265
    ffmpeg: for sherlock265
    qt5-base: for sherlock265
    sdl: dec265 YUV overlay output
installing x265...
installing libheif...
Optional dependencies for libheif
    libjpeg: for heif-convert and heif-enc [installed]
    libpng: for heif-convert and heif-enc [installed]
installing gd...
Optional dependencies for gd
    perl: bdftogd script [installed]
installing libxmu...
installing libxaw...
installing jbig2dec...
installing run-parts...
installing libpaper...
installing ijs...
installing openjpeg2...
installing libidn...
installing ghostscript...
Optional dependencies for ghostscript
    texlive-core: needed for dvipdf
    gtk3: needed for gsx [installed]
installing netpbm...
installing gts...
installing gsfonts...
installing graphviz...
Optional dependencies for graphviz
    mono: sharp bindings
    guile: guile bindings [installed]
    lua: lua bindings
    ocaml: ocaml bindings
    perl: perl bindings [installed]
    python: python bindings [installed]
    r: r bindings
    tcl: tcl bindings
    qt5-base: gvedit
    gtk2: gtk output plugin [installed]
    xterm: vimdot
installing gnu-free-fonts...
installing vala...
:: Running post-transaction hooks...
( 1/16) Creating system user accounts...
Suggested group ID 8 for mem already used.
Creating group 'mem' with GID 998.
Creating group 'ftp' with GID 11.
Creating group 'log' with GID 19.
Suggested group ID 25 for smmsp already used.
Creating group 'smmsp' with GID 997.
Suggested group ID 26 for proc already used.
Creating group 'proc' with GID 996.
Creating group 'lock' with GID 54.
Creating group 'network' with GID 90.
Creating group 'scanner' with GID 96.
Creating group 'power' with GID 98.
Suggested group ID 65534 for nobody already used.
Creating group 'nobody' with GID 995.
Creating group 'wheel' with GID 994.
Creating group 'optical' with GID 993.
Creating group 'sgx' with GID 992.
Creating group 'storage' with GID 991.
Creating group 'rfkill' with GID 990.
Creating user 'ftp' (n/a) with UID 14 and GID 11.
Creating group 'http' with GID 989.
Suggested user ID 33 for http already used.
Creating user 'http' (n/a) with UID 989 and GID 989.
Creating group 'avahi' with GID 988.
Creating user 'avahi' (Avahi mDNS/DNS-SD daemon) with UID 988 and GID 988.
Creating group 'dbus' with GID 81.
Creating user 'dbus' (System Message Bus) with UID 81 and GID 81.
Creating group 'git' with GID 987.
Creating user 'git' (git daemon user) with UID 987 and GID 987.
Creating group 'systemd-oom' with GID 986.
Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 986 and GID 986.
Creating group 'systemd-journal-remote' with GID 985.
Creating user 'systemd-journal-remote' (systemd Journal Remote) with UID 985 and GID 985.
Creating group 'tss' with GID 984.
Creating user 'tss' (tss user for tpm2) with UID 984 and GID 984.
Creating group 'uuidd' with GID 68.
Creating user 'uuidd' (n/a) with UID 68 and GID 68.
( 2/16) Reloading system manager configuration...
  Skipped: Running in chroot.
( 3/16) Arming ConditionNeedsUpdate...
( 4/16) Updating the MIME type database...
( 5/16) Updating fontconfig configuration...
( 6/16) Reloading system bus configuration...
  Skipped: Running in chroot.
( 7/16) Warn about old perl modules
( 8/16) Updating fontconfig cache...
( 9/16) Probing GDK-Pixbuf loader modules...
(10/16) Updating GIO module cache...
(11/16) Compiling GSettings XML schema files...
(12/16) Probing GTK2 input method modules...
(13/16) Probing GTK3 input method modules...
(14/16) Updating icon theme caches...
(15/16) Updating the info directory file...
(16/16) Updating the desktop file MIME type cache...
==> Retrieving sources...
  -> Branching lp:libappindicator...
brz: ERROR: AttributeError: can't set attribute 'selector'

Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/breezy/commands.py", line 1015, in exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/usr/lib/python3.10/site-packages/breezy/commands.py", line 1204, in run_bzr
    ret = run(*run_argv)
  File "/usr/lib/python3.10/site-packages/breezy/commands.py", line 755, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/usr/lib/python3.10/site-packages/breezy/commands.py", line 780, in run
    return class_run(*args, **kwargs)
  File "/usr/lib/python3.10/site-packages/breezy/builtins.py", line 1472, in run
    accelerator_tree, br_from = controldir.ControlDir.open_tree_or_branch(
  File "/usr/lib/python3.10/site-packages/breezy/controldir.py", line 870, in open_tree_or_branch
    controldir = klass.open(location)
  File "/usr/lib/python3.10/site-packages/breezy/controldir.py", line 774, in open
    t = _mod_transport.get_transport(base, possible_transports)
  File "/usr/lib/python3.10/site-packages/breezy/transport/__init__.py", line 1592, in get_transport
    location_to_url(base, purpose=purpose),
  File "/usr/lib/python3.10/site-packages/breezy/location.py", line 143, in location_to_url
    location = directories.dereference(location, purpose)
  File "/usr/lib/python3.10/site-packages/breezy/directory_service.py", line 87, in dereference
    return directory.look_up(name, url, purpose=purpose)
  File "/usr/lib/python3.10/site-packages/breezy/plugins/launchpad/lp_directory.py", line 114, in look_up
    return self._resolve(url)
  File "/usr/lib/python3.10/site-packages/breezy/plugins/launchpad/lp_directory.py", line 170, in _resolve
    result = self._resolve_via_xmlrpc(path, url, _request_factory)
  File "/usr/lib/python3.10/site-packages/breezy/plugins/launchpad/lp_directory.py", line 146, in _resolve_via_xmlrpc
    result = resolve.submit(service)
  File "/usr/lib/python3.10/site-packages/breezy/plugins/launchpad/lp_registration.py", line 228, in submit
    return service.send_request(self._methodname, self._request_params())
  File "/usr/lib/python3.10/site-packages/breezy/plugins/launchpad/lp_registration.py", line 157, in send_request
    result = method(*method_params)
  File "/usr/lib/python3.10/xmlrpc/client.py", line 1122, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python3.10/xmlrpc/client.py", line 1464, in __request
    response = self.__transport.request(
  File "/usr/lib/python3.10/site-packages/breezy/plugins/launchpad/lp_registration.py", line 84, in request
    response = transport.request("POST", url, body=request_body, headers={
  File "/usr/lib/python3.10/site-packages/breezy/transport/http/urllib.py", line 1843, in request
    response = self._opener.open(request)
  File "/usr/lib/python3.10/urllib/request.py", line 519, in open
    response = self._open(req, data)
  File "/usr/lib/python3.10/urllib/request.py", line 536, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
  File "/usr/lib/python3.10/urllib/request.py", line 496, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.10/site-packages/breezy/transport/http/urllib.py", line 811, in https_open
    connect = _ConnectRequest(request)
  File "/usr/lib/python3.10/site-packages/breezy/transport/http/urllib.py", line 468, in __init__
    Request.__init__(self, 'CONNECT', request.get_full_url(),
  File "/usr/lib/python3.10/site-packages/breezy/transport/http/urllib.py", line 417, in __init__
    urllib_request.Request.__init__(
  File "/usr/lib/python3.10/urllib/request.py", line 322, in __init__
    self.full_url = url
  File "/usr/lib/python3.10/urllib/request.py", line 348, in full_url
    self._parse()
  File "/usr/lib/python3.10/urllib/request.py", line 378, in _parse
    self.host, self.selector = _splithost(rest)
AttributeError: can't set attribute 'selector'

brz 3.3.0 on python 3.10.8 (Linux-5.18.0-0.deb11.4-amd64-x86_64-with-
    glibc2.36)
arguments: ['bzr', 'branch', 'lp:libappindicator', '/tmp/libappindicator-
    archlinuxrb-build-O6CnhAIJ/libappindicator/trunk/libappindicator', '--no-
    tree', '--use-existing-dir']
plugins: bash_completion[3.3.0], changelog_merge[3.3.0],
    commitfromnews[3.3.0], cvs[3.3.0], darcs[3.3.0], email[3.3.0],
    fastimport[3.3.0], flake8[unknown], fossil[3.3.0], github[3.3.0],
    gitlab[3.3.0], hg[3.3.0], launchpad[3.3.0], mtn[3.3.0],
    netrc_credential_store[3.3.0], news_merge[3.3.0], po_merge[3.3.0],
    propose[3.3.0], pypi[3.3.0], quilt[unknown], repodebug[3.3.0],
    rewrite[unknown], stats[3.3.0], svn[3.3.0], upload[3.3.0],
    weave_fmt[3.3.0], zsh_completion[3.3.0]
encoding: 'ascii', fsenc: 'ascii', lang: 'C'

*** Breezy has encountered an internal error.  This probably indicates a
    bug in Breezy.  You can help us fix it by filing a bug report at
        https://bugs.launchpad.net/brz/+filebug
    including this traceback and a description of the problem.
==> ERROR: Failure while branching lp:libappindicator
    Aborting...
+ PRESULT=1
+ '[' 1 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-libappindicator-archlinuxrb-build-O6CnhAIJ
+ tee -a /srv/reproducible-results/archlinuxrb-build-O6CnhAIJ/b1/libappindicator/build1.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
ls: cannot access '/tmp/libappindicator-archlinuxrb-build-O6CnhAIJ/*/trunk/*.pkg.tar.zst': No such file or directory
Sun Nov 19 17:52:22 UTC 2023 - build #1 for libappindicator on osuosl170-amd64 didn't build a package!
ls /srv/reproducible-results/archlinuxrb-build-O6CnhAIJ/b1/libappindicator/
.:
total 4
drwxr-xr-x 3 jenkins jenkins 4096 Nov 19 17:51 b1

./b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Nov 19 17:51 libappindicator

./b1/libappindicator:
total 72
-rw-r--r-- 1 jenkins jenkins 69549 Nov 19 17:52 build1.log
-rw-r--r-- 1 jenkins jenkins    15 Nov 19 17:51 build1.version
Sun Nov 19 17:52:22 UTC 2023 - build #1 for libappindicator on osuosl170-amd64 done.
Sun Nov 19 17:52:22 UTC 2023 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-rjuLEDEr, removing.
/srv/reproducible-results/archlinuxrb-build-O6CnhAIJ:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 11:29 b1
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 11:28 b2

/srv/reproducible-results/archlinuxrb-build-O6CnhAIJ/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 11:29 libappindicator

/srv/reproducible-results/archlinuxrb-build-O6CnhAIJ/b1/libappindicator:
total 72
-rw-r--r-- 1 jenkins jenkins 69549 Oct 17 11:29 build1.log
-rw-r--r-- 1 jenkins jenkins    15 Oct 17 11:29 build1.version

/srv/reproducible-results/archlinuxrb-build-O6CnhAIJ/b2:
total 0
Mon Oct 17 11:29:29 UTC 2022 - build1 didn't create a package, skipping build2!
/tmp/jenkins-script-V284evnQ: line 480: echo: write error: No space left on device
cp: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/community/libappindicator/pkg.version': No space left on device
Mon Oct 17 11:29:29 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-O6CnhAIJ deleted.
Mon Oct 17 11:29:29 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-V284evnQ, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list