GitHub Action Error

Lemures Lemniscati lemures.lemniscati@gmail.com
Mon Jan 31 15:34:45 GMT 2022


On Mon, 31 Jan 2022 14:15:41 +0000, © Fxzx mic
> I am installing these packages with cygwin/cygwin-install-action@master:
> 
> 
> 
> cmake make gdb mingw64-x86_64-gcc-g++
> 
> 
> 
> on Github Action. However, the following error occurred:
> 
> 
> 
> Changing gid back to original
> 
> running: C:\cygwin\bin\dash.exe "/etc/postinstall/0p_000_autorebase.dash"
> 
> abnormal exit: exit code=-1073741701
> 
> running: C:\cygwin\bin\dash.exe "/etc/postinstall/0p_update-info-dir.dash"
> 
> abnormal exit: exit code=-1073741701
> 
> running: C:\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/000-cygwin-post-install.sh"
> 
> abnormal exit: exit code=-1073741701
> 
> running: C:\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/coreutils.sh"
> 
> abnormal exit: exit code=-1073741701
> 
> running: C:\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/bash.sh"
> 
> abnormal exit: exit code=-1073741701
> 
> running: C:\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/base-files-mketc.sh"
> 
> abnormal exit: exit code=-1073741701
> 
> running: C:\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/base-files-profile.sh"
> 
> abnormal exit: exit code=-1073741701
> 
> running: C:\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/p11-kit.sh"
> 
> abnormal exit: exit code=-1073741701
> 
> running: C:\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/ca-certificates.sh"
> 
> abnormal exit: exit code=-1073741701
> 
> running: C:\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/crypto-policies.sh"
> 
> abnormal exit: exit code=-1073741701
> 
> running: C:\cygwin\bin\dash.exe "/etc/postinstall/openssl.dash"
> 
> abnormal exit: exit code=-1073741701
> 
> running: C:\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/libxml2.sh"
> 
> abnormal exit: exit code=-1073741701
> 
> running: C:\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/libsasl2_3.sh"
> 
> abnormal exit: exit code=-1073741701
> 
> running: C:\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/python38-pip.sh"
> 
> abnormal exit: exit code=-1073741701
> 
> running: C:\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/python38.sh"
> 
> abnormal exit: exit code=-1073741701
> 
> running: C:\cygwin\bin\dash.exe "/etc/postinstall/man-db.dash"
> 
> abnormal exit: exit code=-1073741701
> 
> running: C:\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/mintty.sh"
> 
> abnormal exit: exit code=-1073741701
> 
> running: C:\cygwin\bin\dash.exe "/etc/postinstall/zp_man-db-update-index.dash"
> 
> abnormal exit: exit code=-1073741701
> 
> Changing gid to Administrators
> 
> Ending cygwin install
> 
> I don't know why. Can anyone help me?
> Although the installed packages are different, my other Github Action is similar to this one, but that Github Action has no problem.

I've got similar experience:
  https://github.com/cygwin/scallywag/runs/5007960186?check_suite_focus=true

This worked well on 2022-01-22:
  https://cygwin.com/cgi-bin2/jobs.cgi?srcpkg=libdeflate&status=&id=3754


I wonder cygwin-3.3.4-1 might have an issue.
When I updated to cygwin-3.3.4-1, an error occurred with cygwin1.dll.
And then I downgraded to cygwin-3.3.3-1, it worked again.

Lem


More information about the Cygwin mailing list