Skip to main content

Deploy details

Deploy successful for learnlocker

refactoring post reaction logic

PR #362: installing_rocket_log@dafb030

Deploy log

2:59:08 AM: Build ready to start
2:59:10 AM: build-image version: 6ebfb829398e07eb99ad5455777162ff19838822 (xenial)
2:59:10 AM: build-image tag: v3.10.5
2:59:10 AM: buildbot version: 274393d99321dce70cad49d957bff8f0629eb049
2:59:11 AM: Fetching cached dependencies
2:59:11 AM: Starting to download cache of 136.5MB
2:59:12 AM: Finished downloading cache in 1.58829436s
2:59:12 AM: Starting to extract cache
2:59:19 AM: Finished extracting cache in 7.022129075s
2:59:19 AM: Finished fetching cache in 8.636647472s
2:59:19 AM: Starting to prepare the repo for build
2:59:20 AM: Preparing Git Reference pull/362/head
2:59:20 AM: Parsing package.json dependencies
2:59:21 AM: Different publish path detected, going to use the one specified in the Netlify configuration file: 'build' versus '' in the Netlify UI
2:59:21 AM: Starting build script
2:59:22 AM: Installing dependencies
2:59:22 AM: Python version set to 2.7
2:59:22 AM: Started restoring cached node version
2:59:25 AM: Finished restoring cached node version
2:59:26 AM: v12.18.0 is already installed.
2:59:27 AM: Now using node v12.18.0 (npm v6.14.4)
2:59:27 AM: Started restoring cached build plugins
2:59:27 AM: Finished restoring cached build plugins
2:59:27 AM: Attempting ruby version 2.7.2, read from environment
2:59:29 AM: Using ruby version 2.7.2
2:59:29 AM: Using PHP version 5.6
2:59:29 AM: WARNING: The environment variable 'NODE_ENV' is set to 'production'. Any 'devDependencies' in package.json will not be installed
2:59:29 AM: Started restoring cached node modules
2:59:29 AM: Finished restoring cached node modules
2:59:30 AM: Started restoring cached go cache
2:59:30 AM: Finished restoring cached go cache
2:59:30 AM: go version go1.14.4 linux/amd64
2:59:30 AM: go version go1.14.4 linux/amd64
2:59:30 AM: Installing missing commands
2:59:30 AM: Verify run directory
2:59:32 AM:
2:59:32 AM: ────────────────────────────────────────────────────────────────
2:59:32 AM: Netlify Build
2:59:32 AM: ────────────────────────────────────────────────────────────────
2:59:32 AM:
2:59:32 AM: ❯ Version
2:59:32 AM: @netlify/build 26.3.12
2:59:32 AM:
2:59:32 AM: ❯ Flags
2:59:32 AM: baseRelDir: true
2:59:32 AM: buildId: 621d8bfc81575c0008592386
2:59:32 AM: deployId: 621d8bfc81575c0008592388
2:59:32 AM:
2:59:32 AM: ❯ Current directory
2:59:32 AM: /opt/build/repo
2:59:32 AM:
2:59:32 AM: ❯ Config file
2:59:32 AM: /opt/build/repo/netlify.toml
2:59:32 AM:
2:59:32 AM: ❯ Context
2:59:32 AM: deploy-preview
2:59:32 AM:
2:59:32 AM: ────────────────────────────────────────────────────────────────
2:59:32 AM: 1. build.command from netlify.toml
2:59:32 AM: ────────────────────────────────────────────────────────────────
2:59:32 AM: ​
2:59:32 AM: $ npm run build
2:59:32 AM: > client@0.1.0 build /opt/build/repo
2:59:32 AM: > react-scripts build
2:59:34 AM: Creating an optimized production build...
3:00:06 AM: Compiled with warnings.
3:00:06 AM:
3:00:06 AM: src/App/index.js
3:00:06 AM: Line 67:6: React Hook useEffect has missing dependencies: 'createComment', 'deleteComment', 'fetchAuth', and 'receivingNotifications'. Either include them or remove the dependency array react-hooks/exhaustive-deps
3:00:06 AM: src/App/store/appActions.js
3:00:06 AM: Line 66:5: Expected a 'break' statement before 'default' no-fallthrough
3:00:06 AM: src/components/Card/index.js
3:00:06 AM: Line 21:10: 'isPin' is assigned a value but never used no-unused-vars
3:00:06 AM: Line 21:17: 'setPin' is assigned a value but never used no-unused-vars
3:00:06 AM: src/containers/Feed/Post/FeedBar.js
3:00:06 AM: Line 25:6: React Hook useEffect has a missing dependency: 'post'. Either include it or remove the dependency array react-hooks/exhaustive-deps
3:00:06 AM: Line 37:7: Expected a 'break' statement before 'default' no-fallthrough
3:00:06 AM: src/containers/Feed/Post/FeedModal.js
3:00:06 AM: Line 21:6: React Hook useEffect has missing dependencies: 'postId' and 'type'. Either include them or remove the dependency array react-hooks/exhaustive-deps
3:00:06 AM: src/containers/Goal/GoalModal.js
3:00:06 AM: Line 2:8: 'PropTypes' is defined but never used no-unused-vars
3:00:06 AM: src/containers/Goal/index.js
3:00:06 AM: Line 2:8: 'PropTypes' is defined but never used no-unused-vars
3:00:06 AM: Line 36:9: 'closeOnEsc' is assigned a value but never used no-unused-vars
3:00:06 AM: src/containers/Pin.js
3:00:06 AM: Line 10:34: 'deleteGoal' is defined but never used no-unused-vars
3:00:06 AM: src/containers/Search.js
3:00:06 AM: Line 40:6: React Hook useEffect has missing dependencies: 'resetSearchTerm' and 'searchTerm.length'. Either include them or remove the dependency array react-hooks/exhaustive-deps
3:00:06 AM: src/pages/Browse/components/Items.js
3:00:06 AM: Line 29:6: React Hook useEffect has missing dependencies: 'resetIframe' and 'type'. Either include them or remove the dependency array react-hooks/exhaustive-deps
3:00:06 AM: Line 51:6: React Hook useEffect has missing dependencies: 'didMount', 'search', 'searchTerm', and 'type'. Either include them or remove the dependency array react-hooks/exhaustive-deps
3:00:06 AM: src/pages/Browse/index.js
3:00:06 AM: Line 54:6: React Hook useEffect has missing dependencies: 'articleOffset', 'articles.length', 'bookOffset', 'books.length', 'coursePage', 'courses.length', 'fetchArticles', 'fetchBooks', 'fetchCourses', 'fetchPodcasts', 'fetchVideos', 'podcastOffset', 'podcasts.length', 'searchTerm', 'videoPageToken', and 'videos.length'. Either include them or remove the dependency array react-hooks/exhaustive-deps
3:00:06 AM: src/pages/HashTag/index.js
3:00:06 AM: Line 28:6: React Hook useEffect has missing dependencies: 'dispatch', 'fetchTagPosts', and 'match.params.tag'. Either include them or remove the dependency array react-hooks/exhaustive-deps
3:00:06 AM: src/pages/Home/index.js
3:00:06 AM: Line 49:6: React Hook useEffect has missing dependencies: 'auth.id', 'dispatch', 'fetchFeed', 'fetchFollowers', 'fetchFollowing', 'fetchMyTags', 'fetchPostCount', 'fetchSuggested', 'fetchTopTags', 'following.length', and 'topTags.length'. Either include them or remove the dependency array react-hooks/exhaustive-deps
3:00:06 AM: Line 102:15: The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
3:00:06 AM: src/pages/Locker/index.js
3:00:06 AM: Line 36:6: React Hook useEffect has missing dependencies: 'dispatch', 'location', and 'userId'. Either include them or remove the dependency array react-hooks/exhaustive-deps
3:00:06 AM: src/pages/Navbar/components/NavRight.js
3:00:06 AM: Line 56:6: React Hook useEffect has missing dependencies: 'isSearch', 'resetSearchTerm', 'searchTerm.length', and 'setSearchOff'. Either include them or remove the dependency array react-hooks/exhaustive-deps
3:00:06 AM: src/pages/Notifications/components/Notifications.js
3:00:06 AM: Line 11:6: React Hook useEffect has a missing dependency: 'readNotifications'. Either include it or remove the dependency array react-hooks/exhaustive-deps
3:00:06 AM: Line 13:5: Expected a default case default-case
3:00:06 AM: src/pages/Notifications/index.js
3:00:07 AM: Creating deploy upload records
3:00:06 AM: Line 19:6: React Hook useEffect has a missing dependency: 'getNotifications'. Either include it or remove the dependency array react-hooks/exhaustive-deps
3:00:06 AM: src/pages/Profile/index.js
3:00:06 AM: Line 57:6: React Hook useEffect has missing dependencies: 'auth.id', 'dispatch', 'feed.offset', 'fetchFollowers', 'fetchFollowing', 'fetchPostCount', 'fetchProfileCollections', 'fetchProfileDetails', 'fetchProfileFollowers', 'fetchProfileFollowing', 'fetchSuggested', and 'resetProfile'. Either include them or remove the dependency array react-hooks/exhaustive-deps
3:00:06 AM: src/pages/SinglePost/index.js
3:00:06 AM: Line 17:6: React Hook useEffect has a missing dependency: 'match.params.id'. Either include it or remove the dependency array react-hooks/exhaustive-deps
3:00:06 AM: src/styles/utils/elevations.js
3:00:06 AM: Line 1:1: Assign array to a variable before exporting as module default import/no-anonymous-default-export
3:00:06 AM: Search for the keywords to learn more about each warning.
3:00:06 AM: To ignore, add // eslint-disable-next-line to the line before.
3:00:06 AM: File sizes after gzip:
3:00:06 AM: 114.41 KB build/static/js/6.03e562f5.chunk.js
3:00:06 AM: 74.19 KB build/static/js/main.a7ec8256.chunk.js
3:00:06 AM: 29.64 KB build/static/js/3.5f0aee75.chunk.js
3:00:06 AM: 18.86 KB build/static/js/1.46abc1ed.chunk.js
3:00:06 AM: 11.47 KB build/static/js/2.95648090.chunk.js
3:00:06 AM: 11.05 KB build/static/js/15.55f22aa0.chunk.js
3:00:06 AM: 10.08 KB build/static/js/7.8e2da805.chunk.js
3:00:06 AM: 9.83 KB build/static/js/9.a1a87b21.chunk.js
3:00:06 AM: 7.93 KB build/static/js/0.cfd21843.chunk.js
3:00:06 AM: 7.42 KB build/static/js/11.8f543c53.chunk.js
3:00:06 AM: 6.48 KB build/static/js/8.54c9a7e4.chunk.js
3:00:06 AM: 5.03 KB build/static/js/10.88515a1f.chunk.js
3:00:06 AM: 4.71 KB build/static/js/13.d4138148.chunk.js
3:00:06 AM: 3.86 KB build/static/js/14.35b90042.chunk.js
3:00:06 AM: 3.04 KB build/static/js/12.9add5ba7.chunk.js
3:00:06 AM: 2.94 KB build/static/js/17.21b94fc9.chunk.js
3:00:06 AM: 1.31 KB build/static/js/runtime-main.804185ff.js
3:00:06 AM: 505 B build/static/js/16.2f36ba72.chunk.js
3:00:06 AM: 180 B build/static/js/18.2e3450a6.chunk.js
3:00:06 AM: The project was built assuming it is hosted at /.
3:00:06 AM: You can control this with the homepage field in your package.json.
3:00:06 AM: The build folder is ready to be deployed.
3:00:06 AM: You may serve it with a static server:
3:00:06 AM: npm install -g serve
3:00:06 AM: serve -s build
3:00:06 AM: Find out more about deployment here:
3:00:07 AM: ​
3:00:07 AM: (build.command completed in 34.6s)
3:00:07 AM:
3:00:07 AM: ────────────────────────────────────────────────────────────────
3:00:07 AM: 2. Deploy site
3:00:07 AM: ────────────────────────────────────────────────────────────────
3:00:07 AM: ​
3:00:07 AM: Starting to deploy site from 'build'
3:00:07 AM: Creating deploy tree
3:00:07 AM: 28 new files to upload
3:00:07 AM: 0 new functions to upload
3:00:08 AM: Site deploy was successfully initiated
3:00:08 AM: ​
3:00:08 AM: (Deploy site completed in 1.3s)
3:00:08 AM:
3:00:08 AM: ────────────────────────────────────────────────────────────────
3:00:08 AM: Netlify Build Complete
3:00:08 AM: ────────────────────────────────────────────────────────────────
3:00:08 AM: ​
3:00:08 AM: (Netlify Build completed in 36.1s)
3:00:08 AM: Starting post processing
3:00:08 AM: Post processing - HTML
3:00:08 AM: Caching artifacts
3:00:08 AM: Started saving node modules
3:00:08 AM: Finished saving node modules
3:00:08 AM: Started saving build plugins
3:00:08 AM: Finished saving build plugins
3:00:08 AM: Started saving pip cache
3:00:08 AM: Post processing - header rules
3:00:08 AM: Post processing - redirect rules
3:00:08 AM: Finished saving pip cache
3:00:08 AM: Started saving emacs cask dependencies
3:00:08 AM: Finished saving emacs cask dependencies
3:00:08 AM: Started saving maven dependencies
3:00:08 AM: Finished saving maven dependencies
3:00:08 AM: Started saving boot dependencies
3:00:08 AM: Finished saving boot dependencies
3:00:08 AM: Started saving rust rustup cache
3:00:08 AM: Post processing done
3:00:08 AM: Finished saving rust rustup cache
3:00:08 AM: Started saving go dependencies
3:00:08 AM: Finished saving go dependencies
3:00:08 AM: Build script success
3:00:10 AM: Site is live ✨
3:00:36 AM: Finished processing build request in 1m25.896622013s