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 d7164490ecbd551a0ca3d14b7df1e3fbc3807f64 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d7164490ecbd551a0ca3d14b7df1e3fbc3807f64 # timeout=10
Commit message: "Merge branch 'new-tourist-destination-form'"
 > git rev-list --no-walk 8daea22a2948551764ae3a6d5821bf17c86553e0 # timeout=10
[workspace] $ /bin/sh -xe /opt/kbss.felk.cvut.cz/opt/external/tomcat-dev/temp/jenkins8423327034692396104.sh
+ rm -f s-forms-0.3.5.tgz
[workspace] $ /bin/sh -xe /opt/kbss.felk.cvut.cz/opt/external/tomcat-dev/temp/jenkins7203661111981399403.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"})

audited 2182 packages in 12.689s

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

found 22 vulnerabilities (1 low, 6 moderate, 15 high)
  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/jenkins5127074436731489612.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$1'
No name was provided for external module 'javascript-time-ago/locale/cs' in output.globals – guessing 'cs$1'
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.6 kB: s-forms.cjs.gz
      17.8 kB: s-forms.cjs.br
      19.5 kB: s-forms.modern.js.gz
      16.9 kB: s-forms.modern.js.br
      20.6 kB: s-forms.js.gz
      17.8 kB: s-forms.js.br
      20.8 kB: s-forms.umd.js.gz
        18 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: 5732 bytes
Minified: 4530 bytes
Efficiency: 20.96%
Time spent: 39ms
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.5kB  dist/s-forms.cjs                                      
npm notice 4.5kB   css/s-forms.min.css                                   
npm notice 76.4kB  dist/s-forms.js                                       
npm notice 71.0kB  dist/s-forms.modern.js                                
npm notice 81.4kB  dist/s-forms.umd.js                                   
npm notice 3.7kB   package.json                                          
npm notice 230.3kB dist/s-forms.cjs.map                                  
npm notice 227.8kB dist/s-forms.js.map                                   
npm notice 223.7kB dist/s-forms.modern.js.map                            
npm notice 230.4kB 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.4kB   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 831B    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 1.4kB   types/components/MaskedInput.d.ts                     
npm notice 553B    types/components/answer/MaskedInputAnswer.d.ts        
npm notice 470B    types/util/MaskMapper.d.ts                            
npm notice 501B    types/components/MediaContent.d.ts                    
npm notice 200B    types/components/answer/OptimizedMenuList.d.ts        
npm notice 780B    types/components/PrefixIcon.d.ts                      
npm notice 3.3kB   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 1.0kB   types/s-forms.d.ts                                    
npm notice 1.0kB   types/components/answer/SelectAnswer.d.ts             
npm notice 134B    types/components/SForms.d.ts                          
npm notice 784B    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.4kB   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:  336.1 kB                                
npm notice unpacked size: 1.3 MB                                  
npm notice shasum:        799b2a027fff344aa19a4c4e34cd1e94b7d01e82
npm notice integrity:     sha512-dO9NQ6FlkVT9C[...]ka7s/l626x4fA==
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/jenkins3923719842919041703.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