CentOS / RHEL 7 64 bits

Logs

====== Attempt #1

-----> Fetching repository

Cloning into '/tmp/d20220511-6-1ci2bir/input'...

Updating files: 50% (6186/12255) Updating files: 51% (6251/12255) Updating files: 52% (6373/12255) Updating files: 53% (6496/12255) Updating files: 54% (6618/12255) Updating files: 55% (6741/12255) Updating files: 56% (6863/12255) Updating files: 57% (6986/12255) Updating files: 58% (7108/12255) Updating files: 59% (7231/12255) Updating files: 60% (7353/12255) Updating files: 61% (7476/12255) Updating files: 62% (7599/12255) Updating files: 63% (7721/12255) Updating files: 64% (7844/12255) Updating files: 65% (7966/12255) Updating files: 66% (8089/12255) Updating files: 67% (8211/12255) Updating files: 68% (8334/12255) Updating files: 69% (8456/12255) Updating files: 70% (8579/12255) Updating files: 71% (8702/12255) Updating files: 72% (8824/12255) Updating files: 73% (8947/12255) Updating files: 74% (9069/12255) Updating files: 75% (9192/12255) Updating files: 76% (9314/12255) Updating files: 77% (9437/12255) Updating files: 78% (9559/12255) Updating files: 79% (9682/12255) Updating files: 80% (9804/12255) Updating files: 81% (9927/12255) Updating files: 82% (10050/12255) Updating files: 83% (10172/12255) Updating files: 84% (10295/12255) Updating files: 85% (10417/12255) Updating files: 86% (10540/12255) Updating files: 87% (10662/12255) Updating files: 88% (10785/12255) Updating files: 89% (10907/12255) Updating files: 90% (11030/12255) Updating files: 91% (11153/12255) Updating files: 92% (11275/12255) Updating files: 93% (11398/12255) Updating files: 94% (11520/12255) Updating files: 95% (11643/12255) Updating files: 96% (11765/12255) Updating files: 97% (11888/12255) Updating files: 98% (12010/12255) Updating files: 99% (12133/12255) Updating files: 100% (12255/12255) Updating files: 100% (12255/12255), done.

-----> Setting up package repository...

-----> Starting packaging process

-----> Starting service postgres...

-----> Additional environment variables

UUID=59982691-a1fd-4a82-9633-0ff7dad32d98

DATABASE_URL=postgres://postgres:IFqzRP4Xo8VUEnZ4@65.108.144.194:55222/postgres

DATABASE_HOST=65.108.144.194

DATABASE_PORT=55222

HOME=/home/pkgr

-----> Found valid cache

-----> Restoring cache...

-----> Fetching pkgr cff443b22bbd2955c6ec5f6007713c6a734bb09a...

-----> Starting packaging process...

-----> Installing missing build dependencies: postgresql-devel

-----> [wizard] adding legacy-installer wizard (https://github.com/pkgr/addon-legacy-installer#master)

-----> [wizard] adding openproject-edition wizard (/tmp/d20220511-36-r6a6m2/opt/openproject/packaging/addons/openproject-edition#)

-----> [wizard] adding postgres wizard (https://github.com/pkgr/addon-postgres#master)

-----> [wizard] adding apache2 wizard (https://github.com/pkgr/addon-apache2#master)

-----> [wizard] adding repositories wizard (/tmp/d20220511-36-r6a6m2/opt/openproject/packaging/addons/repositories#)

-----> [wizard] adding smtp wizard (https://github.com/pkgr/addon-smtp#master)

-----> [wizard] adding memcached wizard (https://github.com/pkgr/addon-memcached#master)

-----> [wizard] adding openproject wizard (/tmp/d20220511-36-r6a6m2/opt/openproject/packaging/addons/openproject#)

-----> Fetching buildpack https://github.com/opf/heroku-buildpack-multi.git at master

-----> Running hook: "packaging/setup"

-----> Multipack app

=====> Downloading Buildpack: https://github.com/heroku/heroku-buildpack-nodejs.git

=====> Detected Framework: Node.js

-----> Creating runtime environment

NPM_CONFIG_LOGLEVEL=error

NPM_CONFIG_PRODUCTION=false

NODE_VERBOSE=false

NODE_ENV=production

NODE_MODULES_CACHE=true

-----> Installing binaries

engines.node (package.json): ~14.17.0

engines.npm (package.json): ~6.14.13

Resolving node version ~14.17.0...

Downloading and installing node 14.17.6...

Bootstrapping npm ~6.14.13 (replacing 6.14.15)...

npm ~6.14.13 installed

-----> Restoring cache

Cached directories were not restored due to a change in version of node, npm, yarn or stack

Module installation may take longer for this build

-----> Installing dependencies

Installing node modules (package.json)

> ttf2woff2@2.0.3 install /tmp/d20220511-36-r6a6m2/opt/openproject/node_modules/ttf2woff2

> (node-gyp rebuild > builderror.log) || (exit 0)

../csrc/addon.cc: In function 'Nan::NAN_METHOD_RETURN_TYPE convert(Nan::NAN_METHOD_ARGS_TYPE)':

../csrc/addon.cc:10:49: error: no matching function for call to 'v8::Value::ToObject()'

Local<Object> inputBuffer = info[0]->ToObject();

^

../csrc/addon.cc:10:49: note: candidate is:

In file included from /home/pkgr/.cache/node-gyp/14.17.6/include/node/node.h:67:0,

from ../../nan/nan.h:58,

from ../csrc/addon.cc:1:

/home/pkgr/.cache/node-gyp/14.17.6/include/node/v8.h:2822:44: note: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const

V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(

^

/home/pkgr/.cache/node-gyp/14.17.6/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided

make: *** [Release/obj.target/addon/csrc/addon.o] Error 1

gyp ERR! build error

gyp ERR! stack Error: `make` failed with exit code: 2

gyp ERR! stack at ChildProcess.onExit (/tmp/d20220511-36-r6a6m2/opt/openproject/.heroku/node/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)

gyp ERR! stack at ChildProcess.emit (events.js:400:28)

gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)

gyp ERR! System Linux 5.4.0-90-generic

gyp ERR! command "/tmp/d20220511-36-r6a6m2/opt/openproject/.heroku/node/bin/node" "/tmp/d20220511-36-r6a6m2/opt/openproject/.heroku/node/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"

gyp ERR! cwd /tmp/d20220511-36-r6a6m2/opt/openproject/node_modules/ttf2woff2

gyp ERR! node -v v14.17.6

gyp ERR! node-gyp -v v5.1.0

gyp ERR! not ok

> openproject@0.1.0 postinstall /tmp/d20220511-36-r6a6m2/opt/openproject

> cd frontend && npm install

> nice-napi@1.0.2 install /tmp/d20220511-36-r6a6m2/opt/openproject/frontend/node_modules/nice-napi

> node-gyp-build

make: Entering directory `/tmp/d20220511-36-r6a6m2/opt/openproject/frontend/node_modules/nice-napi/build'

CC(target) Release/obj.target/nothing/../node-addon-api/nothing.o

AR(target) Release/obj.target/../node-addon-api/nothing.a

COPY Release/nothing.a

CXX(target) Release/obj.target/nice_napi/binding.o

SOLINK_MODULE(target) Release/obj.target/nice_napi.node

COPY Release/nice_napi.node

make: Leaving directory `/tmp/d20220511-36-r6a6m2/opt/openproject/frontend/node_modules/nice-napi/build'

> core-js@3.16.0 postinstall /tmp/d20220511-36-r6a6m2/opt/openproject/frontend/node_modules/core-js

> node -e "try{require('./postinstall')}catch(e){}"

> core-js-pure@3.9.1 postinstall /tmp/d20220511-36-r6a6m2/opt/openproject/frontend/node_modules/core-js-pure

> node -e "try{require('./postinstall')}catch(e){}"

> esbuild@0.12.24 postinstall /tmp/d20220511-36-r6a6m2/opt/openproject/frontend/node_modules/esbuild

> node install.js

> highlight.js@9.18.5 postinstall /tmp/d20220511-36-r6a6m2/opt/openproject/frontend/node_modules/helper-markdown/node_modules/highlight.js

> node deprecated.js

-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*



Verion 9 of Highlight.js has reached EOL. It will no longer

be supported or receive security updates in the future.

Please upgrade to version 10 or encourage your indirect

dependencies to do so.

For more info:



https://github.com/highlightjs/highlight.js/issues/2877

https://github.com/highlightjs/highlight.js/blob/master/VERSION_10_UPGRADE.md



-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

> core-js-pure@3.19.3 postinstall /tmp/d20220511-36-r6a6m2/opt/openproject/frontend/node_modules/swagger-ui/node_modules/core-js-pure

> node -e "try{require('./postinstall')}catch(e){}"

> @angular/cli@12.2.6 postinstall /tmp/d20220511-36-r6a6m2/opt/openproject/frontend/node_modules/@angular/cli

> node ./bin/postinstall/script.js

added 2201 packages from 2963 contributors in 59.367s

172 packages are looking for funding

run `npm fund` for details

added 213 packages from 226 contributors in 71.361s

10 packages are looking for funding

run `npm fund` for details

-----> Build

-----> Pruning devDependencies

Skipping because NPM_CONFIG_PRODUCTION is 'false'

-----> Caching build

- node_modules

-----> Build succeeded!

=====> Downloading Buildpack: https://github.com/pkgr/heroku-buildpack-ruby.git

=====> Detected Framework: Ruby

-----> Installing bundler 2.0.2

-----> Removing BUNDLED WITH version in the Gemfile.lock

-----> Compiling Ruby/Rails

-----> Using Ruby version: ruby-3.0.4

cp: ‘/my/cache/vendor/bundle/.’ and ‘/my/cache/vendor/bundle/.’ are the same file

-----> Installing dependencies using bundler 2.0.2

Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment

[DEPRECATED] The `--deployment` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local deployment 'true'`, and stop using this flag

[DEPRECATED] The `--path` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local path 'vendor/bundle'`, and stop using this flag

[DEPRECATED] The `--without` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local without 'development:test'`, and stop using this flag

[DEPRECATED] The --binstubs option will be removed in favor of `bundle binstubs --all`

Fetching gem metadata from https://rubygems.org/.......

Fetching https://github.com/opf/omniauth

Fetching https://github.com/opf/omniauth-openid_connect-providers.git

Fetching https://github.com/opf/omniauth-openid-connect.git

Fetching rake 13.0.6

Installing rake 13.0.6

Fetching Ascii85 1.1.0

Fetching zeitwerk 2.5.4

Fetching concurrent-ruby 1.1.10

Fetching minitest 5.15.0

Installing zeitwerk 2.5.4

Fetching builder 3.2.4

Installing Ascii85 1.1.0

Installing builder 3.2.4

Installing minitest 5.15.0

Installing concurrent-ruby 1.1.10

Fetching erubi 1.10.0

Fetching mini_portile2 2.8.0

Installing erubi 1.10.0

Fetching racc 1.6.0

Installing mini_portile2 2.8.0

Fetching crass 1.0.6

Installing crass 1.0.6

Installing racc 1.6.0 with native extensions

Fetching rack 2.2.3

Fetching nio4r 2.5.8

Installing rack 2.2.3

Installing nio4r 2.5.8 with native extensions

Fetching websocket-extensions 0.1.5

Installing websocket-extensions 0.1.5

Fetching marcel 1.0.2

Fetching mini_mime 1.1.2

Installing marcel 1.0.2

Installing mini_mime 1.1.2

Fetching method_source 1.0.0

Fetching thor 1.2.1

Installing method_source 1.0.0

Installing thor 1.2.1

Fetching multi_json 1.15.0

Installing multi_json 1.15.0

Fetching public_suffix 4.0.7

Fetching aes_key_wrap 1.1.0

Installing public_suffix 4.0.7

Fetching afm 0.2.2

Installing aes_key_wrap 1.1.0

Fetching rbtree3 0.7.0

Installing afm 0.2.2

Fetching attr_required 1.0.1

Installing attr_required 1.0.1

Installing rbtree3 0.7.0 with native extensions

Fetching aws-eventstream 1.2.0

Installing aws-eventstream 1.2.0

Fetching aws-partitions 1.581.0

Installing aws-partitions 1.581.0

Fetching jmespath 1.6.1

Installing jmespath 1.6.1

Fetching bcrypt 3.1.17

Installing bcrypt 3.1.17 with native extensions

Fetching bindata 2.4.10

Installing bindata 2.4.10

Fetching msgpack 1.5.1

Installing msgpack 1.5.1 with native extensions

Fetching browser 5.3.1

Installing browser 5.3.1

Using budgets 1.0.0 from source at `modules/budgets`

Using bundler 2.2.33

Fetching mime-types-data 3.2022.0105

Installing mime-types-data 3.2022.0105

Fetching ssrf_filter 1.0.7

Installing ssrf_filter 1.0.7

Fetching excon 0.92.2

Installing excon 0.92.2

Fetching formatador 1.1.0

Installing formatador 1.1.0

Fetching declarative-option 0.1.0

Installing declarative-option 0.1.0

Fetching tilt 2.0.10

Installing tilt 2.0.10

Fetching uber 0.1.0

Installing uber 0.1.0

Fetching temple 0.8.2

Fetching commonmarker 0.23.4

Installing temple 0.8.2

Installing commonmarker 0.23.4 with native extensions

Using costs 1.0.0 from source at `modules/costs`

Fetching daemons 1.4.1

Installing daemons 1.4.1

Fetching dalli 3.2.1

Installing dalli 3.2.1

Using grids 1.0.0 from source at `modules/grids`

Fetching declarative 0.0.20

Installing declarative 0.0.20

Fetching raabro 1.4.0

Installing raabro 1.4.0

Fetching trailblazer-option 0.1.2

Installing trailblazer-option 0.1.2

Fetching unf_ext 0.0.8.1

Fetching dry-inflector 0.2.1

Installing dry-inflector 0.2.1

Fetching regexp_parser 2.3.1

Installing unf_ext 0.0.8.1 with native extensions

Installing regexp_parser 2.3.1

Fetching escape_utils 1.2.1

Installing escape_utils 1.2.1 with native extensions

Fetching fastimage 2.2.6

Installing fastimage 2.2.6

Fetching ffi 1.15.5

Installing ffi 1.15.5 with native extensions

Fetching ruby2_keywords 0.0.5

Installing ruby2_keywords 0.0.5

Fetching gravatar_image_tag 1.2.0

Installing gravatar_image_tag 1.2.0

Fetching hana 1.3.7

Installing hana 1.3.7

Fetching hashery 2.1.2

Installing hashery 2.1.2

Fetching hashie 3.6.0

Installing hashie 3.6.0

Fetching htmldiff 0.0.1

Installing htmldiff 0.0.1

Fetching http-accept 1.7.0

Installing http-accept 1.7.0

Fetching httpclient 2.8.3

Installing httpclient 2.8.3

Fetching ice_cube 0.16.4

Installing ice_cube 0.16.4

Fetching iso8601 0.13.0

Installing iso8601 0.13.0

Fetching json 2.6.1

Installing json 2.6.1 with native extensions

Fetching uri_template 0.7.0

Installing uri_template 0.7.0

Fetching messagebird-rest 1.4.2

Installing messagebird-rest 1.4.2

Fetching mini_magick 4.11.0

Installing mini_magick 4.11.0

Fetching net-ldap 0.17.0

Installing net-ldap 0.17.0

Fetching netrc 0.11.0

Installing netrc 0.11.0

Fetching oj 3.13.11

Installing oj 3.13.11 with native extensions

Fetching okcomputer 1.18.4

Installing okcomputer 1.18.4

Fetching rexml 3.2.5

Fetching ruby-rc4 0.1.5

Installing rexml 3.2.5

Installing ruby-rc4 0.1.5

Fetching ttfunk 1.7.0

Fetching pdf-core 0.9.0

Installing ttfunk 1.7.0

Installing pdf-core 0.9.0

Fetching rubyzip 2.3.2

Using openproject-boards 1.0.0 from source at `modules/boards`

Using openproject-calendar 1.0.0 from source at `modules/calendar`

Using openproject-documents 1.0.0 from source at `modules/documents`

Using openproject-webhooks 1.0.0 from source at `modules/webhooks`

Using openproject-job_status 1.0.0 from source at `modules/job_status`

Using openproject-ldap_groups 1.0.0 from source at `modules/ldap_groups`

Using openproject-storages 1.0.0 from source at `modules/storages`

Using openproject-team_planner 1.0.0 from source at `modules/team_planner`

Fetching rotp 6.2.0

Installing rubyzip 2.3.2

Fetching ruby-ole 1.2.12.2

Installing rotp 6.2.0

Installing ruby-ole 1.2.12.2

Fetching pg 1.3.5

Fetching posix-spawn 0.3.15

Installing pg 1.3.5 with native extensions

Installing posix-spawn 0.3.15 with native extensions

Using stringio 3.0.1

Fetching rack-timeout 0.6.0

Installing rack-timeout 0.6.0

Fetching rinku 2.0.6

Installing rinku 2.0.6 with native extensions

Fetching rouge 3.28.0

Installing rouge 3.28.0

Fetching ruby-progressbar 1.11.0

Fetching structured_warnings 0.4.0

Installing ruby-progressbar 1.11.0

Fetching secure_headers 6.3.3

Installing structured_warnings 0.4.0

Fetching semantic 1.6.1

Installing secure_headers 6.3.3

Installing semantic 1.6.1

Fetching stringex 2.8.5

Installing stringex 2.8.5

Fetching svg-graph 2.2.1

Fetching will_paginate 3.3.1

Installing svg-graph 2.2.1

Fetching i18n 1.10.0

Installing will_paginate 3.3.1

Fetching tzinfo 2.0.4

Fetching dry-core 0.7.1

Installing tzinfo 2.0.4

Installing i18n 1.10.0

Fetching sentry-ruby-core 5.2.1

Installing dry-core 0.7.1

Fetching websocket-driver 0.7.5

Fetching rack-test 1.1.0

Installing sentry-ruby-core 5.2.1

Fetching request_store 1.5.1

Installing rack-test 1.1.0

Fetching rack-accept 0.4.5

Installing request_store 1.5.1

Installing websocket-driver 0.7.5 with native extensions

Fetching sprockets 3.7.2

Installing rack-accept 0.4.5

Fetching rack-attack 6.6.1

Installing sprockets 3.7.2

Installing rack-attack 6.6.1

Fetching rack-cors 1.1.1

Fetching rack-protection 2.2.0

Installing rack-protection 2.2.0

Installing rack-cors 1.1.1

Fetching warden 1.2.9

Installing warden 1.2.9

Fetching mail 2.7.1

Fetching addressable 2.8.0

Installing addressable 2.8.0

Installing mail 2.7.1

Fetching aws-sigv4 1.5.0

Fetching nokogiri 1.13.4 (x86_64-linux)

Installing aws-sigv4 1.5.0

Fetching mime-types 3.4.1

Fetching declarative-builder 0.1.0

Installing mime-types 3.4.1

Installing declarative-builder 0.1.0

Fetching airbrake-ruby 6.1.0

Fetching erbse 0.1.4

Installing airbrake-ruby 6.1.0

Installing erbse 0.1.4

Using openproject-reporting 1.0.0 from source at `modules/reporting`

Using dashboards 1.0.0 from source at `modules/dashboards`

Using my_page 1.0.0 from source at `modules/my_page`

Using overviews 1.0.0 from source at `modules/overviews`

Fetching puma 5.6.4

Fetching representable 3.1.1

Installing puma 5.6.4 with native extensions

Installing representable 3.1.1

Installing nokogiri 1.13.4 (x86_64-linux)

Fetching ecma-re-validator 0.4.0

Installing ecma-re-validator 0.4.0

Fetching bootsnap 1.11.1

Installing bootsnap 1.11.1 with native extensions

Fetching mustermann 1.1.1

Installing mustermann 1.1.1

Using openproject-avatars 1.0.0 from source at `modules/avatars`

Using omniauth 1.9.0 from https://github.com/opf/omniauth (at fe862f9@fe862f9)

Fetching icalendar 2.7.1

Installing icalendar 2.7.1

Fetching unf 0.1.4

Installing unf 0.1.4

Fetching recaptcha 5.9.0

Installing recaptcha 5.9.0

Fetching pdf-reader 2.9.2

Installing pdf-reader 2.9.2

Fetching prawn 2.4.0

Using openproject-github_integration 1.0.0 from source at `modules/github_integration`

Fetching spreadsheet 1.3.0

Installing prawn 2.4.0

Installing spreadsheet 1.3.0

Fetching psych 4.0.3

Installing psych 4.0.3 with native extensions

Fetching rubytree 1.0.2

Installing rubytree 1.0.2

Fetching sys-filesystem 1.4.3

Installing sys-filesystem 1.4.3

Fetching et-orbi 1.2.7

Installing et-orbi 1.2.7

Fetching tzinfo-data 1.2022.1

Installing tzinfo-data 1.2022.1

Fetching activesupport 6.1.5.1

Installing activesupport 6.1.5.1

Fetching dry-configurable 0.15.0

Installing dry-configurable 0.15.0

Fetching dry-logic 1.2.0

Installing dry-logic 1.2.0

Fetching i18n-js 3.9.2

Installing i18n-js 3.9.2

Fetching sentry-ruby 5.2.1

Installing sentry-ruby 5.2.1

Fetching warden-basic_auth 0.2.1

Installing warden-basic_auth 0.2.1

Fetching aws-sdk-core 3.130.2

Installing aws-sdk-core 3.130.2

Fetching cells 4.1.7

Installing cells 4.1.7

Fetching fog-core 2.3.0

Installing fog-core 2.3.0

Fetching airbrake 13.0.0

Installing airbrake 13.0.0

Fetching disposable 0.6.2

Installing disposable 0.6.2

Fetching roar 1.1.1

Installing roar 1.1.1

Fetching json_schemer 0.2.20

Installing json_schemer 0.2.20

Fetching loofah 2.16.0

Installing loofah 2.16.0

Fetching ruby-saml 1.14.0

Installing ruby-saml 1.14.0

Fetching sanitize 6.0.0

Fetching mustermann-grape 1.0.1

Using openproject-auth_plugins 1.0.0 from source at `modules/auth_plugins`

Using openproject-meeting 1.0.0 from source at `modules/meeting`

Fetching domain_name 0.5.20190701

Installing mustermann-grape 1.0.1

Installing sanitize 6.0.0

Installing domain_name 0.5.20190701

Using openproject-recaptcha 1.0.0 from source at `modules/recaptcha`

Fetching pdf-inspector 1.3.0

Using openproject-xls_export 1.0.0 from source at `modules/xls_export`

Fetching prawn-table 0.2.2

Installing prawn-table 0.2.2

Installing pdf-inspector 1.3.0

Fetching fugit 1.5.3

Installing fugit 1.5.3

Fetching rails-dom-testing 2.0.3

Fetching globalid 1.0.0

Installing rails-dom-testing 2.0.3

Fetching activemodel 6.1.5.1

Fetching html-pipeline 2.14.1

Installing globalid 1.0.0

Installing html-pipeline 2.14.1

Installing activemodel 6.1.5.1

Fetching delayed_job 4.1.10

Fetching json-jwt 1.13.0

Installing delayed_job 4.1.10

Fetching swd 1.3.0

Installing json-jwt 1.13.0

Fetching webfinger 1.2.0

Installing swd 1.3.0

Installing webfinger 1.2.0

Fetching plaintext 0.3.4

Fetching ruby-duration 3.2.3

Installing plaintext 0.3.4

Installing ruby-duration 3.2.3

Fetching dry-container 0.9.0

Fetching aws-sdk-kms 1.56.0

Installing dry-container 0.9.0

Installing aws-sdk-kms 1.56.0

Fetching cells-erb 0.1.0

Fetching aws-sdk-sns 1.53.0

Installing aws-sdk-sns 1.53.0

Fetching fog-json 1.2.0

Fetching fog-xml 0.1.4

Installing cells-erb 0.1.0

Fetching rails-html-sanitizer 1.4.2

Installing fog-json 1.2.0

Fetching omniauth-saml 1.10.3

Installing fog-xml 0.1.4

Installing rails-html-sanitizer 1.4.2

Installing omniauth-saml 1.10.3

Fetching puma-plugin-statsd 2.1.0

Fetching rdoc 6.4.0

Fetching http-cookie 1.0.4

Installing puma-plugin-statsd 2.1.0

Using openproject-pdf_export 1.0.0 from source at `modules/pdf_export`

Fetching delayed_cron_job 0.9.0

Installing http-cookie 1.0.4

Fetching prawn-markup 0.3.5

Installing delayed_cron_job 0.9.0

Installing rdoc 6.4.0

Fetching activejob 6.1.5.1

Installing prawn-markup 0.3.5

Fetching activerecord 6.1.5.1

Installing activejob 6.1.5.1

Fetching activemodel-serializers-xml 1.0.2

Installing activemodel-serializers-xml 1.0.2

Fetching carrierwave 1.3.2

Installing activerecord 6.1.5.1

Installing carrierwave 1.3.2

Fetching date_validator 0.12.0

Installing date_validator 0.12.0

Fetching email_validator 2.2.3

Fetching validate_email 0.1.6

Installing email_validator 2.2.3

Installing validate_email 0.1.6

Fetching validate_url 1.0.13

Fetching openproject-token 2.2.0

Installing validate_url 1.0.13

Installing openproject-token 2.2.0

Fetching rack-oauth2 1.19.0

Fetching deckar01-task_list 2.3.2

Fetching sentry-delayed_job 5.2.1

Installing rack-oauth2 1.19.0

Installing deckar01-task_list 2.3.2

Installing sentry-delayed_job 5.2.1

Fetching dry-types 1.5.1

Fetching aws-sdk-s3 1.113.2

Installing dry-types 1.5.1

Using openproject-two_factor_authentication 1.0.0 from source at `modules/two_factor_authentication`

Fetching fog-aws 3.13.0

Fetching actionview 6.1.5.1

Installing aws-sdk-s3 1.113.2

Installing actionview 6.1.5.1

Installing fog-aws 3.13.0

Using openproject-auth_saml 1.0.0 from source at `modules/auth_saml`

Fetching rest-client 2.1.0

Installing rest-client 2.1.0

Fetching activerecord-import 1.4.0

Installing activerecord-import 1.4.0

Fetching activerecord-nulldb-adapter 0.8.0

Installing activerecord-nulldb-adapter 0.8.0

Fetching acts_as_list 1.0.4

Fetching acts_as_tree 2.9.1

Installing acts_as_tree 2.9.1

Installing acts_as_list 1.0.4

Fetching auto_strip_attributes 2.6.0

Installing auto_strip_attributes 2.6.0

Fetching awesome_nested_set 3.5.0

Fetching delayed_job_active_record 4.1.7

Installing awesome_nested_set 3.5.0

Installing delayed_job_active_record 4.1.7

Fetching friendly_id 5.4.2

Fetching with_advisory_lock 4.6.0

Installing with_advisory_lock 4.6.0

Installing friendly_id 5.4.2

Fetching grape 1.6.2

Fetching openid_connect 1.1.8

Installing openid_connect 1.1.8

Installing grape 1.6.2

Fetching actionpack 6.1.5.1

Installing actionpack 6.1.5.1

Using openproject-bim 1.0.0 from source at `modules/bim`

Using openproject-backlogs 1.0.0 from source at `modules/backlogs`

Using omniauth-openid-connect 0.4.0 from https://github.com/opf/omniauth-openid-connect.git (at e1173e6@e1173e6)

Fetching actioncable 6.1.5.1

Installing actioncable 6.1.5.1

Fetching activestorage 6.1.5.1

Fetching actionmailer 6.1.5.1

Installing actionmailer 6.1.5.1

Installing activestorage 6.1.5.1

Fetching railties 6.1.5.1

Installing railties 6.1.5.1

Fetching cells-rails 0.1.4

Installing cells-rails 0.1.4

Fetching gon 6.4.0

Fetching sprockets-rails 3.4.2

Installing gon 6.4.0

Installing sprockets-rails 3.4.2

Fetching meta-tags 2.16.0

Using omniauth-openid_connect-providers 0.2.0 from https://github.com/opf/omniauth-openid_connect-providers.git (at a6c0c3e@a6c0c3e)

Fetching grape_logging 1.8.4

Installing grape_logging 1.8.4

Installing meta-tags 2.16.0

Fetching actionmailbox 6.1.5.1

Fetching actiontext 6.1.5.1

Installing actionmailbox 6.1.5.1

Installing actiontext 6.1.5.1

Fetching carrierwave_direct 2.1.0

Installing carrierwave_direct 2.1.0

Fetching activerecord-session_store 2.0.0

Fetching actionpack-xml_parser 2.0.1

Fetching doorkeeper 5.5.4

Installing activerecord-session_store 2.0.0

Installing actionpack-xml_parser 2.0.1

Fetching rails 6.1.5.1

Fetching lograge 0.12.0

Installing doorkeeper 5.5.4

Installing rails 6.1.5.1

Installing lograge 0.12.0

Fetching rails-i18n 7.0.3

Fetching responders 3.0.1

Installing responders 3.0.1

Installing rails-i18n 7.0.3

Fetching sentry-rails 5.2.1

Installing sentry-rails 5.2.1

Fetching lobby_boy 0.1.3

Installing lobby_boy 0.1.3

Fetching typed_dag 2.0.2

Using openproject-openid_connect 1.0.0 from source at `modules/openid_connect`

Installing typed_dag 2.0.2

Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

current directory:

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/bundle/ruby/3.0.0/gems/pg-1.3.5/ext

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/bin/ruby -I

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0 -r

./siteconf20220511-4188-qsjfnq.rb extconf.rb

Calling libpq with GVL unlocked

checking for pg_config... yes

Using config values from /usr/bin/pg_config

Using libpq from /usr/lib64

checking for libpq-fe.h... yes

checking for libpq/libpq-fs.h... yes

checking for pg_config_manual.h... yes

checking for PQconnectdb() in -lpq... yes

checking for PQconninfo() in libpq-fe.h... no

Your PostgreSQL is too old. Either install an older version of this gem or

upgrade your database to at least PostgreSQL-9.3.

*** extconf.rb failed ***

Could not create Makefile due to some reason, probably lack of necessary

libraries and/or headers. Check the mkmf.log file for more details. You may

need configuration options.

Provided configuration options:

--with-opt-dir

--without-opt-dir

--with-opt-include

--without-opt-include=${opt-dir}/include

--with-opt-lib

--without-opt-lib=${opt-dir}/lib

--with-make-prog

--without-make-prog

--srcdir=.

--curdir

--ruby=/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/bin/$(RUBY_BASE_NAME)

--with-pg

--without-pg

--enable-gvl-unlock

--disable-gvl-unlock

--enable-windows-cross

--disable-windows-cross

--with-pg-config

--without-pg-config

--with-pg_config

--without-pg_config

--with-pg-dir

--without-pg-dir

--with-pg-include

--without-pg-include=${pg-dir}/include

--with-pg-lib

--without-pg-lib=${pg-dir}/lib

--with-pq-dir

--without-pq-dir

--with-pq-include

--without-pq-include=${pq-dir}/include

--with-pq-lib

--without-pq-lib=${pq-dir}/lib

--with-pqlib

--without-pqlib

To see why this extension failed to compile, please check the mkmf.log which can

be found here:

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0-static/pg-1.3.5/mkmf.log

extconf failed, exit code 1

Gem files will remain installed in

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/bundle/ruby/3.0.0/gems/pg-1.3.5

for inspection.

Results logged to

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0-static/pg-1.3.5/gem_make.out

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/rubygems/ext/builder.rb:93:in

`run'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/rubygems/ext/ext_conf_builder.rb:47:in

`block in build'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/tempfile.rb:317:in

`open'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/rubygems/ext/ext_conf_builder.rb:26:in

`build'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/rubygems/ext/builder.rb:159:in

`build_extension'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/rubygems/ext/builder.rb:193:in

`block in build_extensions'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/rubygems/ext/builder.rb:190:in

`each'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/rubygems/ext/builder.rb:190:in

`build_extensions'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/rubygems/installer.rb:837:in

`build_extensions'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/bundler/rubygems_gem_installer.rb:71:in

`build_extensions'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/bundler/rubygems_gem_installer.rb:28:in

`install'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/bundler/source/rubygems.rb:204:in

`install'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/bundler/installer/gem_installer.rb:54:in

`install'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/bundler/installer/gem_installer.rb:16:in

`install_from_spec'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/bundler/installer/parallel_installer.rb:186:in

`do_install'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/bundler/installer/parallel_installer.rb:177:in

`block in worker_pool'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/bundler/worker.rb:62:in

`apply_func'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/bundler/worker.rb:57:in

`block in process_queue'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/bundler/worker.rb:54:in

`loop'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/bundler/worker.rb:54:in

`process_queue'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/bundler/worker.rb:91:in

`block (2 levels) in create_threads'

An error occurred while installing pg (1.3.5), and Bundler cannot continue.

In Gemfile:

pg

Bundler Output: [DEPRECATED] The `--deployment` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local deployment 'true'`, and stop using this flag

[DEPRECATED] The `--path` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local path 'vendor/bundle'`, and stop using this flag

[DEPRECATED] The `--without` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local without 'development:test'`, and stop using this flag

[DEPRECATED] The --binstubs option will be removed in favor of `bundle binstubs --all`

Fetching gem metadata from https://rubygems.org/.......

Fetching https://github.com/opf/omniauth

Fetching https://github.com/opf/omniauth-openid_connect-providers.git

Fetching https://github.com/opf/omniauth-openid-connect.git

Fetching rake 13.0.6

Installing rake 13.0.6

Fetching Ascii85 1.1.0

Fetching zeitwerk 2.5.4

Fetching concurrent-ruby 1.1.10

Fetching minitest 5.15.0

Installing zeitwerk 2.5.4

Fetching builder 3.2.4

Installing Ascii85 1.1.0

Installing builder 3.2.4

Installing minitest 5.15.0

Installing concurrent-ruby 1.1.10

Fetching erubi 1.10.0

Fetching mini_portile2 2.8.0

Installing erubi 1.10.0

Fetching racc 1.6.0

Installing mini_portile2 2.8.0

Fetching crass 1.0.6

Installing crass 1.0.6

Installing racc 1.6.0 with native extensions

Fetching rack 2.2.3

Fetching nio4r 2.5.8

Installing rack 2.2.3

Installing nio4r 2.5.8 with native extensions

Fetching websocket-extensions 0.1.5

Installing websocket-extensions 0.1.5

Fetching marcel 1.0.2

Fetching mini_mime 1.1.2

Installing marcel 1.0.2

Installing mini_mime 1.1.2

Fetching method_source 1.0.0

Fetching thor 1.2.1

Installing method_source 1.0.0

Installing thor 1.2.1

Fetching multi_json 1.15.0

Installing multi_json 1.15.0

Fetching public_suffix 4.0.7

Fetching aes_key_wrap 1.1.0

Installing public_suffix 4.0.7

Fetching afm 0.2.2

Installing aes_key_wrap 1.1.0

Fetching rbtree3 0.7.0

Installing afm 0.2.2

Fetching attr_required 1.0.1

Installing attr_required 1.0.1

Installing rbtree3 0.7.0 with native extensions

Fetching aws-eventstream 1.2.0

Installing aws-eventstream 1.2.0

Fetching aws-partitions 1.581.0

Installing aws-partitions 1.581.0

Fetching jmespath 1.6.1

Installing jmespath 1.6.1

Fetching bcrypt 3.1.17

Installing bcrypt 3.1.17 with native extensions

Fetching bindata 2.4.10

Installing bindata 2.4.10

Fetching msgpack 1.5.1

Installing msgpack 1.5.1 with native extensions

Fetching browser 5.3.1

Installing browser 5.3.1

Using budgets 1.0.0 from source at `modules/budgets`

Using bundler 2.2.33

Fetching mime-types-data 3.2022.0105

Installing mime-types-data 3.2022.0105

Fetching ssrf_filter 1.0.7

Installing ssrf_filter 1.0.7

Fetching excon 0.92.2

Installing excon 0.92.2

Fetching formatador 1.1.0

Installing formatador 1.1.0

Fetching declarative-option 0.1.0

Installing declarative-option 0.1.0

Fetching tilt 2.0.10

Installing tilt 2.0.10

Fetching uber 0.1.0

Installing uber 0.1.0

Fetching temple 0.8.2

Fetching commonmarker 0.23.4

Installing temple 0.8.2

Installing commonmarker 0.23.4 with native extensions

Using costs 1.0.0 from source at `modules/costs`

Fetching daemons 1.4.1

Installing daemons 1.4.1

Fetching dalli 3.2.1

Installing dalli 3.2.1

Using grids 1.0.0 from source at `modules/grids`

Fetching declarative 0.0.20

Installing declarative 0.0.20

Fetching raabro 1.4.0

Installing raabro 1.4.0

Fetching trailblazer-option 0.1.2

Installing trailblazer-option 0.1.2

Fetching unf_ext 0.0.8.1

Fetching dry-inflector 0.2.1

Installing dry-inflector 0.2.1

Fetching regexp_parser 2.3.1

Installing unf_ext 0.0.8.1 with native extensions

Installing regexp_parser 2.3.1

Fetching escape_utils 1.2.1

Installing escape_utils 1.2.1 with native extensions

Fetching fastimage 2.2.6

Installing fastimage 2.2.6

Fetching ffi 1.15.5

Installing ffi 1.15.5 with native extensions

Fetching ruby2_keywords 0.0.5

Installing ruby2_keywords 0.0.5

Fetching gravatar_image_tag 1.2.0

Installing gravatar_image_tag 1.2.0

Fetching hana 1.3.7

Installing hana 1.3.7

Fetching hashery 2.1.2

Installing hashery 2.1.2

Fetching hashie 3.6.0

Installing hashie 3.6.0

Fetching htmldiff 0.0.1

Installing htmldiff 0.0.1

Fetching http-accept 1.7.0

Installing http-accept 1.7.0

Fetching httpclient 2.8.3

Installing httpclient 2.8.3

Fetching ice_cube 0.16.4

Installing ice_cube 0.16.4

Fetching iso8601 0.13.0

Installing iso8601 0.13.0

Fetching json 2.6.1

Installing json 2.6.1 with native extensions

Fetching uri_template 0.7.0

Installing uri_template 0.7.0

Fetching messagebird-rest 1.4.2

Installing messagebird-rest 1.4.2

Fetching mini_magick 4.11.0

Installing mini_magick 4.11.0

Fetching net-ldap 0.17.0

Installing net-ldap 0.17.0

Fetching netrc 0.11.0

Installing netrc 0.11.0

Fetching oj 3.13.11

Installing oj 3.13.11 with native extensions

Fetching okcomputer 1.18.4

Installing okcomputer 1.18.4

Fetching rexml 3.2.5

Fetching ruby-rc4 0.1.5

Installing rexml 3.2.5

Installing ruby-rc4 0.1.5

Fetching ttfunk 1.7.0

Fetching pdf-core 0.9.0

Installing ttfunk 1.7.0

Installing pdf-core 0.9.0

Fetching rubyzip 2.3.2

Using openproject-boards 1.0.0 from source at `modules/boards`

Using openproject-calendar 1.0.0 from source at `modules/calendar`

Using openproject-documents 1.0.0 from source at `modules/documents`

Using openproject-webhooks 1.0.0 from source at `modules/webhooks`

Using openproject-job_status 1.0.0 from source at `modules/job_status`

Using openproject-ldap_groups 1.0.0 from source at `modules/ldap_groups`

Using openproject-storages 1.0.0 from source at `modules/storages`

Using openproject-team_planner 1.0.0 from source at `modules/team_planner`

Fetching rotp 6.2.0

Installing rubyzip 2.3.2

Fetching ruby-ole 1.2.12.2

Installing rotp 6.2.0

Installing ruby-ole 1.2.12.2

Fetching pg 1.3.5

Fetching posix-spawn 0.3.15

Installing pg 1.3.5 with native extensions

Installing posix-spawn 0.3.15 with native extensions

Using stringio 3.0.1

Fetching rack-timeout 0.6.0

Installing rack-timeout 0.6.0

Fetching rinku 2.0.6

Installing rinku 2.0.6 with native extensions

Fetching rouge 3.28.0

Installing rouge 3.28.0

Fetching ruby-progressbar 1.11.0

Fetching structured_warnings 0.4.0

Installing ruby-progressbar 1.11.0

Fetching secure_headers 6.3.3

Installing structured_warnings 0.4.0

Fetching semantic 1.6.1

Installing secure_headers 6.3.3

Installing semantic 1.6.1

Fetching stringex 2.8.5

Installing stringex 2.8.5

Fetching svg-graph 2.2.1

Fetching will_paginate 3.3.1

Installing svg-graph 2.2.1

Fetching i18n 1.10.0

Installing will_paginate 3.3.1

Fetching tzinfo 2.0.4

Fetching dry-core 0.7.1

Installing tzinfo 2.0.4

Installing i18n 1.10.0

Fetching sentry-ruby-core 5.2.1

Installing dry-core 0.7.1

Fetching websocket-driver 0.7.5

Fetching rack-test 1.1.0

Installing sentry-ruby-core 5.2.1

Fetching request_store 1.5.1

Installing rack-test 1.1.0

Fetching rack-accept 0.4.5

Installing request_store 1.5.1

Installing websocket-driver 0.7.5 with native extensions

Fetching sprockets 3.7.2

Installing rack-accept 0.4.5

Fetching rack-attack 6.6.1

Installing sprockets 3.7.2

Installing rack-attack 6.6.1

Fetching rack-cors 1.1.1

Fetching rack-protection 2.2.0

Installing rack-protection 2.2.0

Installing rack-cors 1.1.1

Fetching warden 1.2.9

Installing warden 1.2.9

Fetching mail 2.7.1

Fetching addressable 2.8.0

Installing addressable 2.8.0

Installing mail 2.7.1

Fetching aws-sigv4 1.5.0

Fetching nokogiri 1.13.4 (x86_64-linux)

Installing aws-sigv4 1.5.0

Fetching mime-types 3.4.1

Fetching declarative-builder 0.1.0

Installing mime-types 3.4.1

Installing declarative-builder 0.1.0

Fetching airbrake-ruby 6.1.0

Fetching erbse 0.1.4

Installing airbrake-ruby 6.1.0

Installing erbse 0.1.4

Using openproject-reporting 1.0.0 from source at `modules/reporting`

Using dashboards 1.0.0 from source at `modules/dashboards`

Using my_page 1.0.0 from source at `modules/my_page`

Using overviews 1.0.0 from source at `modules/overviews`

Fetching puma 5.6.4

Fetching representable 3.1.1

Installing puma 5.6.4 with native extensions

Installing representable 3.1.1

Installing nokogiri 1.13.4 (x86_64-linux)

Fetching ecma-re-validator 0.4.0

Installing ecma-re-validator 0.4.0

Fetching bootsnap 1.11.1

Installing bootsnap 1.11.1 with native extensions

Fetching mustermann 1.1.1

Installing mustermann 1.1.1

Using openproject-avatars 1.0.0 from source at `modules/avatars`

Using omniauth 1.9.0 from https://github.com/opf/omniauth (at fe862f9@fe862f9)

Fetching icalendar 2.7.1

Installing icalendar 2.7.1

Fetching unf 0.1.4

Installing unf 0.1.4

Fetching recaptcha 5.9.0

Installing recaptcha 5.9.0

Fetching pdf-reader 2.9.2

Installing pdf-reader 2.9.2

Fetching prawn 2.4.0

Using openproject-github_integration 1.0.0 from source at `modules/github_integration`

Fetching spreadsheet 1.3.0

Installing prawn 2.4.0

Installing spreadsheet 1.3.0

Fetching psych 4.0.3

Installing psych 4.0.3 with native extensions

Fetching rubytree 1.0.2

Installing rubytree 1.0.2

Fetching sys-filesystem 1.4.3

Installing sys-filesystem 1.4.3

Fetching et-orbi 1.2.7

Installing et-orbi 1.2.7

Fetching tzinfo-data 1.2022.1

Installing tzinfo-data 1.2022.1

Fetching activesupport 6.1.5.1

Installing activesupport 6.1.5.1

Fetching dry-configurable 0.15.0

Installing dry-configurable 0.15.0

Fetching dry-logic 1.2.0

Installing dry-logic 1.2.0

Fetching i18n-js 3.9.2

Installing i18n-js 3.9.2

Fetching sentry-ruby 5.2.1

Installing sentry-ruby 5.2.1

Fetching warden-basic_auth 0.2.1

Installing warden-basic_auth 0.2.1

Fetching aws-sdk-core 3.130.2

Installing aws-sdk-core 3.130.2

Fetching cells 4.1.7

Installing cells 4.1.7

Fetching fog-core 2.3.0

Installing fog-core 2.3.0

Fetching airbrake 13.0.0

Installing airbrake 13.0.0

Fetching disposable 0.6.2

Installing disposable 0.6.2

Fetching roar 1.1.1

Installing roar 1.1.1

Fetching json_schemer 0.2.20

Installing json_schemer 0.2.20

Fetching loofah 2.16.0

Installing loofah 2.16.0

Fetching ruby-saml 1.14.0

Installing ruby-saml 1.14.0

Fetching sanitize 6.0.0

Fetching mustermann-grape 1.0.1

Using openproject-auth_plugins 1.0.0 from source at `modules/auth_plugins`

Using openproject-meeting 1.0.0 from source at `modules/meeting`

Fetching domain_name 0.5.20190701

Installing mustermann-grape 1.0.1

Installing sanitize 6.0.0

Installing domain_name 0.5.20190701

Using openproject-recaptcha 1.0.0 from source at `modules/recaptcha`

Fetching pdf-inspector 1.3.0

Using openproject-xls_export 1.0.0 from source at `modules/xls_export`

Fetching prawn-table 0.2.2

Installing prawn-table 0.2.2

Installing pdf-inspector 1.3.0

Fetching fugit 1.5.3

Installing fugit 1.5.3

Fetching rails-dom-testing 2.0.3

Fetching globalid 1.0.0

Installing rails-dom-testing 2.0.3

Fetching activemodel 6.1.5.1

Fetching html-pipeline 2.14.1

Installing globalid 1.0.0

Installing html-pipeline 2.14.1

Installing activemodel 6.1.5.1

Fetching delayed_job 4.1.10

Fetching json-jwt 1.13.0

Installing delayed_job 4.1.10

Fetching swd 1.3.0

Installing json-jwt 1.13.0

Fetching webfinger 1.2.0

Installing swd 1.3.0

Installing webfinger 1.2.0

Fetching plaintext 0.3.4

Fetching ruby-duration 3.2.3

Installing plaintext 0.3.4

Installing ruby-duration 3.2.3

Fetching dry-container 0.9.0

Fetching aws-sdk-kms 1.56.0

Installing dry-container 0.9.0

Installing aws-sdk-kms 1.56.0

Fetching cells-erb 0.1.0

Fetching aws-sdk-sns 1.53.0

Installing aws-sdk-sns 1.53.0

Fetching fog-json 1.2.0

Fetching fog-xml 0.1.4

Installing cells-erb 0.1.0

Fetching rails-html-sanitizer 1.4.2

Installing fog-json 1.2.0

Fetching omniauth-saml 1.10.3

Installing fog-xml 0.1.4

Installing rails-html-sanitizer 1.4.2

Installing omniauth-saml 1.10.3

Fetching puma-plugin-statsd 2.1.0

Fetching rdoc 6.4.0

Fetching http-cookie 1.0.4

Installing puma-plugin-statsd 2.1.0

Using openproject-pdf_export 1.0.0 from source at `modules/pdf_export`

Fetching delayed_cron_job 0.9.0

Installing http-cookie 1.0.4

Fetching prawn-markup 0.3.5

Installing delayed_cron_job 0.9.0

Installing rdoc 6.4.0

Fetching activejob 6.1.5.1

Installing prawn-markup 0.3.5

Fetching activerecord 6.1.5.1

Installing activejob 6.1.5.1

Fetching activemodel-serializers-xml 1.0.2

Installing activemodel-serializers-xml 1.0.2

Fetching carrierwave 1.3.2

Installing activerecord 6.1.5.1

Installing carrierwave 1.3.2

Fetching date_validator 0.12.0

Installing date_validator 0.12.0

Fetching email_validator 2.2.3

Fetching validate_email 0.1.6

Installing email_validator 2.2.3

Installing validate_email 0.1.6

Fetching validate_url 1.0.13

Fetching openproject-token 2.2.0

Installing validate_url 1.0.13

Installing openproject-token 2.2.0

Fetching rack-oauth2 1.19.0

Fetching deckar01-task_list 2.3.2

Fetching sentry-delayed_job 5.2.1

Installing rack-oauth2 1.19.0

Installing deckar01-task_list 2.3.2

Installing sentry-delayed_job 5.2.1

Fetching dry-types 1.5.1

Fetching aws-sdk-s3 1.113.2

Installing dry-types 1.5.1

Using openproject-two_factor_authentication 1.0.0 from source at `modules/two_factor_authentication`

Fetching fog-aws 3.13.0

Fetching actionview 6.1.5.1

Installing aws-sdk-s3 1.113.2

Installing actionview 6.1.5.1

Installing fog-aws 3.13.0

Using openproject-auth_saml 1.0.0 from source at `modules/auth_saml`

Fetching rest-client 2.1.0

Installing rest-client 2.1.0

Fetching activerecord-import 1.4.0

Installing activerecord-import 1.4.0

Fetching activerecord-nulldb-adapter 0.8.0

Installing activerecord-nulldb-adapter 0.8.0

Fetching acts_as_list 1.0.4

Fetching acts_as_tree 2.9.1

Installing acts_as_tree 2.9.1

Installing acts_as_list 1.0.4

Fetching auto_strip_attributes 2.6.0

Installing auto_strip_attributes 2.6.0

Fetching awesome_nested_set 3.5.0

Fetching delayed_job_active_record 4.1.7

Installing awesome_nested_set 3.5.0

Installing delayed_job_active_record 4.1.7

Fetching friendly_id 5.4.2

Fetching with_advisory_lock 4.6.0

Installing with_advisory_lock 4.6.0

Installing friendly_id 5.4.2

Fetching grape 1.6.2

Fetching openid_connect 1.1.8

Installing openid_connect 1.1.8

Installing grape 1.6.2

Fetching actionpack 6.1.5.1

Installing actionpack 6.1.5.1

Using openproject-bim 1.0.0 from source at `modules/bim`

Using openproject-backlogs 1.0.0 from source at `modules/backlogs`

Using omniauth-openid-connect 0.4.0 from https://github.com/opf/omniauth-openid-connect.git (at e1173e6@e1173e6)

Fetching actioncable 6.1.5.1

Installing actioncable 6.1.5.1

Fetching activestorage 6.1.5.1

Fetching actionmailer 6.1.5.1

Installing actionmailer 6.1.5.1

Installing activestorage 6.1.5.1

Fetching railties 6.1.5.1

Installing railties 6.1.5.1

Fetching cells-rails 0.1.4

Installing cells-rails 0.1.4

Fetching gon 6.4.0

Fetching sprockets-rails 3.4.2

Installing gon 6.4.0

Installing sprockets-rails 3.4.2

Fetching meta-tags 2.16.0

Using omniauth-openid_connect-providers 0.2.0 from https://github.com/opf/omniauth-openid_connect-providers.git (at a6c0c3e@a6c0c3e)

Fetching grape_logging 1.8.4

Installing grape_logging 1.8.4

Installing meta-tags 2.16.0

Fetching actionmailbox 6.1.5.1

Fetching actiontext 6.1.5.1

Installing actionmailbox 6.1.5.1

Installing actiontext 6.1.5.1

Fetching carrierwave_direct 2.1.0

Installing carrierwave_direct 2.1.0

Fetching activerecord-session_store 2.0.0

Fetching actionpack-xml_parser 2.0.1

Fetching doorkeeper 5.5.4

Installing activerecord-session_store 2.0.0

Installing actionpack-xml_parser 2.0.1

Fetching rails 6.1.5.1

Fetching lograge 0.12.0

Installing doorkeeper 5.5.4

Installing rails 6.1.5.1

Installing lograge 0.12.0

Fetching rails-i18n 7.0.3

Fetching responders 3.0.1

Installing responders 3.0.1

Installing rails-i18n 7.0.3

Fetching sentry-rails 5.2.1

Installing sentry-rails 5.2.1

Fetching lobby_boy 0.1.3

Installing lobby_boy 0.1.3

Fetching typed_dag 2.0.2

Using openproject-openid_connect 1.0.0 from source at `modules/openid_connect`

Installing typed_dag 2.0.2

Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

current directory:

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/bundle/ruby/3.0.0/gems/pg-1.3.5/ext

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/bin/ruby -I

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0 -r

./siteconf20220511-4188-qsjfnq.rb extconf.rb

Calling libpq with GVL unlocked

checking for pg_config... yes

Using config values from /usr/bin/pg_config

Using libpq from /usr/lib64

checking for libpq-fe.h... yes

checking for libpq/libpq-fs.h... yes

checking for pg_config_manual.h... yes

checking for PQconnectdb() in -lpq... yes

checking for PQconninfo() in libpq-fe.h... no

Your PostgreSQL is too old. Either install an older version of this gem or

upgrade your database to at least PostgreSQL-9.3.

*** extconf.rb failed ***

Could not create Makefile due to some reason, probably lack of necessary

libraries and/or headers. Check the mkmf.log file for more details. You may

need configuration options.

Provided configuration options:

--with-opt-dir

--without-opt-dir

--with-opt-include

--without-opt-include=${opt-dir}/include

--with-opt-lib

--without-opt-lib=${opt-dir}/lib

--with-make-prog

--without-make-prog

--srcdir=.

--curdir

--ruby=/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/bin/$(RUBY_BASE_NAME)

--with-pg

--without-pg

--enable-gvl-unlock

--disable-gvl-unlock

--enable-windows-cross

--disable-windows-cross

--with-pg-config

--without-pg-config

--with-pg_config

--without-pg_config

--with-pg-dir

--without-pg-dir

--with-pg-include

--without-pg-include=${pg-dir}/include

--with-pg-lib

--without-pg-lib=${pg-dir}/lib

--with-pq-dir

--without-pq-dir

--with-pq-include

--without-pq-include=${pq-dir}/include

--with-pq-lib

--without-pq-lib=${pq-dir}/lib

--with-pqlib

--without-pqlib

To see why this extension failed to compile, please check the mkmf.log which can

be found here:

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0-static/pg-1.3.5/mkmf.log

extconf failed, exit code 1

Gem files will remain installed in

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/bundle/ruby/3.0.0/gems/pg-1.3.5

for inspection.

Results logged to

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0-static/pg-1.3.5/gem_make.out

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/rubygems/ext/builder.rb:93:in

`run'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/rubygems/ext/ext_conf_builder.rb:47:in

`block in build'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/tempfile.rb:317:in

`open'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/rubygems/ext/ext_conf_builder.rb:26:in

`build'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/rubygems/ext/builder.rb:159:in

`build_extension'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/rubygems/ext/builder.rb:193:in

`block in build_extensions'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/rubygems/ext/builder.rb:190:in

`each'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/rubygems/ext/builder.rb:190:in

`build_extensions'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/rubygems/installer.rb:837:in

`build_extensions'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/bundler/rubygems_gem_installer.rb:71:in

`build_extensions'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/bundler/rubygems_gem_installer.rb:28:in

`install'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/bundler/source/rubygems.rb:204:in

`install'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/bundler/installer/gem_installer.rb:54:in

`install'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/bundler/installer/gem_installer.rb:16:in

`install_from_spec'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/bundler/installer/parallel_installer.rb:186:in

`do_install'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/bundler/installer/parallel_installer.rb:177:in

`block in worker_pool'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/bundler/worker.rb:62:in

`apply_func'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/bundler/worker.rb:57:in

`block in process_queue'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/bundler/worker.rb:54:in

`loop'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/bundler/worker.rb:54:in

`process_queue'

/tmp/d20220511-36-r6a6m2/opt/openproject/vendor/ruby-3.0.4/lib/ruby/3.0.0/bundler/worker.rb:91:in

`block (2 levels) in create_threads'

An error occurred while installing pg (1.3.5), and Bundler cannot continue.

In Gemfile:

pg



!

! Failed to install gems via Bundler.

!

! ERROR: compile failed

Failed to package application

tar: This does not look like a tar archive

tar: Exiting with failure status due to previous errors

! FAILED - Build error.

! Please contact support.