You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VM API browser tests are currently failing on master along the nightly CI run. Here is an extract of the log:
Run npm run test:API:browser
> @ethereumjs/vm@5.5.2 test:API:browser
> karma start karma.conf.js
02 09 2021 01:09:00.706:INFO [compiler.karma-typescript]: Compiling project using Typescript 4.4.2
Error: 02 09 2021 01:09:06.462:ERROR [compiler.karma-typescript]: src/evm/evm.ts(261,11): error TS2322: Type 'unknown' is not assignable to type'VmError | undefined'.
Type 'unknown' is not assignable to type'VmError'.
Error: 02 09 2021 01:09:06.464:ERROR [compiler.karma-typescript]: src/evm/evm.ts(361,11): error TS2322: Type 'unknown' is not assignable to type'VmError | undefined'.
Type 'unknown' is not assignable to type'VmError'.
Error: 02 09 2021 01:09:06.465:ERROR [compiler.karma-typescript]: src/evm/interpreter.ts(116,30): error TS2571: Object is of type'unknown'.
Error: 02 09 2021 01:09:06.466:ERROR [compiler.karma-typescript]: src/evm/interpreter.ts(116,35): error TS2571: Object is of type'unknown'.
Error: 02 09 2021 01:09:06.467:ERROR [compiler.karma-typescript]: src/evm/interpreter.ts(120,13): error TS2571: Object is of type'unknown'.
At the same time PR CI runs still pass, so it seems likely (?) that something is rather wrong with the CI setup in vm-nightly-test.yml, this would need some investigation and further analysis though.
Overall this should be fixed relatively soon so that nightly tests will pass again and we are not risking that other bugs remain hidden.
The text was updated successfully, but these errors were encountered:
VM API browser tests are currently failing on
master
along the nightly CI run. Here is an extract of the log:At the same time PR CI runs still pass, so it seems likely (?) that something is rather wrong with the CI setup in vm-nightly-test.yml, this would need some investigation and further analysis though.
Overall this should be fixed relatively soon so that nightly tests will pass again and we are not risking that other bugs remain hidden.
The text was updated successfully, but these errors were encountered: