Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR channels don't work #107

Open
LilithHafner opened this issue Nov 26, 2024 · 0 comments
Open

PR channels don't work #107

LilithHafner opened this issue Nov 26, 2024 · 0 comments

Comments

@LilithHafner
Copy link

ci.yml

name: CI
on: [push]
jobs:
  build:
    runs-on: windows-latest
    steps:
    - uses: julia-actions/install-juliaup@v2
      with:
        channel: 'pr56678'
    - name: Setup tmate session
      uses: mxschmitt/action-tmate@v3

Result

2024-11-26T17:00:40.0528878Z Current runner version: '2.321.0'
2024-11-26T17:00:40.0556211Z ##[group]Operating System
2024-11-26T17:00:40.0557090Z Microsoft Windows Server 2022
2024-11-26T17:00:40.0557643Z 10.0.20348
2024-11-26T17:00:40.0558111Z Datacenter
2024-11-26T17:00:40.0558599Z ##[endgroup]
2024-11-26T17:00:40.0559082Z ##[group]Runner Image
2024-11-26T17:00:40.0559611Z Image: windows-2022
2024-11-26T17:00:40.0560139Z Version: 20241125.1.0
2024-11-26T17:00:40.0561146Z Included Software: https://github.com/actions/runner-images/blob/win22/20241125.1/images/windows/Windows2022-Readme.md
2024-11-26T17:00:40.0562512Z Image Release: https://github.com/actions/runner-images/releases/tag/win22%2F20241125.1
2024-11-26T17:00:40.0563394Z ##[endgroup]
2024-11-26T17:00:40.0563853Z ##[group]Runner Image Provisioner
2024-11-26T17:00:40.0564443Z 2.0.385.1
2024-11-26T17:00:40.0564905Z ##[endgroup]
2024-11-26T17:00:40.0565996Z ##[group]GITHUB_TOKEN Permissions
2024-11-26T17:00:40.0568151Z Contents: read
2024-11-26T17:00:40.0568722Z Metadata: read
2024-11-26T17:00:40.0569222Z Packages: read
2024-11-26T17:00:40.0569692Z ##[endgroup]
2024-11-26T17:00:40.0572498Z Secret source: Actions
2024-11-26T17:00:40.0573256Z Prepare workflow directory
2024-11-26T17:00:40.0870954Z Prepare all required actions
2024-11-26T17:00:40.0905900Z Getting action download info
2024-11-26T17:00:40.2668018Z Download action repository 'julia-actions/install-juliaup@v2' (SHA:1da6847c869cd68e3a32b8f52fe8f005b8cd5ece)
2024-11-26T17:00:40.7683929Z Download action repository 'mxschmitt/action-tmate@v3' (SHA:e5c7151931ca95bad1c6f4190c730ecf8c7dde48)
2024-11-26T17:00:41.0869346Z Complete job name: build
2024-11-26T17:00:41.2161811Z ##[group]Run julia-actions/install-juliaup@v2
2024-11-26T17:00:41.2163233Z with:
2024-11-26T17:00:41.2163857Z   channel: pr56678
2024-11-26T17:00:41.2164601Z   internal-juliaup-version: 1.17.4
2024-11-26T17:00:41.2165641Z ##[endgroup]
2024-11-26T17:00:42.1332461Z Attempting to download Juliaup from: https://github.com/JuliaLang/juliaup/releases/download/v1.17.4/juliaup-1.17.4-x86_64-pc-windows-gnu-portable.tar.gz
2024-11-26T17:00:44.0514393Z [command]C:\Windows\system32\tar.exe xz -C D:\a\_temp\18df17e8-bd60-4d92-97ce-e6d51a6c8d9d -f D:\a\_temp\901714ac-d9d8-4d7a-aabf-3946dc2a6864
2024-11-26T17:00:44.1493631Z Added Juliaup to the toolcache: C:\hostedtoolcache\windows\juliaup\1.17.4\x64
2024-11-26T17:00:44.1499480Z juliaup: C:\hostedtoolcache\windows\juliaup\1.17.4\x64\juliaup.exe
2024-11-26T17:00:44.1505516Z [command]C:\hostedtoolcache\windows\juliaup\1.17.4\x64\juliaup.exe --version
2024-11-26T17:00:44.1698063Z Juliaup 1.17.4
2024-11-26T17:00:44.1714942Z [command]C:\hostedtoolcache\windows\juliaup\1.17.4\x64\juliaup.exe add pr56678
2024-11-26T17:00:44.2047430Z Installing Julia pr56678-win64
2024-11-26T17:00:44.5409073Z Error: Failed to download and extract pr or nightly: HTTP download reported error status code.
2024-11-26T17:00:44.5678536Z D:\a\_actions\julia-actions\install-juliaup\v2\dist\index.js:2247
2024-11-26T17:00:44.5681173Z                 error = new Error(`The process '${this.toolPath}' failed with exit code ${this.processExitCode}`);
2024-11-26T17:00:44.5681967Z                         ^
2024-11-26T17:00:44.5682186Z 
2024-11-26T17:00:44.5682614Z Error: The process 'C:\hostedtoolcache\windows\juliaup\1.17.4\x64\juliaup.exe' failed with exit code 1
2024-11-26T17:00:44.5683509Z     at ExecState._setResult (D:\a\_actions\julia-actions\install-juliaup\v2\dist\index.js:2247:25)
2024-11-26T17:00:44.5684362Z     at ExecState.CheckComplete (D:\a\_actions\julia-actions\install-juliaup\v2\dist\index.js:2230:18)
2024-11-26T17:00:44.5685316Z     at ChildProcess.<anonymous> (D:\a\_actions\julia-actions\install-juliaup\v2\dist\index.js:2124:27)
2024-11-26T17:00:44.5686029Z     at ChildProcess.emit (node:events:519:28)
2024-11-26T17:00:44.5686475Z     at maybeClose (node:internal/child_process:1105:16)
2024-11-26T17:00:44.5687052Z     at ChildProcess._handle.onexit (node:internal/child_process:305:5)
2024-11-26T17:00:44.5689580Z 
2024-11-26T17:00:44.5689695Z Node.js v20.18.0
2024-11-26T17:00:44.5849491Z Cleaning up orphan processes

juliaup add pr56678 Works locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant