fix: Failing install script #87
ci.yml
on: pull_request
Matrix: job_compile
Lint
21s
Matrix: job_test_bindings
All required jobs passed
4s
Annotations
21 errors and 4 notices
|
Compile Binary (v18) ubuntu-22.04, ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc, glibc
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
|
|
Compile Binary (v18) ubuntu-22.04, ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc, glibc
WARNING: The directory '/github/home/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
|
|
Compile Binary (v18) ubuntu-22.04, ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc, glibc
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
|
|
Compile Binary (v20) ubuntu-22.04, ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc, glibc
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
|
|
Compile Binary (v20) ubuntu-22.04, ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc, glibc
WARNING: The directory '/github/home/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
|
|
Compile Binary (v20) ubuntu-22.04, ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc, glibc
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
|
|
Compile Binary (v22) ubuntu-22.04, ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc, glibc
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
|
|
Compile Binary (v22) ubuntu-22.04, ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc, glibc
WARNING: The directory '/github/home/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
|
|
Compile Binary (v22) ubuntu-22.04, ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc, glibc
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
|
|
Compile Binary (v24) ubuntu-22.04, ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc, glibc
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
|
|
Compile Binary (v24) ubuntu-22.04, ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc, glibc
WARNING: The directory '/github/home/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
|
|
Compile Binary (v24) ubuntu-22.04, ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc, glibc
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
|
|
Test (v18) ubuntu-24.04
Process completed with exit code 1.
|
|
Test (v18) macos-latest
Process completed with exit code 1.
|
|
Test (v18) ubuntu-22.04
Process completed with exit code 1.
|
|
Test (v18) ubuntu-22.04-arm
Process completed with exit code 1.
|
|
Test (v18) macos-13
Process completed with exit code 1.
|
|
Test (v24) macos-latest
Process completed with exit code 1.
|
|
test/e2e.test.mjs > e2e Tests > Capture stack trace from multiple threads:
test/e2e.test.mjs#L16
AssertionError: expected [ { function: '?', …(3) } ] to deeply equal ArrayContaining{…}
- Expected
+ Received
- ArrayContaining [
+ [
{
- "colno": Any<Number>,
- "filename": Any<String>,
- "function": "pbkdf2Sync",
- "lineno": Any<Number>,
- },
- {
- "colno": Any<Number>,
- "filename": StringMatching /long-work.js$/,
- "function": "longWork",
- "lineno": Any<Number>,
- },
- {
- "colno": Any<Number>,
- "filename": StringMatching /stack-traces.js$/,
+ "colno": 31,
+ "filename": "node:internal/per_context/messageport",
"function": "?",
- "lineno": Any<Number>,
+ "lineno": 19,
},
]
❯ test/e2e.test.mjs:16:32
|
|
Test (v18) windows-latest
Process completed with exit code 1.
|
|
All required jobs passed
Process completed with exit code 1.
|
|
Test (v18) windows-latest
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
|
Test (v24) windows-latest
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
|
Test (v22) windows-latest
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
|
Test (v20) windows-latest
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
7ffe56b3e0076665527dcae669f22f25cd563c6f
Expired
|
821 KB |
sha256:34fed29fecb4a5862ecda50a8b43b969a6c0fdaac9c9a24edc10621ea39d2ce2
|
|
|
stack-trace-darwin-arm64-108
Expired
|
12.6 KB |
sha256:13e1e6420120ed5a4416e043952cbe0d5e7b516cdb494e69744035155e739b87
|
|
|
stack-trace-darwin-arm64-115
Expired
|
12.6 KB |
sha256:06e65faca2ccff6307cdb0a0701480ce14cecf8ecc34d92580ca1296d3cff34f
|
|
|
stack-trace-darwin-arm64-127
Expired
|
12.6 KB |
sha256:0a0e9d04c38951f3095c61b24f1656749587d4adfb61cf6754a7cf09ede589ce
|
|
|
stack-trace-darwin-arm64-137
Expired
|
14.1 KB |
sha256:bacd6b65ed87672b19e9fde23195556255d48bfef0aeae8ab0f8a9b9796a2722
|
|
|
stack-trace-darwin-x64-108
Expired
|
12.7 KB |
sha256:a7ea339115a71183f53f1e6401caccf27502174cd4d7ff7ea7eda1a12502dfcb
|
|
|
stack-trace-darwin-x64-115
Expired
|
12.7 KB |
sha256:25a31c4335082c663c5b51aa23d6725c84816f4dd8c4d6688c557019ae0f8613
|
|
|
stack-trace-darwin-x64-127
Expired
|
12.7 KB |
sha256:55eb1de1866d85d04bdaf42115e86cade3c7dbf265a512323d45b276e69950f5
|
|
|
stack-trace-darwin-x64-137
Expired
|
14.3 KB |
sha256:0cbbbe42eb2abe589fbe0d13cc49421af7d1883bea771e7bb58cef6975caee67
|
|
|
stack-trace-linux-arm64-glibc-108
Expired
|
23.8 KB |
sha256:3a209a20e3ffc16fc49dd617f4b258d97bc1ef549b522c4fdf8f0834036c2899
|
|
|
stack-trace-linux-arm64-glibc-115
Expired
|
23.8 KB |
sha256:9091b2f5bd590909c893b6f1806e24a164c8615aa37f8777142c4d8a36656d34
|
|
|
stack-trace-linux-arm64-glibc-127
Expired
|
23.9 KB |
sha256:ee4fa5825b9812e05575f611fb2b0d158e9c8c98b0b05fd948298d637a5c3ec0
|
|
|
stack-trace-linux-arm64-glibc-137
Expired
|
24 KB |
sha256:5f088626abe749208a0ade847f5bb7e86a9f32e162c588b7a3da32573e047428
|
|
|
stack-trace-linux-arm64-musl-108
Expired
|
23.9 KB |
sha256:3a2a1efeb7ffef808052edcde80dea172efc294e79de079cf026c48b2c18b9fe
|
|
|
stack-trace-linux-arm64-musl-115
Expired
|
23.9 KB |
sha256:2fe00cf57064e6f8d6371b624f172ddb0aad802f82d5dd5eb398c5bce2667f55
|
|
|
stack-trace-linux-arm64-musl-127
Expired
|
24 KB |
sha256:f20fdb5552183fe7960ee789d6a80edcf1f34514d3a50d62d2529a736e608b8d
|
|
|
stack-trace-linux-arm64-musl-137
Expired
|
24 KB |
sha256:d405bb332fc33466215425f8fdbf089c893526b6512b45d4fa109c55134e5a50
|
|
|
stack-trace-linux-x64-glibc-108
Expired
|
23.6 KB |
sha256:46921e50d3071d90f427a67928966c476610e64993911ab537a75311750ce0c7
|
|
|
stack-trace-linux-x64-glibc-115
Expired
|
23.6 KB |
sha256:1d1d98768aad6e0c14f6ce98a127cfe934c755c74334af84b746c93606996951
|
|
|
stack-trace-linux-x64-glibc-127
Expired
|
23.6 KB |
sha256:7df8f91c182c04594f0f238902b3a2763154e58098fbba4c03ee8ed336cfe775
|
|
|
stack-trace-linux-x64-glibc-137
Expired
|
23.7 KB |
sha256:6dd7707a5405a52e4d72c5b9b419453b0e63edcd1126433c87046a20f3b4963d
|
|
|
stack-trace-linux-x64-musl-108
Expired
|
23.2 KB |
sha256:bb390f02b3137eeaf3562907abca571a8c47fde73de57dede5c5af34f002802c
|
|
|
stack-trace-linux-x64-musl-115
Expired
|
23.2 KB |
sha256:b370e4be455dedcba650c1434da467918889aa634fe01df41717c799a3d72b39
|
|
|
stack-trace-linux-x64-musl-127
Expired
|
23.2 KB |
sha256:fc8302e3a1b7699733e9af3e0b685c365f73d911b4a06b3d5245682b6b23837d
|
|
|
stack-trace-linux-x64-musl-137
Expired
|
26.1 KB |
sha256:3f05d39471688fe9cf1ca58c6d0e36752d9148875d29eca66133dfcd1ceaeb5f
|
|
|
stack-trace-win32-x64-108
Expired
|
89.1 KB |
sha256:f65af0f3620e2844df40c3b4fd320afc50c936c827e3da43a4cf7319553959ce
|
|
|
stack-trace-win32-x64-115
Expired
|
89.2 KB |
sha256:b10c5c1873bd5319222d813f33b6877d4e29a95c774f1a82472b098ccda4c18e
|
|
|
stack-trace-win32-x64-127
Expired
|
89.5 KB |
sha256:1aecb475e4832f8d7cb7d4743666b5dde8cb17655369f5ab0a47cd2dbe4f9332
|
|
|
stack-trace-win32-x64-137
Expired
|
89.4 KB |
sha256:41bf98d7fb0a988e83bb73e3a5aaec3545715fcd2ab4af165ff5d881d651e064
|
|