Bump rustls from 0.21.10 to 0.21.11 in /pahkat-uploader #59
divvun-taskcluster / Pahkat repomgr: macos - pahkat
succeeded
Apr 19, 2024 in 3m 26s
Taskcluster Divvun (push)
Details
View task in Taskcluster
View logs in Taskcluster
|
244 | pub enum WindowsExecutableOffset {}
| ^^^^^^^^^^^^^^^^^^^^^^^
warning: function `enum_name_mac_os_package_flag` is never used
--> /Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/repo/target/release/build/pahkat-repomgr-e312ab7914accc71/out/index.rs:490:12
|
490 | pub fn enum_name_mac_os_package_flag(e: MacOSPackageFlag) -> &'static str {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: enum `MacOSPackageOffset` is never used
--> /Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/repo/target/release/build/pahkat-repomgr-e312ab7914accc71/out/index.rs:499:14
|
499 | pub enum MacOSPackageOffset {}
| ^^^^^^^^^^^^^^^^^^
warning: enum `TarballPackageOffset` is never used
--> /Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/repo/target/release/build/pahkat-repomgr-e312ab7914accc71/out/index.rs:640:14
|
640 | pub enum TarballPackageOffset {}
| ^^^^^^^^^^^^^^^^^^^^
warning: enum `TargetOffset` is never used
--> /Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/repo/target/release/build/pahkat-repomgr-e312ab7914accc71/out/index.rs:769:14
|
769 | pub enum TargetOffset {}
| ^^^^^^^^^^^^
warning: enum `ReleaseOffset` is never used
--> /Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/repo/target/release/build/pahkat-repomgr-e312ab7914accc71/out/index.rs:989:14
|
989 | pub enum ReleaseOffset {}
| ^^^^^^^^^^^^^
warning: enum `DescriptorOffset` is never used
--> /Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/repo/target/release/build/pahkat-repomgr-e312ab7914accc71/out/index.rs:1189:14
|
1189 | pub enum DescriptorOffset {}
| ^^^^^^^^^^^^^^^^
warning: enum `SyntheticOffset` is never used
--> /Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/repo/target/release/build/pahkat-repomgr-e312ab7914accc71/out/index.rs:1450:14
|
1450 | pub enum SyntheticOffset {}
| ^^^^^^^^^^^^^^^
warning: enum `RedirectOffset` is never used
--> /Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/repo/target/release/build/pahkat-repomgr-e312ab7914accc71/out/index.rs:1538:14
|
1538 | pub enum RedirectOffset {}
| ^^^^^^^^^^^^^^
warning: variants `Descriptor`, `Synthetic`, and `Redirect` are never constructed
--> /Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/repo/target/release/build/pahkat-repomgr-e312ab7914accc71/out/index.rs:1627:9
|
1626 | pub enum Package<'a> {
| ------- variants in this enum
1627 | Descriptor(Descriptor<&'a [u8]>),
| ^^^^^^^^^^
1628 | Synthetic(Synthetic<&'a [u8]>),
| ^^^^^^^^^
1629 | Redirect(Redirect<&'a [u8]>),
| ^^^^^^^^
|
= note: `Package` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
warning: method `get_type` is never used
--> /Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/repo/target/release/build/pahkat-repomgr-e312ab7914accc71/out/index.rs:1632:16
|
1631 | impl Package<'_> {
| ---------------- method in this implementation
1632 | pub fn get_type(&self) -> fbs_gen::PackageType {
| ^^^^^^^^
warning: enum `PackagesOffset` is never used
--> /Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/repo/target/release/build/pahkat-repomgr-e312ab7914accc71/out/index.rs:1640:14
|
1640 | pub enum PackagesOffset {}
| ^^^^^^^^^^^^^^
warning: function `enum_name_payload_type` is never used
--> /Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/repo/target/release/build/pahkat-repomgr-e312ab7914accc71/out/index.rs:54:16
|
54 | pub fn enum_name_payload_type(e: PayloadType) -> &'static str {
| ^^^^^^^^^^^^^^^^^^^^^^
warning: function `enum_name_package_type` is never used
--> /Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/repo/target/release/build/pahkat-repomgr-e312ab7914accc71/out/index.rs:113:16
|
113 | pub fn enum_name_package_type(e: PackageType) -> &'static str {
| ^^^^^^^^^^^^^^^^^^^^^^
warning: `pahkat-repomgr` (lib) generated 17 warnings
Finished release [optimized] target(s) in 2m 16s
Running dist
Running: mkdir -p dist/bin && mv target/release/repomgr dist/bin/repomgr
+ mkdir -p dist/bin
+ mv target/release/repomgr dist/bin/repomgr
Running sign
Running: node $HOME/tasks/$TASK_ID/_temp/divvun/taskcluster-gha/codesign/index.js
+ node /Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/_temp/divvun/taskcluster-gha/codesign/index.js
[command]/usr/bin/codesign -s [******] /Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/repo/dist/bin/repomgr --timestamp --options=runtime
[command]/usr/bin/ditto -c -k --keepParent /Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/repo/dist/bin/repomgr /Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/repo/dist/bin/upload.zip
[command]/bin/bash -c
xcrun notarytool submit -v --apple-id "[******]" --password "[******]" --team-id "[******]" --output-format json --wait "/Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/repo/dist/bin/upload.zip"
[19:56:21.191Z] Debug [MAIN] Running notarytool version: 1.0.0 (27), date: 2024-04-19T19:56:21Z, command: /Applications/Xcode-14.1.0.app/Contents/Developer/usr/bin/notarytool submit -v --apple-id [******] --password private<String> --team-id [******] --output-format json --wait /Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/repo/dist/bin/upload.zip
[19:56:21.205Z] Notice [MAIN] Incompatible output-format (json) and progress flag (true). Suppressing progress indicators.
[19:56:21.238Z] Debug [PREFLIGHT] upload.zip is a zip archive.
[19:56:21.239Z] Debug [PREFLIGHT] Finished completing determination of file type for upload.zip. Operation took 18ms.
[19:56:21.248Z] Info [API] Initialized Notary API with base URL: https://appstoreconnect.apple.com/notary/v2/
[19:56:21.254Z] Debug [CTXMGR] Created temporary directory at: file:///var/folders/ng/gngp9sts5gdbnn1t8z2fwqw80000gn/T/TemporaryItems/NSIRD_notarytool_0knoCw/
[19:56:21.255Z] Debug [CTXMGR] Copied file:///Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/repo/dist/bin/upload.zip to file:///var/folders/ng/gngp9sts5gdbnn1t8z2fwqw80000gn/T/TemporaryItems/NSIRD_notarytool_0knoCw/upload.zip
[19:56:21.256Z] Debug [FILEHASH] Generating md5 and sha256 digest with buffer size 1048576 for file:///var/folders/ng/gngp9sts5gdbnn1t8z2fwqw80000gn/T/TemporaryItems/NSIRD_notarytool_0knoCw/upload.zip
[19:56:21.272Z] Debug [FILEHASH] MD5 digest: 1b8c18024eddc2e9facba25402f25e02
[19:56:21.273Z] Debug [FILEHASH] Base64-encoded MD5 Digest: G4wYAk7dwun6y6JUAvJeAg==
[19:56:21.274Z] Debug [FILEHASH] SHA256 digest: bc38b6e8e097fdbe60ac4f22ac7bda36490119915fb1bec7a92f1f9838971cc5
[19:56:21.275Z] Debug [FILEHASH] Finished generating file hashes for upload.zip. Operation took 17ms.
[19:56:21.276Z] Debug [API] Sending submissions payload: submissionPayload(submissionName: "upload.zip", md5: "1b8c18024eddc2e9facba25402f25e02", sha256: "bc38b6e8e097fdbe60ac4f22ac7bda36490119915fb1bec7a92f1f9838971cc5", notifications: [])
[19:56:21.278Z] Info [API] Preparing POST request to URL: https://appstoreconnect.apple.com/notary/v2/submissions?, Custom Headers: private<Dictionary<String, String>>
[19:56:21.279Z] Debug [AUTHENTICATION] Delaying current request to refresh app-specific password token.
[19:56:21.280Z] Info [API] Preparing GET request to URL: https://appstoreconnect.apple.com/notary/v2/asp?, Parameters: [:], Custom Headers: private<Dictionary<String, String>>
[19:56:21.281Z] Debug [AUTHENTICATION] Authenticating request to '/notary/v2/asp' with Basic Auth. Username: [******], Password: private<String>, Team ID: [******]
[19:56:21.282Z] Debug [TASKMANAGER] Starting Task Manager loop to wait for asynchronous HTTP calls.
[19:56:22.191Z] Debug [API] Received response status code: 200, message: no error, URL: https://appstoreconnect.apple.com/notary/v2/asp?, Correlation Key: 5ITQUKVRSI27MDTDNRCC7IKIWE
[19:56:22.193Z] Debug [TASKMANAGER] Completed Task with ID 2 has received a parsable response.
[19:56:22.193Z] Debug [TASKMANAGER] Ending Task Manager loop.
[19:56:22.205Z] Info [AUTHENTICATION] Caching retrieved app-specific password token. ID: [******]:[******], token: private<String>
[19:56:22.206Z] Debug [AUTHENTICATION] Authenticating request to '/notary/v2/submissions' with WebServices Token. AppleID: [******], Team ID: [******], Token: private<String>
[19:56:22.207Z] Debug [TASKMANAGER] Starting Task Manager loop to wait for asynchronous HTTP calls.
[19:56:23.269Z] Debug [API] Received response status code: 200, message: no error, URL: https://appstoreconnect.apple.com/notary/v2/submissions?, Correlation Key: 7PDUMNXMAQBOMLURWT3MN3HUHA
[19:56:23.271Z] Debug [TASKMANAGER] Completed Task with ID 1 has received a parsable response.
[19:56:23.272Z] Debug [TASKMANAGER] Ending Task Manager loop.
[19:56:23.275Z] Debug [MAIN] Received Submission Response: private<NewSubmission>
[19:56:23.284Z] Debug [UPLOAD] File sized 1,55 MB w/ min calculated part size: 1,59 KB. Multipart upload chunk size: 5,00 MB
[19:56:23.311Z] Debug [UPLOAD] Received new upload status: Initiating
[19:56:23.312Z] Debug [UPLOAD] Submission with ID 002E3186-D240-4B9F-87CA-2316BC576AAA is being uploaded to bucket notary-submissions-prod at key prod/AROARQRX7CZS3PRF6ZA5L:002e3186-d240-4b9f-87ca-2316bc576aaa
[19:56:23.314Z] Info [UPLOAD] Starting S3 PUT object upload of file at 'file:///var/folders/ng/gngp9sts5gdbnn1t8z2fwqw80000gn/T/TemporaryItems/NSIRD_notarytool_0knoCw/upload.zip' to Bucket: notary-submissions-prod, Key: prod/AROARQRX7CZS3PRF6ZA5L:002e3186-d240-4b9f-87ca-2316bc576aaa
[19:56:23.315Z] Debug [UPLOAD] Received new upload status: Uploading
[19:56:25.292Z] Debug [UPLOAD] Received new upload status: Succeeded
[19:56:25.293Z] Info [UPLOAD] S3 PUT object upload of file 'file:///var/folders/ng/gngp9sts5gdbnn1t8z2fwqw80000gn/T/TemporaryItems/NSIRD_notarytool_0knoCw/upload.zip' completed to Bucket: notary-submissions-prod, Key: prod/AROARQRX7CZS3PRF6ZA5L:002e3186-d240-4b9f-87ca-2316bc576aaa, with etag: "1b8c18024eddc2e9facba25402f25e02"
[19:56:25.301Z] Info [UPLOAD] Attempting to shutdown local S3 upload service.
[19:56:25.304Z] Info [UPLOAD] Successfully shutdown local S3 upload service.
[19:56:25.305Z] Info [API] Beginning to wait for submission id: 002e3186-d240-4b9f-87ca-2316bc576aaa
[19:56:25.306Z] Info [API] Preparing GET request to URL: https://appstoreconnect.apple.com/notary/v2/submissions/002e3186-d240-4b9f-87ca-2316bc576aaa?, Parameters: [:], Custom Headers: private<Dictionary<String, String>>
[19:56:25.307Z] Debug [AUTHENTICATION] Using cached token value for app-specific password request: [******]:[******]
[19:56:25.307Z] Debug [AUTHENTICATION] Authenticating request to '/notary/v2/submissions/002e3186-d240-4b9f-87ca-2316bc576aaa' with WebServices Token. AppleID: [******], Team ID: [******], Token: private<String>
[19:56:25.308Z] Debug [TASKMANAGER] Starting Task Manager loop to wait for asynchronous HTTP calls.
[19:56:25.742Z] Debug [API] Received response status code: 200, message: no error, URL: https://appstoreconnect.apple.com/notary/v2/submissions/002e3186-d240-4b9f-87ca-2316bc576aaa?, Correlation Key: E7EKVTKKWS7DIYXL2Y4J7CUDPY
[19:56:25.743Z] Debug [TASKMANAGER] Completed Task with ID 3 has received a parsable response.
[19:56:25.743Z] Debug [TASKMANAGER] Ending Task Manager loop.
[19:56:25.744Z] Info [API] Initial status: In Progress)
[19:56:25.746Z] Info [API] Waiting 5 seconds before next poll...
[19:56:30.779Z] Info [API] Preparing GET request to URL: https://appstoreconnect.apple.com/notary/v2/submissions/002e3186-d240-4b9f-87ca-2316bc576aaa?, Parameters: [:], Custom Headers: private<Dictionary<String, String>>
[19:56:30.780Z] Debug [AUTHENTICATION] Using cached token value for app-specific password request: [******]:[******]
[19:56:30.781Z] Debug [AUTHENTICATION] Authenticating request to '/notary/v2/submissions/002e3186-d240-4b9f-87ca-2316bc576aaa' with WebServices Token. AppleID: [******], Team ID: [******], Token: private<String>
[19:56:30.781Z] Debug [TASKMANAGER] Starting Task Manager loop to wait for asynchronous HTTP calls.
[19:56:31.175Z] Debug [API] Received response status code: 200, message: no error, URL: https://appstoreconnect.apple.com/notary/v2/submissions/002e3186-d240-4b9f-87ca-2316bc576aaa?, Correlation Key: KORL2K5XPMMUF5HRVSEPKCKXEM
[19:56:31.176Z] Debug [TASKMANAGER] Completed Task with ID 4 has received a parsable response.
[19:56:31.176Z] Debug [TASKMANAGER] Ending Task Manager loop.
[19:56:31.177Z] Info [API] Received new status: In Progress
[19:56:31.178Z] Info [API] Waiting 5 seconds before next poll...
[19:56:36.246Z] Info [API] Preparing GET request to URL: https://appstoreconnect.apple.com/notary/v2/submissions/002e3186-d240-4b9f-87ca-2316bc576aaa?, Parameters: [:], Custom Headers: private<Dictionary<String, String>>
[19:56:36.247Z] Debug [AUTHENTICATION] Using cached token value for app-specific password request: [******]:[******]
[19:56:36.247Z] Debug [AUTHENTICATION] Authenticating request to '/notary/v2/submissions/002e3186-d240-4b9f-87ca-2316bc576aaa' with WebServices Token. AppleID: [******], Team ID: [******], Token: private<String>
[19:56:36.248Z] Debug [TASKMANAGER] Starting Task Manager loop to wait for asynchronous HTTP calls.
[19:56:36.657Z] Debug [API] Received response status code: 200, message: no error, URL: https://appstoreconnect.apple.com/notary/v2/submissions/002e3186-d240-4b9f-87ca-2316bc576aaa?, Correlation Key: 3PVYM4GGQ4INAS43UDNZXEQNZ4
[19:56:36.658Z] Debug [TASKMANAGER] Completed Task with ID 5 has received a parsable response.
[19:56:36.659Z] Debug [TASKMANAGER] Ending Task Manager loop.
[19:56:36.661Z] Info [API] Received new status: In Progress
[19:56:36.661Z] Info [API] Waiting 5 seconds before next poll...
[19:56:41.712Z] Info [API] Preparing GET request to URL: https://appstoreconnect.apple.com/notary/v2/submissions/002e3186-d240-4b9f-87ca-2316bc576aaa?, Parameters: [:], Custom Headers: private<Dictionary<String, String>>
[19:56:41.713Z] Debug [AUTHENTICATION] Using cached token value for app-specific password request: [******]:[******]
[19:56:41.714Z] Debug [AUTHENTICATION] Authenticating request to '/notary/v2/submissions/002e3186-d240-4b9f-87ca-2316bc576aaa' with WebServices Token. AppleID: [******], Team ID: [******], Token: private<String>
[19:56:41.715Z] Debug [TASKMANAGER] Starting Task Manager loop to wait for asynchronous HTTP calls.
[19:56:42.103Z] Debug [API] Received response status code: 200, message: no error, URL: https://appstoreconnect.apple.com/notary/v2/submissions/002e3186-d240-4b9f-87ca-2316bc576aaa?, Correlation Key: 2UCCJTBGBSKVM2FW3HQ47WFXSA
[19:56:42.103Z] Debug [TASKMANAGER] Completed Task with ID 6 has received a parsable response.
[19:56:42.104Z] Debug [TASKMANAGER] Ending Task Manager loop.
[19:56:42.105Z] Info [API] Received new status: In Progress
[19:56:42.106Z] Info [API] Waiting 5 seconds before next poll...
[19:56:47.213Z] Info [API] Preparing GET request to URL: https://appstoreconnect.apple.com/notary/v2/submissions/002e3186-d240-4b9f-87ca-2316bc576aaa?, Parameters: [:], Custom Headers: private<Dictionary<String, String>>
[19:56:47.214Z] Debug [AUTHENTICATION] Using cached token value for app-specific password request: [******]:[******]
[19:56:47.214Z] Debug [AUTHENTICATION] Authenticating request to '/notary/v2/submissions/002e3186-d240-4b9f-87ca-2316bc576aaa' with WebServices Token. AppleID: [******], Team ID: [******], Token: private<String>
[19:56:47.215Z] Debug [TASKMANAGER] Starting Task Manager loop to wait for asynchronous HTTP calls.
[19:56:47.605Z] Debug [API] Received response status code: 200, message: no error, URL: https://appstoreconnect.apple.com/notary/v2/submissions/002e3186-d240-4b9f-87ca-2316bc576aaa?, Correlation Key: 4TD54XRI7PCHPD2S2HV6LDAPBE
[19:56:47.606Z] Debug [TASKMANAGER] Completed Task with ID 7 has received a parsable response.
[19:56:47.606Z] Debug [TASKMANAGER] Ending Task Manager loop.
[19:56:47.607Z] Info [API] Received new status: Accepted
[19:56:47.608Z] Info [API] Submission in terminal status: Accepted
{"message":"Processing complete","id":"002e3186-d240-4b9f-87ca-2316bc576aaa","status":"Accepted"}
[19:56:47.609Z] Debug [CTXMGR] Removed temporary directory: Optional(file:///var/folders/ng/gngp9sts5gdbnn1t8z2fwqw80000gn/T/TemporaryItems/NSIRD_notarytool_0knoCw/)
{"message":"Processing complete","id":"002e3186-d240-4b9f-87ca-2316bc576aaa","status":"Accepted"}
Running tarball
Running: node $HOME/tasks/$TASK_ID/_temp/divvun/taskcluster-gha/create-txz/index.js
+ node /Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/_temp/divvun/taskcluster-gha/create-txz/index.js
::debug::followSymbolicLinks 'false'
::debug::implicitDescendants 'false'
::debug::followSymbolicLinks 'false'
::debug::implicitDescendants 'false'
::debug::omitBrokenSymbolicLinks 'true'
::debug::Search path '/Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/repo/dist'
::debug::Created tmp dir: /var/folders/ng/gngp9sts5gdbnn1t8z2fwqw80000gn/T/tmp-21725-39cfIGcvQhzn
::debug::Copying /Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/repo/dist/bin into /var/folders/ng/gngp9sts5gdbnn1t8z2fwqw80000gn/T/tmp-21725-39cfIGcvQhzn/staging
::debug::Tarring
[command]/bin/bash -c tar cf ../file.tar *
::debug::xz -9'ing
[command]/bin/bash -c xz -9 ../file.tar
::debug::Copying file.tar.xz to /var/folders/ng/gngp9sts5gdbnn1t8z2fwqw80000gn/T/tmp-21725-AT8YiWGwdHPe-.txz
::set-output name=txz-path::/var/folders/ng/gngp9sts5gdbnn1t8z2fwqw80000gn/T/tmp-21725-AT8YiWGwdHPe-.txz
Running setup_uploader
Running: node $HOME/tasks/$TASK_ID/_temp/divvun/taskcluster-gha/pahkat/init/index.js
+ node /Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/_temp/divvun/taskcluster-gha/pahkat/init/index.js
::debug::Downloading https://pahkat.uit.no/devtools/download/pahkat-prefix-cli?platform=macos&channel=nightly
::debug::Destination /Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/_temp/52e6c6cc-eb18-484c-a4c0-ef12107ec79e
::debug::download complete
::debug::Checking tar --version
::debug::bsdtar 3.5.1 - libarchive 3.5.1 zlib/1.2.11 liblzma/5.0.5 bz2lib/1.0.8
[command]/usr/bin/tar xz -C /Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/_temp -f /Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/_temp/52e6c6cc-eb18-484c-a4c0-ef12107ec79e
Bin path: /Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/_temp/bin, platform: darwin
::add-path::/Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/_temp/bin
[command]/bin/bash -c pahkat-prefix init -c /Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/_temp/pahkat-prefix
WARNING: There are no repositories in the given config.
[command]/bin/bash -c pahkat-prefix config repo add -c /Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/_temp/pahkat-prefix https://pahkat.uit.no/devtools/ nightly
WARNING: There are no repositories in the given config.
[command]/bin/bash -c pahkat-prefix install pahkat-uploader -c /Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/_temp/pahkat-prefix
Downloading https://pahkat.uit.no/devtools/packages/pahkat-uploader
Progress: 727999/1962000
Progress: 1962000/1962000
Progress: 1962000/1962000
Complete
Installing: https://pahkat.uit.no/devtools/packages/pahkat-uploader
Complete!
::add-path::/Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/_temp/pahkat-prefix/pkg/pahkat-uploader/bin
Running deploy
Running: node $HOME/tasks/$TASK_ID/_temp/divvun/taskcluster-gha/deploy/index.js
+ node /Users/[******]/tasks/Lh2eymX1Q4amo03oh12UMw/_temp/divvun/taskcluster-gha/deploy/index.js
::debug::Platform: 'macos', Type: 'TarballPackage'
::debug::Version: 2.3.0-nightly.20240419T195322698Z
::debug::Skipping deploy because `PAHKAT_NO_DEPLOY` is true
::debug::Renaming from /var/folders/ng/gngp9sts5gdbnn1t8z2fwqw80000gn/T/tmp-21725-AT8YiWGwdHPe-.txz to /var/folders/ng/gngp9sts5gdbnn1t8z2fwqw80000gn/T/pahkat-repomgr_2.3.0-nightly.20240419T195322698Z_macos_x86_64.txz
::debug::Skipping upload because `PAHKAT_NO_DEPLOY` is true. Creating artifact instead
::create-artifact path=pahkat-repomgr_2.3.0-nightly.20240419T195322698Z_macos_x86_64.txz::/var/folders/ng/gngp9sts5gdbnn1t8z2fwqw80000gn/T/pahkat-repomgr_2.3.0-nightly.20240419T195322698Z_macos_x86_64.txz
[taskcluster 2024-04-19T19:56:55.646Z] Exit Code: 0
[taskcluster 2024-04-19T19:56:55.646Z] User Time: 7m15.428603s
[taskcluster 2024-04-19T19:56:55.646Z] Kernel Time: 41.906019s
[taskcluster 2024-04-19T19:56:55.646Z] Wall Time: 3m10.676138s
[taskcluster 2024-04-19T19:56:55.646Z] Result: SUCCEEDED
[taskcluster 2024-04-19T19:56:55.647Z] === Task Finished ===
[taskcluster 2024-04-19T19:56:55.647Z] Task Duration: 3m10.677196s
Loading