Run of test-debianize for python-xapian-haystack-upstream

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
debianize is experimental and often generates packaging that is incomplete or does not build as-is. If you encounter issues, please consider filing a bug.
Switching to packaging branch debian/main.
/usr/local/lib/python3.11/dist-packages/dulwich/refs.py:1283: UserWarning: ref refs/tags/xapian-haystack-1.1.4BETA points at non-present sha b48e058b5d04dcb7bfa10726ebf3cdc13940065f
  warnings.warn(
/usr/local/lib/python3.11/dist-packages/dulwich/refs.py:1283: UserWarning: ref refs/tags/xapian-haystack-1.1.2BETA points at non-present sha 02b41fbcea4949877f09fa59d889acec9dba0bd8
  warnings.warn(
/usr/local/lib/python3.11/dist-packages/dulwich/refs.py:1283: UserWarning: ref refs/tags/2.0.0 points at non-present sha 3c7cdb10730602268c069c0dc5b13a69fa2619bb
  warnings.warn(
/usr/local/lib/python3.11/dist-packages/dulwich/refs.py:1283: UserWarning: ref refs/tags/xapian-haystack-1.1.0BETA points at non-present sha a0957608c1dced27d2ed15671f68bcbc2ee4da61
  warnings.warn(
/usr/local/lib/python3.11/dist-packages/dulwich/refs.py:1283: UserWarning: ref refs/tags/xapian-haystack-1.1.1BETA points at non-present sha b290c38979ca9836806f09683943e48cd796031b
  warnings.warn(
/usr/local/lib/python3.11/dist-packages/dulwich/refs.py:1283: UserWarning: ref refs/tags/xapian-haystack-1.1.3BETA points at non-present sha eb7df7585ae9dd6026bb87844bd80bf4b8371ea0
  warnings.warn(
/usr/local/lib/python3.11/dist-packages/dulwich/refs.py:1283: UserWarning: ref refs/tags/xapian-haystack-1.1.5BETA points at non-present sha af374af6b02bf88904ed1894503cb47bc1cc63bc
  warnings.warn(
found 1838 deltas to reuse
found 1838 deltas to reuse
xapian-haystack-1.1.4BETA does not point to a valid object
xapian-haystack-1.1.4BETA does not point to a valid object
xapian-haystack-1.1.2BETA does not point to a valid object
xapian-haystack-1.1.2BETA does not point to a valid object
2.0.0 does not point to a valid object
2.0.0 does not point to a valid object
xapian-haystack-1.1.0BETA does not point to a valid object
xapian-haystack-1.1.0BETA does not point to a valid object
xapian-haystack-1.1.1BETA does not point to a valid object
xapian-haystack-1.1.1BETA does not point to a valid object
xapian-haystack-1.1.3BETA does not point to a valid object
xapian-haystack-1.1.3BETA does not point to a valid object
xapian-haystack-1.1.5BETA does not point to a valid object
xapian-haystack-1.1.5BETA does not point to a valid object
Creating core packaging using process_setup_py
Kickstarting from dist tarball. Using upstream version 3.1.0
Looking for upstream 3.1.0 in upstream branch https://github.com/notanumber/xapian-haystack.git/.
Looking for upstream 3.1.0 in upstream branch https://github.com/notanumber/xapian-haystack.git/.
Running dist command: SCHROOT=sid-amd64-sbuild PYTHONPATH=/:/usr/lib/python311.zip:/usr/lib/python3.11:/usr/lib/python3.11/lib-dynload:/usr/local/lib/python3.11/dist-packages:/usr/lib/python3/dist-packages /usr/bin/python3 -m janitor.debian.dist --log-directory=/tmp/janitor-worker1eove0nh  --apt-update --apt-dist-upgrade
Running dist command: SCHROOT=sid-amd64-sbuild PYTHONPATH=/:/usr/lib/python311.zip:/usr/lib/python3.11:/usr/lib/python3.11/lib-dynload:/usr/local/lib/python3.11/dist-packages:/usr/lib/python3/dist-packages /usr/bin/python3 -m janitor.debian.dist --log-directory=/tmp/janitor-worker1eove0nh  --apt-update --apt-dist-upgrade
Opened schroot session sid-amd64-sbuild-f9b63171-8779-4a92-8e91-d0cd5ed33066 (from sid-amd64-sbuild)
apt: running ['apt', '-y', 'update']
apt: running ['apt', '-y', 'dist-upgrade']
/bin/mktemp: failed to create directory via template '/build/tmp.XXXXXXXXXX': Permission denied
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/janitor/debian/dist.py", line 97, in <module>
    tree = WorkingTree.open(args.directory)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/breezy/workingtree.py", line 215, in open
    control = ControlDir.open(path, _unsupported=_unsupported)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/breezy/controldir.py", line 791, in open
    return klass.open_from_transport(t, probers=probers,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/breezy/controldir.py", line 822, in open_from_transport
    transport, format = _mod_transport.do_catching_redirections(
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/breezy/transport/__init__.py", line 1653, in do_catching_redirections
    return action(transport)
           ^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/breezy/controldir.py", line 810, in find_format
    return transport, ControlDirFormat.find_format(transport,
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/breezy/controldir.py", line 1246, in find_format
    raise errors.NotBranchError(path=transport.base)
breezy.errors.NotBranchError: Not a branch: "/tmp/tmpx9g2tqzj/package/".

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/ognibuild/session/schroot.py", line 190, in check_output
    return subprocess.check_output(
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/subprocess.py", line 466, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['schroot', '-r', '-c', 'session:sid-amd64-sbuild-f9b63171-8779-4a92-8e91-d0cd5ed33066', '-d', '/', '--', 'mktemp', '-d', '-p', '/build']' returned non-zero exit status 1.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/usr/local/lib/python3.11/dist-packages/janitor/debian/dist.py", line 99, in <module>
    export_directory, reldir = session.setup_from_directory(
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/ognibuild/session/schroot.py", line 270, in setup_from_directory
    reldir = self._build_tempdir()
             ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/ognibuild/session/schroot.py", line 248, in _build_tempdir
    return self.check_output(
           ^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/ognibuild/session/schroot.py", line 193, in check_output
    raise subprocess.CalledProcessError(e.returncode, argv) from e
subprocess.CalledProcessError: Command '['mktemp', '-d', '-p', '/build']' returned non-zero exit status 1.
Command 'SCHROOT=sid-amd64-sbuild PYTHONPATH=/:/usr/lib/python311.zip:/usr/lib/python3.11:/usr/lib/python3.11/lib-dynload:/usr/local/lib/python3.11/dist-packages:/usr/lib/python3/dist-packages /usr/bin/python3 -m janitor.debian.dist --log-directory=/tmp/janitor-worker1eove0nh  --apt-update --apt-dist-upgrade' returned non-zero exit status 1.
Full worker log

Publish Blockers