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