Skip to content

add file type conversions #65

add file type conversions

add file type conversions #65

Triggered via push November 13, 2024 11:04
Status Failure
Total duration 48m 54s
Artifacts

main.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 9 warnings
build_and_push
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ \"$TARGETPLATFORM\" = \"linux/arm64\" ]; then dpkg --add-architecture arm64 && apt-get update -y && apt-get install -y libsqlite3-dev:arm64 libfontconfig1-dev:arm64 libexpat1-dev:arm64 libocct-data-exchange-dev:arm64 && export PKG_CONFIG_SYSROOT_DIR=/usr/aarch64-linux-gnu && export PKG_CONFIG_PATH=/usr/aarch64-linux-gnu/lib/pkgconfig && export TARGET_CHAIN=aarch64-unknown-linux-gnu; elif [ \"$TARGETPLATFORM\" = \"linux/amd64\" ]; then dpkg --add-architecture amd64 && apt-get update -y && apt-get install -y libsqlite3-dev:amd64 libfreetype6-dev:amd64 libfontconfig1-dev:amd64 libexpat1-dev:amd64 libocct-data-exchange-dev:amd64 && export PKG_CONFIG_SYSROOT_DIR=/usr/x86_64-linux-gnu && export PKG_CONFIG_PATH=/usr/x86_64-linux-gnu/lib/pkgconfig && export TARGET_CHAIN=x86_64-unknown-linux-gnu; fi && cargo build --release --target $TARGET_CHAIN && mv target/$TARGET_CHAIN/release/meshvault ." did not complete successfully: exit code: 101
format_ts
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint_ts
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint_ts: frontend/Dropzone.tsx#L52
React Hook useCallback has missing dependencies: 'cadFileFormats', 'imageFileFormats', 'isValidFileType', and 'meshFileFormats'. Either include them or remove the dependency array
lint_ts: frontend/EditModel.tsx#L162
React Hook useEffect has a missing dependency: 'getModel'. Either include it or remove the dependency array
lint_ts: frontend/Model.tsx#L141
React Hook useEffect has missing dependencies: 'nextImage' and 'previousImage'. Either include them or remove the dependency array
lint_ts: frontend/Model.tsx#L494
React Hook useEffect has a missing dependency: 'getModel'. Either include it or remove the dependency array
lint_ts: frontend/ModelViewer.tsx#L114
React Hook useEffect has a missing dependency: 'LoaderClass'. Either include it or remove the dependency array
lint_ts: frontend/components/theme-provider.tsx#L61
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
build_and_push
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/metadata-action@v4, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/