Trigger tracing node #56
trigger-tracing-node.yml
on: workflow_dispatch
Build tracing node
27s
Annotations
1 error and 5 warnings
Build tracing node
buildx failed with: ERROR: failed to solve: process "/bin/sh -c groupadd --gid $USER_GID $USERNAME && useradd --uid $USER_UID --gid $USER_GID -m $USERNAME && apt-get update && apt-get install -y --no-install-recommends sudo ca-certificates curl zstd && echo $USERNAME ALL=\\(root\\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME && chmod 0440 /etc/sudoers.d/$USERNAME && rm -rf /var/lib/apt/lists/* && mkdir -p /data && curl -LO https://github.com/darwinia-network/darwinia/releases/download/$DARWINIA_VERSION/darwinia-tracing-x86_64-linux-gnu.tar.zst && tar -I zstd -xvf darwinia-tracing-x86_64-linux-gnu.tar.zst -C /home/darwinia/darwinia-nodes/ && rm -rf darwinia-tracing-x86_64-linux-gnu.tar.zst && chown -R $USERNAME:$USERNAME /home/$USERNAME && chown -R $USERNAME:$USERNAME /data && ln -s /home/$USERNAME/darwinia-nodes/darwinia /usr/local/bin/darwinia" did not complete successfully: exit code: 2
|
Build tracing node
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-buildx-action@v2, docker/login-action@v1, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build tracing node
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/login-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build tracing node
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build tracing node
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build tracing node
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|