Project

General

Profile

Build logs commit 6f78e8ff1ceb8ba1aeedb020d5db47c35fce737a

1
Keeping only last 200 lines...
2
Get:1 https://deb.nodesource.com/node_18.x focal/main amd64 nodejs amd64 18.17.1-deb-1nodesource1 [28.9 MB]
3
debconf: delaying package configuration, since apt-utils is not installed
4
Fetched 28.9 MB in 0s (65.0 MB/s)
5
Selecting previously unselected package nodejs.
6
(Reading database ... 
7
(Reading database ... 5%
8
(Reading database ... 10%
9
(Reading database ... 15%
10
(Reading database ... 20%
11
(Reading database ... 25%
12
(Reading database ... 30%
13
(Reading database ... 35%
14
(Reading database ... 40%
15
(Reading database ... 45%
16
(Reading database ... 50%
17
(Reading database ... 55%
18
(Reading database ... 60%
19
(Reading database ... 65%
20
(Reading database ... 70%
21
(Reading database ... 75%
22
(Reading database ... 80%
23
(Reading database ... 85%
24
(Reading database ... 90%
25
(Reading database ... 95%
26
(Reading database ... 100%
27
(Reading database ... 26341 files and directories currently installed.)
28
Preparing to unpack .../nodejs_18.17.1-deb-1nodesource1_amd64.deb ...
29
Unpacking nodejs (18.17.1-deb-1nodesource1) ...
30
Setting up nodejs (18.17.1-deb-1nodesource1) ...
31
Setting up hcw-athome-backend-build-deps (5.2.14) ...
32
Processing triggers for man-db (2.9.1-1) ...
33
dpkg-buildpackage: info: source package hcw-athome-backend
34
dpkg-buildpackage: info: source version 5.2.14
35
dpkg-buildpackage: info: source distribution focal
36
dpkg-buildpackage: info: source changed by Olivier Bitsch <olivier.b@iabsis.com>
37
dpkg-buildpackage: info: host architecture amd64
38
 dpkg-source --before-build .
39
dpkg-source: warning: relation < is deprecated: use << or <=
40
dpkg-checkbuilddeps: warning: relation < is deprecated: use << or <=
41
 debian/rules clean
42
dh clean
43
   dh_auto_clean
44
	make -j4 clean
45
make[1]: Entering directory '/build/sources'
46
cleaning the dist directory
47
make[1]: Leaving directory '/build/sources'
48
   dh_clean
49
 dpkg-source -b .
50
dpkg-source: warning: relation < is deprecated: use << or <=
51
dpkg-source: info: using source format '3.0 (native)'
52
dpkg-source: info: building hcw-athome-backend in hcw-athome-backend_5.2.14.tar.xz
53
dpkg-source: info: building hcw-athome-backend in hcw-athome-backend_5.2.14.dsc
54
 debian/rules binary
55
dh binary
56
   dh_update_autotools_config
57
   dh_autoreconf
58
   dh_auto_configure
59
   dh_auto_build
60
	make -j4 "INSTALL=install --strip-program=true"
61
make[1]: Entering directory '/build/sources'
62
npm WARN exec The following package was not found and will be installed: yarn@1.22.22
63
yarn install v1.22.22
64
[1/5] Validating package.json...
65
[2/5] Resolving packages...
66
[3/5] Fetching packages...
67
[4/5] Linking dependencies...
68
[5/5] Building fresh packages...
69
$ patch-package
70
patch-package 8.0.0
71
Applying patches...
72
activedirectory@0.7.2 ✔
73
sails@1.2.3 ✔
74
sails@1.5.8 ✔
75

    
76
Warning: patch-package detected a patch file version mismatch
77

    
78
  Don't worry! This is probably fine. The patch was still applied
79
  successfully. Here's the deets:
80

    
81
  Patch file created for
82

    
83
    sails@1.2.3
84

    
85
  applied to
86

    
87
    sails@1.5.10
88
  
89
  At path
90
  
91
    node_modules/sails
92

    
93
  This warning is just to give you a heads-up. There is a small chance of
94
  breakage even though the patch was applied successfully. Make sure the package
95
  still behaves like you expect (you wrote tests, right?) and then run
96

    
97
    patch-package sails
98

    
99
  to update the version in the patch file name and make this warning go away.
100

    
101

    
102
Warning: patch-package detected a patch file version mismatch
103

    
104
  Don't worry! This is probably fine. The patch was still applied
105
  successfully. Here's the deets:
106

    
107
  Patch file created for
108

    
109
    sails@1.5.8
110

    
111
  applied to
112

    
113
    sails@1.5.10
114
  
115
  At path
116
  
117
    node_modules/sails
118

    
119
  This warning is just to give you a heads-up. There is a small chance of
120
  breakage even though the patch was applied successfully. Make sure the package
121
  still behaves like you expect (you wrote tests, right?) and then run
122

    
123
    patch-package sails
124

    
125
  to update the version in the patch file name and make this warning go away.
126

    
127
---
128
patch-package finished with 2 warning(s).
129
Done in 9.28s.
130
npm notice 
131
npm notice New major version of npm available! 9.6.7 -> 10.9.0
132
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.9.0>
133
npm notice Run `npm install -g npm@10.9.0` to update!
134
npm notice 
135
make[1]: Leaving directory '/build/sources'
136
   dh_auto_test
137
   create-stamp debian/debhelper-build-stamp
138
   dh_testroot
139
   dh_prep
140
   debian/rules override_dh_auto_install
141
make[1]: Entering directory '/build/sources'
142
## Prepare node_modules
143
make
144
make[2]: Entering directory '/build/sources'
145
make[2]: Nothing to be done for 'build'.
146
make[2]: Leaving directory '/build/sources'
147
## Create datadir folder
148
install -d -m0755 debian/hcw-athome-backend/usr/share/hcw-athome/backend/
149
cp -a .sailsrc app.js api config node_modules package.json public views debian/hcw-athome-backend/usr/share/hcw-athome/backend/
150
install -d -m0755 debian/hcw-athome-backend/lib/systemd/system
151
cp hcw-athome.service debian/hcw-athome-backend/lib/systemd/system
152
## Create config folder
153
install -d -m0755 debian/hcw-athome-backend/etc/hcw-athome/
154
cp .env.dist debian/hcw-athome-backend/etc/hcw-athome/hcw-athome.conf
155
cp saml.key debian/hcw-athome-backend/etc/hcw-athome/
156
## Create nginx config
157
cp nginx/nginx-common debian/hcw-athome-backend/etc/hcw-athome/
158
cp nginx/nginx-proxy debian/hcw-athome-backend/etc/hcw-athome/
159
## Copy nginx sample
160
install -d -m0755 debian/hcw-athome-backend/usr/share/doc/hcw-athome-backend/nginx-samples/
161
cp -a nginx/hcw-athome-doctor.conf debian/hcw-athome-backend/usr/share/doc/hcw-athome-backend/nginx-samples/
162
cp -a nginx/hcw-athome-patient.conf debian/hcw-athome-backend/usr/share/doc/hcw-athome-backend/nginx-samples/
163
cp -a nginx/hcw-athome-patient.conf debian/hcw-athome-backend/usr/share/doc/hcw-athome-backend/nginx-samples/
164
cp -a nginx/hcw-athome-scheduler.conf debian/hcw-athome-backend/usr/share/doc/hcw-athome-backend/nginx-samples/
165
mkdir debian/hcw-athome-backend/usr/bin/
166
cp helpers/cli.py debian/hcw-athome-backend/usr/bin/hcw
167
chmod +x debian/hcw-athome-backend/usr/bin/hcw
168
make[1]: Leaving directory '/build/sources'
169
   dh_installdocs
170
   dh_installchangelogs
171
   dh_installsystemd
172
   dh_perl
173
   dh_link
174
   dh_strip_nondeterminism
175
   dh_compress
176
   dh_fixperms
177
   dh_missing
178
   dh_dwz
179
dwz: debian/hcw-athome-backend/usr/share/hcw-athome/backend/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node: .debug_info section not present
180
   dh_strip
181
   dh_makeshlibs
182
   dh_shlibdeps
183
dpkg-shlibdeps: warning: relation < is deprecated: use << or <=
184
dpkg-shlibdeps: warning: debian/hcw-athome-backend/usr/share/hcw-athome/backend/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node contains an unresolvable reference to symbol napi_get_boolean: it's probably a plugin
185
dpkg-shlibdeps: warning: 42 other similar warnings have been skipped (use -v to see them all)
186
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/hcw-athome-backend/usr/share/hcw-athome/backend/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node was not linked against libpthread.so.0 (it uses none of the library's symbols)
187
   dh_installdeb
188
   dh_gencontrol
189
dpkg-gencontrol: warning: relation < is deprecated: use << or <=
190
dpkg-gencontrol: warning: package hcw-athome-backend: substitution variable ${perl:Depends} unused, but is defined
191
dpkg-gencontrol: warning: relation < is deprecated: use << or <=
192
dpkg-gencontrol: warning: package hcw-athome-backend: substitution variable ${perl:Depends} unused, but is defined
193
   dh_md5sums
194
   dh_builddeb
195
dpkg-deb: building package 'hcw-athome-backend' in '../hcw-athome-backend_5.2.14_amd64.deb'.
196
dpkg-deb: building package 'hcw-athome-backend-dbgsym' in 'debian/.debhelper/scratch-space/build-hcw-athome-backend/hcw-athome-backend-dbgsym_5.2.14_amd64.deb'.
197
	Renaming hcw-athome-backend-dbgsym_5.2.14_amd64.deb to hcw-athome-backend-dbgsym_5.2.14_amd64.ddeb
198
 dpkg-genbuildinfo
199
dpkg-genbuildinfo: warning: relation < is deprecated: use << or <=
200
 dpkg-genchanges  >../hcw-athome-backend_5.2.14_amd64.changes
201
dpkg-genchanges: info: including full source code in upload
202
 dpkg-source --after-build .
203
dpkg-source: warning: relation < is deprecated: use << or <=
204
dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
205

    
206
### Step: publish, Method: apt-ftparchive
207
Traceback (most recent call last):
208
  File "/usr/share/builder-ci/lib/worker.py", line 163, in __runMethod
209
    result, log, err = r.runAction(self.id, options, self.meta)
210
  File "/usr/share/builder-ci/lib/publish/apt-ftparchive.py", line 52, in runAction
211
    os.makedirs(base_target)
212
  File "/usr/lib/python3.7/os.py", line 211, in makedirs
213
    makedirs(head, exist_ok=exist_ok)
214
  File "/usr/lib/python3.7/os.py", line 211, in makedirs
215
    makedirs(head, exist_ok=exist_ok)
216
  File "/usr/lib/python3.7/os.py", line 211, in makedirs
217
    makedirs(head, exist_ok=exist_ok)
218
  [Previous line repeated 2 more times]
219
  File "/usr/lib/python3.7/os.py", line 221, in makedirs
220
    mkdir(name, mode)
221
FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/repository/hcw-backend'