Run of test-debianize for node-xmlhttprequest-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
97
98
99
100
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/1.5.0 points at non-present sha cda2b28db83d2a4a8a703a59a7b2a9a926a5ce3d
  warnings.warn(
/usr/local/lib/python3.11/dist-packages/dulwich/refs.py:1283: UserWarning: ref refs/tags/1.4.2 points at non-present sha 8919d2a402cf52b2ae8d8e3dc3370ef2ca615f42
  warnings.warn(
/usr/local/lib/python3.11/dist-packages/dulwich/refs.py:1283: UserWarning: ref refs/tags/1.7.0 points at non-present sha 3907e7b3c47f3ed8670d0a974db5a5cf0eef1c1f
  warnings.warn(
/usr/local/lib/python3.11/dist-packages/dulwich/refs.py:1283: UserWarning: ref refs/tags/1.4.0 points at non-present sha 367e77791ba19191e2ab29b6e7c99fbe6caaf6df
  warnings.warn(
/usr/local/lib/python3.11/dist-packages/dulwich/refs.py:1283: UserWarning: ref refs/tags/1.4.1 points at non-present sha 3233b9b873de9d6adef8a922c36d11216d158d15
  warnings.warn(
/usr/local/lib/python3.11/dist-packages/dulwich/refs.py:1283: UserWarning: ref refs/tags/1.8.0 points at non-present sha e7c02c959984d351225862bb14a706d7a49776d2
  warnings.warn(
/usr/local/lib/python3.11/dist-packages/dulwich/refs.py:1283: UserWarning: ref refs/tags/1.3.0 points at non-present sha 6feed376edb550efa6ff7eca6ae88b0267dd271a
  warnings.warn(
/usr/local/lib/python3.11/dist-packages/dulwich/refs.py:1283: UserWarning: ref refs/tags/1.6.0 points at non-present sha e94b940853615d83b17e64f1214c43822dd6fd16
  warnings.warn(
found 418 deltas to reuse
found 418 deltas to reuse
1.5.0 does not point to a valid object
1.5.0 does not point to a valid object
1.4.2 does not point to a valid object
1.4.2 does not point to a valid object
1.7.0 does not point to a valid object
1.7.0 does not point to a valid object
1.4.0 does not point to a valid object
1.4.0 does not point to a valid object
1.4.1 does not point to a valid object
1.4.1 does not point to a valid object
1.8.0 does not point to a valid object
1.8.0 does not point to a valid object
1.3.0 does not point to a valid object
1.3.0 does not point to a valid object
1.6.0 does not point to a valid object
1.6.0 does not point to a valid object
Creating core packaging using process_npm
Kickstarting from dist tarball. Using upstream version 1.8.0
Looking for upstream 1.8.0 in upstream branch https://github.com/driverdan/node-xmlhttprequest.git/.
Looking for upstream 1.8.0 in upstream branch https://github.com/driverdan/node-xmlhttprequest.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-workercgpu8dbm  --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-workercgpu8dbm  --apt-update --apt-dist-upgrade
Opened schroot session sid-amd64-sbuild-8c3f27d6-9def-4d3c-b85d-fd1da7249db5 (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/tmpmkvrzz3c/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-8c3f27d6-9def-4d3c-b85d-fd1da7249db5', '-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-workercgpu8dbm  --apt-update --apt-dist-upgrade' returned non-zero exit status 1.
Full worker log

Publish Blockers