Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wasm-builder: Use riscv32emac-unknown-none-polkavm.json target #6419

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

jarkkojs
Copy link

@jarkkojs jarkkojs commented Nov 9, 2024

Description

Closes #6335.

Integration

N/A

Review Notes

RuntimeTarget is converted to return path to the custom target JSON file

@jarkkojs jarkkojs requested a review from koute as a code owner November 9, 2024 01:34
@jarkkojs jarkkojs requested a review from athei November 9, 2024 01:36
@jarkkojs jarkkojs force-pushed the wasm-builder-riscv32emac branch 22 times, most recently from 5199aa3 to 005ec4a Compare November 9, 2024 07:09
@jarkkojs
Copy link
Author

jarkkojs commented Nov 9, 2024

How do I pass check-labels?

@jarkkojs jarkkojs force-pushed the wasm-builder-riscv32emac branch 5 times, most recently from 283e8b0 to 5205e58 Compare November 9, 2024 12:08
@jarkkojs jarkkojs requested review from athei and koute November 14, 2024 09:57
@athei
Copy link
Member

athei commented Nov 14, 2024

I am confused that this even works. The polkavm-linker and polkavm-derive dependencies is still set to 0.9.3. Shouldn't it be bumped in this PR, too?

polkadot-sdk/Cargo.toml

Lines 1093 to 1094 in a1af8ed

polkavm-derive = "0.9.1"
polkavm-linker = "0.9.2"

@jarkkojs
Copy link
Author

I am confused that this even works. The polkavm-linker and polkavm-derive dependencies is still set to 0.9.3. Shouldn't it be bumped in this PR, too?

polkadot-sdk/Cargo.toml

Lines 1093 to 1094 in a1af8ed

polkavm-derive = "0.9.1"
polkavm-linker = "0.9.2"

I have no idea, @koute ?

@koute
Copy link
Contributor

koute commented Nov 14, 2024

https://github.com/paritytech/polkadot-sdk/actions/runs/11835548683/job/32978647159?pr=6419#step:5:988

Looks like the build runtime tests are failing, so yes, the derive and the linker crates should also be bumped.

@jarkkojs
Copy link
Author

jarkkojs commented Nov 14, 2024

https://github.com/paritytech/polkadot-sdk/actions/runs/11835548683/job/32978647159?pr=6419#step:5:988

Looks like the build runtime tests are failing, so yes, the derive and the linker crates should also be bumped.

@koute, @athei

I posted this on Tuesday:

#6419 (comment)

I.e. still not knowing what to do (day three).

@athei
Copy link
Member

athei commented Nov 14, 2024

Answered here: #6419 (comment)

@athei
Copy link
Member

athei commented Nov 14, 2024

Please don't merge without addressing:
#6419 (comment)

@athei athei disabled auto-merge November 14, 2024 17:16
Signed-off-by: Jarkko Sakkinen <[email protected]>
Signed-off-by: Jarkko Sakkinen <[email protected]>
@jarkkojs
Copy link
Author

https://github.com/paritytech/polkadot-sdk/actions/runs/11835548683/job/32978647159?pr=6419#step:5:988
Looks like the build runtime tests are failing, so yes, the derive and the linker crates should also be bumped.

@koute, @athei

I posted this on Tuesday:

#6419 (comment)

I.e. still not knowing what to do (day three).

This has now been addresses (finally) :-) I'll update next time to latest without asking.

@jarkkojs jarkkojs self-assigned this Nov 14, 2024
@jarkkojs
Copy link
Author

@koute @athei OK, so merging is blocked and the errors are the same as before, what should be done next?

@jarkkojs
Copy link
Author

https://github.com/paritytech/polkadot-sdk/actions/runs/11835548683/job/32978647159?pr=6419#step:5:988

Looks like the build runtime tests are failing, so yes, the derive and the linker crates should also be bumped.

Bump did not fix the issue, it still gives: "Failed to write metrics: promwrite: sending remote write request: Post "placeholder": unsupported protocol scheme".

@jarkkojs
Copy link
Author

image

Doing a local run.

@jarkkojs
Copy link
Author

So if I do act --container-architecture linux/amd64 -W .github/workflows/build-misc.yml, I get:

INFO[0000] Using docker host 'unix:///var/run/docker.sock', and daemon socket 'unix:///var/run/docker.sock'
[preflight/Preflight/preflight] 🚀  Start image=catthehacker/ubuntu:act-latest
[preflight/Preflight/preflight]   🐳  docker pull image=catthehacker/ubuntu:act-latest platform=linux/amd64 username= forcePull=true
[preflight/Preflight/preflight]   🐳  docker create image=catthehacker/ubuntu:act-latest platform=linux/amd64 entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[preflight/Preflight/preflight]   🐳  docker run image=catthehacker/ubuntu:act-latest platform=linux/amd64 entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[preflight/Preflight/preflight]   🐳  docker exec cmd=[node --no-warnings -e console.log(process.execPath)] user= workdir=
[preflight/Preflight/preflight]   ☁  git clone 'https://github.com/tj-actions/changed-files' # ref=v45
[preflight/Preflight/preflight] ⭐ Run Main actions/checkout@v4
[preflight/Preflight/preflight]   🐳  docker cp src=/Users/jarkko/work/github.com/jarkkojs/polkadot-sdk/. dst=/Users/jarkko/work/github.com/jarkkojs/polkadot-sdk
[preflight/Preflight/preflight]   ✅  Success - Main actions/checkout@v4
[preflight/Preflight/preflight] ⭐ Run Main Current file
[preflight/Preflight/preflight]   🐳  docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/current_file.sh] user= workdir=
[preflight/Preflight/preflight]   ✅  Success - Main Current file
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflowFile=
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentActionDir=
[preflight/Preflight/preflight] ⭐ Run Main Set changes
[preflight/Preflight/preflight]   🐳  docker cp src=/Users/jarkko/.cache/act/tj-actions-changed-files@v45/ dst=/var/run/act/actions/tj-actions-changed-files@v45/
[preflight/Preflight/preflight]   🐳  docker exec cmd=[/opt/acttoolcache/node/18.20.5/x64/bin/node /var/run/act/actions/tj-actions-changed-files@v45/dist/index.js] user= workdir=
[preflight/Preflight/preflight]   ❓  ::group::changed-files
[preflight/Preflight/preflight]   💬  ::debug::Env: {%0A  "GITHUB_REF_NAME": "wasm-builder-riscv32emac",%0A  "GITHUB_REF": "refs/heads/wasm-builder-riscv32emac",%0A  "GITHUB_WORKSPACE": "/Users/jarkko/work/github.com/jarkkojs/polkadot-sdk"%0A}
[preflight/Preflight/preflight]   💬  ::debug::Inputs: {%0A  "files": "",%0A  "filesSeparator": "\n",%0A  "filesFromSourceFile": "",%0A  "filesFromSourceFileSeparator": "\n",%0A  "filesYaml": "rust:\n  - '**/*'\n  - '!.github/**/*'\n  - '!prdoc/**/*'\n  - '!docs/**/*'\ncurrentWorkflow:\n  - ''\n  - '.github/workflows/reusable-preflight.yml'",%0A  "filesYamlFromSourceFile": "",%0A  "filesYamlFromSourceFileSeparator": "\n",%0A  "filesIgnore": "",%0A  "filesIgnoreSeparator": "\n",%0A  "filesIgnoreFromSourceFile": "",%0A  "filesIgnoreFromSourceFileSeparator": "\n",%0A  "filesIgnoreYaml": "",%0A  "filesIgnoreYamlFromSourceFile": "",%0A  "filesIgnoreYamlFromSourceFileSeparator": "\n",%0A  "failOnInitialDiffError": false,%0A  "failOnSubmoduleDiffError": false,%0A  "separator": " ",%0A  "sha": "",%0A  "baseSha": "",%0A  "since": "",%0A  "until": "",%0A  "path": ".",%0A  "quotepath": true,%0A  "diffRelative": true,%0A  "sinceLastRemoteCommit": false,%0A  "recoverDeletedFiles": false,%0A  "recoverDeletedFilesToDestination": "",%0A  "recoverFiles": "",%0A  "recoverFilesSeparator": "\n",%0A  "recoverFilesIgnore": "",%0A  "recoverFilesIgnoreSeparator": "\n",%0A  "includeAllOldNewRenamedFiles": false,%0A  "oldNewSeparator": ",",%0A  "oldNewFilesSeparator": " ",%0A  "skipInitialFetch": false,%0A  "fetchAdditionalSubmoduleHistory": false,%0A  "dirNamesDeletedFilesIncludeOnlyDeletedDirs": false,%0A  "excludeSubmodules": false,%0A  "usePosixPathSeparator": false,%0A  "tagsPattern": "*",%0A  "tagsIgnorePattern": "",%0A  "dirNames": false,%0A  "dirNamesExcludeCurrentDir": false,%0A  "dirNamesIncludeFiles": "",%0A  "dirNamesIncludeFilesSeparator": "\n",%0A  "json": false,%0A  "escapeJson": true,%0A  "safeOutput": true,%0A  "writeOutputFiles": false,%0A  "outputDir": ".github/outputs",%0A  "outputRenamedFilesAsDeletedAndAdded": false,%0A  "token": "",%0A  "apiUrl": "https://api.github.com",%0A  "negationPatternsFirst": false,%0A  "useRestApi": false,%0A  "fetchDepth": 25,%0A  "fetchMissingHistoryMaxRetries": 20%0A}
[preflight/Preflight/preflight]   💬  ::debug::Working directory: /Users/jarkko/work/github.com/jarkkojs/polkadot-sdk
[preflight/Preflight/preflight]   💬  ::debug::Has git directory: true
[preflight/Preflight/preflight]   💬  ::debug::Input file patterns: %0A
[preflight/Preflight/preflight]   💬  ::debug::File patterns: 
[preflight/Preflight/preflight]   💬  ::debug::Yaml file patterns: {"rust":["**/*","!.github/**/*","!prdoc/**/*","!docs/**/*"],"currentWorkflow":[".github/workflows/reusable-preflight.yml"]}
[preflight/Preflight/preflight]   | Using local .git directory
[preflight/Preflight/preflight]   | Running on a push event...
[preflight/Preflight/preflight]   💬  ::debug::Getting current SHA...
[preflight/Preflight/preflight]   💬  ::debug::Current SHA: 8fcdcbbb0250f469d04d18653ac5a88db90a73df
[preflight/Preflight/preflight]   💬  ::debug::Getting previous SHA...
[preflight/Preflight/preflight]   💬  ::debug::Getting previous SHA for last remote commit...
[preflight/Preflight/preflight]   💬  ::debug::Previous SHA: e7334e198512d2416bbaaabb5e8ebc02f7ca0d86
[preflight/Preflight/preflight]   💬  ::debug::Target branch: wasm-builder-riscv32emac
[preflight/Preflight/preflight]   💬  ::debug::Current branch: wasm-builder-riscv32emac
[preflight/Preflight/preflight]   | Retrieving changes between e7334e198512d2416bbaaabb5e8ebc02f7ca0d86 (wasm-builder-riscv32emac) → 8fcdcbbb0250f469d04d18653ac5a88db90a73df (wasm-builder-riscv32emac)
[preflight/Preflight/preflight]   💬  ::debug::All diff files: {"A":[],"C":[],"D":[],"M":["substrate/utils/wasm-builder/src/wasm_project.rs"],"R":[],"T":[],"U":[],"X":[]}
[preflight/Preflight/preflight]   | All Done!
[preflight/Preflight/preflight]   ❓  ::endgroup::
[preflight/Preflight/preflight]   ❓  ::group::changed-files-yaml-rust
[preflight/Preflight/preflight]   💬  ::debug::All filtered diff files for rust: {"A":[],"C":[],"D":[],"M":["substrate/utils/wasm-builder/src/wasm_project.rs"],"R":[],"T":[],"U":[],"X":[]}
[preflight/Preflight/preflight]   💬  ::debug::Dir names include file patterns: []
[preflight/Preflight/preflight]   💬  ::debug::Added files: {"paths":"","count":"0"}
[preflight/Preflight/preflight]   💬  ::debug::Dir names include file patterns: []
[preflight/Preflight/preflight]   💬  ::debug::Copied files: {"paths":"","count":"0"}
[preflight/Preflight/preflight]   💬  ::debug::Dir names include file patterns: []
[preflight/Preflight/preflight]   💬  ::debug::Modified files: {"paths":"substrate/utils/wasm-builder/src/wasm_project.rs","count":"1"}
[preflight/Preflight/preflight]   💬  ::debug::Dir names include file patterns: []
[preflight/Preflight/preflight]   💬  ::debug::Renamed files: {"paths":"","count":"0"}
[preflight/Preflight/preflight]   💬  ::debug::Dir names include file patterns: []
[preflight/Preflight/preflight]   💬  ::debug::Type changed files: {"paths":"","count":"0"}
[preflight/Preflight/preflight]   💬  ::debug::Dir names include file patterns: []
[preflight/Preflight/preflight]   💬  ::debug::Unmerged files: {"paths":"","count":"0"}
[preflight/Preflight/preflight]   💬  ::debug::Dir names include file patterns: []
[preflight/Preflight/preflight]   💬  ::debug::Unknown files: {"paths":"","count":"0"}
[preflight/Preflight/preflight]   💬  ::debug::Dir names include file patterns: []
[preflight/Preflight/preflight]   💬  ::debug::All changed and modified files: {"paths":"substrate/utils/wasm-builder/src/wasm_project.rs","count":"1"}
[preflight/Preflight/preflight]   💬  ::debug::Dir names include file patterns: []
[preflight/Preflight/preflight]   💬  ::debug::All changed files: {"paths":"substrate/utils/wasm-builder/src/wasm_project.rs","count":"1"}
[preflight/Preflight/preflight]   💬  ::debug::Dir names include file patterns: []
[preflight/Preflight/preflight]   💬  ::debug::All other changed files: {"paths":"substrate/utils/wasm-builder/src/wasm_project.rs","count":"1"}
[preflight/Preflight/preflight]   💬  ::debug::other_changed_files: []
[preflight/Preflight/preflight]   💬  ::debug::Dir names include file patterns: []
[preflight/Preflight/preflight]   💬  ::debug::All modified files: {"paths":"substrate/utils/wasm-builder/src/wasm_project.rs","count":"1"}
[preflight/Preflight/preflight]   💬  ::debug::Dir names include file patterns: []
[preflight/Preflight/preflight]   💬  ::debug::other_modified_files: []
[preflight/Preflight/preflight]   💬  ::debug::Dir names include file patterns: []
[preflight/Preflight/preflight]   💬  ::debug::Deleted files: {"paths":"","count":"0"}
[preflight/Preflight/preflight]   💬  ::debug::Dir names include file patterns: []
[preflight/Preflight/preflight]   💬  ::debug::other_deleted_files: []
[preflight/Preflight/preflight]   | All Done!
[preflight/Preflight/preflight]   ❓  ::endgroup::
[preflight/Preflight/preflight]   ❓  ::group::changed-files-yaml-currentWorkflow
[preflight/Preflight/preflight]   💬  ::debug::All filtered diff files for currentWorkflow: {"A":[],"C":[],"D":[],"M":[],"R":[],"T":[],"U":[],"X":[]}
[preflight/Preflight/preflight]   💬  ::debug::Dir names include file patterns: []
[preflight/Preflight/preflight]   💬  ::debug::Added files: {"paths":"","count":"0"}
[preflight/Preflight/preflight]   💬  ::debug::Dir names include file patterns: []
[preflight/Preflight/preflight]   💬  ::debug::Copied files: {"paths":"","count":"0"}
[preflight/Preflight/preflight]   💬  ::debug::Dir names include file patterns: []
[preflight/Preflight/preflight]   💬  ::debug::Modified files: {"paths":"","count":"0"}
[preflight/Preflight/preflight]   💬  ::debug::Dir names include file patterns: []
[preflight/Preflight/preflight]   💬  ::debug::Renamed files: {"paths":"","count":"0"}
[preflight/Preflight/preflight]   💬  ::debug::Dir names include file patterns: []
[preflight/Preflight/preflight]   💬  ::debug::Type changed files: {"paths":"","count":"0"}
[preflight/Preflight/preflight]   💬  ::debug::Dir names include file patterns: []
[preflight/Preflight/preflight]   💬  ::debug::Unmerged files: {"paths":"","count":"0"}
[preflight/Preflight/preflight]   💬  ::debug::Dir names include file patterns: []
[preflight/Preflight/preflight]   💬  ::debug::Unknown files: {"paths":"","count":"0"}
[preflight/Preflight/preflight]   💬  ::debug::Dir names include file patterns: []
[preflight/Preflight/preflight]   💬  ::debug::All changed and modified files: {"paths":"","count":"0"}
[preflight/Preflight/preflight]   💬  ::debug::Dir names include file patterns: []
[preflight/Preflight/preflight]   💬  ::debug::All changed files: {"paths":"","count":"0"}
[preflight/Preflight/preflight]   💬  ::debug::Dir names include file patterns: []
[preflight/Preflight/preflight]   💬  ::debug::All other changed files: {"paths":"substrate/utils/wasm-builder/src/wasm_project.rs","count":"1"}
[preflight/Preflight/preflight]   💬  ::debug::other_changed_files: ["substrate/utils/wasm-builder/src/wasm_project.rs"]
[preflight/Preflight/preflight]   💬  ::debug::Dir names include file patterns: []
[preflight/Preflight/preflight]   💬  ::debug::All modified files: {"paths":"","count":"0"}
[preflight/Preflight/preflight]   💬  ::debug::Dir names include file patterns: []
[preflight/Preflight/preflight]   💬  ::debug::other_modified_files: ["substrate/utils/wasm-builder/src/wasm_project.rs"]
[preflight/Preflight/preflight]   💬  ::debug::Dir names include file patterns: []
[preflight/Preflight/preflight]   💬  ::debug::Deleted files: {"paths":"","count":"0"}
[preflight/Preflight/preflight]   💬  ::debug::Dir names include file patterns: []
[preflight/Preflight/preflight]   💬  ::debug::other_deleted_files: []
[preflight/Preflight/preflight]   | All Done!
[preflight/Preflight/preflight]   ❓  ::endgroup::
[preflight/Preflight/preflight]   💬  ::debug::modified_keys: ["rust"]
[preflight/Preflight/preflight]   💬  ::debug::changed_keys: ["rust"]
[preflight/Preflight/preflight]   ✅  Success - Main Set changes
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_any_modified=true
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_modified_files=
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_unmerged_files_count=0
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_modified_files_count=1
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_deleted_files=
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_type_changed_files=
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_all_changed_files_count=0
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_any_modified=false
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_type_changed_files_count=0
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_any_changed=true
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_other_changed_files_count=1
[preflight/Preflight/preflight]   ⚙  ::set-output:: modified_keys=rust
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_unknown_files=
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_only_changed=false
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_all_modified_files_count=1
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_only_modified=false
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_deleted_files_count=0
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_unknown_files=
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_other_modified_files=substrate/utils/wasm-builder/src/wasm_project.rs
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_renamed_files_count=0
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_all_changed_and_modified_files=substrate/utils/wasm-builder/src/wasm_project.rs
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_unmerged_files=
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_any_deleted=false
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_unmerged_files=
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_only_deleted=false
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_unknown_files_count=0
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_any_deleted=false
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_added_files=
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_unknown_files_count=0
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_copied_files_count=0
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_type_changed_files=
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_other_modified_files=
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_deleted_files_count=0
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_unmerged_files_count=0
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_only_modified=true
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_other_changed_files_count=0
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_all_modified_files=
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_other_deleted_files_count=0
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_type_changed_files_count=0
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_any_changed=false
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_other_changed_files=substrate/utils/wasm-builder/src/wasm_project.rs
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_only_deleted=false
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_modified_files=substrate/utils/wasm-builder/src/wasm_project.rs
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_other_modified_files_count=0
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_modified_files_count=0
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_other_deleted_files=
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_all_changed_files_count=1
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_all_modified_files=substrate/utils/wasm-builder/src/wasm_project.rs
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_all_changed_and_modified_files=
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_all_changed_and_modified_files_count=0
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_other_modified_files_count=1
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_only_changed=true
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_other_deleted_files=
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_renamed_files=
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_deleted_files=
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_other_deleted_files_count=0
[preflight/Preflight/preflight]   ⚙  ::set-output:: changed_keys=rust
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_added_files=
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_other_changed_files=
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_renamed_files_count=0
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_all_modified_files_count=0
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_copied_files=
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_all_changed_and_modified_files_count=1
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_all_changed_files=substrate/utils/wasm-builder/src/wasm_project.rs
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_added_files_count=0
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_copied_files=
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_copied_files_count=0
[preflight/Preflight/preflight]   ⚙  ::set-output:: currentWorkflow_all_changed_files=
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_added_files_count=0
[preflight/Preflight/preflight]   ⚙  ::set-output:: rust_renamed_files=
[preflight/Preflight/preflight] ⭐ Run Main Set image
[preflight/Preflight/preflight]   🐳  docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/set_image.sh] user= workdir=
[preflight/Preflight/preflight]   ✅  Success - Main Set image
[preflight/Preflight/preflight]   ⚙  ::set-output:: IMAGE="docker.io/paritytech/ci-unified:bullseye-1.81.0-2024-09-11-v202409111034"
[preflight/Preflight/preflight] ⭐ Run Main Set runner
[preflight/Preflight/preflight]   🐳  docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/set_runner.sh] user= workdir=
[preflight/Preflight/preflight]   ✅  Success - Main Set runner
[preflight/Preflight/preflight]   ⚙  ::set-output:: RUNNER_MACOS=parity-macos
[preflight/Preflight/preflight]   ⚙  ::set-output:: RUNNER=parity-large
[preflight/Preflight/preflight]   ⚙  ::set-output:: RUNNER_OLDLINUX=parity-oldlinux
[preflight/Preflight/preflight]   ⚙  ::set-output:: RUNNER_DEFAULT=parity-default
[preflight/Preflight/preflight]   ⚙  ::set-output:: RUNNER_WEIGHTS=parity-weights
[preflight/Preflight/preflight]   ⚙  ::set-output:: RUNNER_BENCHMARK=parity-benchmark
[preflight/Preflight/preflight] ⭐ Run Main Set vars
[preflight/Preflight/preflight]   🐳  docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/set_vars.sh] user= workdir=
[preflight/Preflight/preflight]   ✅  Success - Main Set vars
[preflight/Preflight/preflight]   ⚙  ::set-output:: REF_SLUG=wasm-builder-riscv32emac
[preflight/Preflight/preflight]   ⚙  ::set-output:: SOURCE_REF_SLUG=wasm-builder-riscv32emac
[preflight/Preflight/preflight]   ⚙  ::set-output:: COMMIT_SHA=8fcdcbbb0250f469d04d18653ac5a88db90a73df
[preflight/Preflight/preflight]   ⚙  ::set-output:: COMMIT_SHA_SHORT=8fcdcbbb
[preflight/Preflight/preflight] ⭐ Run Main log
[preflight/Preflight/preflight]   🐳  docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/6.sh] user= workdir=
[preflight/Preflight/preflight]   | workflow file: 
[preflight/Preflight/preflight]   | Modified: rust
[preflight/Preflight/preflight]   ✅  Success - Main log
[preflight/Preflight/preflight] Cleaning up container for job preflight
[preflight/Preflight/preflight] 🏁  Job succeeded
[preflight/Preflight/ci-versions] 🚀  Start image="docker.io/paritytech/ci-unified:bullseye-1.81.0-2024-09-11-v202409111034"
[preflight/Preflight/ci-versions]   🐳  docker pull image="docker.io/paritytech/ci-unified:bullseye-1.81.0-2024-09-11-v202409111034" platform=linux/amd64 username= forcePull=true
[preflight/Preflight/ci-versions] invalid reference format

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T0-node This PR/Issue is related to the topic “node”.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update polkavm to the upstream toolchain version
3 participants