[VPN-6080] Fix regression to beetmover-promote-windows task #8958
firefoxci-taskcluster / build-linux/focal
succeeded
Jan 15, 2024 in 18m 47s
FirefoxCI (pull_request)
Linux Build (Ubuntu/Focal) (Treeherder push)
Details
View task in Taskcluster
View logs in Taskcluster
[task 2024-01-15T19:15:58.334Z]
[task 2024-01-15T19:15:58.334Z] warning: use of deprecated method `chrono::TimeZone::ymd_opt`: use `with_ymd_and_hms()` instead
[task 2024-01-15T19:15:58.334Z] --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/metrics/datetime.rs:163:22
[task 2024-01-15T19:15:58.334Z] |
[task 2024-01-15T19:15:58.334Z] 163 | .ymd_opt(dt.year, dt.month, dt.day)
[task 2024-01-15T19:15:58.334Z] | ^^^^^^^
[task 2024-01-15T19:15:58.335Z]
[task 2024-01-15T19:15:58.335Z] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[task 2024-01-15T19:15:58.335Z] --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/metrics/datetime.rs:204:39
[task 2024-01-15T19:15:58.335Z] |
[task 2024-01-15T19:15:58.335Z] 204 | TimeUnit::Nanosecond => d.date().and_hms_nano_opt(
[task 2024-01-15T19:15:58.335Z] | ^^^^
[task 2024-01-15T19:15:58.335Z]
[task 2024-01-15T19:15:58.335Z] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[task 2024-01-15T19:15:58.335Z] --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/metrics/datetime.rs:216:19
[task 2024-01-15T19:15:58.335Z] |
[task 2024-01-15T19:15:58.335Z] 216 | d.date().and_hms_nano_opt(
[task 2024-01-15T19:15:58.335Z] | ^^^^
[task 2024-01-15T19:15:58.335Z]
[task 2024-01-15T19:15:58.335Z] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[task 2024-01-15T19:15:58.335Z] --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/metrics/datetime.rs:223:40
[task 2024-01-15T19:15:58.335Z] |
[task 2024-01-15T19:15:58.335Z] 223 | TimeUnit::Millisecond => d.date().and_hms_nano_opt(
[task 2024-01-15T19:15:58.335Z] | ^^^^
[task 2024-01-15T19:15:58.335Z]
[task 2024-01-15T19:15:58.335Z] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[task 2024-01-15T19:15:58.335Z] --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/metrics/datetime.rs:230:19
[task 2024-01-15T19:15:58.335Z] |
[task 2024-01-15T19:15:58.335Z] 230 | d.date()
[task 2024-01-15T19:15:58.335Z] | ^^^^
[task 2024-01-15T19:15:58.335Z]
[task 2024-01-15T19:15:58.335Z] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[task 2024-01-15T19:15:58.335Z] --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/metrics/datetime.rs:233:35
[task 2024-01-15T19:15:58.335Z] |
[task 2024-01-15T19:15:58.335Z] 233 | TimeUnit::Minute => d.date().and_hms_nano_opt(time.hour(), time.minute(), 0, 0),
[task 2024-01-15T19:15:58.335Z] | ^^^^
[task 2024-01-15T19:15:58.335Z]
[task 2024-01-15T19:15:58.335Z] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[task 2024-01-15T19:15:58.335Z] --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/metrics/datetime.rs:234:33
[task 2024-01-15T19:15:58.335Z] |
[task 2024-01-15T19:15:58.335Z] 234 | TimeUnit::Hour => d.date().and_hms_nano_opt(time.hour(), 0, 0, 0),
[task 2024-01-15T19:15:58.335Z] | ^^^^
[task 2024-01-15T19:15:58.335Z]
[task 2024-01-15T19:15:58.335Z] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[task 2024-01-15T19:15:58.335Z] --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/metrics/datetime.rs:235:32
[task 2024-01-15T19:15:58.335Z] |
[task 2024-01-15T19:15:58.335Z] 235 | TimeUnit::Day => d.date().and_hms_nano_opt(0, 0, 0, 0),
[task 2024-01-15T19:15:58.335Z] | ^^^^
[task 2024-01-15T19:15:58.335Z]
[task 2024-01-15T19:15:58.335Z] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[task 2024-01-15T19:15:58.335Z] --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/scheduler.rs:137:65
[task 2024-01-15T19:15:58.335Z] |
[task 2024-01-15T19:15:58.335Z] 137 | let already_sent_today = last_sent_time.map_or(false, |d| d.date() == now.date());
[task 2024-01-15T19:15:58.335Z] | ^^^^
[task 2024-01-15T19:15:58.335Z]
[task 2024-01-15T19:15:58.335Z] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[task 2024-01-15T19:15:58.335Z] --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/scheduler.rs:137:79
[task 2024-01-15T19:15:58.335Z] |
[task 2024-01-15T19:15:58.335Z] 137 | let already_sent_today = last_sent_time.map_or(false, |d| d.date() == now.date());
[task 2024-01-15T19:15:58.335Z] | ^^^^
[task 2024-01-15T19:15:58.335Z]
[task 2024-01-15T19:15:58.335Z] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[task 2024-01-15T19:15:58.335Z] --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/scheduler.rs:142:25
[task 2024-01-15T19:15:58.335Z] |
[task 2024-01-15T19:15:58.335Z] 142 | } else if now > now.date().and_hms(SCHEDULED_HOUR, 0, 0) {
[task 2024-01-15T19:15:58.335Z] | ^^^^
[task 2024-01-15T19:15:58.335Z]
[task 2024-01-15T19:15:58.335Z] warning: use of deprecated method `chrono::Date::<Tz>::and_hms`: Use and_hms_opt() instead
[task 2024-01-15T19:15:58.335Z] --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/scheduler.rs:142:32
[task 2024-01-15T19:15:58.335Z] |
[task 2024-01-15T19:15:58.335Z] 142 | } else if now > now.date().and_hms(SCHEDULED_HOUR, 0, 0) {
[task 2024-01-15T19:15:58.335Z] | ^^^^^^^
[task 2024-01-15T19:15:58.335Z]
[task 2024-01-15T19:15:58.335Z] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[task 2024-01-15T19:15:58.335Z] --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/scheduler.rs:168:32
[task 2024-01-15T19:15:58.335Z] |
[task 2024-01-15T19:15:58.335Z] 168 | Self::Today => now.date().and_hms(SCHEDULED_HOUR, 0, 0),
[task 2024-01-15T19:15:58.335Z] | ^^^^
[task 2024-01-15T19:15:58.335Z]
[task 2024-01-15T19:15:58.335Z] warning: use of deprecated method `chrono::Date::<Tz>::and_hms`: Use and_hms_opt() instead
[task 2024-01-15T19:15:58.335Z] --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/scheduler.rs:168:39
[task 2024-01-15T19:15:58.335Z] |
[task 2024-01-15T19:15:58.335Z] 168 | Self::Today => now.date().and_hms(SCHEDULED_HOUR, 0, 0),
[task 2024-01-15T19:15:58.335Z] | ^^^^^^^
[task 2024-01-15T19:15:58.335Z]
[task 2024-01-15T19:15:58.335Z] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[task 2024-01-15T19:15:58.335Z] --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/scheduler.rs:172:22
[task 2024-01-15T19:15:58.335Z] |
[task 2024-01-15T19:15:58.335Z] 172 | (now.date() + Duration::days(1)).and_hms(SCHEDULED_HOUR, 0, 0)
[task 2024-01-15T19:15:58.335Z] | ^^^^
[task 2024-01-15T19:15:58.336Z]
[task 2024-01-15T19:15:58.336Z] warning: use of deprecated method `chrono::Date::<Tz>::and_hms`: Use and_hms_opt() instead
[task 2024-01-15T19:15:58.336Z] --> /builds/worker/mozillavpn-source/3rdparty/glean/glean-core/src/scheduler.rs:172:50
[task 2024-01-15T19:15:58.336Z] |
[task 2024-01-15T19:15:58.336Z] 172 | (now.date() + Duration::days(1)).and_hms(SCHEDULED_HOUR, 0, 0)
[task 2024-01-15T19:15:58.336Z] | ^^^^^^^
[task 2024-01-15T19:15:58.336Z]
[task 2024-01-15T19:15:58.336Z] warning: `glean-core` (lib) generated 18 warnings
[task 2024-01-15T19:15:58.336Z] warning: dropping unsupported crate type `cdylib` for target `x86_64-unknown-linux-gnu`
[task 2024-01-15T19:15:58.336Z]
[task 2024-01-15T19:15:58.336Z] warning: `qtglean` (lib) generated 1 warning
[task 2024-01-15T19:15:58.336Z] Finished release [optimized] target(s) in 0.13s
[task 2024-01-15T19:15:58.414Z] [3/5] Generating x86_64-unknown-linux-gnu/release/libsignature.a
[task 2024-01-15T19:15:58.414Z] Finished release [optimized] target(s) in 0.05s
[task 2024-01-15T19:15:58.415Z] [3/4] Install the project...
[task 2024-01-15T19:15:58.426Z] -- Install configuration: "None"
[task 2024-01-15T19:15:58.427Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/usr/bin/mozillavpn
[task 2024-01-15T19:15:58.744Z] -- Set runtime path of "/builds/worker/mozillavpn-source/debian/mozillavpn/usr/bin/mozillavpn" to ""
[task 2024-01-15T19:15:58.745Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/usr/share/applications/mozillavpn.desktop
[task 2024-01-15T19:15:58.746Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/etc/xdg/autostart/mozillavpn-startup.desktop
[task 2024-01-15T19:15:58.747Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/usr/share/icons/hicolor/16x16/apps/mozillavpn.png
[task 2024-01-15T19:15:58.748Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/usr/share/icons/hicolor/32x32/apps/mozillavpn.png
[task 2024-01-15T19:15:58.750Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/usr/share/icons/hicolor/48x48/apps/mozillavpn.png
[task 2024-01-15T19:15:58.751Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/usr/share/icons/hicolor/64x64/apps/mozillavpn.png
[task 2024-01-15T19:15:58.752Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/usr/share/icons/hicolor/128x128/apps/mozillavpn.png
[task 2024-01-15T19:15:58.752Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/usr/share/dbus-1/system.d/org.mozilla.vpn.conf
[task 2024-01-15T19:15:58.753Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/usr/share/dbus-1/system-services/org.mozilla.vpn.dbus.service
[task 2024-01-15T19:15:58.754Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/lib/systemd/system/mozillavpn.service
[task 2024-01-15T19:15:58.757Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/lib/mozillavpn/mozillavpnnp
[task 2024-01-15T19:15:58.775Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/lib/mozilla/native-messaging-hosts/mozillavpn.json
[task 2024-01-15T19:15:58.776Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/etc/opt/chrome/native-messaging-hosts/mozillavpn.json
[task 2024-01-15T19:15:58.777Z] -- Installing: /builds/worker/mozillavpn-source/debian/mozillavpn/etc/chromium/native-messaging-hosts/mozillavpn.json
[task 2024-01-15T19:15:58.783Z] dh_installchangelogs -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2024-01-15T19:15:58.876Z] install -d debian/mozillavpn/usr/share/doc/mozillavpn
[task 2024-01-15T19:15:58.876Z] install -p -m0644 debian/changelog debian/mozillavpn/usr/share/doc/mozillavpn/changelog.Debian
[task 2024-01-15T19:15:58.884Z] rm -f debian/mozillavpn.debhelper.log
[task 2024-01-15T19:15:58.884Z] debian/rules override_dh_systemd_enable
[task 2024-01-15T19:15:58.886Z] make[1]: Entering directory '/builds/worker/mozillavpn-source'
[task 2024-01-15T19:15:58.892Z] dh_systemd_enable debian/mozillavpn/lib/systemd/system/mozillavpn.service
[task 2024-01-15T19:15:58.937Z] [META] Append autosnippet "postinst-systemd-enable" to postinst [debian/mozillavpn.postinst.debhelper]
[task 2024-01-15T19:15:58.937Z] [META] Append autosnippet "postrm-systemd" to postrm [debian/mozillavpn.postrm.debhelper]
[task 2024-01-15T19:15:58.938Z] make[1]: Leaving directory '/builds/worker/mozillavpn-source'
[task 2024-01-15T19:15:58.939Z] dh_installinit -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2024-01-15T19:15:58.986Z] rm -f debian/mozillavpn.debhelper.log
[task 2024-01-15T19:15:58.986Z] debian/rules override_dh_systemd_start
[task 2024-01-15T19:15:58.988Z] make[1]: Entering directory '/builds/worker/mozillavpn-source'
[task 2024-01-15T19:15:58.995Z] dh_systemd_start debian/mozillavpn/lib/systemd/system/mozillavpn.service
[task 2024-01-15T19:15:59.040Z] [META] Append autosnippet "postinst-systemd-restart" to postinst [debian/mozillavpn.postinst.debhelper]
[task 2024-01-15T19:15:59.040Z] [META] Prepend autosnippet "postrm-systemd-reload-only" to postrm [debian/mozillavpn.postrm.debhelper.new]
[task 2024-01-15T19:15:59.040Z] mv debian/mozillavpn.postrm.debhelper.new debian/mozillavpn.postrm.debhelper
[task 2024-01-15T19:15:59.040Z] [META] Append autosnippet "prerm-systemd-restart" to prerm [debian/mozillavpn.prerm.debhelper]
[task 2024-01-15T19:15:59.041Z] make[1]: Leaving directory '/builds/worker/mozillavpn-source'
[task 2024-01-15T19:15:59.045Z] dh_icons -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2024-01-15T19:15:59.088Z] dh_perl -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2024-01-15T19:15:59.140Z] dh_link -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2024-01-15T19:15:59.191Z] dh_strip_nondeterminism -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2024-01-15T19:15:59.315Z] Using 1705345447 as canonical time
[task 2024-01-15T19:15:59.320Z] Normalizing debian/mozillavpn/usr/share/icons/hicolor/48x48/apps/mozillavpn.png using File::StripNondeterminism::handlers::png
[task 2024-01-15T19:15:59.320Z] Normalizing debian/mozillavpn/usr/share/icons/hicolor/16x16/apps/mozillavpn.png using File::StripNondeterminism::handlers::png
[task 2024-01-15T19:15:59.320Z] Normalizing debian/mozillavpn/usr/share/icons/hicolor/32x32/apps/mozillavpn.png using File::StripNondeterminism::handlers::png
[task 2024-01-15T19:15:59.322Z] Normalizing debian/mozillavpn/usr/share/icons/hicolor/64x64/apps/mozillavpn.png using File::StripNondeterminism::handlers::png
[task 2024-01-15T19:15:59.322Z] Normalizing debian/mozillavpn/usr/share/icons/hicolor/128x128/apps/mozillavpn.png using File::StripNondeterminism::handlers::png
[task 2024-01-15T19:15:59.328Z] dh_compress -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2024-01-15T19:15:59.367Z] cd debian/mozillavpn
[task 2024-01-15T19:15:59.375Z] chmod a-x usr/share/doc/mozillavpn/changelog.Debian
[task 2024-01-15T19:15:59.378Z] gzip -9nf usr/share/doc/mozillavpn/changelog.Debian
[task 2024-01-15T19:15:59.380Z] cd '/builds/worker/mozillavpn-source'
[task 2024-01-15T19:15:59.389Z] dh_fixperms -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2024-01-15T19:15:59.424Z] find debian/mozillavpn -true -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0
[task 2024-01-15T19:15:59.435Z] find debian/mozillavpn ! -type l -a -true -a -true -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s
[task 2024-01-15T19:15:59.445Z] 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 2024-01-15T19:15:59.451Z] find debian/mozillavpn/usr/share/doc -type d -a -true -a -true -print0 2>/dev/null | xargs -0r chmod 0755
[task 2024-01-15T19:15:59.457Z] find debian/mozillavpn/usr/share/applications -type f -a -true -a -true -print0 2>/dev/null | xargs -0r chmod 0644
[task 2024-01-15T19:15:59.463Z] 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 2024-01-15T19:15:59.471Z] find debian/mozillavpn/usr/bin -type f -a -true -a -true -print0 2>/dev/null | xargs -0r chmod a+x
[task 2024-01-15T19:15:59.483Z] dh_missing -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2024-01-15T19:15:59.518Z] dh_strip -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2024-01-15T19:15:59.579Z] install -d debian/.debhelper/mozillavpn/dbgsym-root/usr/lib/debug/.build-id/40
[task 2024-01-15T19:15:59.579Z] objcopy --only-keep-debug --compress-debug-sections debian/mozillavpn/usr/bin/mozillavpn debian/.debhelper/mozillavpn/dbgsym-root/usr/lib/debug/.build-id/40/2d02f7ce87577555aa403509f04e11ac60ae4a.debug
[task 2024-01-15T19:16:11.136Z] chmod 0644 -- debian/.debhelper/mozillavpn/dbgsym-root/usr/lib/debug/.build-id/40/2d02f7ce87577555aa403509f04e11ac60ae4a.debug
[task 2024-01-15T19:16:11.136Z] chown 0:0 -- debian/.debhelper/mozillavpn/dbgsym-root/usr/lib/debug/.build-id/40/2d02f7ce87577555aa403509f04e11ac60ae4a.debug
[task 2024-01-15T19:16:11.136Z] strip --remove-section=.comment --remove-section=.note debian/mozillavpn/usr/bin/mozillavpn
[task 2024-01-15T19:16:11.244Z] objcopy --add-gnu-debuglink debian/.debhelper/mozillavpn/dbgsym-root/usr/lib/debug/.build-id/40/2d02f7ce87577555aa403509f04e11ac60ae4a.debug debian/mozillavpn/usr/bin/mozillavpn
[task 2024-01-15T19:16:11.533Z] install -d debian/.debhelper/mozillavpn/dbgsym-root/usr/lib/debug/.build-id/e2
[task 2024-01-15T19:16:11.533Z] objcopy --only-keep-debug --compress-debug-sections debian/mozillavpn/lib/mozillavpn/mozillavpnnp debian/.debhelper/mozillavpn/dbgsym-root/usr/lib/debug/.build-id/e2/9b41a93727d02177fcde8a89e4fe97ce26ee9a.debug
[task 2024-01-15T19:16:11.952Z] chmod 0644 -- debian/.debhelper/mozillavpn/dbgsym-root/usr/lib/debug/.build-id/e2/9b41a93727d02177fcde8a89e4fe97ce26ee9a.debug
[task 2024-01-15T19:16:11.952Z] chown 0:0 -- debian/.debhelper/mozillavpn/dbgsym-root/usr/lib/debug/.build-id/e2/9b41a93727d02177fcde8a89e4fe97ce26ee9a.debug
[task 2024-01-15T19:16:11.952Z] strip --remove-section=.comment --remove-section=.note debian/mozillavpn/lib/mozillavpn/mozillavpnnp
[task 2024-01-15T19:16:11.960Z] objcopy --add-gnu-debuglink debian/.debhelper/mozillavpn/dbgsym-root/usr/lib/debug/.build-id/e2/9b41a93727d02177fcde8a89e4fe97ce26ee9a.debug debian/mozillavpn/lib/mozillavpn/mozillavpnnp
[task 2024-01-15T19:16:11.975Z] install -d debian/.debhelper/mozillavpn/dbgsym-root/usr/share/doc
[task 2024-01-15T19:16:11.975Z] ln -s mozillavpn debian/.debhelper/mozillavpn/dbgsym-root/usr/share/doc/mozillavpn-dbgsym
[task 2024-01-15T19:16:11.978Z] dh_makeshlibs -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2024-01-15T19:16:12.026Z] rm -f debian/mozillavpn/DEBIAN/shlibs
[task 2024-01-15T19:16:12.041Z] dh_shlibdeps -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2024-01-15T19:16:12.102Z] install -d debian/mozillavpn/DEBIAN
[task 2024-01-15T19:16:12.102Z] dpkg-shlibdeps -Tdebian/mozillavpn.substvars debian/mozillavpn/usr/bin/mozillavpn debian/mozillavpn/lib/mozillavpn/mozillavpnnp
[task 2024-01-15T19:16:15.629Z] dh_installdeb -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2024-01-15T19:16:15.664Z] cp -f debian/mozillavpn.postinst debian/mozillavpn/DEBIAN/postinst
[task 2024-01-15T19:16:15.664Z] [META] Replace #TOKEN#s in "debian/mozillavpn/DEBIAN/postinst"
[task 2024-01-15T19:16:15.664Z] chmod 0755 -- debian/mozillavpn/DEBIAN/postinst
[task 2024-01-15T19:16:15.664Z] chown 0:0 -- debian/mozillavpn/DEBIAN/postinst
[task 2024-01-15T19:16:15.664Z] cp -f debian/mozillavpn.preinst debian/mozillavpn/DEBIAN/preinst
[task 2024-01-15T19:16:15.664Z] [META] Replace #TOKEN#s in "debian/mozillavpn/DEBIAN/preinst"
[task 2024-01-15T19:16:15.664Z] chmod 0755 -- debian/mozillavpn/DEBIAN/preinst
[task 2024-01-15T19:16:15.664Z] chown 0:0 -- debian/mozillavpn/DEBIAN/preinst
[task 2024-01-15T19:16:15.664Z] printf '#!/bin/sh\nset -e\n' > debian/mozillavpn/DEBIAN/prerm
[task 2024-01-15T19:16:15.664Z] cat debian/mozillavpn.prerm.debhelper >> debian/mozillavpn/DEBIAN/prerm
[task 2024-01-15T19:16:15.664Z] chmod 0755 -- debian/mozillavpn/DEBIAN/prerm
[task 2024-01-15T19:16:15.664Z] chown 0:0 -- debian/mozillavpn/DEBIAN/prerm
[task 2024-01-15T19:16:15.664Z] cp -f debian/mozillavpn.postrm debian/mozillavpn/DEBIAN/postrm
[task 2024-01-15T19:16:15.664Z] [META] Replace #TOKEN#s in "debian/mozillavpn/DEBIAN/postrm"
[task 2024-01-15T19:16:15.664Z] chmod 0755 -- debian/mozillavpn/DEBIAN/postrm
[task 2024-01-15T19:16:15.664Z] chown 0:0 -- debian/mozillavpn/DEBIAN/postrm
[task 2024-01-15T19:16:15.664Z] find debian/mozillavpn/etc -type f -printf '/etc/%P
[task 2024-01-15T19:16:15.664Z] ' | LC_ALL=C sort >> debian/mozillavpn/DEBIAN/conffiles
[task 2024-01-15T19:16:15.669Z] chmod 0644 -- debian/mozillavpn/DEBIAN/conffiles
[task 2024-01-15T19:16:15.669Z] chown 0:0 -- debian/mozillavpn/DEBIAN/conffiles
[task 2024-01-15T19:16:15.670Z] dh_gencontrol -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2024-01-15T19:16:15.715Z] echo misc:Depends= >> debian/mozillavpn.substvars
[task 2024-01-15T19:16:15.715Z] echo misc:Pre-Depends= >> debian/mozillavpn.substvars
[task 2024-01-15T19:16:15.715Z] install -d debian/.debhelper/mozillavpn/dbgsym-root/DEBIAN
[task 2024-01-15T19:16:15.715Z] 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=402d02f7ce87577555aa403509f04e11ac60ae4a e29b41a93727d02177fcde8a89e4fe97ce26ee9a" -DSection=debug -DPackage-Type=ddeb -UMulti-Arch -UReplaces -UBreaks
[task 2024-01-15T19:16:15.821Z] dpkg-gencontrol: warning: package mozillavpn: substitution variable ${shlibs:Depends} unused, but is defined
[task 2024-01-15T19:16:15.824Z] chmod 0644 -- debian/.debhelper/mozillavpn/dbgsym-root/DEBIAN/control
[task 2024-01-15T19:16:15.824Z] chown 0:0 -- debian/.debhelper/mozillavpn/dbgsym-root/DEBIAN/control
[task 2024-01-15T19:16:15.824Z] dpkg-gencontrol -pmozillavpn -ldebian/changelog -Tdebian/mozillavpn.substvars -Pdebian/mozillavpn -UMulti-Arch
[task 2024-01-15T19:16:15.931Z] dpkg-gencontrol: warning: package mozillavpn: substitution variable ${shlibs:Depends} unused, but is defined
[task 2024-01-15T19:16:15.934Z] chmod 0644 -- debian/mozillavpn/DEBIAN/control
[task 2024-01-15T19:16:15.934Z] chown 0:0 -- debian/mozillavpn/DEBIAN/control
[task 2024-01-15T19:16:15.937Z] dh_md5sums -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2024-01-15T19:16:15.979Z] cd debian/mozillavpn >/dev/null && xargs -r0 md5sum | perl -pe 'if (s@^\\@@) { s/\\\\/\\/g; }' > DEBIAN/md5sums
[task 2024-01-15T19:16:16.024Z] chmod 0644 -- debian/mozillavpn/DEBIAN/md5sums
[task 2024-01-15T19:16:16.024Z] chown 0:0 -- debian/mozillavpn/DEBIAN/md5sums
[task 2024-01-15T19:16:16.028Z] cd debian/.debhelper/mozillavpn/dbgsym-root >/dev/null && xargs -r0 md5sum | perl -pe 'if (s@^\\@@) { s/\\\\/\\/g; }' > DEBIAN/md5sums
[task 2024-01-15T19:16:16.208Z] chmod 0644 -- debian/.debhelper/mozillavpn/dbgsym-root/DEBIAN/md5sums
[task 2024-01-15T19:16:16.208Z] chown 0:0 -- debian/.debhelper/mozillavpn/dbgsym-root/DEBIAN/md5sums
[task 2024-01-15T19:16:16.211Z] dh_builddeb -O--buildsystem=cmake\+ninja -O--warn-missing
[task 2024-01-15T19:16:16.247Z] dpkg-deb --build debian/mozillavpn ..
[task 2024-01-15T19:16:16.250Z] dpkg-deb: building package 'mozillavpn' in '../mozillavpn_2.20.0~pr8958-focal1_amd64.deb'.
[task 2024-01-15T19:16:16.258Z] install -d debian/.debhelper/scratch-space/build-mozillavpn
[task 2024-01-15T19:16:16.258Z] dpkg-deb --build debian/.debhelper/mozillavpn/dbgsym-root debian/.debhelper/scratch-space/build-mozillavpn
[task 2024-01-15T19:16:16.260Z] dpkg-deb: building package 'mozillavpn-dbgsym' in 'debian/.debhelper/scratch-space/build-mozillavpn/mozillavpn-dbgsym_2.20.0~pr8958-focal1_amd64.deb'.
[task 2024-01-15T19:16:34.314Z] Renaming mozillavpn-dbgsym_2.20.0~pr8958-focal1_amd64.deb to mozillavpn-dbgsym_2.20.0~pr8958-focal1_amd64.ddeb
[task 2024-01-15T19:16:34.314Z] mv debian/.debhelper/scratch-space/build-mozillavpn/mozillavpn-dbgsym_2.20.0\~pr8958-focal1_amd64.deb ../mozillavpn-dbgsym_2.20.0\~pr8958-focal1_amd64.ddeb
[task 2024-01-15T19:16:34.320Z] dpkg-genbuildinfo --build=full
[task 2024-01-15T19:16:35.482Z] dpkg-genchanges --build=full >../mozillavpn_2.20.0~pr8958-focal1_amd64.changes
[task 2024-01-15T19:16:36.439Z] dpkg-genchanges: info: not including original source code in upload
[task 2024-01-15T19:16:36.443Z] dpkg-source --after-build .
[task 2024-01-15T19:16:36.560Z] dpkg-buildpackage: info: binary and diff upload (original source NOT included)
[task 2024-01-15T19:16:36.566Z] mozillavpn_2.20.0~pr8958-focal1_amd64.deb
[task 2024-01-15T19:16:36.771Z] mozillavpn-dbgsym_2.20.0~pr8958-focal1_amd64.ddeb
[task 2024-01-15T19:16:39.625Z] mozillavpn_2.20.0~pr8958-focal1_amd64.buildinfo
[task 2024-01-15T19:16:39.626Z] mozillavpn_2.20.0~pr8958-focal1_amd64.changes
[task 2024-01-15T19:16:39.626Z] mozillavpn_2.20.0~pr8958-focal1.dsc
[task 2024-01-15T19:16:39.626Z] mozillavpn_2.20.0~pr8958-focal1.debian.tar.xz
[fetches 2024-01-15T19:16:39.630Z] removing /builds/worker/fetches
[fetches 2024-01-15T19:16:39.655Z] finished
[taskcluster 2024-01-15 19:16:40.415Z] === Task Finished ===
[taskcluster 2024-01-15 19:16:42.338Z] Successful task run with exit code: 0 completed in 860.177 seconds
Loading