v0.3.4 #142
Triggered via pull request
September 28, 2024 23:20
Status
Failure
Total duration
49m 11s
Artifacts
–
pre-release.yml
on: pull_request
test-authentication
1m 3s
check-publishable-versions
0s
publish-crates
0s
Annotations
1 error and 10 warnings
update-server
google-github-actions/ssh-compute failed with: failed to execute gcloud command `gcloud compute ssh gh-actions@aquascope --zone us-central1-c --ssh-key-file /tmp/110c2dcb56ec105f9f01f349/google_compute_engine --quiet --tunnel-through-iap --project *** --command ~/deploy/update.sh`: Existing host keys found in /home/runner/.ssh/google_compute_known_hosts
WARNING:
To increase the performance of the tunnel, consider installing NumPy. For instructions,
please see https://cloud.google.com/iap/docs/using-tcp-forwarding#increasing_the_tcp_upload_bandwidth
ROOT="/home/$USER"
ARTIFACT_DIR="$ROOT/artifacts"
BINARY_PATH="$ARTIFACT_DIR/aquascope_serve"
IMAGE_PATH="$ARTIFACT_DIR/image.tar"
ZIP="$ROOT/artifacts.zip"
ZIP_STASH="$ROOT/old/artifacts.zip"
# Do all work from home directory
cd "${ROOT}"
# Get the binary's hash so we know if it has changed
PREVIOUS_BINARY_HASH=""
if [[ -f "${BINARY_PATH}" ]]; then
PREVIOUS_BINARY_HASH=$(md5sum "${BINARY_PATH}")
fi
# Unzip archive files if they exist
if [[ -f "${ZIP}" ]]; then
unzip -o "${ZIP}" -d "${ARTIFACT_DIR}"
docker load -i "${IMAGE_PATH}"
chmod +x "${BINARY_PATH}"
mv "${ZIP}" "${ZIP_STASH}"
fi
mv: cannot stat '/home/gh-actions/artifacts.zip': No such file or directory
|
test-authentication
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, google-github-actions/auth@v1, google-github-actions/setup-gcloud@v1, google-github-actions/ssh-compute@v0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-backend
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, google-github-actions/auth@v1, google-github-actions/setup-gcloud@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
update-frontend
The `set-output` 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/
|
update-frontend
The `set-output` 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/
|
update-frontend
The `set-output` 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/
|
update-frontend
The `set-output` 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/
|
update-frontend
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, JamesIves/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
update-frontend
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, JamesIves/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
update-frontend
The `set-output` 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/
|
update-server
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, google-github-actions/auth@v1, google-github-actions/setup-gcloud@v1, google-github-actions/ssh-compute@v0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|