Standardize encoding conversions on Rust #66
ci.yml
on: push
Rust code analysis
42s
Build Windows targets (MSVC)
1m 48s
Build Linux targets
1m 15s
Build macOS targets
54s
Test on Windows x64
1m 12s
Test on Linux x64
41s
Test on macOS x64 (Intel)
46s
Test on macOS Apple Silicon
33s
Annotations
30 errors
|
Test on macOS Apple Silicon
Process completed with exit code 1.
|
|
Test on macOS Apple Silicon
[-] RustInterop.Interop Method Availability.Has compute_hmac method 6ms (6ms|0ms)
|
|
Test on macOS Apple Silicon
[-] ConvertTo-MemoryStream.Compressed stream.Compressed stream is shorter than the non-compressed stream 3ms (3ms|0ms)
|
|
Test on macOS Apple Silicon
[-] ConvertTo-MemoryStream.Compressed stream.Returned a MemoryStream with the correct compressed length 6ms (6ms|0ms)
|
|
Test on Linux x64
Process completed with exit code 1.
|
|
Test on Linux x64
[-] RustInterop.Interop Method Availability.Has compute_hmac method 9ms (9ms|0ms)
|
|
Test on Linux x64
[-] ConvertTo-MemoryStream.Compressed stream.Compressed stream is shorter than the non-compressed stream 4ms (3ms|0ms)
|
|
Test on Linux x64
[-] ConvertTo-MemoryStream.Compressed stream.Returned a MemoryStream with the correct compressed length 15ms (14ms|1ms)
|
|
Test on macOS x64 (Intel)
Process completed with exit code 1.
|
|
Test on macOS x64 (Intel)
[-] RustInterop.Interop Method Availability.Has compute_hmac method 10ms (9ms|0ms)
|
|
Test on macOS x64 (Intel)
[-] ConvertTo-MemoryStream.Compressed stream.Compressed stream is shorter than the non-compressed stream 5ms (4ms|1ms)
|
|
Test on macOS x64 (Intel)
[-] ConvertTo-MemoryStream.Compressed stream.Returned a MemoryStream with the correct compressed length 11ms (10ms|1ms)
|
|
Test on Windows x64
Process completed with exit code 1.
|
|
Test on Windows x64
[-] RustInterop.Interop Method Availability.Has compute_hmac method 58ms (57ms|1ms)
|
|
Test on Windows x64
[-] ConvertTo-MemoryStream.Compressed stream.Compressed stream is shorter than the non-compressed stream 5ms (4ms|1ms)
|
|
Test on Windows x64
[-] ConvertTo-MemoryStream.Compressed stream.Returned a MemoryStream with the correct compressed length 59ms (57ms|2ms)
|
|
Test on Windows x64
[-] ConvertFrom-ByteArrayToString.Tests.ps1 failed with:
|
|
Test on Windows x64
[-] Discovery in D:\a\Convert\Convert\src\Tests\Unit\ConvertFrom-ByteArrayToString.Tests.ps1 failed with:
|
|
/home/runner/work/Convert/Convert/src/Tests/Unit/ConvertTo-MemoryStream.Tests.ps1 ► ConvertTo-MemoryStream.Compressed stream.Returned a MemoryStream with the correct compressed length:
test-results/test-results-linux-x64/test-results-linux-x64.xml#L0
Failed test found in:
test-results/test-results-linux-x64/test-results-linux-x64.xml
Error:
at $assertion.Length | Should -BeExactly 10, /home/runner/work/Convert/Convert/src/Tests/Unit/ConvertTo-MemoryStream.Tests.ps1:52
|
|
/home/runner/work/Convert/Convert/src/Tests/Unit/ConvertTo-MemoryStream.Tests.ps1 ► ConvertTo-MemoryStream.Compressed stream.Compressed stream is shorter than the non-compressed stream:
test-results/test-results-linux-x64/test-results-linux-x64.xml#L0
Failed test found in:
test-results/test-results-linux-x64/test-results-linux-x64.xml
Error:
at $compressed.Length | Should -BeLessThan $nonCompressed.Length, /home/runner/work/Convert/Convert/src/Tests/Unit/ConvertTo-MemoryStream.Tests.ps1:59
|
|
/home/runner/work/Convert/Convert/src/Tests/Unit/RustInterop.Tests.ps1 ► RustInterop.Interop Method Availability.Has compute_hmac method:
test-results/test-results-linux-x64/test-results-linux-x64.xml#L0
Failed test found in:
test-results/test-results-linux-x64/test-results-linux-x64.xml
Error:
at $methodNames | Should -Contain 'compute_hmac', /home/runner/work/Convert/Convert/src/Tests/Unit/RustInterop.Tests.ps1:178
|
|
/Users/runner/work/Convert/Convert/src/Tests/Unit/ConvertTo-MemoryStream.Tests.ps1 ► ConvertTo-MemoryStream.Compressed stream.Returned a MemoryStream with the correct compressed length:
test-results/test-results-macos-arm64/test-results-macos-arm64.xml#L0
Failed test found in:
test-results/test-results-macos-arm64/test-results-macos-arm64.xml
Error:
at $assertion.Length | Should -BeExactly 10, /Users/runner/work/Convert/Convert/src/Tests/Unit/ConvertTo-MemoryStream.Tests.ps1:52
|
|
/Users/runner/work/Convert/Convert/src/Tests/Unit/ConvertTo-MemoryStream.Tests.ps1 ► ConvertTo-MemoryStream.Compressed stream.Compressed stream is shorter than the non-compressed stream:
test-results/test-results-macos-arm64/test-results-macos-arm64.xml#L0
Failed test found in:
test-results/test-results-macos-arm64/test-results-macos-arm64.xml
Error:
at $compressed.Length | Should -BeLessThan $nonCompressed.Length, /Users/runner/work/Convert/Convert/src/Tests/Unit/ConvertTo-MemoryStream.Tests.ps1:59
|
|
/Users/runner/work/Convert/Convert/src/Tests/Unit/RustInterop.Tests.ps1 ► RustInterop.Interop Method Availability.Has compute_hmac method:
test-results/test-results-macos-arm64/test-results-macos-arm64.xml#L0
Failed test found in:
test-results/test-results-macos-arm64/test-results-macos-arm64.xml
Error:
at $methodNames | Should -Contain 'compute_hmac', /Users/runner/work/Convert/Convert/src/Tests/Unit/RustInterop.Tests.ps1:178
|
|
/Users/runner/work/Convert/Convert/src/Tests/Unit/ConvertTo-MemoryStream.Tests.ps1 ► ConvertTo-MemoryStream.Compressed stream.Returned a MemoryStream with the correct compressed length:
test-results/test-results-macos-x64/test-results-macos-x64.xml#L0
Failed test found in:
test-results/test-results-macos-x64/test-results-macos-x64.xml
Error:
at $assertion.Length | Should -BeExactly 10, /Users/runner/work/Convert/Convert/src/Tests/Unit/ConvertTo-MemoryStream.Tests.ps1:52
|
|
/Users/runner/work/Convert/Convert/src/Tests/Unit/ConvertTo-MemoryStream.Tests.ps1 ► ConvertTo-MemoryStream.Compressed stream.Compressed stream is shorter than the non-compressed stream:
test-results/test-results-macos-x64/test-results-macos-x64.xml#L0
Failed test found in:
test-results/test-results-macos-x64/test-results-macos-x64.xml
Error:
at $compressed.Length | Should -BeLessThan $nonCompressed.Length, /Users/runner/work/Convert/Convert/src/Tests/Unit/ConvertTo-MemoryStream.Tests.ps1:59
|
|
/Users/runner/work/Convert/Convert/src/Tests/Unit/RustInterop.Tests.ps1 ► RustInterop.Interop Method Availability.Has compute_hmac method:
test-results/test-results-macos-x64/test-results-macos-x64.xml#L0
Failed test found in:
test-results/test-results-macos-x64/test-results-macos-x64.xml
Error:
at $methodNames | Should -Contain 'compute_hmac', /Users/runner/work/Convert/Convert/src/Tests/Unit/RustInterop.Tests.ps1:178
|
|
D:\a\Convert\Convert\src\Tests\Unit\ConvertTo-MemoryStream.Tests.ps1 ► ConvertTo-MemoryStream.Compressed stream.Returned a MemoryStream with the correct compressed length:
test-results/test-results-windows-x64/test-results-windows-x64-desktop.xml#L0
Failed test found in:
test-results/test-results-windows-x64/test-results-windows-x64-desktop.xml
Error:
at $assertion.Length | Should -BeExactly 10, D:\a\Convert\Convert\src\Tests\Unit\ConvertTo-MemoryStream.Tests.ps1:52
|
|
D:\a\Convert\Convert\src\Tests\Unit\ConvertTo-MemoryStream.Tests.ps1 ► ConvertTo-MemoryStream.Compressed stream.Compressed stream is shorter than the non-compressed stream:
test-results/test-results-windows-x64/test-results-windows-x64-desktop.xml#L0
Failed test found in:
test-results/test-results-windows-x64/test-results-windows-x64-desktop.xml
Error:
at $compressed.Length | Should -BeLessThan $nonCompressed.Length, D:\a\Convert\Convert\src\Tests\Unit\ConvertTo-MemoryStream.Tests.ps1:59
|
|
Publish test results
Failed test were found and 'fail-on-error' option is set to true
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
Convert-Module-Universal
Expired
|
1.84 MB |
sha256:b0c0ccc3fa40f7ce0e4afe47b9a1994507c39a89cd2fa90edd108bd683b40018
|
|
|
content-hash
|
203 Bytes |
sha256:10408717f957db381cb06f061136b4b8d366c35326b11261a3119f1ae6470c58
|
|
|
rust-libs-linux
Expired
|
941 KB |
sha256:fc8423134073ea1deb0e9e07943b8e3c10f4176f1e9232c5a6ea684632856bd4
|
|
|
rust-libs-macos
Expired
|
560 KB |
sha256:3b869542c08d7962b92f22a5394de4c20afa759e2da26e182184c5a4b7a7b15d
|
|
|
rust-libs-windows
Expired
|
365 KB |
sha256:590ac71301ee9a3b4a8424ec6902c639e314c5558c618e9cc162c32c30add97e
|
|
|
test-results-linux-x64
|
11.2 KB |
sha256:da2db21cea643bd785a774bb12f8145db66088c6eb27e338cc6fe41a1d512434
|
|
|
test-results-macos-arm64
|
11.3 KB |
sha256:886042228b1eba395f96981069fa83af5b1e2aa421e28f0aefabcc86e7a53208
|
|
|
test-results-macos-x64
|
11.5 KB |
sha256:5783259a2b6bc51bf4e95c33944948e85ca08706ec0bc6b3beb3f44b1711a3d4
|
|
|
test-results-windows-x64
|
10.9 KB |
sha256:0a83877585e9ee69a98b15d6849a48ca2c09c39e3bbfbddbfea28bb5424eab82
|
|