1
|
Keeping only last 200 lines...
|
2
|
Setting up python-pip-whl (20.3.4-4+deb11u1) ...
|
3
|
Setting up python3-lib2to3 (3.9.2-1) ...
|
4
|
Setting up python3-distutils (3.9.2-1) ...
|
5
|
Setting up python3.9-venv (3.9.2-1) ...
|
6
|
Setting up python3-venv (3.9.2-3) ...
|
7
|
Setting up pymailcatch-build-deps (0.9.7) ...
|
8
|
Processing triggers for man-db (2.9.4-2) ...
|
9
|
dpkg-buildpackage: info: source package pymailcatch
|
10
|
dpkg-buildpackage: info: source version 0.9.7
|
11
|
dpkg-buildpackage: info: source distribution bullseye
|
12
|
dpkg-buildpackage: info: source changed by Olivier Bitsch <olivier.b@iabsis.com>
|
13
|
dpkg-source --before-build .
|
14
|
dpkg-buildpackage: info: host architecture amd64
|
15
|
debian/rules clean
|
16
|
dh clean
|
17
|
dh_auto_clean
|
18
|
dh_clean
|
19
|
dpkg-source -b .
|
20
|
dpkg-source: info: using source format '3.0 (native)'
|
21
|
dpkg-source: info: building pymailcatch in pymailcatch_0.9.7.tar.xz
|
22
|
dpkg-source: info: building pymailcatch in pymailcatch_0.9.7.dsc
|
23
|
debian/rules binary
|
24
|
dh binary
|
25
|
dh_update_autotools_config
|
26
|
dh_autoreconf
|
27
|
dh_auto_configure
|
28
|
dh_auto_build
|
29
|
make -j4 "INSTALL=install --strip-program=true"
|
30
|
make[1]: Entering directory '/build/sources'
|
31
|
mkdir -p //usr/share/pymailcatch/
|
32
|
make -C vue
|
33
|
make[2]: Entering directory '/build/sources'
|
34
|
make[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
|
35
|
python3 -m venv //usr/share/pymailcatch/venv/
|
36
|
npm i
|
37
|
. //usr/share/pymailcatch/venv/bin/activate; pip3 install -r requirements.txt
|
38
|
Collecting aiosmtpd==1.4.2
|
39
|
Downloading aiosmtpd-1.4.2-py3-none-any.whl (143 kB)
|
40
|
Collecting atpublic==3.0.1
|
41
|
Downloading atpublic-3.0.1-py3-none-any.whl (4.8 kB)
|
42
|
Collecting attrs==21.4.0
|
43
|
Downloading attrs-21.4.0-py2.py3-none-any.whl (60 kB)
|
44
|
Collecting autopep8==2.0.0
|
45
|
Downloading autopep8-2.0.0-py2.py3-none-any.whl (45 kB)
|
46
|
Collecting bidict==0.22.0
|
47
|
Downloading bidict-0.22.0-py3-none-any.whl (36 kB)
|
48
|
Collecting click==8.0.3
|
49
|
Downloading click-8.0.3-py3-none-any.whl (97 kB)
|
50
|
Collecting Flask==2.0.2
|
51
|
Downloading Flask-2.0.2-py3-none-any.whl (95 kB)
|
52
|
Collecting Flask-Cors==3.0.10
|
53
|
Downloading Flask_Cors-3.0.10-py2.py3-none-any.whl (14 kB)
|
54
|
Collecting Flask-SocketIO==4.3.2
|
55
|
Downloading Flask_SocketIO-4.3.2-py2.py3-none-any.whl (15 kB)
|
56
|
Collecting gunicorn==20.1.0
|
57
|
Downloading gunicorn-20.1.0-py3-none-any.whl (79 kB)
|
58
|
Collecting itsdangerous==2.0.1
|
59
|
Downloading itsdangerous-2.0.1-py3-none-any.whl (18 kB)
|
60
|
Collecting Jinja2==3.0.3
|
61
|
Downloading Jinja2-3.0.3-py3-none-any.whl (133 kB)
|
62
|
Collecting MarkupSafe==2.0.1
|
63
|
Downloading MarkupSafe-2.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (30 kB)
|
64
|
Collecting pycodestyle==2.10.0
|
65
|
Downloading pycodestyle-2.10.0-py2.py3-none-any.whl (41 kB)
|
66
|
Collecting python-engineio==3.14.2
|
67
|
Downloading python_engineio-3.14.2-py2.py3-none-any.whl (51 kB)
|
68
|
Collecting python-socketio==4.6.1
|
69
|
Downloading python_socketio-4.6.1-py2.py3-none-any.whl (51 kB)
|
70
|
Collecting six==1.16.0
|
71
|
Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
|
72
|
Collecting tomli==2.0.1
|
73
|
Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
|
74
|
Collecting Werkzeug==2.0.2
|
75
|
Downloading Werkzeug-2.0.2-py3-none-any.whl (288 kB)
|
76
|
Requirement already satisfied: setuptools>=3.0 in /usr/share/pymailcatch/venv/lib/python3.9/site-packages (from gunicorn==20.1.0->-r requirements.txt (line 10)) (44.1.1)
|
77
|
Installing collected packages: six, MarkupSafe, Werkzeug, python-engineio, Jinja2, itsdangerous, click, tomli, python-socketio, pycodestyle, Flask, attrs, atpublic, gunicorn, Flask-SocketIO, Flask-Cors, bidict, autopep8, aiosmtpd
|
78
|
npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
|
79
|
Successfully installed Flask-2.0.2 Flask-Cors-3.0.10 Flask-SocketIO-4.3.2 Jinja2-3.0.3 MarkupSafe-2.0.1 Werkzeug-2.0.2 aiosmtpd-1.4.2 atpublic-3.0.1 attrs-21.4.0 autopep8-2.0.0 bidict-0.22.0 click-8.0.3 gunicorn-20.1.0 itsdangerous-2.0.1 pycodestyle-2.10.0 python-engineio-3.14.2 python-socketio-4.6.1 six-1.16.0 tomli-2.0.1
|
80
|
mv //usr/share/pymailcatch/venv venv
|
81
|
rmdir //usr/share/pymailcatch/
|
82
|
|
83
|
added 974 packages, and audited 975 packages in 23s
|
84
|
|
85
|
13 vulnerabilities (8 moderate, 1 high, 4 critical)
|
86
|
|
87
|
To address issues that do not require attention, run:
|
88
|
npm audit fix
|
89
|
|
90
|
To address all issues (including breaking changes), run:
|
91
|
npm audit fix --force
|
92
|
|
93
|
Run `npm audit` for details.
|
94
|
npm notice
|
95
|
npm notice New major version of npm available! 8.19.4 -> 10.4.0
|
96
|
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.4.0>
|
97
|
npm notice Run `npm install -g npm@10.4.0` to update!
|
98
|
npm notice
|
99
|
npm run build
|
100
|
|
101
|
> mymailcatch@0.1.0 build
|
102
|
> vue-cli-service build
|
103
|
|
104
|
Browserslist: caniuse-lite is outdated. Please run:
|
105
|
npx update-browserslist-db@latest
|
106
|
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
107
|
All browser targets in the browserslist configuration have supported ES module.
|
108
|
Therefore we don't build two separate bundles for differential loading.
|
109
|
|
110
|
|
111
|
- Building for production...
|
112
|
Browserslist: caniuse-lite is outdated. Please run:
|
113
|
npx update-browserslist-db@latest
|
114
|
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
115
|
Browserslist: caniuse-lite is outdated. Please run:
|
116
|
npx update-browserslist-db@latest
|
117
|
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
118
|
Browserslist: caniuse-lite is outdated. Please run:
|
119
|
npx update-browserslist-db@latest
|
120
|
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
121
|
Browserslist: caniuse-lite is outdated. Please run:
|
122
|
npx update-browserslist-db@latest
|
123
|
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
124
|
WARNING Compiled with 3 warnings1:44:16 PM
|
125
|
|
126
|
warning
|
127
|
|
128
|
asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
|
129
|
This can impact web performance.
|
130
|
Assets:
|
131
|
js/chunk-vendors.ac88ef99.js (550 KiB)
|
132
|
|
133
|
warning
|
134
|
|
135
|
entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
136
|
Entrypoints:
|
137
|
app (567 KiB)
|
138
|
js/chunk-vendors.ac88ef99.js
|
139
|
css/app.063faa72.css
|
140
|
js/app.346aa482.js
|
141
|
|
142
|
|
143
|
warning
|
144
|
|
145
|
webpack performance recommendations:
|
146
|
You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
|
147
|
For more info visit https://webpack.js.org/guides/code-splitting/
|
148
|
|
149
|
File Size Gzipped
|
150
|
|
151
|
dist/js/chunk-vendors.ac88ef99.js 549.52 KiB 148.78 KiB
|
152
|
dist/js/app.346aa482.js 15.81 KiB 5.80 KiB
|
153
|
dist/style.css 1.53 KiB 0.56 KiB
|
154
|
dist/css/app.063faa72.css 1.18 KiB 0.52 KiB
|
155
|
|
156
|
Images and other types of assets omitted.
|
157
|
Build at: 2024-02-15T13:44:16.794Z - Hash: 97030b991d296fe6 - Time: 6579ms
|
158
|
|
159
|
DONE Build complete. The dist directory is ready to be deployed.
|
160
|
INFO Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
|
161
|
|
162
|
make[2]: Leaving directory '/build/sources/vue'
|
163
|
make[1]: Leaving directory '/build/sources'
|
164
|
dh_auto_test
|
165
|
create-stamp debian/debhelper-build-stamp
|
166
|
dh_prep
|
167
|
dh_auto_install
|
168
|
debian/rules override_dh_install
|
169
|
make[1]: Entering directory '/build/sources'
|
170
|
dh_install
|
171
|
sed -i 's|database\.db|/var/lib/pymailcatch/database\.db|g' debian/pymailcatch/usr/share/pymailcatch/lib/db.py
|
172
|
make[1]: Leaving directory '/build/sources'
|
173
|
dh_installdocs
|
174
|
dh_installchangelogs
|
175
|
dh_installinit
|
176
|
dh_installsystemd
|
177
|
dh_perl
|
178
|
dh_link
|
179
|
dh_strip_nondeterminism
|
180
|
dh_compress
|
181
|
dh_fixperms
|
182
|
dh_missing
|
183
|
dh_dwz -a
|
184
|
dh_strip -a
|
185
|
dh_makeshlibs -a
|
186
|
dh_shlibdeps -a
|
187
|
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/pymailcatch/usr/share/pymailcatch/venv/lib/python3.9/site-packages/markupsafe/_speedups.cpython-39-x86_64-linux-gnu.so was not linked against libpthread.so.0 (it uses none of the library's symbols)
|
188
|
dh_installdeb
|
189
|
dh_gencontrol
|
190
|
dh_md5sums
|
191
|
dh_builddeb
|
192
|
dpkg-deb: building package 'pymailcatch' in '../pymailcatch_0.9.7_amd64.deb'.
|
193
|
dpkg-deb: building package 'pymailcatch-dbgsym' in '../pymailcatch-dbgsym_0.9.7_amd64.deb'.
|
194
|
dpkg-genbuildinfo
|
195
|
dpkg-genchanges >../pymailcatch_0.9.7_amd64.changes
|
196
|
dpkg-genchanges: info: including full source code in upload
|
197
|
dpkg-source --after-build .
|
198
|
dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
|
199
|
|
200
|
### Step: publish, Method: apt-ftparchive
|
201
|
No log reported at this stage
|