Skip to content
Success

Console Output

Started by GitHub push by LaChope
Running as SYSTEM
Building in workspace /home/developer/.jenkins/jobs/s-forms/workspace
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/kbss-cvut/s-forms.git # timeout=10
Fetching upstream changes from https://github.com/kbss-cvut/s-forms.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/kbss-cvut/s-forms.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision c3b854fc6b87bd341f3e89d20c3f7f1ac6d8c637 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c3b854fc6b87bd341f3e89d20c3f7f1ac6d8c637 # timeout=10
Commit message: "Merge branch 'readme-netlify'"
 > git rev-list --no-walk 0def15319a01f864139b6badc8349a7618871187 # timeout=10
[workspace] $ /bin/sh -xe /opt/kbss.felk.cvut.cz/opt/external/tomcat-dev/temp/jenkins3513222293141408430.sh
+ rm -f s-forms-0.3.5.tgz
[workspace] $ /bin/sh -xe /opt/kbss.felk.cvut.cz/opt/external/tomcat-dev/temp/jenkins7776823004111826685.sh
+ npm install
npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
npm WARN bootstrap@4.6.1 requires a peer of popper.js@^1.16.1 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/watchify/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/watchpack-chokidar2/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/webpack-dev-server/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

audited 2465 packages in 19.029s

263 packages are looking for funding
  run `npm fund` for details

found 42 vulnerabilities (3 low, 20 moderate, 17 high, 2 critical)
  run `npm audit fix` to fix them, or `npm audit` for details
[workspace] $ /bin/sh -xe /opt/kbss.felk.cvut.cz/opt/external/tomcat-dev/temp/jenkins8905066875256299288.sh
+ npm run build:lib

> s-forms@0.3.5 build:lib /home/developer/.jenkins/jobs/s-forms/workspace
> npm run build && npm run build:css && npm pack


> s-forms@0.3.5 build /home/developer/.jenkins/jobs/s-forms/workspace
> microbundle --jsx React.createElement

The 'this' keyword is equivalent to 'undefined' at the top level of an ES module, and has been rewritten
Entry module "src/s-forms.js" is using named and default exports together. Consumers of your bundle will have to use `sForms["default"]` to access the default export, which may not be what you want. Use `output.exports: "named"` to disable this warning
The 'this' keyword is equivalent to 'undefined' at the top level of an ES module, and has been rewritten
The 'this' keyword is equivalent to 'undefined' at the top level of an ES module, and has been rewritten
The 'this' keyword is equivalent to 'undefined' at the top level of an ES module, and has been rewritten
Entry module "src/s-forms.js" is using named and default exports together. Consumers of your bundle will have to use `sForms["default"]` to access the default export, which may not be what you want. Use `output.exports: "named"` to disable this warning
No name was provided for external module 'react/jsx-runtime' in output.globals – guessing 'jsxRuntime'
No name was provided for external module 'javascript-time-ago/locale/en' in output.globals – guessing 'en'
No name was provided for external module 'javascript-time-ago/locale/cs' in output.globals – guessing 'cs'
No name was provided for external module 'framer-motion/dist/framer-motion' in output.globals – guessing 'framerMotion'
No name was provided for external module 'react-bootstrap/Card' in output.globals – guessing 'Card'
Build "s-forms" to dist:
      20.4 kB: s-forms.cjs.gz
      17.7 kB: s-forms.cjs.br
      19.2 kB: s-forms.modern.js.gz
      16.7 kB: s-forms.modern.js.br
      20.4 kB: s-forms.js.gz
      17.7 kB: s-forms.js.br
      20.6 kB: s-forms.umd.js.gz
      17.8 kB: s-forms.umd.js.br

> s-forms@0.3.5 build:css /home/developer/.jenkins/jobs/s-forms/workspace
> cleancss --skip-rebase -d -o ./css/s-forms.min.css ./src/styles/s-forms.css

Original: 5672 bytes
Minified: 4479 bytes
Efficiency: 21.03%
Time spent: 54ms
Inlined stylesheets:
- /home/developer/.jenkins/jobs/s-forms/workspace/src/styles/s-forms.css
npm notice 
npm notice 📦  s-forms@0.3.5
npm notice === Tarball Contents === 
npm notice 7.6kB   license                                               
npm notice 80.1kB  dist/s-forms.cjs                                      
npm notice 4.5kB   css/s-forms.min.css                                   
npm notice 76.0kB  dist/s-forms.js                                       
npm notice 70.6kB  dist/s-forms.modern.js                                
npm notice 81.0kB  dist/s-forms.umd.js                                   
npm notice 3.9kB   package.json                                          
npm notice 229.1kB dist/s-forms.cjs.map                                  
npm notice 226.6kB dist/s-forms.js.map                                   
npm notice 222.5kB dist/s-forms.modern.js.map                            
npm notice 229.1kB dist/s-forms.umd.js.map                               
npm notice 1.5kB   README.md                                             
npm notice 545B    types/components/Answer.d.ts                          
npm notice 73B     types/styles/icons/ArrowRight.d.ts                    
npm notice 115B    types/styles/icons/CaretSquareDown.d.ts               
npm notice 111B    types/styles/icons/CaretSquareUp.d.ts                 
npm notice 820B    types/components/answer/CheckboxAnswer.d.ts           
npm notice 63B     types/styles/icons/Close.d.ts                         
npm notice 79B     types/styles/icons/CommentBubble.d.ts                 
npm notice 263B    types/components/comment/CommentForm.d.ts             
npm notice 207B    types/components/comment/CommentList.d.ts             
npm notice 572B    types/components/comment/CommentView.d.ts             
npm notice 603B    types/contexts/ConfigurationContext.d.ts              
npm notice 3.9kB   types/constants/Constants.d.ts                        
npm notice 492B    types/components/answer/DateTimeAnswer.d.ts           
npm notice 267B    types/model/DefaultFormGenerator.d.ts                 
npm notice 1.2kB   types/components/DefaultInput.d.ts                    
npm notice 77B     types/styles/icons/ExternalLink.d.ts                  
npm notice 480B    types/contexts/FormGenContext.d.ts                    
npm notice 744B    types/model/FormGenerator.d.ts                        
npm notice 803B    types/components/FormManager.d.ts                     
npm notice 522B    types/contexts/FormQuestionsContext.d.ts              
npm notice 1.9kB   types/util/FormUtils.d.ts                             
npm notice 142B    types/components/FormWindow.d.ts                      
npm notice 817B    types/components/HelpIcon.d.ts                        
npm notice 488B    types/components/wizard/HorizontalWizardNav.d.ts      
npm notice 232B    types/components/IconList.d.ts                        
npm notice 672B    types/components/IconOverlay.d.ts                     
npm notice 244B    types/styles/icons/index.d.ts                         
npm notice 73B     types/styles/icons/InfoCircle.d.ts                    
npm notice 888B    types/components/answer/InputAnswer.d.ts              
npm notice 286B    types/contexts/IntlContextProvider.d.ts               
npm notice 852B    types/util/JsonLdFramingUtils.d.ts                    
npm notice 160B    types/util/JsonLdObjectMap.d.ts                       
npm notice 1.6kB   types/util/JsonLdObjectUtils.d.ts                     
npm notice 827B    types/components/LinkIcon.d.ts                        
npm notice 136B    types/util/Logger.d.ts                                
npm notice 947B    types/components/MaskedInput.d.ts                     
npm notice 553B    types/components/answer/MaskedInputAnswer.d.ts        
npm notice 470B    types/util/MaskMapper.d.ts                            
npm notice 466B    types/components/MediaContent.d.ts                    
npm notice 200B    types/components/answer/OptimizedMenuList.d.ts        
npm notice 686B    types/components/PrefixIcon.d.ts                      
npm notice 3.1kB   types/components/Question.d.ts                        
npm notice 1.3kB   types/model/QuestionAnswerProcessor.d.ts              
npm notice 81B     types/styles/icons/QuestionCircle.d.ts                
npm notice 341B    types/components/comment/QuestionCommentIcon.d.ts     
npm notice 828B    types/stories/comment/QuestionCommentIcon.stories.d.ts
npm notice 906B    types/components/QuestionStatic.d.ts                  
npm notice 73B     types/styles/icons/RecycleBin.d.ts                    
npm notice 923B    types/s-forms.d.ts                                    
npm notice 789B    types/components/answer/SelectAnswer.d.ts             
npm notice 134B    types/components/SForms.d.ts                          
npm notice 661B    types/stories/SForms/SForms.stories.d.ts              
npm notice 538B    types/components/answer/TypeaheadAnswer.d.ts          
npm notice 527B    types/util/Utils.d.ts                                 
npm notice 314B    types/model/ValidatorFactory.d.ts                     
npm notice 482B    types/components/wizard/VerticalWizardNav.d.ts        
npm notice 65B     types/components/wizard/Wizard.d.ts                   
npm notice 1.3kB   types/components/wizard/WizardStep.d.ts               
npm notice === Tarball Details === 
npm notice name:          s-forms                                 
npm notice version:       0.3.5                                   
npm notice filename:      s-forms-0.3.5.tgz                       
npm notice package size:  333.6 kB                                
npm notice unpacked size: 1.3 MB                                  
npm notice shasum:        d232146ec419352a3f51db061728bfe136553e1f
npm notice integrity:     sha512-aH2La2tKgHZoI[...]qD+kuVB8Uy/RQ==
npm notice total files:   70                                      
npm notice 
s-forms-0.3.5.tgz
[workspace] $ /bin/sh -xe /opt/kbss.felk.cvut.cz/opt/external/tomcat-dev/temp/jenkins302674826900501513.sh
+ find . -name s-forms-*.tgz
+ bash -ex /home/developer/bin/publish-artifacts.sh ./s-forms-0.3.5.tgz
+ '[' -z ./s-forms-0.3.5.tgz ']'
+ DIST=/var/www/dist
+ for arg in "$@"
++ basename ./s-forms-0.3.5.tgz
+ filename=s-forms-0.3.5.tgz
+ echo 'Copying artifact ./s-forms-0.3.5.tgz to destination /var/www/dist.'
Copying artifact ./s-forms-0.3.5.tgz to destination /var/www/dist.
+ cp ./s-forms-0.3.5.tgz /var/www/dist/s-forms-0.3.5.tgz
+ chmod a+r /var/www/dist/s-forms-0.3.5.tgz
Archiving artifacts
Finished: SUCCESS