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

Prebuild is failed on deepcase package:build #239

Open
Konard opened this issue Jun 5, 2024 · 0 comments
Open

Prebuild is failed on deepcase package:build #239

Konard opened this issue Jun 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Konard
Copy link
Member

Konard commented Jun 5, 2024

gitpod-prebuild.log.txt


changed 13 packages in 4s

24 packages are looking for funding
  run `npm fund` for details

> @deep-foundation/[email protected] gitpod-init
> npm run gitpod-prepare && npm ci && npm run packages


> @deep-foundation/[email protected] gitpod-prepare
> npm run git-shh-to-https && sudo apt update && (yes | sudo apt install screen) && (yes | sudo apt install rsync) && (yes | sudo apt install net-tools) && screen -S docker -d -m sudo docker-up


> @deep-foundation/[email protected] git-shh-to-https
> git config --global url."https://".insteadOf git:// && git config --global url."https://github.com/".insteadOf ssh://[email protected]/

Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
Hit:3 http://security.ubuntu.com/ubuntu jammy-security InRelease
Hit:4 https://download.docker.com/linux/ubuntu jammy InRelease
Hit:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
Hit:1 https://apt.llvm.org/jammy llvm-toolchain-jammy-15 InRelease
Hit:8 https://ppa.launchpadcontent.net/git-core/ppa/ubuntu jammy InRelease
Hit:9 https://ppa.launchpadcontent.net/ondrej/apache2/ubuntu jammy InRelease
Hit:10 https://ppa.launchpadcontent.net/ondrej/nginx-mainline/ubuntu jammy InRelease
Hit:11 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy InRelease
Hit:7 https://packagecloud.io/github/git-lfs/ubuntu jammy InRelease
Reading package lists...
Building dependency tree...
Reading state information...
143 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists...
Building dependency tree...
Reading state information...
screen is already the newest version (4.9.0-1).
0 upgraded, 0 newly installed, 0 to remove and 143 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
rsync is already the newest version (3.2.7-0ubuntu0.22.04.2).
0 upgraded, 0 newly installed, 0 to remove and 143 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
net-tools is already the newest version (1.60+git20181103.0eebece-1ubuntu5).
0 upgraded, 0 newly installed, 0 to remove and 143 not upgraded.
main: Pulling from deepf/deeplinks
Digest: sha256:d688f23906f88414230c7c43ac5e994fa534c46170534b7515ff893ffa90c068
Status: Image is up to date for deepf/deeplinks:main
docker.io/deepf/deeplinks:main

> @deep-foundation/[email protected] snapshot:last
> node snapshots/last.js

stdout 
stderr time="2024-06-05T06:46:13Z" level=warning msg="/workspace/dev/packages/deeplinks/docker-prod/deep/docker-compose.yml: `version` is obsolete"
 Container deep-hasura  Stopping
 Container deep-hasura  Stopped
 Container deep-postgres  Stopping
 Container deep-postgres  Stopped
time="2024-06-05T06:46:26Z" level=warning msg="/workspace/dev/packages/deeplinks/docker-prod/deep/docker-compose.yml: `version` is obsolete"
time="2024-06-05T06:46:26Z" level=warning msg="volume \"deep-db-data\" already exists but was not created by Docker Compose. Use `external: true` to use an existing volume"
 Container deep-postgres  Created
 Container deep-hasura  Created
 Container deep-postgres  Starting
 Container deep-postgres  Started
 Container deep-hasura  Starting
 Container deep-hasura  Started


added 30 packages in 12s

7 packages are looking for funding
  run `npm fund` for details

> @deep-foundation/[email protected] gitpod-engine
> cd packages/deeplinks && npm run start-engine-docker


> @deep-foundation/[email protected] start-engine-docker
> npm run start-engine-docker-core


> @deep-foundation/[email protected] start-engine-docker-core
> cd ./../../node_modules/@deep-foundation/hasura && npm run docker


> @deep-foundation/[email protected] package:build
> tsc --project tsconfig.json

imports/aframe/generate-label.ts(1,24): error TS2307: Cannot find module 'three' or its corresponding type declarations.
imports/aframe/get-color-from-id.ts(1,17): error TS2307: Cannot find module 'md5' or its corresponding type declarations.
imports/aframe/get-graph-data.ts(1,19): error TS2307: Cannot find module 'json5' or its corresponding type declarations.
imports/aframe/hooks/use-node-dragger.ts(1,45): error TS2307: Cannot find module 'react' or its corresponding type declarations.
...
imports/token.tsx(3,33): error TS2307: Cannot find module 'react' or its corresponding type declarations.
imports/token.tsx(9,11): error TS2307: Cannot find module 'react/jsx-runtime' or its corresponding type declarations.
imports/use-delayed-interval.tsx(1,68): error TS2307: Cannot find module 'react' or its corresponding type declarations.
imports/use-delayed-interval.tsx(2,29): error TS2307: Cannot find module 'usehooks-ts' or its corresponding type declarations.
package-log.ts(1,19): error TS2307: Cannot find module 'debug' or its corresponding type declarations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

1 participant