[ruby-core:125072] [Ruby Bug#21958] Snapshot CI is breaking now
Issue #21958 has been reported by hsbt (Hiroshi SHIBATA). ---------------------------------------- Bug #21958: Snapshot CI is breaking now https://bugs.ruby-lang.org/issues/21958 * Author: hsbt (Hiroshi SHIBATA) * Status: Open * Backport: 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN, 4.0: UNKNOWN ---------------------------------------- The current snapshot CI used for releases is broken since 14th March. https://github.com/ruby/actions/actions/runs/23065551523/job/67003439358 ``` compiling dump_ast making array.rbinc make[1]: Entering directory '/home/runner/work/actions/actions/snapshot-master' fatal: not a git repository (or any of the parent directories): .git make[1]: 'dump_ast' is up to date. make[1]: Leaving directory '/home/runner/work/actions/actions/snapshot-master' executable host ruby is required. use --with-baseruby option. Note that BASERUBY must be Ruby 3.1.0 or later. make: *** [uncommon.mk:1299: array.rbinc] Error 1 make: *** Waiting for unfinished jobs.... ``` and that Windows build is also failure with another issue: https://github.com/ruby/actions/actions/runs/23261354707/job/67631251910 ``` compiling eventids1.c eventids1.c compiling ../../../snapshot-master/ext/ripper/eventids2.c eventids2.c NMAKE : fatal error U1073: don't know how to make '../../probes.h' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.EXE"' : return code '0x2' Stop. ``` I also here the current build system is broken with out-of-source and cross-compile. -- https://bugs.ruby-lang.org/
Issue #21958 has been updated by k0kubun (Takashi Kokubun). Status changed from Open to Closed Fixed it by https://github.com/ruby/ruby/pull/16482 and https://github.com/ruby/ruby/pull/16483. ---------------------------------------- Bug #21958: Snapshot CI is breaking now https://bugs.ruby-lang.org/issues/21958#change-116859 * Author: hsbt (Hiroshi SHIBATA) * Status: Closed * Backport: 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN, 4.0: UNKNOWN ---------------------------------------- The current snapshot CI used for releases is broken since 14th March. https://github.com/ruby/actions/actions/runs/23065551523/job/67003439358 ``` compiling dump_ast making array.rbinc make[1]: Entering directory '/home/runner/work/actions/actions/snapshot-master' fatal: not a git repository (or any of the parent directories): .git make[1]: 'dump_ast' is up to date. make[1]: Leaving directory '/home/runner/work/actions/actions/snapshot-master' executable host ruby is required. use --with-baseruby option. Note that BASERUBY must be Ruby 3.1.0 or later. make: *** [uncommon.mk:1299: array.rbinc] Error 1 make: *** Waiting for unfinished jobs.... ``` and that Windows build is also failure with another issue: https://github.com/ruby/actions/actions/runs/23261354707/job/67631251910 ``` compiling eventids1.c eventids1.c compiling ../../../snapshot-master/ext/ripper/eventids2.c eventids2.c NMAKE : fatal error U1073: don't know how to make '../../probes.h' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.EXE"' : return code '0x2' Stop. ``` I also here the current build system is broken with out-of-source and cross-compile. -- https://bugs.ruby-lang.org/
Issue #21958 has been updated by hsbt (Hiroshi SHIBATA). Thanks! I confirmed that. ---------------------------------------- Bug #21958: Snapshot CI is breaking now https://bugs.ruby-lang.org/issues/21958#change-116864 * Author: hsbt (Hiroshi SHIBATA) * Status: Closed * Backport: 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN, 4.0: UNKNOWN ---------------------------------------- The current snapshot CI used for releases is broken since 14th March. https://github.com/ruby/actions/actions/runs/23065551523/job/67003439358 ``` compiling dump_ast making array.rbinc make[1]: Entering directory '/home/runner/work/actions/actions/snapshot-master' fatal: not a git repository (or any of the parent directories): .git make[1]: 'dump_ast' is up to date. make[1]: Leaving directory '/home/runner/work/actions/actions/snapshot-master' executable host ruby is required. use --with-baseruby option. Note that BASERUBY must be Ruby 3.1.0 or later. make: *** [uncommon.mk:1299: array.rbinc] Error 1 make: *** Waiting for unfinished jobs.... ``` and that Windows build is also failure with another issue: https://github.com/ruby/actions/actions/runs/23261354707/job/67631251910 ``` compiling eventids1.c eventids1.c compiling ../../../snapshot-master/ext/ripper/eventids2.c eventids2.c NMAKE : fatal error U1073: don't know how to make '../../probes.h' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.EXE"' : return code '0x2' Stop. ``` I also here the current build system is broken with out-of-source and cross-compile. -- https://bugs.ruby-lang.org/
participants (2)
-
hsbt (Hiroshi SHIBATA) -
k0kubun (Takashi Kokubun)