Deploy details
Deploy log
10:30:26 PM: Build ready to start
10:30:26 PM: ---------------------------------------------------------------------
DEPRECATION NOTICE: Builds using the Trusty build image will fail after September 19, 2021
The build image for this site uses Ubuntu 14.04 Trusty Tahr, which is no longer supported.
All Netlify builds using the Trusty build image will begin failing in the week of September 19.
To avoid service disruption, please select a newer build image at the following link:
https://app.netlify.com/sites/leko/settings/deploys#build-image-selection
For more details, visit the build image migration guide:
https://answers.netlify.com/t/end-of-support-for-trusty-build-image-everything-you-need-to-know/39004
---------------------------------------------------------------------
DEPRECATION NOTICE: Builds using the Trusty build image will fail after September 19, 2021
The build image for this site uses Ubuntu 14.04 Trusty Tahr, which is no longer supported.
All Netlify builds using the Trusty build image will begin failing in the week of September 19.
To avoid service disruption, please select a newer build image at the following link:
https://app.netlify.com/sites/leko/settings/deploys#build-image-selection
For more details, visit the build image migration guide:
https://answers.netlify.com/t/end-of-support-for-trusty-build-image-everything-you-need-to-know/39004
---------------------------------------------------------------------
10:30:27 PM: build-image version: 8e315e54bc4032a32e73290be556cde4f8348c12
10:30:27 PM: build-image tag: v2.8.2
10:30:27 PM: buildbot version: 76af94f42647b2019c5925a515cc8332b4883b85
10:30:27 PM: Fetching cached dependencies
10:30:27 PM: Failed to fetch cache, continuing with build
10:30:27 PM: Starting to prepare the repo for build
10:30:28 PM: No cached dependencies found. Cloning fresh repo
10:30:28 PM: git clone git@github.com:Leko/slides
10:30:31 PM: Preparing Git Reference pull/55/head
10:30:33 PM: Starting build script
10:30:33 PM: Installing dependencies
10:30:34 PM: Downloading and installing node v8.17.0...
10:30:34 PM: Downloading https://nodejs.org/dist/v8.17.0/node-v8.17.0-linux-x64.tar.xz...
10:30:34 PM:
#####
10:30:34 PM: 7.9%
10:30:34 PM:
####################
10:30:34 PM: ####################### 60.7%
10:30:34 PM:
####################################
10:30:34 PM: #################################### 100.0%
10:30:34 PM: Computing checksum with sha256sum
10:30:34 PM: Checksums matched!
10:30:37 PM: Now using node v8.17.0 (npm v6.13.4)
10:30:37 PM: Attempting ruby version 2.3.6, read from environment
10:30:38 PM: Using ruby version 2.3.6
10:30:38 PM: Using PHP version 5.6
10:30:38 PM: Started restoring cached node modules
10:30:38 PM: Finished restoring cached node modules
10:30:39 PM: Installing NPM modules using NPM version 6.13.4
10:31:13 PM: > puppeteer@1.13.0 install /opt/build/repo/node_modules/puppeteer
10:31:13 PM: > node install.js
10:31:19 PM: Chromium downloaded to /opt/build/repo/node_modules/puppeteer/.local-chromium/linux-637110
10:31:20 PM: > core-js@2.6.9 postinstall /opt/build/repo/node_modules/babel-runtime/node_modules/core-js
10:31:20 PM: > node scripts/postinstall || echo "ignore"
10:31:20 PM: Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
10:31:20 PM: The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
10:31:20 PM: > https://opencollective.com/core-js
10:31:20 PM: > https://www.patreon.com/zloirock
10:31:20 PM: Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
10:31:20 PM: > ejs@2.7.4 postinstall /opt/build/repo/node_modules/ejs
10:31:20 PM: > node ./postinstall.js
10:31:20 PM: Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/)
10:31:20 PM: > styled-components@4.1.3 postinstall /opt/build/repo/node_modules/styled-components
10:31:20 PM: > node ./scripts/postinstall.js || exit 0
10:31:20 PM: Use styled-components at work? Consider supporting our development efforts at https://opencollective.com/styled-components
10:31:20 PM: > slides@1.0.0 postinstall /opt/build/repo
10:31:20 PM: > scripts/workaround-code-surfer
10:31:20 PM: patching file node_modules/mdx-deck/lib/html.js
10:31:22 PM: npm
10:31:22 PM: WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
10:31:22 PM: npm
10:31:22 PM: WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
10:31:22 PM: added 1251 packages from 912 contributors and audited 1321 packages in 42.783s
10:31:23 PM: 13 packages are looking for funding
10:31:23 PM: run `npm fund` for details
10:31:23 PM: found 515 vulnerabilities (248 low, 30 moderate, 236 high, 1 critical)
10:31:23 PM: run `npm audit fix` to fix them, or `npm audit` for details
10:31:23 PM: NPM modules installed
10:31:24 PM: Started restoring cached go cache
10:31:24 PM: Finished restoring cached go cache
10:31:24 PM: Installing Go version 1.10
10:31:29 PM: unset GOOS;
10:31:29 PM: unset GOARCH;
10:31:29 PM: export GOROOT='/opt/buildhome/.gimme_cache/versions/go1.10.linux.amd64';
10:31:29 PM: export PATH="/opt/buildhome/.gimme_cache/versions/go1.10.linux.amd64/bin:${PATH}";
10:31:29 PM: go version >&2;
10:31:29 PM: export GIMME_ENV="/opt/buildhome/.gimme_cache/env/go1.10.linux.amd64.env"
10:31:29 PM: go version go1.10 linux/amd64
10:31:29 PM: Installing missing commands
10:31:29 PM: Verify run directory
10:31:29 PM: Executing user command: npm run build
10:31:29 PM: > slides@1.0.0 build /opt/build/repo
10:31:29 PM: > ./scripts/build-decks
10:31:29 PM: ++ npm bin
10:31:30 PM: + /opt/build/repo/node_modules/.bin/rimraf dist
10:31:30 PM: + MDXs=($(ls src/*.mdx | xargs -n1 -I'{}' basename {} .mdx))
10:31:30 PM: ++ xargs -n1 '-I{}' basename '{}' .mdx
10:31:30 PM: ++ ls src/advanced-typescript-playground.mdx src/bcu30-library-strategy.mdx src/circleci-artifacts.mdx src/continuous-delivery-with-bitrise-on-react-native.mdx src/expo-app-for-code-reading.mdx src/expo-side-react-ssr.mdx src/jsconf-eu-2019-nodejs-web-api.mdx src/our-toys-your-sandbox.mdx src/phper-to-jser.mdx src/react-native-testability.mdx src/require-resolution-with-webpack-aliases.mdx src/semver-detection-on-typescript.mdx src/transform-flow-to-typescript-using-ast.mdx src/tsconfus2019.mdx src/type-puzzle-world.mdx src/typescript-v2-playground-plugin.mdx src/universal-package.json.mdx
10:31:30 PM: + for MDX in '"${MDXs[@]}"'
10:31:30 PM: + mkdir -p ./dist/advanced-typescript-playground
10:31:30 PM: ++ npm bin
10:31:30 PM: + /opt/build/repo/node_modules/.bin/mdx-deck build src/advanced-typescript-playground.mdx --out-dir ./dist/advanced-typescript-playground
10:31:30 PM: [mdx-deck] building
10:31:31 PM: [mdx-deck] rendering static html
10:31:31 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:31:34 PM: [mdx-deck] bundling js
10:31:45 PM: [mdx-deck] done
10:31:45 PM: ++ npm bin
10:31:45 PM: + /opt/build/repo/node_modules/.bin/mdx-deck pdf src/advanced-typescript-playground.mdx --out-file advanced-typescript-playground.pdf
10:31:46 PM: [mdx-deck] exporting to PDF
10:31:47 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:31:51 PM: [mdx-deck] rendering PDF
10:31:55 PM: [mdx-deck] done /opt/build/repo/dist/advanced-typescript-playground.pdf
10:31:55 PM: ++ npm bin
10:31:55 PM: + /opt/build/repo/node_modules/.bin/mdx-deck screenshot src/advanced-typescript-playground.mdx --out-file advanced-typescript-playground.png
10:31:56 PM: [mdx-deck] exporting to PNG
10:31:57 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:32:01 PM: [mdx-deck] rendering screenshot
10:32:04 PM: [mdx-deck] done advanced-typescript-playground.png
10:32:04 PM: + node ./scripts/generate-oembed.js advanced-typescript-playground
10:32:04 PM: + for MDX in '"${MDXs[@]}"'
10:32:04 PM: + mkdir -p ./dist/bcu30-library-strategy
10:32:04 PM: ++ npm bin
10:32:04 PM: + /opt/build/repo/node_modules/.bin/mdx-deck build src/bcu30-library-strategy.mdx --out-dir ./dist/bcu30-library-strategy
10:32:04 PM: [mdx-deck] building
10:32:05 PM: [mdx-deck] rendering static html
10:32:05 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:32:08 PM: [mdx-deck] bundling js
10:32:19 PM: [mdx-deck] done
10:32:19 PM: ++ npm bin
10:32:19 PM: + /opt/build/repo/node_modules/.bin/mdx-deck pdf src/bcu30-library-strategy.mdx --out-file bcu30-library-strategy.pdf
10:32:19 PM: [mdx-deck] exporting to PDF
10:32:20 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:32:24 PM: [mdx-deck] rendering PDF
10:32:30 PM: [mdx-deck] done /opt/build/repo/dist/bcu30-library-strategy.pdf
10:32:30 PM: ++ npm bin
10:32:30 PM: + /opt/build/repo/node_modules/.bin/mdx-deck screenshot src/bcu30-library-strategy.mdx --out-file bcu30-library-strategy.png
10:32:30 PM: [mdx-deck] exporting to PNG
10:32:31 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:32:36 PM: [mdx-deck] rendering screenshot
10:32:38 PM: [mdx-deck] done bcu30-library-strategy.png
10:32:38 PM: + node ./scripts/generate-oembed.js bcu30-library-strategy
10:32:38 PM: + for MDX in '"${MDXs[@]}"'
10:32:38 PM: + mkdir -p ./dist/circleci-artifacts
10:32:38 PM: ++ npm bin
10:32:39 PM: + /opt/build/repo/node_modules/.bin/mdx-deck build src/circleci-artifacts.mdx --out-dir ./dist/circleci-artifacts
10:32:39 PM: [mdx-deck] building
10:32:39 PM: [mdx-deck] rendering static html
10:32:40 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:32:43 PM: [mdx-deck] bundling js
10:32:53 PM: [mdx-deck] done
10:32:53 PM: ++ npm bin
10:32:54 PM: + /opt/build/repo/node_modules/.bin/mdx-deck pdf src/circleci-artifacts.mdx --out-file circleci-artifacts.pdf
10:32:54 PM: [mdx-deck] exporting to PDF
10:32:55 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:32:59 PM: [mdx-deck] rendering PDF
10:33:03 PM: [mdx-deck] done /opt/build/repo/dist/circleci-artifacts.pdf
10:33:03 PM: ++ npm bin
10:33:03 PM: + /opt/build/repo/node_modules/.bin/mdx-deck screenshot src/circleci-artifacts.mdx --out-file circleci-artifacts.png
10:33:03 PM: [mdx-deck] exporting to PNG
10:33:04 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:33:08 PM: [mdx-deck] rendering screenshot
10:33:11 PM: [mdx-deck] done circleci-artifacts.png
10:33:11 PM: + node ./scripts/generate-oembed.js circleci-artifacts
10:33:11 PM: + for MDX in '"${MDXs[@]}"'
10:33:11 PM: + mkdir -p ./dist/continuous-delivery-with-bitrise-on-react-native
10:33:11 PM: ++ npm bin
10:33:12 PM: + /opt/build/repo/node_modules/.bin/mdx-deck build src/continuous-delivery-with-bitrise-on-react-native.mdx --out-dir ./dist/continuous-delivery-with-bitrise-on-react-native
10:33:12 PM: [mdx-deck] building
10:33:12 PM: [mdx-deck] rendering static html
10:33:13 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:33:15 PM: [mdx-deck] bundling js
10:33:26 PM: [mdx-deck] done
10:33:26 PM: ++ npm bin
10:33:26 PM: + /opt/build/repo/node_modules/.bin/mdx-deck pdf src/continuous-delivery-with-bitrise-on-react-native.mdx --out-file continuous-delivery-with-bitrise-on-react-native.pdf
10:33:26 PM: [mdx-deck] exporting to PDF
10:33:27 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:33:32 PM: [mdx-deck] rendering PDF
10:33:35 PM: [mdx-deck] done /opt/build/repo/dist/continuous-delivery-with-bitrise-on-react-native.pdf
10:33:35 PM: ++ npm bin
10:33:36 PM: + /opt/build/repo/node_modules/.bin/mdx-deck screenshot src/continuous-delivery-with-bitrise-on-react-native.mdx --out-file continuous-delivery-with-bitrise-on-react-native.png
10:33:36 PM: [mdx-deck] exporting to PNG
10:33:37 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:33:41 PM: [mdx-deck] rendering screenshot
10:33:44 PM: [mdx-deck] done continuous-delivery-with-bitrise-on-react-native.png
10:33:44 PM: + node ./scripts/generate-oembed.js continuous-delivery-with-bitrise-on-react-native
10:33:44 PM: + for MDX in '"${MDXs[@]}"'
10:33:44 PM: + mkdir -p ./dist/expo-app-for-code-reading
10:33:44 PM: ++ npm bin
10:33:44 PM: + /opt/build/repo/node_modules/.bin/mdx-deck build src/expo-app-for-code-reading.mdx --out-dir ./dist/expo-app-for-code-reading
10:33:44 PM: [mdx-deck] building
10:33:45 PM: [mdx-deck] rendering static html
10:33:45 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:33:48 PM: [mdx-deck] bundling js
10:33:58 PM: [mdx-deck] done
10:33:58 PM: ++ npm bin
10:33:58 PM: + /opt/build/repo/node_modules/.bin/mdx-deck pdf src/expo-app-for-code-reading.mdx --out-file expo-app-for-code-reading.pdf
10:33:58 PM: [mdx-deck] exporting to PDF
10:33:59 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:34:03 PM: [mdx-deck] rendering PDF
10:34:07 PM: [mdx-deck] done /opt/build/repo/dist/expo-app-for-code-reading.pdf
10:34:07 PM: ++ npm bin
10:34:07 PM: + /opt/build/repo/node_modules/.bin/mdx-deck screenshot src/expo-app-for-code-reading.mdx --out-file expo-app-for-code-reading.png
10:34:07 PM: [mdx-deck] exporting to PNG
10:34:09 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:34:13 PM: [mdx-deck] rendering screenshot
10:34:16 PM: [mdx-deck] done expo-app-for-code-reading.png
10:34:16 PM: + node ./scripts/generate-oembed.js expo-app-for-code-reading
10:34:16 PM: + for MDX in '"${MDXs[@]}"'
10:34:16 PM: + mkdir -p ./dist/expo-side-react-ssr
10:34:16 PM: ++ npm bin
10:34:16 PM: + /opt/build/repo/node_modules/.bin/mdx-deck build src/expo-side-react-ssr.mdx --out-dir ./dist/expo-side-react-ssr
10:34:16 PM: [mdx-deck] building
10:34:17 PM: [mdx-deck] rendering static html
10:34:17 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:34:20 PM: [mdx-deck] bundling js
10:34:31 PM: [mdx-deck] done
10:34:31 PM: ++ npm bin
10:34:31 PM: + /opt/build/repo/node_modules/.bin/mdx-deck pdf src/expo-side-react-ssr.mdx --out-file expo-side-react-ssr.pdf
10:34:31 PM: [mdx-deck] exporting to PDF
10:34:32 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:34:36 PM: [mdx-deck] rendering PDF
10:34:40 PM: [mdx-deck] done /opt/build/repo/dist/expo-side-react-ssr.pdf
10:34:40 PM: ++ npm bin
10:34:41 PM: + /opt/build/repo/node_modules/.bin/mdx-deck screenshot src/expo-side-react-ssr.mdx --out-file expo-side-react-ssr.png
10:34:41 PM: [mdx-deck] exporting to PNG
10:34:42 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:34:46 PM: [mdx-deck] rendering screenshot
10:34:50 PM: [mdx-deck] done expo-side-react-ssr.png
10:34:50 PM: + node ./scripts/generate-oembed.js expo-side-react-ssr
10:34:50 PM: + for MDX in '"${MDXs[@]}"'
10:34:50 PM: + mkdir -p ./dist/jsconf-eu-2019-nodejs-web-api
10:34:50 PM: ++ npm bin
10:34:50 PM: + /opt/build/repo/node_modules/.bin/mdx-deck build src/jsconf-eu-2019-nodejs-web-api.mdx --out-dir ./dist/jsconf-eu-2019-nodejs-web-api
10:34:51 PM: [mdx-deck] building
10:34:51 PM: [mdx-deck] rendering static html
10:34:51 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:34:54 PM: Warning: Invalid DOM property `allowfullscreen`. Did you mean `allowFullScreen`?
10:34:54 PM: in iframe
10:34:54 PM: in div
10:34:54 PM: in MDXTag
10:34:54 PM: in Context.Consumer
10:34:54 PM: in Unknown
10:34:54 PM: in Unknown
10:34:54 PM: in div
10:34:54 PM: in Context.Consumer
10:34:54 PM: in Context.Consumer
10:34:54 PM: in StyledComponent
10:34:54 PM: in Slide__Root
10:34:54 PM: in Context.Provider
10:34:54 PM: in Slide
10:34:54 PM: in div
10:34:54 PM: in Context.Consumer
10:34:54 PM: in Context.Consumer
10:34:54 PM: in StyledComponent
10:34:54 PM: in Carousel__CarouselInner
10:34:54 PM: in div
10:34:54 PM: in Context.Consumer
10:34:54 PM: in StyledComponent
10:34:54 PM: in Carousel__CarouselRoot
10:34:54 PM: in Carousel
10:34:54 PM: in div
10:34:54 PM: in Context.Consumer
10:34:54 PM: in Context.Consumer
10:34:54 PM: in StyledComponent
10:34:54 PM: in Root
10:34:54 PM: in div
10:34:54 PM: in Swipeable
10:34:54 PM: in Fragment
10:34:54 PM: in Provider
10:34:54 PM: in Context.Provider
10:34:54 PM: in MDXProvider
10:34:54 PM: in Context.Provider
10:34:54 PM: in Context.Consumer
10:34:54 PM: in ThemeProvider
10:34:54 PM: in Context.Provider
10:34:54 PM: in HeadProvider
10:34:54 PM: in SlideDeck
10:34:54 PM: in App
10:34:54 PM: in Context.Provider
10:34:54 PM: in StyleSheetManager
10:34:54 PM: Warning: Invalid DOM property `frameborder`. Did you mean `frameBorder`?
10:34:54 PM: in iframe
10:34:54 PM: in div
10:34:54 PM: in MDXTag
10:34:54 PM: in Context.Consumer
10:34:54 PM: in Unknown
10:34:54 PM: in Unknown
10:34:54 PM: in div
10:34:54 PM: in Context.Consumer
10:34:54 PM: in Context.Consumer
10:34:54 PM: in StyledComponent
10:34:54 PM: in Slide__Root
10:34:54 PM: in Context.Provider
10:34:54 PM: in Slide
10:34:54 PM: in div
10:34:54 PM: in Context.Consumer
10:34:54 PM: in Context.Consumer
10:34:54 PM: in StyledComponent
10:34:54 PM: in Carousel__CarouselInner
10:34:54 PM: in div
10:34:54 PM: in Context.Consumer
10:34:54 PM: in StyledComponent
10:34:54 PM: in Carousel__CarouselRoot
10:34:54 PM: in Carousel
10:34:54 PM: in div
10:34:54 PM: in Context.Consumer
10:34:54 PM: in Context.Consumer
10:34:54 PM: in StyledComponent
10:34:54 PM: in Root
10:34:54 PM: in div
10:34:54 PM: in Swipeable
10:34:54 PM: in Fragment
10:34:54 PM: in Provider
10:34:54 PM: in Context.Provider
10:34:54 PM: in MDXProvider
10:34:54 PM: in Context.Provider
10:34:54 PM: in Context.Consumer
10:34:54 PM: in ThemeProvider
10:34:54 PM: in Context.Provider
10:34:54 PM: in HeadProvider
10:34:54 PM: in SlideDeck
10:34:54 PM: in App
10:34:54 PM: in Context.Provider
10:34:54 PM: in StyleSheetManager
10:34:54 PM: [mdx-deck] bundling js
10:35:06 PM: [mdx-deck] done
10:35:06 PM: ++ npm bin
10:35:06 PM: + /opt/build/repo/node_modules/.bin/mdx-deck pdf src/jsconf-eu-2019-nodejs-web-api.mdx --out-file jsconf-eu-2019-nodejs-web-api.pdf
10:35:06 PM: [mdx-deck] exporting to PDF
10:35:07 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:35:11 PM: [mdx-deck] rendering PDF
10:35:16 PM: [mdx-deck] done /opt/build/repo/dist/jsconf-eu-2019-nodejs-web-api.pdf
10:35:16 PM: ++ npm bin
10:35:16 PM: + /opt/build/repo/node_modules/.bin/mdx-deck screenshot src/jsconf-eu-2019-nodejs-web-api.mdx --out-file jsconf-eu-2019-nodejs-web-api.png
10:35:16 PM: [mdx-deck] exporting to PNG
10:35:17 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:35:21 PM: [mdx-deck] rendering screenshot
10:35:24 PM: [mdx-deck] done jsconf-eu-2019-nodejs-web-api.png
10:35:24 PM: + node ./scripts/generate-oembed.js jsconf-eu-2019-nodejs-web-api
10:35:24 PM: + for MDX in '"${MDXs[@]}"'
10:35:24 PM: + mkdir -p ./dist/our-toys-your-sandbox
10:35:24 PM: ++ npm bin
10:35:25 PM: + /opt/build/repo/node_modules/.bin/mdx-deck build src/our-toys-your-sandbox.mdx --out-dir ./dist/our-toys-your-sandbox
10:35:25 PM: [mdx-deck] building
10:35:26 PM: [mdx-deck] rendering static html
10:35:26 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:35:29 PM: [mdx-deck] bundling js
10:35:41 PM: [mdx-deck] done
10:35:41 PM: ++ npm bin
10:35:42 PM: + /opt/build/repo/node_modules/.bin/mdx-deck pdf src/our-toys-your-sandbox.mdx --out-file our-toys-your-sandbox.pdf
10:35:42 PM: [mdx-deck] exporting to PDF
10:35:43 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:35:48 PM: [mdx-deck] rendering PDF
10:35:52 PM: [mdx-deck] done /opt/build/repo/dist/our-toys-your-sandbox.pdf
10:35:52 PM: ++ npm bin
10:35:52 PM: + /opt/build/repo/node_modules/.bin/mdx-deck screenshot src/our-toys-your-sandbox.mdx --out-file our-toys-your-sandbox.png
10:35:53 PM: [mdx-deck] exporting to PNG
10:35:54 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:35:58 PM: [mdx-deck] rendering screenshot
10:36:02 PM: [mdx-deck] done our-toys-your-sandbox.png
10:36:02 PM: + node ./scripts/generate-oembed.js our-toys-your-sandbox
10:36:02 PM: + for MDX in '"${MDXs[@]}"'
10:36:02 PM: + mkdir -p ./dist/phper-to-jser
10:36:02 PM: ++ npm bin
10:36:02 PM: + /opt/build/repo/node_modules/.bin/mdx-deck build src/phper-to-jser.mdx --out-dir ./dist/phper-to-jser
10:36:02 PM: [mdx-deck] building
10:36:03 PM: [mdx-deck] rendering static html
10:36:03 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:36:06 PM: [mdx-deck] bundling js
10:36:17 PM: [mdx-deck] done
10:36:17 PM: ++ npm bin
10:36:17 PM: + /opt/build/repo/node_modules/.bin/mdx-deck pdf src/phper-to-jser.mdx --out-file phper-to-jser.pdf
10:36:17 PM: [mdx-deck] exporting to PDF
10:36:18 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:36:23 PM: [mdx-deck] rendering PDF
10:36:26 PM: [mdx-deck] done /opt/build/repo/dist/phper-to-jser.pdf
10:36:26 PM: ++ npm bin
10:36:26 PM: + /opt/build/repo/node_modules/.bin/mdx-deck screenshot src/phper-to-jser.mdx --out-file phper-to-jser.png
10:36:26 PM: [mdx-deck] exporting to PNG
10:36:27 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:36:32 PM: [mdx-deck] rendering screenshot
10:36:34 PM: [mdx-deck] done phper-to-jser.png
10:36:34 PM: + node ./scripts/generate-oembed.js phper-to-jser
10:36:34 PM: + for MDX in '"${MDXs[@]}"'
10:36:34 PM: + mkdir -p ./dist/react-native-testability
10:36:34 PM: ++ npm bin
10:36:35 PM: + /opt/build/repo/node_modules/.bin/mdx-deck build src/react-native-testability.mdx --out-dir ./dist/react-native-testability
10:36:35 PM: [mdx-deck] building
10:36:35 PM: [mdx-deck] rendering static html
10:36:36 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:36:39 PM: [mdx-deck] bundling js
10:36:50 PM: [mdx-deck] done
10:36:50 PM: ++ npm bin
10:36:50 PM: + /opt/build/repo/node_modules/.bin/mdx-deck pdf src/react-native-testability.mdx --out-file react-native-testability.pdf
10:36:50 PM: [mdx-deck] exporting to PDF
10:36:51 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:36:56 PM: [mdx-deck] rendering PDF
10:36:59 PM: [mdx-deck] done /opt/build/repo/dist/react-native-testability.pdf
10:36:59 PM: ++ npm bin
10:37:00 PM: + /opt/build/repo/node_modules/.bin/mdx-deck screenshot src/react-native-testability.mdx --out-file react-native-testability.png
10:37:00 PM: [mdx-deck] exporting to PNG
10:37:01 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:37:05 PM: [mdx-deck] rendering screenshot
10:37:08 PM: [mdx-deck] done react-native-testability.png
10:37:08 PM: + node ./scripts/generate-oembed.js react-native-testability
10:37:08 PM: + for MDX in '"${MDXs[@]}"'
10:37:08 PM: + mkdir -p ./dist/require-resolution-with-webpack-aliases
10:37:08 PM: ++ npm bin
10:37:08 PM: + /opt/build/repo/node_modules/.bin/mdx-deck build src/require-resolution-with-webpack-aliases.mdx --out-dir ./dist/require-resolution-with-webpack-aliases
10:37:08 PM: [mdx-deck] building
10:37:09 PM: [mdx-deck] rendering static html
10:37:09 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:37:12 PM: [mdx-deck] bundling js
10:37:23 PM: [mdx-deck] done
10:37:23 PM: ++ npm bin
10:37:23 PM: + /opt/build/repo/node_modules/.bin/mdx-deck pdf src/require-resolution-with-webpack-aliases.mdx --out-file require-resolution-with-webpack-aliases.pdf
10:37:24 PM: [mdx-deck] exporting to PDF
10:37:25 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:37:29 PM: [mdx-deck] rendering PDF
10:37:32 PM: [mdx-deck] done /opt/build/repo/dist/require-resolution-with-webpack-aliases.pdf
10:37:32 PM: ++ npm bin
10:37:32 PM: + /opt/build/repo/node_modules/.bin/mdx-deck screenshot src/require-resolution-with-webpack-aliases.mdx --out-file require-resolution-with-webpack-aliases.png
10:37:33 PM: [mdx-deck] exporting to PNG
10:37:34 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:37:38 PM: [mdx-deck] rendering screenshot
10:37:41 PM: [mdx-deck] done require-resolution-with-webpack-aliases.png
10:37:41 PM: + node ./scripts/generate-oembed.js require-resolution-with-webpack-aliases
10:37:41 PM: + for MDX in '"${MDXs[@]}"'
10:37:41 PM: + mkdir -p ./dist/semver-detection-on-typescript
10:37:41 PM: ++ npm bin
10:37:41 PM: + /opt/build/repo/node_modules/.bin/mdx-deck build src/semver-detection-on-typescript.mdx --out-dir ./dist/semver-detection-on-typescript
10:37:41 PM: [mdx-deck] building
10:37:42 PM: [mdx-deck] rendering static html
10:37:42 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:37:45 PM: [mdx-deck] bundling js
10:37:55 PM: [mdx-deck] done
10:37:55 PM: ++ npm bin
10:37:56 PM: + /opt/build/repo/node_modules/.bin/mdx-deck pdf src/semver-detection-on-typescript.mdx --out-file semver-detection-on-typescript.pdf
10:37:56 PM: [mdx-deck] exporting to PDF
10:37:57 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:38:01 PM: [mdx-deck] rendering PDF
10:38:05 PM: [mdx-deck] done /opt/build/repo/dist/semver-detection-on-typescript.pdf
10:38:05 PM: ++ npm bin
10:38:05 PM: + /opt/build/repo/node_modules/.bin/mdx-deck screenshot src/semver-detection-on-typescript.mdx --out-file semver-detection-on-typescript.png
10:38:05 PM: [mdx-deck] exporting to PNG
10:38:06 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:38:10 PM: [mdx-deck] rendering screenshot
10:38:13 PM: [mdx-deck] done semver-detection-on-typescript.png
10:38:13 PM: + node ./scripts/generate-oembed.js semver-detection-on-typescript
10:38:13 PM: + for MDX in '"${MDXs[@]}"'
10:38:13 PM: + mkdir -p ./dist/transform-flow-to-typescript-using-ast
10:38:13 PM: ++ npm bin
10:38:13 PM: + /opt/build/repo/node_modules/.bin/mdx-deck build src/transform-flow-to-typescript-using-ast.mdx --out-dir ./dist/transform-flow-to-typescript-using-ast
10:38:14 PM: [mdx-deck] building
10:38:14 PM: [mdx-deck] rendering static html
10:38:15 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:38:18 PM: [mdx-deck] bundling js
10:38:30 PM: [mdx-deck] done
10:38:30 PM: ++ npm bin
10:38:30 PM: + /opt/build/repo/node_modules/.bin/mdx-deck pdf src/transform-flow-to-typescript-using-ast.mdx --out-file transform-flow-to-typescript-using-ast.pdf
10:38:30 PM: [mdx-deck] exporting to PDF
10:38:32 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:38:36 PM: [mdx-deck] rendering PDF
10:38:40 PM: [mdx-deck] done /opt/build/repo/dist/transform-flow-to-typescript-using-ast.pdf
10:38:40 PM: ++ npm bin
10:38:41 PM: + /opt/build/repo/node_modules/.bin/mdx-deck screenshot src/transform-flow-to-typescript-using-ast.mdx --out-file transform-flow-to-typescript-using-ast.png
10:38:41 PM: [mdx-deck] exporting to PNG
10:38:42 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:38:47 PM: [mdx-deck] rendering screenshot
10:38:49 PM: [mdx-deck] done transform-flow-to-typescript-using-ast.png
10:38:50 PM: + node ./scripts/generate-oembed.js transform-flow-to-typescript-using-ast
10:38:50 PM: + for MDX in '"${MDXs[@]}"'
10:38:50 PM: + mkdir -p ./dist/tsconfus2019
10:38:50 PM: ++ npm bin
10:38:50 PM: + /opt/build/repo/node_modules/.bin/mdx-deck build src/tsconfus2019.mdx --out-dir ./dist/tsconfus2019
10:38:50 PM: [mdx-deck] building
10:38:51 PM: [mdx-deck] rendering static html
10:38:51 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:38:54 PM: [mdx-deck] bundling js
10:39:06 PM: [mdx-deck] done
10:39:06 PM: ++ npm bin
10:39:06 PM: + /opt/build/repo/node_modules/.bin/mdx-deck pdf src/tsconfus2019.mdx --out-file tsconfus2019.pdf
10:39:06 PM: [mdx-deck] exporting to PDF
10:39:07 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:39:12 PM: [mdx-deck] rendering PDF
10:39:19 PM: [mdx-deck] done /opt/build/repo/dist/tsconfus2019.pdf
10:39:19 PM: ++ npm bin
10:39:19 PM: + /opt/build/repo/node_modules/.bin/mdx-deck screenshot src/tsconfus2019.mdx --out-file tsconfus2019.png
10:39:20 PM: [mdx-deck] exporting to PNG
10:39:21 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:39:26 PM: [mdx-deck] rendering screenshot
10:39:29 PM: [mdx-deck] done tsconfus2019.png
10:39:29 PM: + node ./scripts/generate-oembed.js tsconfus2019
10:39:29 PM: + for MDX in '"${MDXs[@]}"'
10:39:29 PM: + mkdir -p ./dist/type-puzzle-world
10:39:29 PM: ++ npm bin
10:39:29 PM: + /opt/build/repo/node_modules/.bin/mdx-deck build src/type-puzzle-world.mdx --out-dir ./dist/type-puzzle-world
10:39:29 PM: [mdx-deck] building
10:39:30 PM: [mdx-deck] rendering static html
10:39:30 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:39:34 PM: [mdx-deck] bundling js
10:39:45 PM: [mdx-deck] done
10:39:45 PM: ++ npm bin
10:39:45 PM: + /opt/build/repo/node_modules/.bin/mdx-deck pdf src/type-puzzle-world.mdx --out-file type-puzzle-world.pdf
10:39:46 PM: [mdx-deck] exporting to PDF
10:39:47 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:39:51 PM: [mdx-deck] rendering PDF
10:39:56 PM: [mdx-deck] done /opt/build/repo/dist/type-puzzle-world.pdf
10:39:56 PM: ++ npm bin
10:39:56 PM: + /opt/build/repo/node_modules/.bin/mdx-deck screenshot src/type-puzzle-world.mdx --out-file type-puzzle-world.png
10:39:57 PM: [mdx-deck] exporting to PNG
10:39:58 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:40:03 PM: [mdx-deck] rendering screenshot
10:40:06 PM: [mdx-deck] done type-puzzle-world.png
10:40:06 PM: + node ./scripts/generate-oembed.js type-puzzle-world
10:40:06 PM: + for MDX in '"${MDXs[@]}"'
10:40:06 PM: + mkdir -p ./dist/typescript-v2-playground-plugin
10:40:06 PM: ++ npm bin
10:40:06 PM: + /opt/build/repo/node_modules/.bin/mdx-deck build src/typescript-v2-playground-plugin.mdx --out-dir ./dist/typescript-v2-playground-plugin
10:40:07 PM: [mdx-deck] building
10:40:07 PM: [mdx-deck] rendering static html
10:40:08 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:40:10 PM: [mdx-deck] bundling js
10:40:21 PM: [mdx-deck] done
10:40:21 PM: ++ npm bin
10:40:22 PM: + /opt/build/repo/node_modules/.bin/mdx-deck pdf src/typescript-v2-playground-plugin.mdx --out-file typescript-v2-playground-plugin.pdf
10:40:22 PM: [mdx-deck] exporting to PDF
10:40:23 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:40:27 PM: [mdx-deck] rendering PDF
10:40:30 PM: [mdx-deck] done /opt/build/repo/dist/typescript-v2-playground-plugin.pdf
10:40:30 PM: ++ npm bin
10:40:31 PM: + /opt/build/repo/node_modules/.bin/mdx-deck screenshot src/typescript-v2-playground-plugin.mdx --out-file typescript-v2-playground-plugin.png
10:40:31 PM: [mdx-deck] exporting to PNG
10:40:32 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:40:36 PM: [mdx-deck] rendering screenshot
10:40:39 PM: [mdx-deck] done typescript-v2-playground-plugin.png
10:40:39 PM: + node ./scripts/generate-oembed.js typescript-v2-playground-plugin
10:40:39 PM: + for MDX in '"${MDXs[@]}"'
10:40:39 PM: + mkdir -p ./dist/universal-package.json
10:40:39 PM: ++ npm bin
10:40:39 PM: + /opt/build/repo/node_modules/.bin/mdx-deck build src/universal-package.json.mdx --out-dir ./dist/universal-package.json
10:40:40 PM: [mdx-deck] building
10:40:40 PM: [mdx-deck] rendering static html
10:40:41 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:40:43 PM: [err] TypeError: Cannot read property 'replace' of undefined
10:40:43 PM: at Code (webpack:///./Code.js?:15:46)
10:40:43 PM: at processChild (/opt/build/repo/node_modules/react-dom/cjs/react-dom-server.node.development.js:2871:14)
10:40:43 PM: at resolve (/opt/build/repo/node_modules/react-dom/cjs/react-dom-server.node.development.js:2795:5)
10:40:43 PM: at ReactDOMServerRenderer.render (/opt/build/repo/node_modules/react-dom/cjs/react-dom-server.node.development.js:3185:22)
10:40:43 PM: at ReactDOMServerRenderer.read (/opt/build/repo/node_modules/react-dom/cjs/react-dom-server.node.development.js:3144:29)
10:40:43 PM: at renderToString (/opt/build/repo/node_modules/react-dom/cjs/react-dom-server.node.development.js:3629:27)
10:40:43 PM: at renderHTML (/opt/build/repo/node_modules/mdx-deck/lib/html.js:56:16)
10:40:43 PM: at <anonymous>
10:40:43 PM: ++ npm bin
10:40:44 PM: + /opt/build/repo/node_modules/.bin/mdx-deck build src/universal-package.json.mdx --no-html --out-dir ./dist/universal-package.json
10:40:44 PM: [mdx-deck] building
10:40:44 PM: [mdx-deck] bundling js
10:40:45 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:40:57 PM: [mdx-deck] done
10:40:57 PM: ++ npm bin
10:40:57 PM: + /opt/build/repo/node_modules/.bin/mdx-deck pdf src/universal-package.json.mdx --out-file universal-package.json.pdf
10:40:57 PM: [mdx-deck] exporting to PDF
10:40:59 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:41:03 PM: [mdx-deck] rendering PDF
10:41:06 PM: [mdx-deck] done /opt/build/repo/dist/universal-package.json.pdf
10:41:06 PM: ++ npm bin
10:41:06 PM: + /opt/build/repo/node_modules/.bin/mdx-deck screenshot src/universal-package.json.mdx --out-file universal-package.json.png
10:41:06 PM: [mdx-deck] exporting to PNG
10:41:07 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
10:41:12 PM: [mdx-deck] rendering screenshot
10:41:15 PM: [mdx-deck] done universal-package.json.png
10:41:15 PM: + node ./scripts/generate-oembed.js universal-package.json
10:41:15 PM: + cp -R ./src/assets ./dist/assets
10:41:15 PM: + cp ./src/_redirects ./dist/_redirects
10:41:15 PM: + echo advanced-typescript-playground bcu30-library-strategy circleci-artifacts continuous-delivery-with-bitrise-on-react-native expo-app-for-code-reading expo-side-react-ssr jsconf-eu-2019-nodejs-web-api our-toys-your-sandbox phper-to-jser react-native-testability require-resolution-with-webpack-aliases semver-detection-on-typescript transform-flow-to-typescript-using-ast tsconfus2019 type-puzzle-world typescript-v2-playground-plugin universal-package.json
10:41:15 PM: + node ./scripts/generate-index.js
10:41:16 PM: Skipping functions preparation step: no functions directory set
10:41:16 PM: Caching artifacts
10:41:16 PM: Started saving node modules
10:41:16 PM: Finished saving node modules
10:41:16 PM: Started saving pip cache
10:41:16 PM: Finished saving pip cache
10:41:16 PM: Started saving emacs cask dependencies
10:41:16 PM: Finished saving emacs cask dependencies
10:41:16 PM: Started saving maven dependencies
10:41:16 PM: Finished saving maven dependencies
10:41:16 PM: Started saving boot dependencies
10:41:16 PM: Finished saving boot dependencies
10:41:16 PM: Started saving go dependencies
10:41:18 PM: Finished saving go dependencies
10:41:23 PM: Build script success
10:41:23 PM: Starting to deploy site from 'dist'
10:41:23 PM: Creating deploy tree
10:41:23 PM: Creating deploy upload records
10:41:24 PM: 17 new files to upload
10:41:24 PM: 0 new functions to upload
10:41:26 PM: Starting post processing
10:41:26 PM: Post processing - HTML
10:41:26 PM: Minifying js bundle
10:41:27 PM: Minifying js bundle
10:41:28 PM: Minifying js bundle
10:41:29 PM: Minifying js bundle
10:41:30 PM: Minifying js bundle
10:41:31 PM: Minifying js bundle
10:41:32 PM: Minifying js bundle
10:41:33 PM: Minifying js bundle
10:41:34 PM: Minifying js bundle
10:41:35 PM: Minifying js bundle
10:41:37 PM: Minifying js bundle
10:41:38 PM: Minifying js bundle
10:41:39 PM: Minifying js bundle
10:41:40 PM: Minifying js bundle
10:41:41 PM: Minifying js bundle
10:41:42 PM: Minifying js bundle
10:41:43 PM: Minifying js bundle
10:41:44 PM: Minifying js bundle
10:41:45 PM: Post processing - header rules
10:41:45 PM: Post processing - redirect rules
10:41:45 PM: Post processing done
10:41:45 PM: Site is live ✨
10:42:34 PM: Finished processing build request in 12m7.00751933s