Skip to main content

Deploy details

Deploy successful for stackable-docs

ADR: authorization abstraction layer

PR #531: adr/authorization-abstraction-layer@49c5ce9

Deploy log

Initializing

Complete
4:09:53 PM: Build ready to start
4:10:03 PM: build-image version: fcb0c1b3ada6d25c1cb58e8bc514f5f23cc14f15 (focal)
4:10:03 PM: buildbot version: 742cd4f739071a396139ba5020a96a927941b57d
4:10:04 PM: Fetching cached dependencies
4:10:04 PM: Starting to download cache of 150.1MB
4:10:05 PM: Finished downloading cache in 1.741s
4:10:05 PM: Starting to extract cache
4:10:07 PM: Finished extracting cache in 1.755s
4:10:07 PM: Finished fetching cache in 3.553s
4:10:07 PM: Starting to prepare the repo for build
4:10:07 PM: Preparing Git Reference pull/531/head
4:10:08 PM: Custom publish path detected. Proceeding with the specified path: "build/site"
4:10:08 PM: Custom build command detected. Proceeding with the specified command: "make netlify-build"
4:10:09 PM: Starting to install dependencies
4:10:09 PM: Python version set to 3.8
4:10:09 PM: Attempting Ruby version 2.7.2, read from environment
4:10:10 PM: Using Ruby version 2.7.2
4:10:10 PM: Started restoring cached go cache
4:10:10 PM: Finished restoring cached go cache
4:10:12 PM: go version go1.19.13 linux/amd64
4:10:12 PM: Using PHP version 8.0
4:10:13 PM: Started restoring cached Node.js version
4:10:13 PM: Finished restoring cached Node.js version
4:10:14 PM: v16.20.2 is already installed.
4:10:14 PM: Now using node v16.20.2 (npm v8.19.4)
4:10:14 PM: Enabling Node.js Corepack
4:10:14 PM: Started restoring cached build plugins
4:10:14 PM: Finished restoring cached build plugins
4:10:14 PM: Started restoring cached corepack dependencies
4:10:14 PM: Finished restoring cached corepack dependencies
4:10:14 PM: npm workspaces detected
4:10:14 PM: Started restoring workspace root node modules
4:10:14 PM: Finished restoring workspace root node modules
4:10:14 PM: Installing npm packages using npm version 8.19.4
4:10:22 PM: up to date, audited 1703 packages in 8s
4:10:22 PM: 194 packages are looking for funding
4:10:22 PM: run `npm fund` for details
4:10:22 PM: 86 vulnerabilities (56 moderate, 29 high, 1 critical)
4:10:22 PM: To address issues that do not require attention, run:
4:10:22 PM: npm audit fix
4:10:22 PM: To address all issues possible (including breaking changes), run:
4:10:22 PM: npm audit fix --force
4:10:22 PM: Some issues need review, and may require choosing
4:10:22 PM: a different dependency.
4:10:22 PM: Run `npm audit` for details.
4:10:22 PM: npm packages installed
4:10:23 PM: Successfully installed dependencies
4:10:23 PM: Starting build script
4:10:24 PM: Detected 0 framework(s)
4:10:24 PM: Section completed: initializing

Building

Complete
4:10:25 PM: Netlify Build
4:10:25 PM: ────────────────────────────────────────────────────────────────
4:10:25 PM:
4:10:25 PM: ❯ Version
4:10:25 PM: @netlify/build 29.36.0
4:10:25 PM:
4:10:25 PM: ❯ Flags
4:10:25 PM: baseRelDir: true
4:10:25 PM: buildId: 65d771d1fce77400080a9ed1
4:10:25 PM: deployId: 65d771d1fce77400080a9ed3
4:10:25 PM:
4:10:25 PM: ❯ Current directory
4:10:25 PM: /opt/build/repo
4:10:25 PM:
4:10:25 PM: ❯ Config file
4:10:25 PM: /opt/build/repo/netlify.toml
4:10:25 PM:
4:10:25 PM: ❯ Context
4:10:25 PM: deploy-preview
4:10:25 PM:
4:10:25 PM: build.command from netlify.toml
4:10:25 PM: ────────────────────────────────────────────────────────────────
4:10:25 PM: ​
4:10:25 PM: $ make netlify-build
4:10:25 PM: git submodule update --init --recursive
4:10:25 PM: # netlify messes with some files, restore everything to how it was:
4:10:25 PM: git reset --hard --recurse-submodule
4:10:25 PM: HEAD is now at 49c5ce9 ~
4:10:25 PM: # fetch, because netlify does caching and we want to get the latest commits
4:10:25 PM: git fetch --all
4:10:25 PM: e55b480..49c5ce9 adr/authorization-abstraction-layer -> origin/adr/authorization-abstraction-layer
4:10:25 PM: # checkout all release branches once, so we fetch the files
4:10:25 PM: done
4:10:25 PM: Previous HEAD position was 49c5ce9 ~
4:10:25 PM: Switched to branch "release/22.06"
4:10:25 PM: Your branch is up to date with "origin/release/22.06".
4:10:26 PM: Already up to date.
4:10:26 PM: Switched to branch "release/22.09"
4:10:26 PM: Your branch is up to date with "origin/release/22.09".
4:10:26 PM: Already up to date.
4:10:26 PM: Switched to branch "release/22.11"
4:10:26 PM: Your branch is up to date with "origin/release/22.11".
4:10:26 PM: Already up to date.
4:10:26 PM: Switched to branch "release/23.1"
4:10:26 PM: Your branch is up to date with "origin/release/23.1".
4:10:26 PM: Already up to date.
4:10:26 PM: Switched to branch "release/23.11"
4:10:26 PM: Your branch is up to date with "origin/release/23.11".
4:10:27 PM: Already up to date.
4:10:27 PM: Switched to branch "release/23.4"
4:10:27 PM: Your branch is up to date with "origin/release/23.4".
4:10:27 PM: Already up to date.
4:10:27 PM: Switched to branch "release/23.7"
4:10:27 PM: Your branch is up to date with "origin/release/23.7".
4:10:27 PM: Already up to date.
4:10:27 PM: # go back to the initial commit to start the build
4:10:27 PM: git -c advice.detachedHead=false checkout --recurse-submodules 49c5ce9d40b90fe14f598dad1e750cac13285296
4:10:27 PM: HEAD is now at 49c5ce9 ~
4:10:27 PM: node_modules/.bin/gulp --cwd ui bundle
4:10:27 PM: [16:10:27] Working directory changed to /opt/build/repo/ui
4:10:28 PM: [16:10:28] Using gulpfile /opt/build/repo/ui/gulpfile.js
4:10:28 PM: [16:10:28] Starting "bundle"...
4:10:28 PM: [16:10:28] Starting "clean"...
4:10:28 PM: [16:10:28] Finished "clean" after 21 ms
4:10:28 PM: [16:10:28] Starting "lint:css"...
4:10:28 PM: [16:10:28] Starting "lint:js"...
4:10:29 PM: [16:10:29] Finished "lint:js" after 1.19 s
4:10:30 PM: [16:10:30] Finished "lint:css" after 1.88 s
4:10:30 PM: [16:10:30] Starting "build"...
4:10:30 PM: Browserslist: caniuse-lite is outdated. Please run:
4:10:30 PM: npx update-browserslist-db@latest
4:10:30 PM: Why you should do it regularly: https://github.com/browserslist/update-db#readme
4:10:31 PM: [16:10:31] gulp-imagemin: Minified 10 images (saved 22.8 kB - 60.7%)
4:10:34 PM: [16:10:34] Finished "build" after 3.94 s
4:10:34 PM: [16:10:34] Starting "bundle:pack"...
4:10:34 PM: [16:10:34] Finished "bundle:pack" after 85 ms
4:10:34 PM: [16:10:34] Finished "bundle" after 5.93 s
4:10:34 PM: node_modules/.bin/antora generate antora-playbook.yml --fetch
4:11:48 PM: ​
4:11:48 PM: (build.command completed in 1m 23.2s)
4:11:48 PM:
4:11:51 PM: (Netlify Build completed in 1m 26.2s)
4:11:52 PM: Section completed: building
4:11:54 PM: Finished processing build request in 1m50.963s

Deploying

Complete
4:11:48 PM: Deploy site
4:11:48 PM: ────────────────────────────────────────────────────────────────
4:11:48 PM: ​
4:11:48 PM: Starting to deploy site from "build/site"
4:11:49 PM: Calculating files to upload
4:11:51 PM: 4 new files to upload
4:11:51 PM: 0 new functions to upload
4:11:51 PM: Section completed: deploying
4:11:51 PM: Site deploy was successfully initiated
4:11:51 PM: ​
4:11:51 PM: (Deploy site completed in 3s)

Cleanup

Complete
4:11:51 PM: Netlify Build Complete
4:11:51 PM: ────────────────────────────────────────────────────────────────
4:11:51 PM: ​
4:11:52 PM: Caching artifacts
4:11:52 PM: Started saving workspace root node modules
4:11:52 PM: Finished saving workspace root node modules
4:11:52 PM: Started saving build plugins
4:11:52 PM: Finished saving build plugins
4:11:52 PM: Started saving corepack cache
4:11:52 PM: Finished saving corepack cache
4:11:52 PM: Started saving pip cache
4:11:52 PM: Finished saving pip cache
4:11:52 PM: Started saving emacs cask dependencies
4:11:52 PM: Finished saving emacs cask dependencies
4:11:52 PM: Started saving maven dependencies
4:11:52 PM: Finished saving maven dependencies
4:11:52 PM: Started saving boot dependencies
4:11:52 PM: Finished saving boot dependencies
4:11:52 PM: Started saving rust rustup cache
4:11:52 PM: Finished saving rust rustup cache
4:11:52 PM: Started saving go dependencies
4:11:52 PM: Finished saving go dependencies
4:11:52 PM: Build script success
4:11:53 PM: Uploading Cache of size 150.1MB
4:11:54 PM: Section completed: cleanup

Post-processing

Complete
4:11:52 PM: Post processing - redirect rules
4:11:52 PM: Post processing done
4:11:52 PM: Section completed: postprocessing
4:11:52 PM: Starting post processing
4:11:52 PM: Skipping form detection
4:11:52 PM: Post processing - header rules
4:11:52 PM: Site is live ✨