Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VPN-5749: Enable annual upgrades on Stage desktop #8371

Merged
merged 1 commit into from
Oct 24, 2023

VPN-5749: Enable annual upgrades on Stage desktop

b0c5d53
Select commit
Loading
Failed to load commit list.
Merged

VPN-5749: Enable annual upgrades on Stage desktop #8371

VPN-5749: Enable annual upgrades on Stage desktop
b0c5d53
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / build-linux/focal succeeded Oct 23, 2023 in 19m 45s

FirefoxCI (pull_request)

Linux Build (Ubuntu/Focal) (Treeherder push)

Details

View task in Taskcluster
View logs in Taskcluster


[task 2023-10-23T18:47:30.162Z] 
[task 2023-10-23T18:47:30.162Z] warning: use of deprecated associated function `chrono::TimeZone::ymd_opt`: use `with_ymd_and_hms()` instead
[task 2023-10-23T18:47:30.162Z]    --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/metrics/datetime.rs:163:22
[task 2023-10-23T18:47:30.162Z]     |
[task 2023-10-23T18:47:30.162Z] 163 |                     .ymd_opt(dt.year, dt.month, dt.day)
[task 2023-10-23T18:47:30.162Z]     |                      ^^^^^^^
[task 2023-10-23T18:47:30.162Z] 
[task 2023-10-23T18:47:30.162Z] warning: use of deprecated associated function `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[task 2023-10-23T18:47:30.162Z]    --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/metrics/datetime.rs:204:39
[task 2023-10-23T18:47:30.162Z]     |
[task 2023-10-23T18:47:30.162Z] 204 |             TimeUnit::Nanosecond => d.date().and_hms_nano_opt(
[task 2023-10-23T18:47:30.162Z]     |                                       ^^^^
[task 2023-10-23T18:47:30.162Z] 
[task 2023-10-23T18:47:30.162Z] warning: use of deprecated associated function `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[task 2023-10-23T18:47:30.162Z]    --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/metrics/datetime.rs:216:19
[task 2023-10-23T18:47:30.162Z]     |
[task 2023-10-23T18:47:30.162Z] 216 |                 d.date().and_hms_nano_opt(
[task 2023-10-23T18:47:30.162Z]     |                   ^^^^
[task 2023-10-23T18:47:30.162Z] 
[task 2023-10-23T18:47:30.162Z] warning: use of deprecated associated function `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[task 2023-10-23T18:47:30.162Z]    --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/metrics/datetime.rs:223:40
[task 2023-10-23T18:47:30.163Z]     |
[task 2023-10-23T18:47:30.163Z] 223 |             TimeUnit::Millisecond => d.date().and_hms_nano_opt(
[task 2023-10-23T18:47:30.163Z]     |                                        ^^^^
[task 2023-10-23T18:47:30.163Z] 
[task 2023-10-23T18:47:30.163Z] warning: use of deprecated associated function `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[task 2023-10-23T18:47:30.163Z]    --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/metrics/datetime.rs:230:19
[task 2023-10-23T18:47:30.163Z]     |
[task 2023-10-23T18:47:30.163Z] 230 |                 d.date()
[task 2023-10-23T18:47:30.163Z]     |                   ^^^^
[task 2023-10-23T18:47:30.163Z] 
[task 2023-10-23T18:47:30.163Z] warning: use of deprecated associated function `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[task 2023-10-23T18:47:30.163Z]    --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/metrics/datetime.rs:233:35
[task 2023-10-23T18:47:30.163Z]     |
[task 2023-10-23T18:47:30.163Z] 233 |             TimeUnit::Minute => d.date().and_hms_nano_opt(time.hour(), time.minute(), 0, 0),
[task 2023-10-23T18:47:30.163Z]     |                                   ^^^^
[task 2023-10-23T18:47:30.163Z] 
[task 2023-10-23T18:47:30.163Z] warning: use of deprecated associated function `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[task 2023-10-23T18:47:30.163Z]    --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/metrics/datetime.rs:234:33
[task 2023-10-23T18:47:30.163Z]     |
[task 2023-10-23T18:47:30.163Z] 234 |             TimeUnit::Hour => d.date().and_hms_nano_opt(time.hour(), 0, 0, 0),
[task 2023-10-23T18:47:30.163Z]     |                                 ^^^^
[task 2023-10-23T18:47:30.163Z] 
[task 2023-10-23T18:47:30.163Z] warning: use of deprecated associated function `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[task 2023-10-23T18:47:30.163Z]    --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/metrics/datetime.rs:235:32
[task 2023-10-23T18:47:30.163Z]     |
[task 2023-10-23T18:47:30.163Z] 235 |             TimeUnit::Day => d.date().and_hms_nano_opt(0, 0, 0, 0),
[task 2023-10-23T18:47:30.163Z]     |                                ^^^^
[task 2023-10-23T18:47:30.163Z] 
[task 2023-10-23T18:47:30.163Z] warning: use of deprecated associated function `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[task 2023-10-23T18:47:30.163Z]    --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/scheduler.rs:137:65
[task 2023-10-23T18:47:30.163Z]     |
[task 2023-10-23T18:47:30.163Z] 137 |     let already_sent_today = last_sent_time.map_or(false, |d| d.date() == now.date());
[task 2023-10-23T18:47:30.163Z]     |                                                                 ^^^^
[task 2023-10-23T18:47:30.163Z] 
[task 2023-10-23T18:47:30.163Z] warning: use of deprecated associated function `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[task 2023-10-23T18:47:30.163Z]    --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/scheduler.rs:137:79
[task 2023-10-23T18:47:30.163Z]     |
[task 2023-10-23T18:47:30.163Z] 137 |     let already_sent_today = last_sent_time.map_or(false, |d| d.date() == now.date());
[task 2023-10-23T18:47:30.163Z]     |                                                                               ^^^^
[task 2023-10-23T18:47:30.163Z] 
[task 2023-10-23T18:47:30.163Z] warning: use of deprecated associated function `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[task 2023-10-23T18:47:30.163Z]    --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/scheduler.rs:142:25
[task 2023-10-23T18:47:30.163Z]     |
[task 2023-10-23T18:47:30.163Z] 142 |     } else if now > now.date().and_hms(SCHEDULED_HOUR, 0, 0) {
[task 2023-10-23T18:47:30.163Z]     |                         ^^^^
[task 2023-10-23T18:47:30.163Z] 
[task 2023-10-23T18:47:30.163Z] warning: use of deprecated associated function `chrono::Date::<Tz>::and_hms`: Use and_hms_opt() instead
[task 2023-10-23T18:47:30.163Z]    --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/scheduler.rs:142:32
[task 2023-10-23T18:47:30.163Z]     |
[task 2023-10-23T18:47:30.163Z] 142 |     } else if now > now.date().and_hms(SCHEDULED_HOUR, 0, 0) {
[task 2023-10-23T18:47:30.163Z]     |                                ^^^^^^^
[task 2023-10-23T18:47:30.163Z] 
[task 2023-10-23T18:47:30.163Z] warning: use of deprecated associated function `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[task 2023-10-23T18:47:30.163Z]    --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/scheduler.rs:168:32
[task 2023-10-23T18:47:30.163Z]     |
[task 2023-10-23T18:47:30.163Z] 168 |             Self::Today => now.date().and_hms(SCHEDULED_HOUR, 0, 0),
[task 2023-10-23T18:47:30.163Z]     |                                ^^^^
[task 2023-10-23T18:47:30.163Z] 
[task 2023-10-23T18:47:30.163Z] warning: use of deprecated associated function `chrono::Date::<Tz>::and_hms`: Use and_hms_opt() instead
[task 2023-10-23T18:47:30.163Z]    --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/scheduler.rs:168:39
[task 2023-10-23T18:47:30.163Z]     |
[task 2023-10-23T18:47:30.163Z] 168 |             Self::Today => now.date().and_hms(SCHEDULED_HOUR, 0, 0),
[task 2023-10-23T18:47:30.163Z]     |                                       ^^^^^^^
[task 2023-10-23T18:47:30.163Z] 
[task 2023-10-23T18:47:30.163Z] warning: use of deprecated associated function `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[task 2023-10-23T18:47:30.163Z]    --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/scheduler.rs:172:22
[task 2023-10-23T18:47:30.163Z]     |
[task 2023-10-23T18:47:30.163Z] 172 |                 (now.date() + Duration::days(1)).and_hms(SCHEDULED_HOUR, 0, 0)
[task 2023-10-23T18:47:30.163Z]     |                      ^^^^
[task 2023-10-23T18:47:30.163Z] 
[task 2023-10-23T18:47:30.163Z] warning: use of deprecated associated function `chrono::Date::<Tz>::and_hms`: Use and_hms_opt() instead
[task 2023-10-23T18:47:30.163Z]    --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/scheduler.rs:172:50
[task 2023-10-23T18:47:30.163Z]     |
[task 2023-10-23T18:47:30.163Z] 172 |                 (now.date() + Duration::days(1)).and_hms(SCHEDULED_HOUR, 0, 0)
[task 2023-10-23T18:47:30.163Z]     |                                                  ^^^^^^^
[task 2023-10-23T18:47:30.163Z] 
[task 2023-10-23T18:47:30.163Z] warning: `glean-core` (lib) generated 18 warnings
[task 2023-10-23T18:47:30.163Z] warning: dropping unsupported crate type `cdylib` for target `x86_64-unknown-linux-gnu`
[task 2023-10-23T18:47:30.163Z] 
[task 2023-10-23T18:47:30.163Z] warning: `qtglean` (lib) generated 1 warning
[task 2023-10-23T18:47:30.163Z]     Finished release [optimized] target(s) in 0.13s
[task 2023-10-23T18:47:30.235Z] [3/5] Generating x86_64-unknown-linux-gnu/release/libsignature.a
[task 2023-10-23T18:47:30.235Z]     Finished release [optimized] target(s) in 0.04s
[task 2023-10-23T18:47:30.236Z] [3/4] Install the project...
[task 2023-10-23T18:47:30.246Z] -- Install configuration: "None"
[task 2023-10-23T18:47:30.247Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/usr/bin/mozillavpn
[task 2023-10-23T18:47:30.550Z] -- Set runtime path of "/builds/worker/mozillavpn-source/debian/mozillavpn/usr/bin/mozillavpn" to ""
[task 2023-10-23T18:47:30.551Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/usr/share/applications/mozillavpn.desktop
[task 2023-10-23T18:47:30.551Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/etc/xdg/autostart/mozillavpn-startup.desktop
[task 2023-10-23T18:47:30.552Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/usr/share/icons/hicolor/16x16/apps/mozillavpn.png
[task 2023-10-23T18:47:30.553Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/usr/share/icons/hicolor/32x32/apps/mozillavpn.png
[task 2023-10-23T18:47:30.554Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/usr/share/icons/hicolor/48x48/apps/mozillavpn.png
[task 2023-10-23T18:47:30.555Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/usr/share/icons/hicolor/64x64/apps/mozillavpn.png
[task 2023-10-23T18:47:30.556Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/usr/share/icons/hicolor/128x128/apps/mozillavpn.png
[task 2023-10-23T18:47:30.556Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/usr/share/dbus-1/system.d/org.mozilla.vpn.conf
[task 2023-10-23T18:47:30.557Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/usr/share/dbus-1/system-services/org.mozilla.vpn.dbus.service
[task 2023-10-23T18:47:30.558Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/lib/systemd/system/mozillavpn.service
[task 2023-10-23T18:47:30.561Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/lib/mozillavpn/mozillavpnnp
[task 2023-10-23T18:47:30.577Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/lib/mozilla/native-messaging-hosts/mozillavpn.json
[task 2023-10-23T18:47:30.578Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/etc/opt/chrome/native-messaging-hosts/mozillavpn.json
[task 2023-10-23T18:47:30.579Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/etc/chromium/native-messaging-hosts/mozillavpn.json
[task 2023-10-23T18:47:30.584Z]    dh_installchangelogs -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2023-10-23T18:47:30.669Z] 	install -d debian/mozillavpn/usr/share/doc/mozillavpn
[task 2023-10-23T18:47:30.669Z] 	install -p -m0644 debian/changelog debian/mozillavpn/usr/share/doc/mozillavpn/changelog.Debian
[task 2023-10-23T18:47:30.675Z] 	rm -f debian/mozillavpn.debhelper.log
[task 2023-10-23T18:47:30.675Z]    debian/rules override_dh_systemd_enable
[task 2023-10-23T18:47:30.677Z] make[1]: Entering directory '/builds/worker/mozillavpn-source'
[task 2023-10-23T18:47:30.683Z] dh_systemd_enable debian/mozillavpn/lib/systemd/system/mozillavpn.service
[task 2023-10-23T18:47:30.721Z] 	[META] Append autosnippet "postinst-systemd-enable" to postinst [debian/mozillavpn.postinst.debhelper]
[task 2023-10-23T18:47:30.721Z] 	[META] Append autosnippet "postrm-systemd" to postrm [debian/mozillavpn.postrm.debhelper]
[task 2023-10-23T18:47:30.722Z] make[1]: Leaving directory '/builds/worker/mozillavpn-source'
[task 2023-10-23T18:47:30.723Z]    dh_installinit -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2023-10-23T18:47:30.766Z] 	rm -f debian/mozillavpn.debhelper.log
[task 2023-10-23T18:47:30.766Z]    debian/rules override_dh_systemd_start
[task 2023-10-23T18:47:30.768Z] make[1]: Entering directory '/builds/worker/mozillavpn-source'
[task 2023-10-23T18:47:30.774Z] dh_systemd_start debian/mozillavpn/lib/systemd/system/mozillavpn.service
[task 2023-10-23T18:47:30.814Z] 	[META] Append autosnippet "postinst-systemd-restart" to postinst [debian/mozillavpn.postinst.debhelper]
[task 2023-10-23T18:47:30.814Z] 	[META] Prepend autosnippet "postrm-systemd-reload-only" to postrm [debian/mozillavpn.postrm.debhelper.new]
[task 2023-10-23T18:47:30.814Z] 	mv debian/mozillavpn.postrm.debhelper.new debian/mozillavpn.postrm.debhelper
[task 2023-10-23T18:47:30.814Z] 	[META] Append autosnippet "prerm-systemd-restart" to prerm [debian/mozillavpn.prerm.debhelper]
[task 2023-10-23T18:47:30.814Z] make[1]: Leaving directory '/builds/worker/mozillavpn-source'
[task 2023-10-23T18:47:30.818Z]    dh_icons -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2023-10-23T18:47:30.857Z]    dh_perl -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2023-10-23T18:47:30.903Z]    dh_link -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2023-10-23T18:47:30.946Z]    dh_strip_nondeterminism -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2023-10-23T18:47:31.055Z] 	Using 1698086198 as canonical time
[task 2023-10-23T18:47:31.059Z] 	Normalizing debian/mozillavpn/usr/share/icons/hicolor/64x64/apps/mozillavpn.png using File::StripNondeterminism::handlers::png
[task 2023-10-23T18:47:31.061Z] 	Normalizing debian/mozillavpn/usr/share/icons/hicolor/16x16/apps/mozillavpn.png using File::StripNondeterminism::handlers::png
[task 2023-10-23T18:47:31.061Z] 	Normalizing debian/mozillavpn/usr/share/icons/hicolor/128x128/apps/mozillavpn.png using File::StripNondeterminism::handlers::png
[task 2023-10-23T18:47:31.062Z] 	Normalizing debian/mozillavpn/usr/share/icons/hicolor/32x32/apps/mozillavpn.png using File::StripNondeterminism::handlers::png
[task 2023-10-23T18:47:31.064Z] 	Normalizing debian/mozillavpn/usr/share/icons/hicolor/48x48/apps/mozillavpn.png using File::StripNondeterminism::handlers::png
[task 2023-10-23T18:47:31.067Z]    dh_compress -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2023-10-23T18:47:31.102Z] 	cd debian/mozillavpn
[task 2023-10-23T18:47:31.109Z] 	chmod a-x usr/share/doc/mozillavpn/changelog.Debian
[task 2023-10-23T18:47:31.111Z] 	gzip -9nf usr/share/doc/mozillavpn/changelog.Debian
[task 2023-10-23T18:47:31.113Z] 	cd '/builds/worker/mozillavpn-source'
[task 2023-10-23T18:47:31.119Z]    dh_fixperms -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2023-10-23T18:47:31.150Z] 	find debian/mozillavpn -true -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0
[task 2023-10-23T18:47:31.158Z] 	find debian/mozillavpn ! -type l -a -true -a -true -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s
[task 2023-10-23T18:47:31.166Z] 	find debian/mozillavpn/usr/share/doc -type f -a -true -a ! -regex 'debian/mozillavpn/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 0644
[task 2023-10-23T18:47:31.170Z] 	find debian/mozillavpn/usr/share/doc -type d -a -true -a -true -print0 2>/dev/null | xargs -0r chmod 0755
[task 2023-10-23T18:47:31.175Z] 	find debian/mozillavpn/usr/share/applications -type f -a -true -a -true -print0 2>/dev/null | xargs -0r chmod 0644
[task 2023-10-23T18:47:31.179Z] 	find debian/mozillavpn -type f \( -name '*.so.*' -o -name '*.so' -o -name '*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' -o -name '*.scss' -o -name '*.sass' -o -name '*.jpeg' -o -name '*.jpg' -o -name '*.png' -o -name '*.gif' -o -name '*.cmxs' -o -name '*.node' \) -a -true -a -true -print0 2>/dev/null | xargs -0r chmod 0644
[task 2023-10-23T18:47:31.185Z] 	find debian/mozillavpn/usr/bin -type f -a -true -a -true -print0 2>/dev/null | xargs -0r chmod a+x
[task 2023-10-23T18:47:31.192Z]    dh_missing -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2023-10-23T18:47:31.223Z]    dh_strip -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2023-10-23T18:47:31.276Z] 	install -d debian/.debhelper/mozillavpn/dbgsym-root/usr/lib/debug/.build-id/6d
[task 2023-10-23T18:47:31.276Z] 	objcopy --only-keep-debug --compress-debug-sections debian/mozillavpn/usr/bin/mozillavpn debian/.debhelper/mozillavpn/dbgsym-root/usr/lib/debug/.build-id/6d/685a528b289445e83951cd27a61acf50a4d60b.debug
[task 2023-10-23T18:47:42.767Z] 	chmod 0644 -- debian/.debhelper/mozillavpn/dbgsym-root/usr/lib/debug/.build-id/6d/685a528b289445e83951cd27a61acf50a4d60b.debug
[task 2023-10-23T18:47:42.767Z] 	chown 0:0 -- debian/.debhelper/mozillavpn/dbgsym-root/usr/lib/debug/.build-id/6d/685a528b289445e83951cd27a61acf50a4d60b.debug
[task 2023-10-23T18:47:42.767Z] 	strip --remove-section=.comment --remove-section=.note debian/mozillavpn/usr/bin/mozillavpn
[task 2023-10-23T18:47:42.868Z] 	objcopy --add-gnu-debuglink debian/.debhelper/mozillavpn/dbgsym-root/usr/lib/debug/.build-id/6d/685a528b289445e83951cd27a61acf50a4d60b.debug debian/mozillavpn/usr/bin/mozillavpn
[task 2023-10-23T18:47:43.176Z] 	install -d debian/.debhelper/mozillavpn/dbgsym-root/usr/lib/debug/.build-id/ea
[task 2023-10-23T18:47:43.176Z] 	objcopy --only-keep-debug --compress-debug-sections debian/mozillavpn/lib/mozillavpn/mozillavpnnp debian/.debhelper/mozillavpn/dbgsym-root/usr/lib/debug/.build-id/ea/e92d00876b6d20394af4bbf58a7f41fe576b19.debug
[task 2023-10-23T18:47:43.573Z] 	chmod 0644 -- debian/.debhelper/mozillavpn/dbgsym-root/usr/lib/debug/.build-id/ea/e92d00876b6d20394af4bbf58a7f41fe576b19.debug
[task 2023-10-23T18:47:43.573Z] 	chown 0:0 -- debian/.debhelper/mozillavpn/dbgsym-root/usr/lib/debug/.build-id/ea/e92d00876b6d20394af4bbf58a7f41fe576b19.debug
[task 2023-10-23T18:47:43.573Z] 	strip --remove-section=.comment --remove-section=.note debian/mozillavpn/lib/mozillavpn/mozillavpnnp
[task 2023-10-23T18:47:43.582Z] 	objcopy --add-gnu-debuglink debian/.debhelper/mozillavpn/dbgsym-root/usr/lib/debug/.build-id/ea/e92d00876b6d20394af4bbf58a7f41fe576b19.debug debian/mozillavpn/lib/mozillavpn/mozillavpnnp
[task 2023-10-23T18:47:43.596Z] 	install -d debian/.debhelper/mozillavpn/dbgsym-root/usr/share/doc
[task 2023-10-23T18:47:43.596Z] 	ln -s mozillavpn debian/.debhelper/mozillavpn/dbgsym-root/usr/share/doc/mozillavpn-dbgsym
[task 2023-10-23T18:47:43.599Z]    dh_makeshlibs -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2023-10-23T18:47:43.641Z] 	rm -f debian/mozillavpn/DEBIAN/shlibs
[task 2023-10-23T18:47:43.652Z]    dh_shlibdeps -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2023-10-23T18:47:43.705Z] 	install -d debian/mozillavpn/DEBIAN
[task 2023-10-23T18:47:43.705Z] 	dpkg-shlibdeps -Tdebian/mozillavpn.substvars debian/mozillavpn/usr/bin/mozillavpn debian/mozillavpn/lib/mozillavpn/mozillavpnnp
[task 2023-10-23T18:47:47.027Z]    dh_installdeb -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2023-10-23T18:47:47.058Z] 	cp -f debian/mozillavpn.postinst debian/mozillavpn/DEBIAN/postinst
[task 2023-10-23T18:47:47.058Z] 	[META] Replace #TOKEN#s in "debian/mozillavpn/DEBIAN/postinst"
[task 2023-10-23T18:47:47.058Z] 	chmod 0755 -- debian/mozillavpn/DEBIAN/postinst
[task 2023-10-23T18:47:47.058Z] 	chown 0:0 -- debian/mozillavpn/DEBIAN/postinst
[task 2023-10-23T18:47:47.058Z] 	cp -f debian/mozillavpn.preinst debian/mozillavpn/DEBIAN/preinst
[task 2023-10-23T18:47:47.058Z] 	[META] Replace #TOKEN#s in "debian/mozillavpn/DEBIAN/preinst"
[task 2023-10-23T18:47:47.058Z] 	chmod 0755 -- debian/mozillavpn/DEBIAN/preinst
[task 2023-10-23T18:47:47.058Z] 	chown 0:0 -- debian/mozillavpn/DEBIAN/preinst
[task 2023-10-23T18:47:47.059Z] 	printf '#!/bin/sh\nset -e\n' > debian/mozillavpn/DEBIAN/prerm
[task 2023-10-23T18:47:47.059Z] 	cat debian/mozillavpn.prerm.debhelper >> debian/mozillavpn/DEBIAN/prerm
[task 2023-10-23T18:47:47.059Z] 	chmod 0755 -- debian/mozillavpn/DEBIAN/prerm
[task 2023-10-23T18:47:47.059Z] 	chown 0:0 -- debian/mozillavpn/DEBIAN/prerm
[task 2023-10-23T18:47:47.059Z] 	cp -f debian/mozillavpn.postrm debian/mozillavpn/DEBIAN/postrm
[task 2023-10-23T18:47:47.059Z] 	[META] Replace #TOKEN#s in "debian/mozillavpn/DEBIAN/postrm"
[task 2023-10-23T18:47:47.059Z] 	chmod 0755 -- debian/mozillavpn/DEBIAN/postrm
[task 2023-10-23T18:47:47.059Z] 	chown 0:0 -- debian/mozillavpn/DEBIAN/postrm
[task 2023-10-23T18:47:47.059Z] 	find debian/mozillavpn/etc -type f -printf '/etc/%P
[task 2023-10-23T18:47:47.059Z] ' | LC_ALL=C sort >> debian/mozillavpn/DEBIAN/conffiles
[task 2023-10-23T18:47:47.063Z] 	chmod 0644 -- debian/mozillavpn/DEBIAN/conffiles
[task 2023-10-23T18:47:47.063Z] 	chown 0:0 -- debian/mozillavpn/DEBIAN/conffiles
[task 2023-10-23T18:47:47.064Z]    dh_gencontrol -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2023-10-23T18:47:47.104Z] 	echo misc:Depends= >> debian/mozillavpn.substvars
[task 2023-10-23T18:47:47.104Z] 	echo misc:Pre-Depends= >> debian/mozillavpn.substvars
[task 2023-10-23T18:47:47.104Z] 	install -d debian/.debhelper/mozillavpn/dbgsym-root/DEBIAN
[task 2023-10-23T18:47:47.104Z] 	dpkg-gencontrol -pmozillavpn -ldebian/changelog -Tdebian/mozillavpn.substvars -Pdebian/.debhelper/mozillavpn/dbgsym-root -UPre-Depends -URecommends -USuggests -UEnhances -UProvides -UEssential -UConflicts -DPriority=optional -UHomepage -UImportant -UBuilt-Using -DAuto-Built-Package=debug-symbols -DPackage=mozillavpn-dbgsym "-DDepends=mozillavpn (= \${binary:Version})" "-DDescription=debug symbols for mozillavpn" "-DBuild-Ids=6d685a528b289445e83951cd27a61acf50a4d60b eae92d00876b6d20394af4bbf58a7f41fe576b19" -DSection=debug -DPackage-Type=ddeb -UMulti-Arch -UReplaces -UBreaks
[task 2023-10-23T18:47:47.197Z] dpkg-gencontrol: warning: package mozillavpn: substitution variable ${shlibs:Depends} unused, but is defined
[task 2023-10-23T18:47:47.200Z] 	chmod 0644 -- debian/.debhelper/mozillavpn/dbgsym-root/DEBIAN/control
[task 2023-10-23T18:47:47.200Z] 	chown 0:0 -- debian/.debhelper/mozillavpn/dbgsym-root/DEBIAN/control
[task 2023-10-23T18:47:47.200Z] 	dpkg-gencontrol -pmozillavpn -ldebian/changelog -Tdebian/mozillavpn.substvars -Pdebian/mozillavpn -UMulti-Arch
[task 2023-10-23T18:47:47.298Z] dpkg-gencontrol: warning: package mozillavpn: substitution variable ${shlibs:Depends} unused, but is defined
[task 2023-10-23T18:47:47.301Z] 	chmod 0644 -- debian/mozillavpn/DEBIAN/control
[task 2023-10-23T18:47:47.301Z] 	chown 0:0 -- debian/mozillavpn/DEBIAN/control
[task 2023-10-23T18:47:47.303Z]    dh_md5sums -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2023-10-23T18:47:47.341Z] 	cd debian/mozillavpn >/dev/null && xargs -r0 md5sum | perl -pe 'if (s@^\\@@) { s/\\\\/\\/g; }' > DEBIAN/md5sums
[task 2023-10-23T18:47:47.383Z] 	chmod 0644 -- debian/mozillavpn/DEBIAN/md5sums
[task 2023-10-23T18:47:47.383Z] 	chown 0:0 -- debian/mozillavpn/DEBIAN/md5sums
[task 2023-10-23T18:47:47.386Z] 	cd debian/.debhelper/mozillavpn/dbgsym-root >/dev/null && xargs -r0 md5sum | perl -pe 'if (s@^\\@@) { s/\\\\/\\/g; }' > DEBIAN/md5sums
[task 2023-10-23T18:47:47.558Z] 	chmod 0644 -- debian/.debhelper/mozillavpn/dbgsym-root/DEBIAN/md5sums
[task 2023-10-23T18:47:47.558Z] 	chown 0:0 -- debian/.debhelper/mozillavpn/dbgsym-root/DEBIAN/md5sums
[task 2023-10-23T18:47:47.561Z]    dh_builddeb -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2023-10-23T18:47:47.593Z] 	dpkg-deb --build debian/mozillavpn ..
[task 2023-10-23T18:47:47.595Z] dpkg-deb: building package 'mozillavpn' in '../mozillavpn_2.18.0~pr8371-focal1_amd64.deb'.
[task 2023-10-23T18:47:47.603Z] 	install -d debian/.debhelper/scratch-space/build-mozillavpn
[task 2023-10-23T18:47:47.603Z] 	dpkg-deb --build debian/.debhelper/mozillavpn/dbgsym-root debian/.debhelper/scratch-space/build-mozillavpn
[task 2023-10-23T18:47:47.605Z] dpkg-deb: building package 'mozillavpn-dbgsym' in 'debian/.debhelper/scratch-space/build-mozillavpn/mozillavpn-dbgsym_2.18.0~pr8371-focal1_amd64.deb'.
[task 2023-10-23T18:48:03.254Z] 	Renaming mozillavpn-dbgsym_2.18.0~pr8371-focal1_amd64.deb to mozillavpn-dbgsym_2.18.0~pr8371-focal1_amd64.ddeb
[task 2023-10-23T18:48:03.255Z] 	mv debian/.debhelper/scratch-space/build-mozillavpn/mozillavpn-dbgsym_2.18.0\~pr8371-focal1_amd64.deb ../mozillavpn-dbgsym_2.18.0\~pr8371-focal1_amd64.ddeb
[task 2023-10-23T18:48:03.259Z]  dpkg-genbuildinfo --build=full
[task 2023-10-23T18:48:04.395Z]  dpkg-genchanges --build=full >../mozillavpn_2.18.0~pr8371-focal1_amd64.changes
[task 2023-10-23T18:48:05.331Z] dpkg-genchanges: info: not including original source code in upload
[task 2023-10-23T18:48:05.335Z]  dpkg-source --after-build .
[task 2023-10-23T18:48:05.440Z] dpkg-buildpackage: info: binary and diff upload (original source NOT included)
[task 2023-10-23T18:48:05.445Z] mozillavpn_2.18.0~pr8371-focal1_amd64.deb
[task 2023-10-23T18:48:05.643Z] mozillavpn-dbgsym_2.18.0~pr8371-focal1_amd64.ddeb
[task 2023-10-23T18:48:08.460Z] mozillavpn_2.18.0~pr8371-focal1_amd64.buildinfo
[task 2023-10-23T18:48:08.461Z] mozillavpn_2.18.0~pr8371-focal1_amd64.changes
[task 2023-10-23T18:48:08.461Z] mozillavpn_2.18.0~pr8371-focal1.dsc
[task 2023-10-23T18:48:08.461Z] mozillavpn_2.18.0~pr8371-focal1.debian.tar.xz
[fetches 2023-10-23T18:48:08.465Z] removing /builds/worker/fetches
[fetches 2023-10-23T18:48:08.488Z] finished
[taskcluster 2023-10-23 18:48:09.208Z] === Task Finished ===
[taskcluster 2023-10-23 18:48:11.142Z] Successful task run with exit code: 0 completed in 749.666 seconds