Bump rustls from 0.21.10 to 0.21.11 #60
Open
divvun-taskcluster / Pahkat windows CLI: windows - pahkat
succeeded
Apr 19, 2024 in 1h 14m 16s
Taskcluster Divvun (push)
Details
View task in Taskcluster
View logs in Taskcluster
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
warning: unused import: `std::path::Path`
--> pahkat-cli\src\config.rs:2:5
|
2 | use std::path::Path;
| ^^^^^^^^^^^^^^^
warning: unused imports: `DownloadEvent`, `PackageAction`, `PackageKey`, `PackageTransaction`
--> pahkat-cli\src\config.rs:7:19
|
7 | transaction::{PackageAction, PackageTransaction},
| ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^
8 | DownloadEvent, PackageKey, PackageStore,
| ^^^^^^^^^^^^^ ^^^^^^^^^^
warning: unused import: `crate::Platform`
--> pahkat-cli\src\config.rs:11:5
|
11 | use crate::Platform;
| ^^^^^^^^^^^^^^^
warning: unused import: `pahkat_types::repo::RepoUrl`
--> pahkat-cli\src\config.rs:13:5
|
13 | use pahkat_types::repo::RepoUrl;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: unused import: `PathBuf`
--> pahkat-cli\src\download\mod.rs:1:23
|
1 | use std::path::{Path, PathBuf};
| ^^^^^^^
warning: unused import: `futures::pin_mut`
--> pahkat-cli\src\download\mod.rs:4:5
|
4 | use futures::pin_mut;
| ^^^^^^^^^^^^^^^^
warning: unused import: `std::path::Path`
--> pahkat-cli\src\install.rs:1:5
|
1 | use std::path::Path;
| ^^^^^^^^^^^^^^^
warning: unused import: `std::path::Path`
--> pahkat-cli\src\status\mod.rs:1:5
|
1 | use std::path::Path;
| ^^^^^^^^^^^^^^^
warning: unused import: `std::path::Path`
--> pahkat-cli\src\uninstall.rs:1:5
|
1 | use std::path::Path;
| ^^^^^^^^^^^^^^^
warning: unused import: `Config`
--> pahkat-cli\src/main.rs:14:21
|
14 | use pahkat_client::{Config, PackageStore};
| ^^^^^^
warning: unused variable: `target`
--> pahkat-cli\src\config.rs:18:5
|
18 | target: InstallTarget,
| ^^^^^^ help: if this is intentional, prefix it with an underscore: `_target`
|
= note: `#[warn(unused_variables)]` on by default
warning: unused variable: `args`
--> pahkat-cli\src\config.rs:19:5
|
19 | args: &'a crate::Args,
| ^^^^ help: if this is intentional, prefix it with an underscore: `_args`
warning: unused variable: `url`
--> pahkat-cli\src\config.rs:36:21
|
36 | let url = &a.repo_url;
| ^^^ help: if this is intentional, prefix it with an underscore: `_url`
warning: unused variable: `a`
--> pahkat-cli\src\config.rs:39:53
|
39 | crate::cli::command::config::Repo::List(a) => Ok(()),
| ^ help: if this is intentional, prefix it with an underscore: `_a`
warning: unused variable: `canceler`
--> pahkat-cli\src\install.rs:90:10
|
90 | let (canceler, mut tx) = transaction.process();
| ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_canceler`
warning: variable `is_completed` is assigned to, but never used
--> pahkat-cli\src\install.rs:93:17
|
93 | let mut is_completed = false;
| ^^^^^^^^^^^^
|
= note: consider using `_is_completed` instead
warning: value assigned to `is_completed` is never read
--> pahkat-cli\src\install.rs:114:17
|
114 | is_completed = true;
| ^^^^^^^^^^^^
|
= help: maybe it is overwritten before being read?
= note: `#[warn(unused_assignments)]` on by default
warning: unused variable: `x`
--> pahkat-cli\src\cli.rs:66:26
|
66 | Args::Config(x) => None,
| ^ help: if this is intentional, prefix it with an underscore: `_x`
warning: unused variable: `a`
--> pahkat-cli\src/main.rs:95:25
|
95 | cli::Args::Init(a) => {
| ^ help: if this is intentional, prefix it with an underscore: `_a`
warning: function `config_path` is never used
--> pahkat-cli\src/main.rs:18:4
|
18 | fn config_path(holder: &dyn ConfigPath) -> Result<PathBuf> {
| ^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: field `channel` is never read
--> pahkat-cli\src\cli.rs:100:5
|
72 | struct GlobalOpts {
| ---------- field in this struct
...
100 | channel: Option<String>,
| ^^^^^^^
|
= note: `GlobalOpts` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
warning: `pahkat-cli` (bin "pahkat-cli") generated 22 warnings (run `cargo fix --bin "pahkat-cli"` to apply 18 suggestions)
Finished release [optimized] target(s) in 8m 01s
Running dist
Running ['pwsh', '-c', 'mkdir dist\\bin && move target\\i686-pc-windows-msvc\\release\\pahkat-cli.exe dist\\bin\\pahkat-windows.exe']
Directory: C:\Users\task_171355926462829\AhvE0PZXR7W-7JH3NfoPvg\repo\dist
Mode LastWriteTime Length Name
---- ------------- ------ ----
d---- 2024-04-19 23:07 bin
Running sign
Running ['pwsh', '-c', 'node ${HOME}/${TASK_ID}/_temp/divvun/taskcluster-gha/codesign/index.js']
::debug:: Windows platform
::set-output name=signed-path::C:\Users\task_171355926462829\AhvE0PZXR7W-7JH3NfoPvg\repo\dist\bin\pahkat-windows.exe
[command]C:\Users\task_171355926462829\git\mingw64\bin\curl.exe -v -X POST -F file=@C:\Users\task_171355926462829\AhvE0PZXR7W-7JH3NfoPvg\repo\dist\bin\pahkat-windows.exe http://192.168.122.1:5000 -o C:\Users\task_171355926462829\AhvE0PZXR7W-7JH3NfoPvg\repo\dist\bin\pahkat-windows.exe
Note: Unnecessary use of -X or --request, POST is already inferred.
* Trying 192.168.122.1:5000...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Connected to 192.168.122.1 (192.168.122.1) port 5000 (#0)
> POST / HTTP/1.1
> Host: 192.168.122.1:5000
> User-Agent: curl/7.80.0
> Accept: */*
> Content-Length: 6387922
> Content-Type: multipart/form-data; boundary=------------------------7ee0041c52211922
> Expect: 100-continue
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 100 Continue
} [65536 bytes data]
* Mark bundle as not supporting multiuse
< HTTP/1.1 100 Continue
} [65536 bytes data]
* We are completely uploaded and fine
100 6238k 0 0 100 6238k 0 5101k 0:00:01 0:00:01 --:--:-- 5104k
100 6238k 0 0 100 6238k 0 2806k 0:00:02 0:00:02 --:--:-- 2807k
100 6238k 0 0 100 6238k 0 1926k 0:00:03 0:00:03 --:--:-- 1927k
100 6238k 0 0 100 6238k 0 1466k 0:00:04 0:00:04 --:--:-- 1466k* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< Server: Werkzeug/3.0.1 Python/3.10.6
< Date: Fri, 19 Apr 2024 21:07:40 GMT
< Content-Type: text/html; charset=utf-8
< Content-Length: 6397368
< Connection: close
<
{ [13140 bytes data]
50 12.1M 0 13140 100 6238k 2719 1290k 0:39:12 0:00:04 0:39:08 1293k
100 12.1M 100 6247k 100 6238k 1265k 1263k 0:00:04 0:00:04 --:--:-- 1681k
* Closing connection 0
Running tarball
Running ['pwsh', '-c', 'node ${HOME}/${TASK_ID}/_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 'C:\Users\task_171355926462829\AhvE0PZXR7W-7JH3NfoPvg\repo\dist'
::debug::Created tmp dir: C:\Users\TASK_1~2\AppData\Local\Temp\tmp-5164-Q0OS3EnPGD8k
::debug::Copying C:\Users\task_171355926462829\AhvE0PZXR7W-7JH3NfoPvg\repo\dist\bin into C:\Users\TASK_1~2\AppData\Local\Temp\tmp-5164-Q0OS3EnPGD8k\staging
::debug::Tarring
[command]C:\Users\task_171355926462829\git\bin\bash.exe -c "tar cf ../file.tar *"
::debug::xz -9'ing
[command]C:\Users\task_171355926462829\git\bin\bash.exe -c "xz -9 ../file.tar"
::debug::Copying file.tar.xz to C:\Users\TASK_1~2\AppData\Local\Temp\tmp-5164-VTseDSyy33Ri-.txz
::set-output name=txz-path::C:\Users\TASK_1~2\AppData\Local\Temp\tmp-5164-VTseDSyy33Ri-.txz
Running setup_uploader
Running ['pwsh', '-c', 'node ${HOME}/${TASK_ID}/_temp/divvun/taskcluster-gha/pahkat/init/index.js']
::debug::Downloading https://pahkat.uit.no/devtools/download/pahkat-prefix-cli?platform=windows&channel=nightly
::debug::Destination C:\Users\task_171355926462829\AhvE0PZXR7W-7JH3NfoPvg\_temp\pahkat-dl.txz
::debug::download complete
::debug::Attempt to unxz
[command]C:\Users\task_171355926462829\git\mingw64\bin\xz.exe -d C:\Users\task_171355926462829\AhvE0PZXR7W-7JH3NfoPvg\_temp\pahkat-dl.txz
::debug::Attempted to extract tarball
::debug::Checking tar --version
::debug::bsdtar 3.5.2 - libarchive 3.5.2 zlib/1.2.5.f-ipp
[command]C:\Windows\system32\tar.exe xz -C C:\Users\task_171355926462829/AhvE0PZXR7W-7JH3NfoPvg/_temp -f C:\Users\task_171355926462829\AhvE0PZXR7W-7JH3NfoPvg\_temp\pahkat-dl.tar
Bin path: C:\Users\task_171355926462829\AhvE0PZXR7W-7JH3NfoPvg\_temp\bin, platform: win32
::add-path::C:\Users\task_171355926462829\AhvE0PZXR7W-7JH3NfoPvg\_temp\bin
[command]"C:\Program Files\PowerShell\7\pwsh.exe" -c "pahkat-prefix init -c C:\Users\task_171355926462829\AhvE0PZXR7W-7JH3NfoPvg\_temp\pahkat-prefix"
WARNING: There are no repositories in the given config.
[command]"C:\Program Files\PowerShell\7\pwsh.exe" -c "pahkat-prefix config repo add -c C:\Users\task_171355926462829\AhvE0PZXR7W-7JH3NfoPvg\_temp\pahkat-prefix https://pahkat.uit.no/devtools/ nightly"
WARNING: There are no repositories in the given config.
[command]"C:\Program Files\PowerShell\7\pwsh.exe" -c "pahkat-prefix install pahkat-uploader -c C:\Users\task_171355926462829\AhvE0PZXR7W-7JH3NfoPvg\_temp\pahkat-prefix"
Downloading https://pahkat.uit.no/devtools/packages/pahkat-uploader
Progress: 1504032/1504032
Progress: 1504032/1504032
Complete
Installing: https://pahkat.uit.no/devtools/packages/pahkat-uploader
Complete!
::add-path::C:\Users\task_171355926462829\AhvE0PZXR7W-7JH3NfoPvg\_temp\pahkat-prefix\pkg\pahkat-uploader\bin
Running deploy
Running ['pwsh', '-c', 'node ${HOME}/${TASK_ID}/_temp/divvun/taskcluster-gha/deploy/index.js']
::debug::Platform: 'windows', Type: 'TarballPackage'
::debug::Version: 2.3.0-nightly.20240419T195348242Z
::debug::Skipping deploy because `PAHKAT_NO_DEPLOY` is true
::debug::Renaming from C:\Users\TASK_1~2\AppData\Local\Temp\tmp-5164-VTseDSyy33Ri-.txz to C:\Users\TASK_1~2\AppData\Local\Temp\pahkat-windows-cli_2.3.0-nightly.20240419T195348242Z_windows_i686.txz
::debug::Skipping upload because `PAHKAT_NO_DEPLOY` is true. Creating artifact instead
::create-artifact path=pahkat-windows-cli_2.3.0-nightly.20240419T195348242Z_windows_i686.txz::C:\Users\TASK_1~2\AppData\Local\Temp\pahkat-windows-cli_2.3.0-nightly.20240419T195348242Z_windows_i686.txz
[taskcluster 2024-04-19T21:08:08.013Z] Exit Code: 0
[taskcluster 2024-04-19T21:08:08.013Z] User Time: 78.125ms
[taskcluster 2024-04-19T21:08:08.013Z] Kernel Time: 296.875ms
[taskcluster 2024-04-19T21:08:08.013Z] Wall Time: 10m52.3085651s
[taskcluster 2024-04-19T21:08:08.013Z] Result: SUCCEEDED
[taskcluster 2024-04-19T21:08:08.014Z] === Task Finished ===
[taskcluster 2024-04-19T21:08:08.014Z] Task Duration: 10m52.3114999s
Loading