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

Change password with OTP #260

Merged
merged 4 commits into from
Jan 23, 2025

use feature flag for change password button

45ddcdf
Select commit
Loading
Failed to load commit list.
Merged

Change password with OTP #260

use feature flag for change password button
45ddcdf
Select commit
Loading
Failed to load commit list.
Google Cloud Build / github-domain-profiles-pullrequest-main-a1f83bea (unstoppable-domains-staging) succeeded Jan 23, 2025 in 24m 59s

Summary

Build Information

Trigger github-domain-profiles-pullrequest-main-a1f83bea
Build 8806f356-9942-4890-b458-c535fe200548
Start 2025-01-23T04:21:03-08:00
Duration 24m57.68s
Status SUCCESS

Steps

Step Status Duration
Build SUCCESS 18m9.673s
Push SUCCESS 2m47.891s
Deploy SUCCESS 3m55.638s

Details

starting build "8806f356-9942-4890-b458-c535fe200548"

FETCHSOURCE
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
Initialized empty Git repository in /workspace/.git/
From https://github.com/unstoppabledomains/domain-profiles
 * branch            45ddcdf3289b65c42ec42c0228551b7ee9b16a27 -> FETCH_HEAD
HEAD is now at 45ddcdf use feature flag for change password button
GitCommit:
45ddcdf3289b65c42ec42c0228551b7ee9b16a27
BUILD
Starting Step #0 - "Build"
Step #0 - "Build": Already have image (with digest): gcr.io/cloud-builders/docker
Step #0 - "Build": Sending build context to Docker daemon  10.93MB

Step #0 - "Build": Step 1/28 : FROM node:16 AS builder
Step #0 - "Build": 16: Pulling from library/node
Step #0 - "Build": 311da6c465ea: Pulling fs layer
Step #0 - "Build": 7e9bf114588c: Pulling fs layer
Step #0 - "Build": ffd9397e94b7: Pulling fs layer
Step #0 - "Build": 513d77925604: Pulling fs layer
Step #0 - "Build": ae3b95bbaa61: Pulling fs layer
Step #0 - "Build": 0e421f66aff4: Pulling fs layer
Step #0 - "Build": ca266fd61921: Pulling fs layer
Step #0 - "Build": ee7d78be1eb9: Pulling fs layer
Step #0 - "Build": ae3b95bbaa61: Waiting
Step #0 - "Build": 0e421f66aff4: Waiting
Step #0 - "Build": ca266fd61921: Waiting
Step #0 - "Build": ee7d78be1eb9: Waiting
Step #0 - "Build": 513d77925604: Waiting
Step #0 - "Build": 7e9bf114588c: Verifying Checksum
Step #0 - "Build": 7e9bf114588c: Download complete
Step #0 - "Build": 311da6c465ea: Verifying Checksum
Step #0 - "Build": 311da6c465ea: Download complete
Step #0 - "Build": ffd9397e94b7: Verifying Checksum
Step #0 - "Build": ffd9397e94b7: Download complete
Step #0 - "Build": ae3b95bbaa61: Verifying Checksum
Step #0 - "Build": ae3b95bbaa61: Download complete
Step #0 - "Build": ca266fd61921: Verifying Checksum
Step #0 - "Build": ca266fd61921: Download complete
Step #0 - "Build": ee7d78be1eb9: Verifying Checksum
Step #0 - "Build": ee7d78be1eb9: Download complete
Step #0 - "Build": 0e421f66aff4: Download complete
Step #0 - "Build": 513d77925604: Download complete
Step #0 - "Build": 311da6c465ea: Pull complete
Step #0 - "Build": 7e9bf114588c: Pull complete
Step #0 - "Build": ffd9397e94b7: Pull complete
Step #0 - "Build": 513d77925604: Pull complete
Step #0 - "Build": ae3b95bbaa61: Pull complete
Step #0 - "Build": 0e421f66aff4: Pull complete
Step #0 - "Build": ca266fd61921: Pull complete
Step #0 - "Build": ee7d78be1eb9: Pull complete
Step #0 - "Build": Digest: sha256:f77a1aef2da8d83e45ec990f45df50f1a286c5fe8bbfb8c6e4246c6389705c0b
Step #0 - "Build": Status: Downloaded newer image for node:16
Step #0 - "Build":  ---> 1ddc7e4055fd
Step #0 - "Build": Step 2/28 : ARG service
Step #0 - "Build":  ---> Running in fbf3a411184c
Step #0 - "Build": Removing intermediate container fbf3a411184c
Step #0 - "Build":  ---> 107da593b035
Step #0 - "Build": Step 3/28 : ARG BUGSNAG_API_KEY
Step #0 - "Build":  ---> Running in 19df6246dc84
Step #0 - "Build": Removing intermediate container 19df6246dc84
Step #0 - "Build":  ---> c4d8b6af33a3
Step #0 - "Build": Step 4/28 : ARG APP_ENV=production
Step #0 - "Build":  ---> Running in 80f3761fc862
Step #0 - "Build": Removing intermediate container 80f3761fc862
Step #0 - "Build":  ---> 6ba4d05edd55
Step #0 - "Build": Step 5/28 : ARG APP_VERSION=docker-build
Step #0 - "Build":  ---> Running in 842fc6fe7e1a
Step #0 - "Build": Removing intermediate container 842fc6fe7e1a
Step #0 - "Build":  ---> f7347a7952de
Step #0 - "Build": Step 6/28 : ARG CLIENT_URL=https://ud.me
Step #0 - "Build":  ---> Running in 898cba678798
Step #0 - "Build": Removing intermediate container 898cba678798
Step #0 - "Build":  ---> 6350206b1125
Step #0 - "Build": Step 7/28 : ENV NODE_ENV development
Step #0 - "Build":  ---> Running in 496a49cc412c
Step #0 - "Build": Removing intermediate container 496a49cc412c
Step #0 - "Build":  ---> 6399ec0af5ee
Step #0 - "Build": Step 8/28 : ENV APP_ENV $APP_ENV
Step #0 - "Build":  ---> Running in 6ae529ac4460
Step #0 - "Build": Removing intermediate container 6ae529ac4460
Step #0 - "Build":  ---> 847e8a74359b
Step #0 - "Build": Step 9/28 : ENV APP_VERSION $APP_VERSION
Step #0 - "Build":  ---> Running in 34a5a09d0c36
Step #0 - "Build": Removing intermediate container 34a5a09d0c36
Step #0 - "Build":  ---> 905573eaeed9
Step #0 - "Build": Step 10/28 : ENV BUGSNAG_API_KEY $BUGSNAG_API_KEY
Step #0 - "Build":  ---> Running in af56614fcb3f
Step #0 - "Build": Removing intermediate container af56614fcb3f
Step #0 - "Build":  ---> 554771681fa1
Step #0 - "Build": Step 11/28 : ENV CLIENT_URL $CLIENT_URL
Step #0 - "Build":  ---> Running in 0e245b8fa9f0
Step #0 - "Build": Removing intermediate container 0e245b8fa9f0
Step #0 - "Build":  ---> 3648e298b9d7
Step #0 - "Build": Step 12/28 : ENV NEXT_TELEMETRY_DISABLED 1
Step #0 - "Build":  ---> Running in 4f8b4a941c97
Step #0 - "Build": Removing intermediate container 4f8b4a941c97
Step #0 - "Build":  ---> 575eaeba4b91
Step #0 - "Build": Step 13/28 : ENV YARN_IGNORE_NODE 1
Step #0 - "Build":  ---> Running in 7a5a653f5c49
Step #0 - "Build": Removing intermediate container 7a5a653f5c49
Step #0 - "Build":  ---> a8239dc8ae94
Step #0 - "Build": Step 14/28 : WORKDIR /app
Step #0 - "Build":  ---> Running in 04928fcd17fb
Step #0 - "Build": Removing intermediate container 04928fcd17fb
Step #0 - "Build":  ---> 54424ee7fd88
Step #0 - "Build": Step 15/28 : COPY . .
Step #0 - "Build":  ---> 56c7fcab84f8
Step #0 - "Build": Step 16/28 : RUN yarn install
Step #0 - "Build":  ---> Running in c2fb0dc8be99
Step #0 - "Build": ➤ YN0000: ┌ Project validation
Step #0 - "Build": ➤ YN0057: │ server: Resolutions field will be ignored
Step #0 - "Build": ➤ YN0000: └ Completed
Step #0 - "Build": ➤ YN0000: ┌ Resolution step
Step #0 - "Build": ➤ YN0002: │ @solana/codecs@npm:2.0.0-rc.1 [20535] doesn't provide fastestsmallesttextencoderdecoder (ped93b), requested by @solana/codecs-strings
Step #0 - "Build": ➤ YN0002: │ @solana/options@npm:2.0.0-rc.1 [28ab8] doesn't provide fastestsmallesttextencoderdecoder (p228fb), requested by @solana/codecs-strings
Step #0 - "Build": ➤ YN0002: │ @solana/spl-token-group@npm:0.0.7 [51985] doesn't provide typescript (p0338f), requested by @solana/codecs
Step #0 - "Build": ➤ YN0002: │ @solana/spl-token-metadata@npm:0.1.6 [51985] doesn't provide typescript (pd8141), requested by @solana/codecs
Step #0 - "Build": ➤ YN0002: │ @unstoppabledomains/ui-components@workspace:packages/ui-components doesn't provide @emotion/react (p99903), requested by tss-react
Step #0 - "Build": ➤ YN0060: │ @unstoppabledomains/ui-components@workspace:packages/ui-components provides @solana/web3.js (pd7b81) with version 1.87.6, which doesn't satisfy what @solana/spl-token and some of its descendants request
Step #0 - "Build": ➤ YN0002: │ @unstoppabledomains/ui-components@workspace:packages/ui-components doesn't provide eslint (p0c427), requested by eslint-plugin-i18n-json
Step #0 - "Build": ➤ YN0002: │ @unstoppabledomains/ui-components@workspace:packages/ui-components doesn't provide ethers (p46768), requested by @pushprotocol/restapi
Step #0 - "Build": ➤ YN0002: │ @unstoppabledomains/ui-components@workspace:packages/ui-components doesn't provide ethers (p079f3), requested by @pushprotocol/socket
Step #0 - "Build": ➤ YN0002: │ @unstoppabledomains/ui-components@workspace:packages/ui-components doesn't provide react-is (p2b8b4), requested by styled-components
Step #0 - "Build": ➤ YN0002: │ @unstoppabledomains/ui-components@workspace:packages/ui-components doesn't provide viem (pd04e0), requested by wagmi
Step #0 - "Build": ➤ YN0002: │ @unstoppabledomains/ui-components@workspace:packages/ui-components [5e2e0] doesn't provide @emotion/react (p17f46), requested by tss-react
Step #0 - "Build": ➤ YN0060: │ @unstoppabledomains/ui-components@workspace:packages/ui-components [5e2e0] provides @solana/web3.js (p4fc38) with version 1.87.6, which doesn't satisfy what @solana/spl-token and some of its descendants request
Step #0 - "Build": ➤ YN0002: │ @unstoppabledomains/ui-components@workspace:packages/ui-components [5e2e0] doesn't provide eslint (p74f7c), requested by eslint-plugin-i18n-json
Step #0 - "Build": ➤ YN0002: │ @unstoppabledomains/ui-components@workspace:packages/ui-components [5e2e0] doesn't provide ethers (pa9cf2), requested by @pushprotocol/restapi
Step #0 - "Build": ➤ YN0002: │ @unstoppabledomains/ui-components@workspace:packages/ui-components [5e2e0] doesn't provide ethers (pbb7c9), requested by @pushprotocol/socket
Step #0 - "Build": ➤ YN0002: │ @unstoppabledomains/ui-components@workspace:packages/ui-components [5e2e0] doesn't provide react-is (p2ad36), requested by styled-components
Step #0 - "Build": ➤ YN0002: │ @unstoppabledomains/ui-components@workspace:packages/ui-components [5e2e0] doesn't provide viem (p9e264), requested by wagmi
Step #0 - "Build": ➤ YN0002: │ babel-plugin-styled-components@npm:2.1.4 [976b4] doesn't provide @babel/core (p68ed8), requested by @babel/plugin-syntax-jsx
Step #0 - "Build": ➤ YN0002: │ dns-over-http-resolver@npm:1.2.3 doesn't provide node-fetch (p89343), requested by native-fetch
Step #0 - "Build": ➤ YN0002: │ domain-profiles@workspace:. doesn't provide postcss (p6a0fd), requested by jest-transform-css
Step #0 - "Build": ➤ YN0002: │ react-code-blocks@npm:0.1.4 [5e2e0] doesn't provide react-dom (pd89de), requested by styled-components
Step #0 - "Build": ➤ YN0002: │ server@workspace:server doesn't provide @emotion/react (p4222a), requested by tss-react
Step #0 - "Build": ➤ YN0002: │ server@workspace:server doesn't provide @mui/material (pe0a55), requested by notistack
Step #0 - "Build": ➤ YN0002: │ server@workspace:server doesn't provide @testing-library/dom (pe05ee), requested by @testing-library/user-event
Step #0 - "Build": ➤ YN0002: │ server@workspace:server doesn't provide css-utilities (p2a9bf), requested by @fenderdigital/react-app-store-button
Step #0 - "Build": ➤ YN0002: │ server@workspace:server doesn't provide icon-library (p615cf), requested by @fenderdigital/react-app-store-button
Step #0 - "Build": ➤ YN0002: │ server@workspace:server doesn't provide react-is (p5563f), requested by styled-components
Step #0 - "Build": ➤ YN0002: │ server@workspace:server doesn't provide viem (p2bff0), requested by wagmi
Step #0 - "Build": ➤ YN0002: │ server@workspace:server doesn't provide web-fonts (pd5fb3), requested by @fenderdigital/react-app-store-button
Step #0 - "Build": ➤ YN0002: │ server@workspace:server doesn't provide webpack (p6f926), requested by terser-webpack-plugin
Step #0 - "Build": ➤ YN0002: │ web3-eth-abi@npm:4.2.3 doesn't provide typescript (p4e3d3), requested by abitype
Step #0 - "Build": ➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code
Step #0 - "Build": ➤ YN0000: └ Completed in 0s 724ms
Step #0 - "Build": ➤ YN0000: ┌ Fetch step
Step #0 - "Build": ➤ YN0013: │ @aashutoshrathi/word-wrap@npm:1.2.6 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @adobe/css-tools@npm:4.3.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @adraffy/ens-normalize@npm:1.10.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @adraffy/ens-normalize@npm:1.10.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @adraffy/ens-normalize@npm:1.9.4 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @adobe/css-tools@npm:4.3.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @adraffy/ens-normalize@npm:1.10.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @adraffy/ens-normalize@npm:1.10.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @adraffy/ens-normalize@npm:1.9.4 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @ambire/signature-validator@npm:1.3.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @adraffy/ens-normalize@npm:1.10.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @adraffy/ens-normalize@npm:1.10.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @adraffy/ens-normalize@npm:1.9.4 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @ambire/signature-validator@npm:1.3.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @ampproject/remapping@npm:2.2.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @adraffy/ens-normalize@npm:1.10.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @adraffy/ens-normalize@npm:1.9.4 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @ambire/signature-validator@npm:1.3.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @ampproject/remapping@npm:2.2.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @assemblyscript/loader@npm:0.9.4 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @adraffy/ens-normalize@npm:1.9.4 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @ambire/signature-validator@npm:1.3.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @ampproject/remapping@npm:2.2.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @assemblyscript/loader@npm:0.9.4 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/code-frame@npm:7.22.13 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @ambire/signature-validator@npm:1.3.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @ampproject/remapping@npm:2.2.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @assemblyscript/loader@npm:0.9.4 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/code-frame@npm:7.22.13 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/compat-data@npm:7.22.20 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @ampproject/remapping@npm:2.2.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @assemblyscript/loader@npm:0.9.4 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/code-frame@npm:7.22.13 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/compat-data@npm:7.22.20 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/core@npm:7.13.10 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @assemblyscript/loader@npm:0.9.4 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/code-frame@npm:7.22.13 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/compat-data@npm:7.22.20 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/core@npm:7.13.10 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/core@npm:7.23.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/code-frame@npm:7.22.13 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/compat-data@npm:7.22.20 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/core@npm:7.13.10 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/core@npm:7.23.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/generator@npm:7.13.9 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/compat-data@npm:7.22.20 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/core@npm:7.13.10 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/core@npm:7.23.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/generator@npm:7.13.9 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/generator@npm:7.23.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/core@npm:7.13.10 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/core@npm:7.23.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/generator@npm:7.13.9 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/generator@npm:7.23.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-annotate-as-pure@npm:7.22.5 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/core@npm:7.23.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/generator@npm:7.13.9 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/generator@npm:7.23.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-annotate-as-pure@npm:7.22.5 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-compilation-targets@npm:7.22.15 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/generator@npm:7.13.9 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/generator@npm:7.23.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-annotate-as-pure@npm:7.22.5 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-compilation-targets@npm:7.22.15 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-environment-visitor@npm:7.22.20 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/generator@npm:7.23.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-annotate-as-pure@npm:7.22.5 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-compilation-targets@npm:7.22.15 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-environment-visitor@npm:7.22.20 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-function-name@npm:7.23.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-annotate-as-pure@npm:7.22.5 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-compilation-targets@npm:7.22.15 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-environment-visitor@npm:7.22.20 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-function-name@npm:7.23.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-hoist-variables@npm:7.22.5 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-compilation-targets@npm:7.22.15 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-environment-visitor@npm:7.22.20 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-function-name@npm:7.23.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-hoist-variables@npm:7.22.5 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-module-imports@npm:7.22.15 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-environment-visitor@npm:7.22.20 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-function-name@npm:7.23.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-hoist-variables@npm:7.22.5 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-module-imports@npm:7.22.15 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-module-transforms@npm:7.23.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-function-name@npm:7.23.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-hoist-variables@npm:7.22.5 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-module-imports@npm:7.22.15 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-module-transforms@npm:7.23.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-plugin-utils@npm:7.22.5 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-hoist-variables@npm:7.22.5 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-module-imports@npm:7.22.15 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-module-transforms@npm:7.23.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-plugin-utils@npm:7.22.5 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-simple-access@npm:7.22.5 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-module-imports@npm:7.22.15 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-module-transforms@npm:7.23.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-plugin-utils@npm:7.22.5 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-simple-access@npm:7.22.5 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-split-export-declaration@npm:7.22.6 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-module-transforms@npm:7.23.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-plugin-utils@npm:7.22.5 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-simple-access@npm:7.22.5 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-split-export-declaration@npm:7.22.6 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-string-parser@npm:7.22.5 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-plugin-utils@npm:7.22.5 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-simple-access@npm:7.22.5 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-split-export-declaration@npm:7.22.6 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-string-parser@npm:7.22.5 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-validator-identifier@npm:7.22.20 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-simple-access@npm:7.22.5 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-split-export-declaration@npm:7.22.6 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-string-parser@npm:7.22.5 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-validator-identifier@npm:7.22.20 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-validator-option@npm:7.22.15 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-split-export-declaration@npm:7.22.6 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-string-parser@npm:7.22.5 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-validator-identifier@npm:7.22.20 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-validator-option@npm:7.22.15 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helpers@npm:7.23.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-string-parser@npm:7.22.5 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-validator-identifier@npm:7.22.20 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-validator-option@npm:7.22.15 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helpers@npm:7.23.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helpers@npm:7.23.2 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-validator-identifier@npm:7.22.20 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-validator-option@npm:7.22.15 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helpers@npm:7.23.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helpers@npm:7.23.2 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/highlight@npm:7.22.20 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helper-validator-option@npm:7.22.15 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helpers@npm:7.23.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helpers@npm:7.23.2 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/highlight@npm:7.22.20 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/parser@npm:7.14.6 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helpers@npm:7.23.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helpers@npm:7.23.2 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/highlight@npm:7.22.20 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/parser@npm:7.14.6 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/parser@npm:7.23.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ @babel/helpers@npm:7.23.2 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN001
...
[Logs truncated due to log size limitations. For full logs, see https://storage.cloud.google.com/ud-staging-cloudbuild-logs/log-8806f356-9942-4890-b458-c535fe200548.txt.]
...
gistry
Step #0 - "Build": ➤ YN0013: │ yaml@npm:1.10.2 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yaml@npm:2.3.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yaml@npm:2.3.2 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yaml@npm:2.3.3 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yargs-parser@npm:18.1.3 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yaml@npm:2.3.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yaml@npm:2.3.2 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yaml@npm:2.3.3 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yargs-parser@npm:18.1.3 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yargs-parser@npm:20.2.9 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yaml@npm:2.3.2 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yaml@npm:2.3.3 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yargs-parser@npm:18.1.3 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yargs-parser@npm:20.2.9 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yargs-parser@npm:21.1.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yaml@npm:2.3.3 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yargs-parser@npm:18.1.3 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yargs-parser@npm:20.2.9 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yargs-parser@npm:21.1.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yargs@npm:15.4.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yargs-parser@npm:18.1.3 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yargs-parser@npm:20.2.9 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yargs-parser@npm:21.1.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yargs@npm:15.4.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yargs@npm:17.7.2 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yargs-parser@npm:20.2.9 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yargs-parser@npm:21.1.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yargs@npm:15.4.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yargs@npm:17.7.2 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yn@npm:3.1.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yargs-parser@npm:21.1.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yargs@npm:15.4.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yargs@npm:17.7.2 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yn@npm:3.1.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yocto-queue@npm:0.1.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yargs@npm:15.4.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yargs@npm:17.7.2 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yn@npm:3.1.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yocto-queue@npm:0.1.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ zod@npm:3.23.8 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yargs@npm:17.7.2 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yn@npm:3.1.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yocto-queue@npm:0.1.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ zod@npm:3.23.8 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ zustand@npm:4.4.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yn@npm:3.1.1 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yocto-queue@npm:0.1.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ zod@npm:3.23.8 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ zustand@npm:4.4.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ zustand@npm:4.4.3 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ yocto-queue@npm:0.1.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ zod@npm:3.23.8 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ zustand@npm:4.4.0 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ zustand@npm:4.4.3 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0013: │ zwitch@npm:2.0.4 can't be found in the cache and will be fetched from the remote registry
Step #0 - "Build": ➤ YN0000: └ Completed in 3m 33s
Step #0 - "Build": ➤ YN0000: ┌ Link step
Step #0 - "Build": ➤ YN0007: │ @swc/core@npm:1.3.93 [a9f92] must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ es5-ext@npm:0.10.62 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ secp256k1@npm:5.0.0 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ swiper@npm:8.4.7 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ bigint-buffer@npm:1.1.5 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ protobufjs@npm:7.2.5 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ bufferutil@npm:4.0.5 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ secp256k1@npm:4.0.3 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ utf-8-validate@npm:5.0.7 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ protobufjs@npm:6.11.4 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ bufferutil@npm:4.0.8 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ utf-8-validate@npm:5.0.10 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ secp256k1@npm:3.8.0 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ @trufflesuite/bigint-buffer@npm:1.1.10 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ bufferutil@npm:4.0.7 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ utf-8-validate@npm:6.0.3 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ keccak@npm:3.0.2 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ leveldown@npm:6.1.0 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ core-js@npm:3.33.0 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ keccak@npm:3.0.4 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ uns@https://github.com/unstoppabledomains/uns.git#commit=b066dafdacfc783d7027ae9c0d80ae8e37fc3e5c must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0000: └ Completed in 1m 26s
Step #0 - "Build": ➤ YN0000: Done with warnings in 4m 59s
Step #0 - "Build": Removing intermediate container c2fb0dc8be99
Step #0 - "Build":  ---> 27255198fc8b
Step #0 - "Build": Step 17/28 : RUN yarn build
Step #0 - "Build":  ---> Running in 5608321496d4
Step #0 - "Build": Removing intermediate container 5608321496d4
Step #0 - "Build":  ---> 2ef788b5c886
Step #0 - "Build": Step 18/28 : RUN NODE_ENV=production yarn workspace server build:next
Step #0 - "Build":  ---> Running in eea5e097bab6
Step #0 - "Build": info  - Loaded env from /app/server/.env
Step #0 - "Build": �[91mwarn  - You have enabled experimental features (externalDir, forceSwcTransforms) in next.config.js.
Step #0 - "Build": warn  - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use at your own risk.
Step #0 - "Build": 
Step #0 - "Build": �[0minfo  - Skipping validation of types
Step #0 - "Build": info  - Linting...
Step #0 - "Build": info  - Creating an optimized production build...
Step #0 - "Build": �[91mBrowserslist: caniuse-lite is outdated. Please run:
Step #0 - "Build":   npx browserslist@latest --update-db
Step #0 - "Build":   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
Step #0 - "Build": �[0m�[91mwarn  - Production code optimization has been disabled in your project. Read more: https://nextjs.org/docs/messages/minification-disabled
Step #0 - "Build": �[0m�[91mBrowserslist: caniuse-lite is outdated. Please run:
Step #0 - "Build":   npx browserslist@latest --update-db
Step #0 - "Build":   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
Step #0 - "Build": �[0minfo  - Compiled successfully
Step #0 - "Build": info  - Collecting page data...
Step #0 - "Build": info  - Generating static pages (0/12)
Step #0 - "Build": info  - Generating static pages (3/12)
Step #0 - "Build": info  - Generating static pages (6/12)
Step #0 - "Build": info  - Generating static pages (9/12)
Step #0 - "Build": info  - Generating static pages (12/12)
Step #0 - "Build": info  - Finalizing page optimization...
Step #0 - "Build": 
Step #0 - "Build": Route (pages)                              Size     First Load JS
Step #0 - "Build": ┌ ○ /                                      2.5 kB         2.46 MB
Step #0 - "Build": ├   /_app                                  0 B            2.46 MB
Step #0 - "Build": ├ λ /[domain]                              27.1 kB        2.49 MB
Step #0 - "Build": ├ ○ /404                                   233 B          2.46 MB
Step #0 - "Build": ├ λ /badge/[badgeCode]                     3.85 kB        2.46 MB
Step #0 - "Build": ├ λ /config                                530 B          2.46 MB
Step #0 - "Build": ├ ○ /examples/domain-management            25.8 kB        2.49 MB
Step #0 - "Build": ├ ○ /examples/unstoppable-messaging        25.5 kB        2.49 MB
Step #0 - "Build": └ ○ /wallet                                5.8 kB         2.47 MB
Step #0 - "Build": + First Load JS shared by all              2.47 MB
Step #0 - "Build":   ├ chunks/main-9863b3e0432b16a1.js        86.2 kB
Step #0 - "Build":   ├ chunks/pages/_app-8f69c8f24e09154d.js  2.37 MB
Step #0 - "Build":   └ css/e98fe053d2facd26.css               5.2 kB
Step #0 - "Build": 
Step #0 - "Build": λ  (Server)  server-side renders at runtime (uses getInitialProps or getServerSideProps)
Step #0 - "Build": ○  (Static)  automatically rendered as static HTML (uses no initial props)
Step #0 - "Build": 
Step #0 - "Build": Removing intermediate container eea5e097bab6
Step #0 - "Build":  ---> 6741a3ce6f55
Step #0 - "Build": Step 19/28 : RUN rm -rf node_modules   && NODE_ENV=production yarn install
Step #0 - "Build":  ---> Running in 775f71e5391f
Step #0 - "Build": ➤ YN0000: ┌ Project validation
Step #0 - "Build": ➤ YN0057: │ server: Resolutions field will be ignored
Step #0 - "Build": ➤ YN0000: └ Completed
Step #0 - "Build": ➤ YN0000: ┌ Resolution step
Step #0 - "Build": ➤ YN0002: │ @solana/codecs@npm:2.0.0-rc.1 [20535] doesn't provide fastestsmallesttextencoderdecoder (ped93b), requested by @solana/codecs-strings
Step #0 - "Build": ➤ YN0002: │ @solana/options@npm:2.0.0-rc.1 [28ab8] doesn't provide fastestsmallesttextencoderdecoder (p228fb), requested by @solana/codecs-strings
Step #0 - "Build": ➤ YN0002: │ @solana/spl-token-group@npm:0.0.7 [51985] doesn't provide typescript (p0338f), requested by @solana/codecs
Step #0 - "Build": ➤ YN0002: │ @solana/spl-token-metadata@npm:0.1.6 [51985] doesn't provide typescript (pd8141), requested by @solana/codecs
Step #0 - "Build": ➤ YN0002: │ @unstoppabledomains/ui-components@workspace:packages/ui-components doesn't provide @emotion/react (p99903), requested by tss-react
Step #0 - "Build": ➤ YN0060: │ @unstoppabledomains/ui-components@workspace:packages/ui-components provides @solana/web3.js (pd7b81) with version 1.87.6, which doesn't satisfy what @solana/spl-token and some of its descendants request
Step #0 - "Build": ➤ YN0002: │ @unstoppabledomains/ui-components@workspace:packages/ui-components doesn't provide eslint (p0c427), requested by eslint-plugin-i18n-json
Step #0 - "Build": ➤ YN0002: │ @unstoppabledomains/ui-components@workspace:packages/ui-components doesn't provide ethers (p46768), requested by @pushprotocol/restapi
Step #0 - "Build": ➤ YN0002: │ @unstoppabledomains/ui-components@workspace:packages/ui-components doesn't provide ethers (p079f3), requested by @pushprotocol/socket
Step #0 - "Build": ➤ YN0002: │ @unstoppabledomains/ui-components@workspace:packages/ui-components doesn't provide react-is (p2b8b4), requested by styled-components
Step #0 - "Build": ➤ YN0002: │ @unstoppabledomains/ui-components@workspace:packages/ui-components doesn't provide viem (pd04e0), requested by wagmi
Step #0 - "Build": ➤ YN0002: │ @unstoppabledomains/ui-components@workspace:packages/ui-components [5e2e0] doesn't provide @emotion/react (p17f46), requested by tss-react
Step #0 - "Build": ➤ YN0060: │ @unstoppabledomains/ui-components@workspace:packages/ui-components [5e2e0] provides @solana/web3.js (p4fc38) with version 1.87.6, which doesn't satisfy what @solana/spl-token and some of its descendants request
Step #0 - "Build": ➤ YN0002: │ @unstoppabledomains/ui-components@workspace:packages/ui-components [5e2e0] doesn't provide eslint (p74f7c), requested by eslint-plugin-i18n-json
Step #0 - "Build": ➤ YN0002: │ @unstoppabledomains/ui-components@workspace:packages/ui-components [5e2e0] doesn't provide ethers (pa9cf2), requested by @pushprotocol/restapi
Step #0 - "Build": ➤ YN0002: │ @unstoppabledomains/ui-components@workspace:packages/ui-components [5e2e0] doesn't provide ethers (pbb7c9), requested by @pushprotocol/socket
Step #0 - "Build": ➤ YN0002: │ @unstoppabledomains/ui-components@workspace:packages/ui-components [5e2e0] doesn't provide react-is (p2ad36), requested by styled-components
Step #0 - "Build": ➤ YN0002: │ @unstoppabledomains/ui-components@workspace:packages/ui-components [5e2e0] doesn't provide viem (p9e264), requested by wagmi
Step #0 - "Build": ➤ YN0002: │ babel-plugin-styled-components@npm:2.1.4 [976b4] doesn't provide @babel/core (p68ed8), requested by @babel/plugin-syntax-jsx
Step #0 - "Build": ➤ YN0002: │ dns-over-http-resolver@npm:1.2.3 doesn't provide node-fetch (p89343), requested by native-fetch
Step #0 - "Build": ➤ YN0002: │ domain-profiles@workspace:. doesn't provide postcss (p6a0fd), requested by jest-transform-css
Step #0 - "Build": ➤ YN0002: │ react-code-blocks@npm:0.1.4 [5e2e0] doesn't provide react-dom (pd89de), requested by styled-components
Step #0 - "Build": ➤ YN0002: │ server@workspace:server doesn't provide @emotion/react (p4222a), requested by tss-react
Step #0 - "Build": ➤ YN0002: │ server@workspace:server doesn't provide @mui/material (pe0a55), requested by notistack
Step #0 - "Build": ➤ YN0002: │ server@workspace:server doesn't provide @testing-library/dom (pe05ee), requested by @testing-library/user-event
Step #0 - "Build": ➤ YN0002: │ server@workspace:server doesn't provide css-utilities (p2a9bf), requested by @fenderdigital/react-app-store-button
Step #0 - "Build": ➤ YN0002: │ server@workspace:server doesn't provide icon-library (p615cf), requested by @fenderdigital/react-app-store-button
Step #0 - "Build": ➤ YN0002: │ server@workspace:server doesn't provide react-is (p5563f), requested by styled-components
Step #0 - "Build": ➤ YN0002: │ server@workspace:server doesn't provide viem (p2bff0), requested by wagmi
Step #0 - "Build": ➤ YN0002: │ server@workspace:server doesn't provide web-fonts (pd5fb3), requested by @fenderdigital/react-app-store-button
Step #0 - "Build": ➤ YN0002: │ server@workspace:server doesn't provide webpack (p6f926), requested by terser-webpack-plugin
Step #0 - "Build": ➤ YN0002: │ web3-eth-abi@npm:4.2.3 doesn't provide typescript (p4e3d3), requested by abitype
Step #0 - "Build": ➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code
Step #0 - "Build": ➤ YN0000: └ Completed in 0s 782ms
Step #0 - "Build": ➤ YN0000: ┌ Fetch step
Step #0 - "Build": ➤ YN0000: └ Completed in 1s 909ms
Step #0 - "Build": ➤ YN0000: ┌ Link step
Step #0 - "Build": ➤ YN0007: │ @swc/core@npm:1.3.93 [a9f92] must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ es5-ext@npm:0.10.62 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ secp256k1@npm:5.0.0 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ swiper@npm:8.4.7 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ bigint-buffer@npm:1.1.5 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ protobufjs@npm:7.2.5 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ bufferutil@npm:4.0.5 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ secp256k1@npm:4.0.3 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ utf-8-validate@npm:5.0.7 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ protobufjs@npm:6.11.4 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ bufferutil@npm:4.0.8 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ utf-8-validate@npm:5.0.10 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ secp256k1@npm:3.8.0 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ @trufflesuite/bigint-buffer@npm:1.1.10 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ bufferutil@npm:4.0.7 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ utf-8-validate@npm:6.0.3 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ keccak@npm:3.0.2 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ leveldown@npm:6.1.0 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ core-js@npm:3.33.0 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ keccak@npm:3.0.4 must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0007: │ uns@https://github.com/unstoppabledomains/uns.git#commit=b066dafdacfc783d7027ae9c0d80ae8e37fc3e5c must be built because it never has been before or the last one failed
Step #0 - "Build": ➤ YN0000: └ Completed in 1m 21s
Step #0 - "Build": ➤ YN0000: Done with warnings in 1m 24s
Step #0 - "Build": Removing intermediate container 775f71e5391f
Step #0 - "Build":  ---> e0744ee95d4f
Step #0 - "Build": Step 20/28 : RUN rm -rf .yarn/cache
Step #0 - "Build":  ---> Running in 1b5c856db03e
Step #0 - "Build": Removing intermediate container 1b5c856db03e
Step #0 - "Build":  ---> f6b45c0f39ed
Step #0 - "Build": Step 21/28 : FROM node:16-alpine
Step #0 - "Build": 16-alpine: Pulling from library/node
Step #0 - "Build": 7264a8db6415: Already exists
Step #0 - "Build": eee371b9ce3f: Pulling fs layer
Step #0 - "Build": 93b3025fe103: Pulling fs layer
Step #0 - "Build": d9059661ce70: Pulling fs layer
Step #0 - "Build": 93b3025fe103: Verifying Checksum
Step #0 - "Build": 93b3025fe103: Download complete
Step #0 - "Build": d9059661ce70: Verifying Checksum
Step #0 - "Build": d9059661ce70: Download complete
Step #0 - "Build": eee371b9ce3f: Verifying Checksum
Step #0 - "Build": eee371b9ce3f: Download complete
Step #0 - "Build": eee371b9ce3f: Pull complete
Step #0 - "Build": 93b3025fe103: Pull complete
Step #0 - "Build": d9059661ce70: Pull complete
Step #0 - "Build": Digest: sha256:a1f9d027912b58a7c75be7716c97cfbc6d3099f3a97ed84aa490be9dee20e787
Step #0 - "Build": Status: Downloaded newer image for node:16-alpine
Step #0 - "Build":  ---> 2573171e0124
Step #0 - "Build": Step 22/28 : ARG service
Step #0 - "Build":  ---> Running in edd121066a0e
Step #0 - "Build": Removing intermediate container edd121066a0e
Step #0 - "Build":  ---> d0430ec2beb3
Step #0 - "Build": Step 23/28 : ENV NEXT_TELEMETRY_DISABLED 1
Step #0 - "Build":  ---> Running in e1f0f2bcf1a4
Step #0 - "Build": Removing intermediate container e1f0f2bcf1a4
Step #0 - "Build":  ---> be5656e1ce60
Step #0 - "Build": Step 24/28 : ENV YARN_IGNORE_NODE 1
Step #0 - "Build":  ---> Running in 22e0365573a4
Step #0 - "Build": Removing intermediate container 22e0365573a4
Step #0 - "Build":  ---> c7c282d2da17
Step #0 - "Build": Step 25/28 : RUN yarn set version 3.2.0
Step #0 - "Build":  ---> Running in f4fb269ae272
Step #0 - "Build": ➤ YN0000: You don't seem to have Corepack enabled; we'll have to rely on yarnPath instead
Step #0 - "Build": ➤ YN0000: Downloading https://repo.yarnpkg.com/3.2.0/packages/yarnpkg-cli/bin/yarn.js
Step #0 - "Build": ➤ YN0000: Saving the new release in .yarn/releases/yarn-3.2.0.cjs
Step #0 - "Build": ➤ YN0000: Done with warnings in 0s 277ms
Step #0 - "Build": Removing intermediate container f4fb269ae272
Step #0 - "Build":  ---> 9437cb9962ce
Step #0 - "Build": Step 26/28 : WORKDIR /app
Step #0 - "Build":  ---> Running in fe9f2fa1a63f
Step #0 - "Build": Removing intermediate container fe9f2fa1a63f
Step #0 - "Build":  ---> 2258c50fb820
Step #0 - "Build": Step 27/28 : COPY --from=builder /app .
Step #0 - "Build":  ---> 6d0f98e20054
Step #0 - "Build": Step 28/28 : CMD ["yarn", "workspace", "server", "run", "start"]
Step #0 - "Build":  ---> Running in 2886c2ad48ac
Step #0 - "Build": Removing intermediate container 2886c2ad48ac
Step #0 - "Build":  ---> 55ef82cce039
Step #0 - "Build": Successfully built 55ef82cce039
Step #0 - "Build": Successfully tagged us-central1-docker.pkg.dev/unstoppable-domains-staging/cloud-run-source-deploy/domain-profiles/domain-profiles:45ddcdf3289b65c42ec42c0228551b7ee9b16a27
Finished Step #0 - "Build"
Starting Step #1 - "Push"
Step #1 - "Push": Already have image (with digest): gcr.io/cloud-builders/docker
Step #1 - "Push": The push refers to repository [us-central1-docker.pkg.dev/unstoppable-domains-staging/cloud-run-source-deploy/domain-profiles/domain-profiles]
Step #1 - "Push": 13cf343ec934: Preparing
Step #1 - "Push": 058f6cca7866: Preparing
Step #1 - "Push": c04817e0ea26: Preparing
Step #1 - "Push": 365ccd918307: Preparing
Step #1 - "Push": 1bba629c69e9: Preparing
Step #1 - "Push": 139c1270acf1: Preparing
Step #1 - "Push": 4693057ce236: Preparing
Step #1 - "Push": 139c1270acf1: Waiting
Step #1 - "Push": 4693057ce236: Waiting
Step #1 - "Push": 365ccd918307: Layer already exists
Step #1 - "Push": 1bba629c69e9: Layer already exists
Step #1 - "Push": 139c1270acf1: Layer already exists
Step #1 - "Push": 4693057ce236: Layer already exists
Step #1 - "Push": 058f6cca7866: Pushed
Step #1 - "Push": c04817e0ea26: Pushed
Step #1 - "Push": 13cf343ec934: Pushed
Step #1 - "Push": 45ddcdf3289b65c42ec42c0228551b7ee9b16a27: digest: sha256:895c2eb14b8458be0429b1469cd69051adf3e5159a3e7fc5ea962c6dd21c8f5d size: 1788
Finished Step #1 - "Push"
Starting Step #2 - "Deploy"
Step #2 - "Deploy": Pulling image: gcr.io/google.com/cloudsdktool/cloud-sdk:slim
Step #2 - "Deploy": slim: Pulling from google.com/cloudsdktool/cloud-sdk
Step #2 - "Deploy": 908b9e25258b: Already exists
Step #2 - "Deploy": 3fba0aea6761: Pulling fs layer
Step #2 - "Deploy": ef8233a3d1b1: Pulling fs layer
Step #2 - "Deploy": 43b74431a563: Pulling fs layer
Step #2 - "Deploy": e7e24430c804: Pulling fs layer
Step #2 - "Deploy": 2ba1ac3b9be4: Pulling fs layer
Step #2 - "Deploy": e7e24430c804: Waiting
Step #2 - "Deploy": 2ba1ac3b9be4: Waiting
Step #2 - "Deploy": 43b74431a563: Verifying Checksum
Step #2 - "Deploy": 43b74431a563: Download complete
Step #2 - "Deploy": 3fba0aea6761: Verifying Checksum
Step #2 - "Deploy": 3fba0aea6761: Download complete
Step #2 - "Deploy": ef8233a3d1b1: Verifying Checksum
Step #2 - "Deploy": ef8233a3d1b1: Download complete
Step #2 - "Deploy": 2ba1ac3b9be4: Verifying Checksum
Step #2 - "Deploy": 2ba1ac3b9be4: Download complete
Step #2 - "Deploy": 3fba0aea6761: Pull complete
Step #2 - "Deploy": ef8233a3d1b1: Pull complete
Step #2 - "Deploy": 43b74431a563: Pull complete
Step #2 - "Deploy": e7e24430c804: Verifying Checksum
Step #2 - "Deploy": e7e24430c804: Download complete
Step #2 - "Deploy": e7e24430c804: Pull complete
Step #2 - "Deploy": 2ba1ac3b9be4: Pull complete
Step #2 - "Deploy": Digest: sha256:3ca904bc3dfd7bea047bf5f667a7423d46be8fa291da8a09c94bd316fc25a087
Step #2 - "Deploy": Status: Downloaded newer image for gcr.io/google.com/cloudsdktool/cloud-sdk:slim
Step #2 - "Deploy": gcr.io/google.com/cloudsdktool/cloud-sdk:slim
Step #2 - "Deploy": Deploying container to Cloud Run service [domain-profiles] in project [unstoppable-domains-staging] region [us-central1]
Step #2 - "Deploy": Deploying...
Step #2 - "Deploy": Setting IAM Policy.........done
Step #2 - "Deploy": Creating Revision....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................done
Step #2 - "Deploy": Routing traffic.....done
Step #2 - "Deploy": Done.
Step #2 - "Deploy": Service [domain-profiles] revision [domain-profiles-00948-xgz] has been deployed and is serving 100 percent of traffic.
Step #2 - "Deploy": Service URL: https://domain-profiles-241559334828.us-central1.run.app
Finished Step #2 - "Deploy"
PUSH
Pushing us-central1-docker.pkg.dev/unstoppable-domains-staging/cloud-run-source-deploy/domain-profiles/domain-profiles:45ddcdf3289b65c42ec42c0228551b7ee9b16a27
The push refers to repository [us-central1-docker.pkg.dev/unstoppable-domains-staging/cloud-run-source-deploy/domain-profiles/domain-profiles]
13cf343ec934: Preparing
058f6cca7866: Preparing
c04817e0ea26: Preparing
365ccd918307: Preparing
1bba629c69e9: Preparing
139c1270acf1: Preparing
4693057ce236: Preparing
139c1270acf1: Waiting
4693057ce236: Waiting
c04817e0ea26: Layer already exists
13cf343ec934: Layer already exists
058f6cca7866: Layer already exists
365ccd918307: Layer already exists
1bba629c69e9: Layer already exists
4693057ce236: Layer already exists
139c1270acf1: Layer already exists
45ddcdf3289b65c42ec42c0228551b7ee9b16a27: digest: sha256:895c2eb14b8458be0429b1469cd69051adf3e5159a3e7fc5ea962c6dd21c8f5d size: 1788
DONE

Build Log: https://storage.cloud.google.com/ud-staging-cloudbuild-logs/log-8806f356-9942-4890-b458-c535fe200548.txt