Project

General

Profile

Build logs commit 6138d1496333c4014bb18d7ad168192bfca62190

1
Keeping only last 200 lines...
2
Preparing to unpack .../5-python3-venv_3.9.2-3_amd64.deb ...
3
Unpacking python3-venv (3.9.2-3) ...
4
Setting up nodejs (16.20.2-deb-1nodesource1) ...
5
Setting up python-pip-whl (20.3.4-4+deb11u1) ...
6
Setting up python3-lib2to3 (3.9.2-1) ...
7
Setting up python3-distutils (3.9.2-1) ...
8
Setting up python3.9-venv (3.9.2-1) ...
9
Setting up python3-venv (3.9.2-3) ...
10
Setting up pymailcatch-build-deps (0.9.6) ...
11
Processing triggers for man-db (2.9.4-2) ...
12
dpkg-buildpackage: info: source package pymailcatch
13
dpkg-buildpackage: info: source version 0.9.6
14
dpkg-buildpackage: info: source distribution bullseye
15
dpkg-buildpackage: info: source changed by Olivier Bitsch <olivier.b@iabsis.com>
16
 dpkg-source --before-build .
17
dpkg-buildpackage: info: host architecture amd64
18
 debian/rules clean
19
dh clean
20
   dh_auto_clean
21
   dh_clean
22
 dpkg-source -b .
23
dpkg-source: info: using source format '3.0 (native)'
24
dpkg-source: info: building pymailcatch in pymailcatch_0.9.6.tar.xz
25
dpkg-source: info: building pymailcatch in pymailcatch_0.9.6.dsc
26
 debian/rules binary
27
dh binary
28
   dh_update_autotools_config
29
   dh_autoreconf
30
   dh_auto_configure
31
   dh_auto_build
32
	make -j4 "INSTALL=install --strip-program=true"
33
make[1]: Entering directory '/build/sources'
34
mkdir -p //usr/share/pymailcatch/
35
make -C vue
36
make[2]: Entering directory '/build/sources'
37
make[2]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
38
npm i
39
python3 -m venv //usr/share/pymailcatch/venv/
40
. //usr/share/pymailcatch/venv/bin/activate; pip3 install -r requirements.txt
41
Collecting aiosmtpd==1.4.2
42
  Downloading aiosmtpd-1.4.2-py3-none-any.whl (143 kB)
43
Collecting atpublic==3.0.1
44
  Downloading atpublic-3.0.1-py3-none-any.whl (4.8 kB)
45
Collecting attrs==21.4.0
46
  Downloading attrs-21.4.0-py2.py3-none-any.whl (60 kB)
47
Collecting autopep8==2.0.0
48
  Downloading autopep8-2.0.0-py2.py3-none-any.whl (45 kB)
49
Collecting bidict==0.22.0
50
  Downloading bidict-0.22.0-py3-none-any.whl (36 kB)
51
Collecting click==8.0.3
52
  Downloading click-8.0.3-py3-none-any.whl (97 kB)
53
Collecting Flask==2.0.2
54
  Downloading Flask-2.0.2-py3-none-any.whl (95 kB)
55
Collecting Flask-Cors==3.0.10
56
  Downloading Flask_Cors-3.0.10-py2.py3-none-any.whl (14 kB)
57
Collecting Flask-SocketIO==4.3.2
58
  Downloading Flask_SocketIO-4.3.2-py2.py3-none-any.whl (15 kB)
59
Collecting gunicorn==20.1.0
60
  Downloading gunicorn-20.1.0-py3-none-any.whl (79 kB)
61
Collecting itsdangerous==2.0.1
62
  Downloading itsdangerous-2.0.1-py3-none-any.whl (18 kB)
63
Collecting Jinja2==3.0.3
64
  Downloading Jinja2-3.0.3-py3-none-any.whl (133 kB)
65
Collecting MarkupSafe==2.0.1
66
  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)
67
Collecting pycodestyle==2.10.0
68
  Downloading pycodestyle-2.10.0-py2.py3-none-any.whl (41 kB)
69
Collecting python-engineio==3.14.2
70
  Downloading python_engineio-3.14.2-py2.py3-none-any.whl (51 kB)
71
Collecting python-socketio==4.6.1
72
  Downloading python_socketio-4.6.1-py2.py3-none-any.whl (51 kB)
73
Collecting six==1.16.0
74
  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
75
Collecting tomli==2.0.1
76
  Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
77
Collecting Werkzeug==2.0.2
78
  Downloading Werkzeug-2.0.2-py3-none-any.whl (288 kB)
79
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)
80
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
81
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
82
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
83
mv //usr/share/pymailcatch/venv venv
84
rmdir //usr/share/pymailcatch/
85

    
86
added 974 packages, and audited 975 packages in 25s
87

    
88
7 vulnerabilities (3 moderate, 2 high, 2 critical)
89

    
90
To address all issues, run:
91
  npm audit fix
92

    
93
Run `npm audit` for details.
94
npm notice 
95
npm notice New major version of npm available! 8.19.4 -> 10.1.0
96
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.1.0>
97
npm notice Run `npm install -g npm@10.1.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:59: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 (566 KiB)
138
      js/chunk-vendors.ac88ef99.js
139
      css/app.713a8a4f.css
140
      js/app.d3dc79d6.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.d3dc79d6.js              15.63 KiB          5.74 KiB
153
  dist/style.css                       1.53 KiB           0.56 KiB
154
  dist/css/app.713a8a4f.css            1.17 KiB           0.51 KiB
155

    
156
  Images and other types of assets omitted.
157
  Build at: 2023-09-19T13:59:16.571Z - Hash: cbd9b8935acbce36 - Time: 8279ms
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.6_amd64.deb'.
193
dpkg-deb: building package 'pymailcatch-dbgsym' in '../pymailcatch-dbgsym_0.9.6_amd64.deb'.
194
 dpkg-genbuildinfo
195
 dpkg-genchanges  >../pymailcatch_0.9.6_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