the verify script's pty helper is not called pty.py, and the sandbox result - #40
Merged
Merged
Conversation
…result Python puts a script's own directory first on the import path, so a helper named pty.py shadowed the standard module it imports and the run reported 'AttributeError: partially initialized module pty has no attribute fork'. The script then attributed that to the control --- 'this machine's own C library did not receive the keystroke as data either' --- which is a check blaming the thing it was measuring against. Renamed, and the record now carries what the sandbox reported once it ran: four observations, none failing, resolved from the published index alone.
The owner removed the two GitCode assets, so the repair could be made at the source: a plain tag beside the v-prefixed one in each repository, that tag's GitHub archive uploaded in its place, and the descriptor stating the hash of that one file. Both mirrors now serve identical bytes for openkal-musl 0.15.0 and openkal-llvm-runtime 0.11.0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
沙箱验证跑完了,两处需要落在仓库里:
pty.py,而 Python 把脚本所在目录放在导入路径最前,于是它遮蔽了标准库pty(AttributeError: partially initialized module 'pty' has no attribute 'fork')。更糟的是脚本把这次失败报成「本机 C 库也没收到这个按键」——一个检查把自己的毛病说成了对照组的。改名ptykeys.py。0 assertion(s) failed;并记下 index 是按构件分发的这一点(合并后要等Publish Index Artifact发完客户端才看得到)。