public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* GitHub Action Error
@ 2022-01-31 14:15 © Fxzx mic
  2022-01-31 14:35 ` marco atzeri
  2022-01-31 15:34 ` Lemures Lemniscati
  0 siblings, 2 replies; 4+ messages in thread
From: © Fxzx mic @ 2022-01-31 14:15 UTC (permalink / raw)
  To: cygwin

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.
---
From:
Fxzx mic
fxzxmic@outlook.com<mailto:fxzxmic@outlook.com>
---


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GitHub Action Error
  2022-01-31 14:15 GitHub Action Error © Fxzx mic
@ 2022-01-31 14:35 ` marco atzeri
  2022-01-31 15:34 ` Lemures Lemniscati
  1 sibling, 0 replies; 4+ messages in thread
From: marco atzeri @ 2022-01-31 14:35 UTC (permalink / raw)
  To: © Fxzx mic; +Cc: cygwin

On Mon, Jan 31, 2022 at 3:16 PM © Fxzx mic <fxzxmic@outlook.com> wrote:
>
> 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

-1073741701 is also 0X FFFF FFFF C000 007B

so the error means:
The Application was Unable to Start Correctly (0xc000007b)

> 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 would guess you need to install also the needed packages required by
those packages
or there is something interfering with Cygwin

Have you tested to install only the Base category ?


Regards
Marco

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GitHub Action Error
  2022-01-31 14:15 GitHub Action Error © Fxzx mic
  2022-01-31 14:35 ` marco atzeri
@ 2022-01-31 15:34 ` Lemures Lemniscati
  2022-01-31 22:19   ` Adam Dinwoodie
  1 sibling, 1 reply; 4+ messages in thread
From: Lemures Lemniscati @ 2022-01-31 15:34 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GitHub Action Error
  2022-01-31 15:34 ` Lemures Lemniscati
@ 2022-01-31 22:19   ` Adam Dinwoodie
  0 siblings, 0 replies; 4+ messages in thread
From: Adam Dinwoodie @ 2022-01-31 22:19 UTC (permalink / raw)
  To: cygwin

On Tue, Feb 01, 2022 at 12:34:45AM +0900, Lemures Lemniscati wrote:
> On Mon, 31 Jan 2022 14:15:41 +0000, © Fxzx mic
> > <snip>
> > running: C:\cygwin\bin\dash.exe "/etc/postinstall/0p_000_autorebase.dash"
> > 
> > abnormal exit: exit code=-1073741701
> > 
> > <snip
> > 
> > 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.

Replying here to close the loop on this thread: I suspect this is now
fixed in the 3.3.4-2 release:

https://cygwin.com/pipermail/cygwin-announce/2022-January/010439.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-31 22:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-31 14:15 GitHub Action Error © Fxzx mic
2022-01-31 14:35 ` marco atzeri
2022-01-31 15:34 ` Lemures Lemniscati
2022-01-31 22:19   ` Adam Dinwoodie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).