fix: Failing install script #89
ci.yml
on: pull_request
Matrix: job_compile
Lint
24s
Matrix: job_test_bindings
All required jobs passed
4s
Annotations
15 errors and 4 notices
|
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
|
|
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 (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 (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
|
|
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: 'onclose', …(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$/,
- "function": "?",
- "lineno": Any<Number>,
+ "colno": 17,
+ "filename": "node:internal/worker/io",
+ "function": "onclose",
+ "lineno": 172,
},
]
❯ test/e2e.test.mjs:16:32
|
|
All required jobs passed
Process completed with exit code 1.
|
|
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
|
|
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
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
25cbc67c711289828ee9eac6f4bc3dc4069b3ddb
|
818 KB |
sha256:dc85fad23dfa7a798184a29eb051e571942e02294804293921ac77d8981fd283
|
|
|
stack-trace-darwin-arm64-108
|
12.6 KB |
sha256:e0357d67c607ac182f89678f6af948617394337920e9b4a335b2d024a0e32edf
|
|
|
stack-trace-darwin-arm64-115
|
12.6 KB |
sha256:613d75aec6cf309df75bf462a14f09b89d6d9e241eb13023f9bf3677cd82acd8
|
|
|
stack-trace-darwin-arm64-127
|
12.6 KB |
sha256:ea659925efb416be639532d2bbb5eeed4ab59934d4d9d11ea2630ecb8dee7b81
|
|
|
stack-trace-darwin-arm64-137
|
14.1 KB |
sha256:fb134cb376d09e93fc310e2b4857eac30ffb2a9ec85a86805e0f613b1ec41537
|
|
|
stack-trace-darwin-x64-108
|
12.7 KB |
sha256:600ec0d812f344b3eff8de20f03bef8429b4f5055b2036c84e423b67c162ac54
|
|
|
stack-trace-darwin-x64-115
|
12.7 KB |
sha256:0c6c9fe08d5df1374adb19279dae4b6757823243f0c9c6dbe32783d1e8ce58bd
|
|
|
stack-trace-darwin-x64-127
|
12.7 KB |
sha256:4f18f5a067b83c7b1eadd3d7a1930e37af9b9c1d5238352509bc9d6891980464
|
|
|
stack-trace-darwin-x64-137
|
14.3 KB |
sha256:7aa6588e0adb0b34962e3b41222674a4090bdc6d83084e751587f9ec748e5b1a
|
|
|
stack-trace-linux-arm64-glibc-108
|
23.8 KB |
sha256:ea956d83db532b4d9219fb303e00f613a509b4a4e29c19a3c289d15aac1cc99b
|
|
|
stack-trace-linux-arm64-glibc-115
|
23.8 KB |
sha256:b73b013becffd1205034b938b04eb062e6e442c0d484f748fd5711875b802ccf
|
|
|
stack-trace-linux-arm64-glibc-127
|
23.9 KB |
sha256:a51e9797a2f218caabccc9efe48a6e9a515e7981a0dddc9794bc5bed539b4f22
|
|
|
stack-trace-linux-arm64-glibc-137
|
24 KB |
sha256:cf7b04e794486c45d739d2d53371c5a88b383be604829bdfaca349d411270d4a
|
|
|
stack-trace-linux-arm64-musl-108
|
23.9 KB |
sha256:829893efe8cca0caab02b0f25691170a35bb6a494ad027492a2a0c978c7dd4ce
|
|
|
stack-trace-linux-arm64-musl-115
|
23.9 KB |
sha256:83407b0b47eeff82c73019d3e0ad01384ed251c944edb0ed9c55757c095239c1
|
|
|
stack-trace-linux-arm64-musl-127
|
24 KB |
sha256:ef37bbde9a0917bfb0e220c4ceb0f9a2615e964ddbeb776178aabbbfaace7b9d
|
|
|
stack-trace-linux-arm64-musl-137
|
24 KB |
sha256:1663e2bab4120e88017840fdddae1e0b1c60eb033a00da40a908c9a8e43b541c
|
|
|
stack-trace-linux-x64-glibc-108
|
23.6 KB |
sha256:2bf41b1d444c4e70b02f1c83a87369720947a8a05b646218375ee18744fd8a96
|
|
|
stack-trace-linux-x64-glibc-115
|
23.6 KB |
sha256:f3a2105b16fab8045c0e70f1176f897719ecb7f2c33be4f95c8b5b73c04e74af
|
|
|
stack-trace-linux-x64-glibc-127
|
23.6 KB |
sha256:39ea0bfec92b89918b4b3fa794ae207551a9dbff8126d1cfb892c2c74a338795
|
|
|
stack-trace-linux-x64-glibc-137
|
23.7 KB |
sha256:c848111c679d359d0ede1dceb825963d33339bf9a17ce296d404afec2b3dce11
|
|
|
stack-trace-linux-x64-musl-108
|
23.2 KB |
sha256:76eaccc239c4284d66b4f818ae329d7bbf97cc4d5005271c566fe38208e9fa32
|
|
|
stack-trace-linux-x64-musl-115
|
23.2 KB |
sha256:37d15e40947ea027f0df4ce5576c98f846f30cba6e5f9f980d123ab848bdf400
|
|
|
stack-trace-linux-x64-musl-127
|
23.2 KB |
sha256:804da941006d2201ac80512a3cc84c66446908759472311f39c7f4885b78e87d
|
|
|
stack-trace-linux-x64-musl-137
|
26.1 KB |
sha256:fdb915027defaa0148bd8d3dba3c71e6005faf6ccd20f5a12628bccda016aee8
|
|
|
stack-trace-win32-x64-108
|
89.1 KB |
sha256:c8dcfafdc0f20ff439fb2bb8961d633c5e3f32ed6b98abc2e92ef9b63ac52706
|
|
|
stack-trace-win32-x64-115
|
89.2 KB |
sha256:f4bddf23577bf2c7fc44d4cccb7d0ee8d743e994f8fecf0efba73b3ea33e9a48
|
|
|
stack-trace-win32-x64-127
|
89.5 KB |
sha256:5f702fb39f4a471ed988d9ccaafee0f0aa6cb9c5fd4a1224a14c8ef3b5700635
|
|
|
stack-trace-win32-x64-137
|
89.4 KB |
sha256:fa19247912ab3fd99236ac29323049d5bd9f7e3c8af80733f20784f274bd9557
|
|