LibYAML tests fail in master (2021-12-20)
Andrey Somov <[email protected]> Mon, 20 Dec 2021 11:32:52 +0400
| Newsgroups | gmane.text.yaml.general |
|---|---|
| Message-ID | <CALbkv0eKPvcSRDNCbM-HfNU7nBp=f2F09i9OmYL+TsZUod_Jdw@mail.gmail.com> |
--===============3847324032463084377== Content-Type: multipart/alternative; boundary="00000000000027d4f205d38ee6c7" --00000000000027d4f205d38ee6c7 Content-Type: text/plain; charset="UTF-8" Hi all, I wanted to have a look at LibYAML to understand the reason for https://github.com/yaml/pyyaml/issues/594 Unfortunately the tests fail in master. Can you please help me to make the tests run ? tests/run-all-tests.sh ... make[2]: Entering directory '/home/ooosssmmm/rev-projects/yaml/libyaml/tests' PASS: test-version PASS: test-reader ============================================================================ Testsuite summary for yaml 0.2.5 ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[2]: Leaving directory '/home/ooosssmmm/rev-projects/yaml/libyaml/tests' make[1]: Leaving directory '/home/ooosssmmm/rev-projects/yaml/libyaml/tests' git branch --track run-test-suite origin/run-test-suite fatal: A branch named 'run-test-suite' already exists. make: [Makefile:888: tests/run-test-suite] Error 128 (ignored) git worktree prune git worktree add tests/run-test-suite run-test-suite Preparing worktree (checking out 'run-test-suite') HEAD is now at 7b73fcf Move testing code into run-test-suite-code branch make -C tests/run-test-suite test make[1]: Entering directory '/home/ooosssmmm/rev-projects/yaml/libyaml/tests/run-test-suite' git clone https://github.com/yaml/yaml-test-suite data --branch=data Cloning into 'data'... remote: Enumerating objects: 16712, done. remote: Counting objects: 100% (2667/2667), done. remote: Compressing objects: 100% (1313/1313), done. remote: Total 16712 (delta 1663), reused 2067 (delta 1160), pack-reused 14045 Receiving objects: 100% (16712/16712), 4.84 MiB | 2.24 MiB/s, done. Resolving deltas: 100% (10668/10668), done. (cd data && git reset --hard daf799e56372aa93c324d111c73b47a431d7e03b) fatal: Could not parse object 'daf799e56372aa93c324d111c73b47a431d7e03b'. make[1]: *** [Makefile:25: data] Error 128 make[1]: Leaving directory '/home/ooosssmmm/rev-projects/yaml/libyaml/tests/run-test-suite' make: *** [Makefile:882: test-suite] Error 2 --00000000000027d4f205d38ee6c7 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div>Hi all,</div><div>I wanted to have a look at LibYAML = to understand the reason for <a href=3D"https://github.com/yaml/pyyaml/issu= es/594">https://github.com/yaml/pyyaml/issues/594</a></div><div><br></div><= div>Unfortunately the tests fail in master.</div><div>Can you please help m= e to make the tests run ?<br></div><div><br></div><div>tests/run-all-tests.= sh</div><div>...<br></div><div>make[2]: Entering directory '/home/oooss= smmm/rev-projects/yaml/libyaml/tests'<br>PASS: test-version<br>PASS: te= st-reader<br>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D<br>Testsuite summary for yaml 0.2.5<br>=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br># TOTAL:= 2<br># PASS: =C2=A02<br># SKIP: =C2=A00<br># XFAIL: 0<br># FAIL: =C2=A00<b= r># XPASS: 0<br># ERROR: 0<br>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>make[2]: Leaving directory '/home/= ooosssmmm/rev-projects/yaml/libyaml/tests'<br>make[1]: Leaving director= y '/home/ooosssmmm/rev-projects/yaml/libyaml/tests'<br>git branch -= -track run-test-suite origin/run-test-suite<br>fatal: A branch named 'r= un-test-suite' already exists.<br>make: [Makefile:888: tests/run-test-s= uite] Error 128 (ignored)<br>git worktree prune<br>git worktree add tests/r= un-test-suite run-test-suite<br>Preparing worktree (checking out 'run-t= est-suite')<br>HEAD is now at 7b73fcf Move testing code into run-test-s= uite-code branch<br>make -C tests/run-test-suite test<br>make[1]: Entering = directory '/home/ooosssmmm/rev-projects/yaml/libyaml/tests/run-test-sui= te'<br>git clone <a href=3D"https://github.com/yaml/yaml-test-suite">ht= tps://github.com/yaml/yaml-test-suite</a> data --branch=3Ddata<br>Cloning i= nto 'data'...<br>remote: Enumerating objects: 16712, done.<br>remot= e: Counting objects: 100% (2667/2667), done.<br>remote: Compressing objects= : 100% (1313/1313), done.<br>remote: Total 16712 (delta 1663), reused 2067 = (delta 1160), pack-reused 14045<br>Receiving objects: 100% (16712/16712), 4= .84 MiB | 2.24 MiB/s, done.<br>Resolving deltas: 100% (10668/10668), done.<= br>(cd data && git reset --hard daf799e56372aa93c324d111c73b47a431d= 7e03b)<br>fatal: Could not parse object 'daf799e56372aa93c324d111c73b47= a431d7e03b'.<br>make[1]: *** [Makefile:25: data] Error 128<br>make[1]: = Leaving directory '/home/ooosssmmm/rev-projects/yaml/libyaml/tests/run-= test-suite'<br>make: *** [Makefile:882: test-suite] Error 2</div></div> --00000000000027d4f205d38ee6c7-- --===============3847324032463084377== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline --===============3847324032463084377== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Yaml-core mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/yaml-core --===============3847324032463084377==--