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