DARIAEngineering / dcaf_case_management

Rails-based case management system for abortion funds
MIT License
87 stars 245 forks source link

Docker build failing due to mini_racer/libv8-node install problem #2530

Closed colinxfleming closed 2 years ago

colinxfleming commented 2 years ago

Thanks for creating an issue! Please fill out this form so we can be sure to have all the information we need, and to minimize back and forth.

couldn't install docker due to problems today! failures on docker-compose build for multiple new people

setting up the app

@xmunoz can you take a look at this? possible culprit is that a new version of bundler came out today, so we might need to hardset for a bit

natelalvarado commented 2 years ago
Building 567.5s (18/24)                                                                                                                          
 => [internal] load build definition from Dockerfile                                                                                                   0.0s
 => => transferring dockerfile: 2.24kB                                                                                                                 0.0s
 => [internal] load .dockerignore                                                                                                                      0.0s
 => => transferring context: 34B                                                                                                                       0.0s
 => [internal] load metadata for docker.io/library/ruby:3.1.1-slim-buster                                                                              0.7s
 => [ 1/20] FROM docker.io/library/ruby:3.1.1-slim-buster@sha256:02bfbc373db863adaa053a742f997be6483c28983fcc3752d6ec342c419c6387                      0.0s
 => [internal] load build context                                                                                                                      0.1s
 => => transferring context: 31.50kB                                                                                                                   0.1s
 => CACHED [ 2/20] RUN mkdir -p /usr/src/app && cd ${DCAF_DIR}                                                                                         0.0s
 => CACHED [ 3/20] WORKDIR /usr/src/app                                                                                                                0.0s
 => CACHED [ 4/20] COPY Gemfile /usr/src/app/Gemfile                                                                                                   0.0s
 => CACHED [ 5/20] COPY Gemfile.lock /usr/src/app/Gemfile.lock                                                                                         0.0s
 => CACHED [ 6/20] COPY package.json /usr/src/app/package.json                                                                                         0.0s
 => CACHED [ 7/20] COPY yarn.lock /usr/src/app/yarn.lock                                                                                               0.0s
 => CACHED [ 8/20] RUN apt-get update && apt-get upgrade -y &&     apt-get install -y     build-essential libxml2-dev gnupg2 libxslt-dev fontconfig p  0.0s
 => CACHED [ 9/20] RUN curl -sL https://deb.nodesource.com/setup_14.x | sudo bash - &&     apt-get install nodejs -y                                   0.0s
 => CACHED [10/20] RUN npm install -g yarn                                                                                                             0.0s
 => CACHED [11/20] RUN yarn set version berry                                                                                                          0.0s
 => CACHED [12/20] RUN yarn set version 2.x                                                                                                            0.0s
 => [13/20] RUN bundle config build.libv8-node --with-system-v8                                                                                        0.7s
 => ERROR [14/20] RUN bundle install                                                                                                                 565.8s
------                                                                                                                                                      
 > [14/20] RUN bundle install:                                                                                                                              
#18 6.546 Fetching gem metadata from https://rubygems.org/.........                                                                                         
#18 9.617 Using rake 13.0.6                                                                                                                                 
#18 9.621 Fetching Ascii85 1.1.0                                                                                                                            
#18 9.622 Fetching concurrent-ruby 1.1.9                                                                                                                    
#18 9.624 Fetching zeitwerk 2.5.4
#18 9.624 Using minitest 5.15.0
#18 9.626 Fetching builder 3.2.4
#18 9.719 Installing zeitwerk 2.5.4
#18 9.719 Installing builder 3.2.4
#18 9.748 Fetching erubi 1.10.0
#18 9.756 Fetching mini_portile2 2.8.0
#18 9.808 Installing erubi 1.10.0
#18 9.811 Using racc 1.6.0
#18 9.815 Fetching crass 1.0.6
#18 9.823 Installing mini_portile2 2.8.0
#18 9.832 Fetching rack 2.2.3
#18 9.888 Installing crass 1.0.6
#18 9.893 Fetching nio4r 2.5.8
#18 9.938 Installing rack 2.2.3
#18 9.957 Fetching websocket-extensions 0.1.5
#18 10.02 Installing websocket-extensions 0.1.5
#18 10.03 Fetching marcel 1.0.2
#18 10.13 Installing marcel 1.0.2
#18 10.15 Fetching mini_mime 1.1.2
#18 10.22 Installing mini_mime 1.1.2
#18 10.23 Fetching multi_json 1.15.0
#18 14.74 Installing Ascii85 1.1.0
#18 14.76 Fetching method_source 1.0.0
#18 14.82 Installing concurrent-ruby 1.1.9
#18 14.84 Installing method_source 1.0.0
#18 14.85 Fetching thor 1.2.1
#18 14.88 Using bundler 2.3.7
#18 14.88 Fetching public_suffix 4.0.6
#18 14.94 Installing thor 1.2.1
#18 14.96 Fetching afm 0.2.2
#18 14.97 Installing public_suffix 4.0.6
#18 14.99 Fetching ast 2.4.2
#18 14.99 Installing nio4r 2.5.8 with native extensions
#18 15.04 Installing afm 0.2.2
#18 15.05 Fetching execjs 2.8.1
#18 15.07 Installing ast 2.4.2
#18 15.07 Fetching bcrypt 3.1.16
#18 15.13 Installing execjs 2.8.1
#18 15.14 Fetching msgpack 1.4.5
#18 15.16 Installing bcrypt 3.1.16 with native extensions
#18 15.23 Installing msgpack 1.4.5 with native extensions
#18 15.31 Installing multi_json 1.15.0
#18 15.32 Fetching popper_js 1.16.0
#18 15.39 Installing popper_js 1.16.0
#18 15.41 Fetching ffi 1.15.5
#18 15.64 Installing ffi 1.15.5 with native extensions
#18 16.00 Fetching tilt 2.0.10
#18 16.08 Installing tilt 2.0.10
#18 16.11 Fetching uniform_notifier 1.14.2
#18 16.28 Installing uniform_notifier 1.14.2
#18 16.33 Fetching byebug 11.1.3
#18 16.45 Installing byebug 11.1.3 with native extensions
#18 18.00 Using matrix 0.4.2
#18 18.01 Fetching regexp_parser 2.2.1
#18 18.11 Fetching childprocess 4.1.0
#18 18.14 Installing regexp_parser 2.2.1
#18 18.17 Fetching coderay 1.1.3
#18 18.27 Installing childprocess 4.1.0
#18 18.28 Fetching coffee-script-source 1.12.2
#18 18.33 Installing coderay 1.1.3
#18 18.35 Fetching colorize 0.8.1
#18 18.38 Installing coffee-script-source 1.12.2
#18 18.39 Fetching orm_adapter 0.5.0
#18 18.43 Installing colorize 0.8.1
#18 18.44 Using digest 3.1.0
#18 18.45 Fetching docile 1.4.0
#18 18.46 Installing orm_adapter 0.5.0
#18 18.48 Fetching dotenv 2.7.6
#18 18.52 Installing docile 1.4.0
#18 18.53 Fetching faraday-net_http 2.0.1
#18 18.55 Installing dotenv 2.7.6
#18 18.56 Using ruby2_keywords 0.0.5
#18 18.56 Fetching geokit 1.13.1
#18 18.60 Installing faraday-net_http 2.0.1
#18 18.61 Fetching hashery 2.1.2
#18 18.67 Installing geokit 1.13.1
#18 18.70 Fetching hashie 5.0.0
#18 18.71 Installing hashery 2.1.2
#18 18.73 Fetching highline 2.0.3
#18 18.75 Fetching rainbow 3.1.1
#18 18.80 Installing hashie 5.0.0
#18 18.82 Fetching unicode-display_width 2.1.0
#18 18.86 Installing rainbow 3.1.1
#18 18.86 Using io-wait 0.2.1
#18 18.87 Fetching jwt 2.3.0
#18 18.88 Installing highline 2.0.3
#18 18.98 Installing unicode-display_width 2.1.0
#18 18.99 Fetching kaminari-core 1.2.2
#18 19.01 Fetching libsqreen 1.0.4.0.0
#18 19.04 Installing jwt 2.3.0
#18 19.06 Fetching libv8-node 16.10.0.0
#18 19.07 Installing kaminari-core 1.2.2
#18 19.08 Fetching rb-fsevent 0.11.1
#18 19.15 Installing libv8-node 16.10.0.0 with native extensions
#18 19.20 Installing rb-fsevent 0.11.1
#18 19.21 Fetching minitest-stub-const 0.6
#18 19.34 Installing minitest-stub-const 0.6
#18 19.35 Fetching multi_xml 0.6.0
#18 19.53 Installing multi_xml 0.6.0
#18 19.54 Using timeout 0.2.0
#18 19.54 Fetching parallel 1.21.0
#18 19.71 Installing parallel 1.21.0
#18 19.72 Fetching pdf-core 0.9.0
#18 19.95 Installing pdf-core 0.9.0
#18 20.05 Fetching ruby-rc4 0.1.5
#18 20.23 Installing ruby-rc4 0.1.5
#18 20.24 Fetching ttfunk 1.7.0
#18 20.60 Installing libsqreen 1.0.4.0.0 with native extensions
#18 20.61 Installing ttfunk 1.7.0
#18 20.66 Fetching pg 1.3.3
#18 21.14 Installing pg 1.3.3 with native extensions
#18 22.57 Fetching rdoc 6.3.3
#18 22.77 Fetching render_async 2.1.11
#18 22.85 Installing render_async 2.1.11
#18 22.87 Using rexml 3.2.5
#18 22.88 Fetching ruby-progressbar 1.11.0
#18 22.92 Installing rdoc 6.3.3
#18 22.95 Installing ruby-progressbar 1.11.0
#18 22.98 Fetching rubyzip 2.3.2
#18 23.08 Fetching semantic_range 3.0.0
#18 23.08 Installing rubyzip 2.3.2
#18 23.11 Fetching shoulda-context 2.0.0
#18 23.15 Installing semantic_range 3.0.0
#18 23.16 Fetching simplecov-html 0.12.3
#18 23.20 Installing shoulda-context 2.0.0
#18 23.22 Fetching simplecov_json_formatter 0.1.4
#18 23.29 Installing simplecov_json_formatter 0.1.4
#18 23.29 Fetching sqreen-backport 0.1.0
#18 23.33 Installing simplecov-html 0.12.3
#18 23.39 Installing sqreen-backport 0.1.0
#18 23.41 Fetching state_geo_tools 1.0.0
#18 23.42 Fetching strong_password 0.0.10
#18 23.49 Installing state_geo_tools 1.0.0
#18 23.49 Fetching timecop 0.9.4
#18 23.53 Installing strong_password 0.0.10
#18 23.60 Fetching minitest-optional_retry 0.0.2
#18 23.62 Installing timecop 0.9.4
#18 23.63 Fetching nokogiri 1.13.3
#18 23.71 Installing minitest-optional_retry 0.0.2
#18 23.72 Fetching rack-test 1.1.0
#18 23.83 Installing rack-test 1.1.0
#18 23.85 Fetching request_store 1.5.1
#18 24.03 Installing request_store 1.5.1
#18 24.10 Fetching warden 1.2.9
#18 24.20 Installing warden 1.2.9
#18 24.22 Fetching rack-protection 2.2.0
#18 24.24 Installing nokogiri 1.13.3 with native extensions
#18 24.63 Installing rack-protection 2.2.0
#18 24.64 Fetching rack-attack 6.6.0
#18 24.73 Installing rack-attack 6.6.0
#18 24.77 Fetching rack-proxy 0.7.2
#18 24.90 Installing rack-proxy 0.7.2
#18 25.01 Fetching websocket-driver 0.7.5
#18 25.11 Installing websocket-driver 0.7.5 with native extensions
#18 25.69 Fetching mail 2.7.1
#18 25.99 Installing mail 2.7.1
#18 26.16 Fetching i18n 1.10.0
#18 27.10 Installing i18n 1.10.0
#18 27.14 Fetching tzinfo 2.0.4
#18 27.35 Installing tzinfo 2.0.4
#18 27.51 Fetching sprockets 4.0.2
#18 27.63 Installing sprockets 4.0.2
#18 27.74 Fetching sentry-ruby-core 5.1.1
#18 27.87 Installing sentry-ruby-core 5.1.1
#18 27.92 Fetching bundler-audit 0.9.0.1
#18 28.05 Installing bundler-audit 0.9.0.1
#18 28.09 Fetching figaro 1.2.0
#18 28.20 Installing figaro 1.2.0
#18 28.26 Fetching addressable 2.8.0
#18 28.39 Installing addressable 2.8.0
#18 28.45 Fetching parser 3.1.1.0
#18 28.69 Installing parser 3.1.1.0
#18 29.26 Fetching autoprefixer-rails 10.4.2.0
#18 29.72 Installing autoprefixer-rails 10.4.2.0
#18 31.04 Fetching puma 5.6.2
#18 31.46 Installing puma 5.6.2 with native extensions
#18 33.31 Fetching pry 0.14.1
#18 33.74 Installing pry 0.14.1
#18 34.21 Fetching coffee-script 2.4.1
#18 34.36 Installing coffee-script 2.4.1
#18 34.43 Fetching faraday 2.2.0
#18 34.61 Installing faraday 2.2.0
#18 34.74 Fetching bootsnap 1.10.3
#18 34.86 Installing bootsnap 1.10.3 with native extensions
#18 38.14 Fetching terminal-table 3.0.2
#18 38.40 Installing terminal-table 3.0.2
#18 38.67 Using net-protocol 0.1.2
#18 38.70 Fetching pdf-reader 2.9.2
#18 39.31 Installing pdf-reader 2.9.2
#18 39.59 Fetching prawn 2.4.0
#18 40.25 Installing prawn 2.4.0
#18 41.12 Fetching sassc 2.4.0
#18 42.38 Fetching rb-inotify 0.10.1
#18 42.53 Installing sassc 2.4.0 with native extensions
#18 43.04 Installing rb-inotify 0.10.1
#18 44.31 Fetching sdoc 2.3.1
#18 44.81 Installing sdoc 2.3.1
#18 45.24 Fetching selenium-webdriver 4.1.0
#18 45.72 Installing selenium-webdriver 4.1.0
#18 46.11 Fetching sqreen-kit 0.2.4
#18 46.56 Installing sqreen-kit 0.2.4
#18 46.77 Fetching simplecov 0.21.2
#18 47.45 Installing simplecov 0.21.2
#18 47.75 Fetching omniauth 2.0.4
#18 48.00 Installing omniauth 2.0.4
#18 48.30 Fetching faker 2.19.0
#18 49.55 Installing faker 2.19.0
#18 51.13 Fetching activesupport 6.1.4.6
#18 54.77 Installing activesupport 6.1.4.6
#18 55.22 Fetching tzinfo-data 1.2021.5
#18 55.76 Installing tzinfo-data 1.2021.5
#18 56.38 Fetching sentry-ruby 5.1.1
#18 56.54 Installing sentry-ruby 5.1.1
#18 56.57 Fetching ruby_audit 2.1.0
#18 56.68 Installing ruby_audit 2.1.0
#18 56.79 Fetching launchy 2.5.0
#18 56.89 Installing launchy 2.5.0
#18 56.99 Fetching rubocop-ast 1.16.0
#18 57.14 Installing rubocop-ast 1.16.0
#18 57.26 Fetching oauth2 1.4.9
#18 57.51 Installing oauth2 1.4.9
#18 57.59 Using net-smtp 0.3.1
#18 57.59 Fetching pdf-inspector 1.3.0
#18 57.69 Installing pdf-inspector 1.3.0
#18 57.72 Fetching listen 3.7.1
#18 57.84 Installing listen 3.7.1
#18 57.99 Fetching globalid 1.0.0
#18 58.38 Installing globalid 1.0.0
#18 58.45 Fetching activemodel 6.1.4.6
#18 58.61 Installing activemodel 6.1.4.6
#18 58.67 Fetching bullet 7.0.1
#18 58.78 Installing bullet 7.0.1
#18 58.91 Fetching factory_bot 6.2.0
#18 59.16 Installing factory_bot 6.2.0
#18 59.22 Fetching rubocop 1.25.1
#18 59.56 Installing rubocop 1.25.1
#18 59.98 Fetching omniauth-oauth2 1.7.2
#18 60.05 Installing omniauth-oauth2 1.7.2
#18 60.07 Fetching activejob 6.1.4.6
#18 60.17 Installing activejob 6.1.4.6
#18 60.31 Fetching activerecord 6.1.4.6
#18 60.61 Installing activerecord 6.1.4.6
#18 60.98 Fetching rubocop-rails 2.13.2
#18 61.22 Installing rubocop-rails 2.13.2
#18 61.35 Fetching omniauth-google-oauth2 1.0.0
#18 61.49 Installing omniauth-google-oauth2 1.0.0
#18 61.53 Fetching kaminari-activerecord 1.2.2
#18 61.63 Installing kaminari-activerecord 1.2.2
#18 61.70 Fetching paper_trail 12.2.0
#18 61.92 Installing paper_trail 12.2.0
#18 163.3 Fetching loofah 2.14.0
#18 163.4 Fetching rails-dom-testing 2.0.3
#18 163.4 Fetching xpath 3.2.0
#18 164.1 Installing rails-dom-testing 2.0.3
#18 164.1 Installing xpath 3.2.0
#18 164.1 Installing loofah 2.14.0
#18 164.3 Fetching webdrivers 5.0.0
#18 164.3 Fetching capybara 3.36.0
#18 164.7 Fetching rails-html-sanitizer 1.4.2
#18 165.4 Installing webdrivers 5.0.0
#18 165.6 Installing rails-html-sanitizer 1.4.2
#18 165.8 Fetching actionview 6.1.4.6
#18 165.8 Installing capybara 3.36.0
#18 166.0 Installing actionview 6.1.4.6
#18 166.6 Fetching kaminari-actionview 1.2.2
#18 166.6 Fetching actionpack 6.1.4.6
#18 166.9 Installing kaminari-actionview 1.2.2
#18 167.0 Fetching capybara-screenshot 1.0.26
#18 167.0 Fetching kaminari 1.2.2
#18 167.1 Installing actionpack 6.1.4.6
#18 167.3 Installing kaminari 1.2.2
#18 167.4 Installing capybara-screenshot 1.0.26
#18 167.7 Fetching activestorage 6.1.4.6
#18 167.7 Fetching actioncable 6.1.4.6
#18 167.7 Fetching actionmailer 6.1.4.6
#18 167.9 Installing actionmailer 6.1.4.6
#18 167.9 Installing actioncable 6.1.4.6
#18 167.9 Installing activestorage 6.1.4.6
#18 168.0 Fetching railties 6.1.4.6
#18 168.1 Fetching sprockets-rails 3.4.2
#18 168.1 Fetching bootstrap_form 4.5.0
#18 168.2 Installing sprockets-rails 3.4.2
#18 168.3 Fetching omniauth-rails_csrf_protection 1.0.1
#18 168.3 Installing railties 6.1.4.6
#18 168.4 Installing bootstrap_form 4.5.0
#18 168.4 Installing omniauth-rails_csrf_protection 1.0.1
#18 168.7 Fetching actionmailbox 6.1.4.6
#18 168.9 Installing actionmailbox 6.1.4.6
#18 168.9 Fetching actiontext 6.1.4.6
#18 169.0 Installing actiontext 6.1.4.6
#18 169.2 Fetching rails 6.1.4.6
#18 169.2 Fetching activerecord-session_store 2.0.0
#18 169.2 Fetching sassc-rails 2.1.2
#18 169.3 Installing rails 6.1.4.6
#18 169.4 Fetching coffee-rails 5.0.0
#18 169.4 Installing activerecord-session_store 2.0.0
#18 169.4 Installing sassc-rails 2.1.2
#18 169.5 Fetching responders 3.0.1
#18 169.5 Installing coffee-rails 5.0.0
#18 169.6 Fetching dotenv-rails 2.7.6
#18 169.6 Fetching factory_bot_rails 6.2.0
#18 169.6 Installing responders 3.0.1
#18 169.7 Installing dotenv-rails 2.7.6
#18 169.7 Installing factory_bot_rails 6.2.0
#18 169.7 Fetching rails-i18n 6.0.0
#18 169.7 Fetching jquery-rails 4.4.0
#18 169.8 Fetching jquery-ui-rails 6.0.1
#18 170.2 Installing rails-i18n 6.0.0
#18 170.3 Installing jquery-ui-rails 6.0.1
#18 170.4 Installing jquery-rails 4.4.0
#18 170.8 Fetching js-routes 1.4.9
#18 170.9 Fetching minitest-spec-rails 6.1.0
#18 171.0 Fetching sentry-rails 5.1.1
#18 171.1 Installing js-routes 1.4.9
#18 171.1 Installing sentry-rails 5.1.1
#18 171.1 Installing minitest-spec-rails 6.1.0
#18 171.2 Fetching webpacker 5.4.3
#18 171.2 Fetching acts_as_tenant 0.5.1
#18 171.2 Fetching mini_backtrace 0.1.3
#18 171.3 Installing mini_backtrace 0.1.3
#18 171.3 Installing webpacker 5.4.3
#18 171.3 Installing acts_as_tenant 0.5.1
#18 171.4 Fetching shog 0.2.1
#18 171.5 Installing shog 0.2.1
#18 171.6 Fetching bootstrap 4.6.1
#18 171.7 Fetching sass-rails 6.0.0
#18 171.7 Fetching devise 4.8.1
#18 171.8 Installing sass-rails 6.0.0
#18 171.8 Fetching i18n-tasks 0.9.37
#18 171.8 Installing bootstrap 4.6.1
#18 171.9 Installing devise 4.8.1
#18 171.9 Installing i18n-tasks 0.9.37
#18 562.1 Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
#18 562.1 
#18 562.1 current directory:
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/ext/libv8-node
#18 562.1 /usr/local/bin/ruby -I /usr/local/lib/ruby/3.1.0 -r
#18 562.1 ./siteconf20220310-8-p8gdjd.rb extconf.rb --with-system-v8
#18 562.1 creating Makefile
#18 562.1 ==== in /usr/local/bundle/gems/libv8-node-16.10.0.0/ext/libv8-node
#18 562.1 ==== running /usr/local/bundle/gems/libv8-node-16.10.0.0/libexec/download-node
#18 562.1   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#18 562.1                                  Dload  Upload   Total   Spent    Left  Speed
#18 562.1 0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 28 562.1 0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 66 562.1 61.6M   28 17.3M    0     0  12.9M      0  0:00:04  0:00:01  0:00:03 12.8M
 98 562.1 61.6M   66 40.9M    0     0  17.1M      0  0:00:03  0:00:02  0:00:01 17.1M
100 562.1 61.6M   98 60.5M    0     0  18.1M      0  0:00:03  0:00:03 --:--:-- 18.0M
#18 562.1 61.6M  100 61.6M    0     0  18.1M      0  0:00:03  0:00:03 --:--:-- 18.1M
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/libexec/../src/node-v16.10.0.tar.gz:
#18 562.1 OK
#18 562.1 ==== in /usr/local/bundle/gems/libv8-node-16.10.0.0/ext/libv8-node
#18 562.1 ==== running /usr/local/bundle/gems/libv8-node-16.10.0.0/libexec/extract-node
#18 562.1 patching file tools/icu/icutrim.py
#18 562.1 patching file tools/genv8constants.py
#18 562.1 ==== in /usr/local/bundle/gems/libv8-node-16.10.0.0/ext/libv8-node
#18 562.1 ==== running /usr/local/bundle/gems/libv8-node-16.10.0.0/libexec/build-libv8
#18 562.1 parallel job count: 4
#18 562.1 configure: --openssl-no-asm --without-npm --shared --with-intl=full-icu
#18 562.1 compilers: CC='gcc' CXX='g++' CC_host='' CXX_host=''
#18 562.1 Using built-in specs.
#18 562.1 COLLECT_GCC=gcc
#18 562.1 COLLECT_LTO_WRAPPER=/usr/lib/gcc/aarch64-linux-gnu/8/lto-wrapper
#18 562.1 Target: aarch64-linux-gnu
#18 562.1 Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6'
#18 562.1 --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs
#18 562.1 --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++ --prefix=/usr
#18 562.1 --with-gcc-major-version-only --program-suffix=-8
#18 562.1 --program-prefix=aarch64-linux-gnu- --enable-shared --enable-linker-build-id
#18 562.1 --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
#18 562.1 --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu
#18 562.1 --enable-libstdcxx-debug --enable-libstdcxx-time=yes
#18 562.1 --with-default-libstdcxx-abi=new --enable-gnu-unique-object
#18 562.1 --disable-libquadmath --disable-libquadmath-support --enable-plugin
#18 562.1 --enable-default-pie --with-system-zlib --disable-libphobos --enable-multiarch
#18 562.1 --enable-fix-cortex-a53-843419 --disable-werror --enable-checking=release
#18 562.1 --build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu
#18 562.1 Thread model: posix
#18 562.1 gcc version 8.3.0 (Debian 8.3.0-6) 
#18 562.1 Using built-in specs.
#18 562.1 COLLECT_GCC=g++
#18 562.1 COLLECT_LTO_WRAPPER=/usr/lib/gcc/aarch64-linux-gnu/8/lto-wrapper
#18 562.1 Target: aarch64-linux-gnu
#18 562.1 Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6'
#18 562.1 --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs
#18 562.1 --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++ --prefix=/usr
#18 562.1 --with-gcc-major-version-only --program-suffix=-8
#18 562.1 --program-prefix=aarch64-linux-gnu- --enable-shared --enable-linker-build-id
#18 562.1 --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
#18 562.1 --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu
#18 562.1 --enable-libstdcxx-debug --enable-libstdcxx-time=yes
#18 562.1 --with-default-libstdcxx-abi=new --enable-gnu-unique-object
#18 562.1 --disable-libquadmath --disable-libquadmath-support --enable-plugin
#18 562.1 --enable-default-pie --with-system-zlib --disable-libphobos --enable-multiarch
#18 562.1 --enable-fix-cortex-a53-843419 --disable-werror --enable-checking=release
#18 562.1 --build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu
#18 562.1 Thread model: posix
#18 562.1 gcc version 8.3.0 (Debian 8.3.0-6) 
#18 562.1 Node.js configure: Found Python 3.7.3...
#18 562.1 WARNING: --openssl-no-asm will result in binaries that do not take advantage
#18 562.1          of modern CPU cryptographic instructions and will therefore be slower.
#18 562.1          Please refer to BUILDING.md
#18 562.1 WARNING: warnings were emitted in the configure phase
#18 562.1 INFO: configure completed successfully
#18 562.1 make: 'config.gypi' is up to date.
#18 562.1 make: 'out/Makefile' is up to date.
#18 562.1 make: Entering directory
#18 562.1 '/usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out'
#18 562.1 touch
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/deps/googletest/gtest_prod.stamp
#18 562.1 gcc -o
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/histogram/deps/histogram/src/hdr_histogram.o
#18 562.1 ../deps/histogram/src/hdr_histogram.c '-DV8_DEPRECATION_WARNINGS'
#18 562.1 '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1'
#18 562.1 '-D__STDC_FORMAT_MACROS' '-DOPENSSL_THREADS' '-DOPENSSL_NO_ASM'
#18 562.1 -I../deps/histogram/src  -pthread -Wall -Wextra -Wno-unused-parameter -fPIC
#18 562.1 -fvisibility=hidden -O3 -fno-omit-frame-pointer  -MMD -MF
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/.deps//usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/histogram/deps/histogram/src/hdr_histogram.o.d.raw
#18 562.1 -c
#18 562.1 gcc -o
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/uvwasi/deps/uvwasi/src/clocks.o
#18 562.1 ../deps/uvwasi/src/clocks.c '-DV8_DEPRECATION_WARNINGS'
#18 562.1 '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1'
#18 562.1 '-D__STDC_FORMAT_MACROS' '-DOPENSSL_THREADS' '-DOPENSSL_NO_ASM' '-D_GNU_SOURCE'
#18 562.1 '-D_POSIX_C_SOURCE=200112' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64'
#18 562.1 -I../deps/uvwasi/include -I../deps/uv/include  -pthread -Wall -Wextra
#18 562.1 -Wno-unused-parameter -fPIC -fvisibility=hidden -O3 -fno-omit-frame-pointer 
#18 562.1 -MMD -MF
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/.deps//usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/uvwasi/deps/uvwasi/src/clocks.o.d.raw
#18 562.1 -c
#18 562.1 gcc -o
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/uvwasi/deps/uvwasi/src/fd_table.o
#18 562.1 ../deps/uvwasi/src/fd_table.c '-DV8_DEPRECATION_WARNINGS'
#18 562.1 '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1'
#18 562.1 '-D__STDC_FORMAT_MACROS' '-DOPENSSL_THREADS' '-DOPENSSL_NO_ASM' '-D_GNU_SOURCE'
#18 562.1 '-D_POSIX_C_SOURCE=200112' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64'
#18 562.1 -I../deps/uvwasi/include -I../deps/uv/include  -pthread -Wall -Wextra
#18 562.1 -Wno-unused-parameter -fPIC -fvisibility=hidden -O3 -fno-omit-frame-pointer 
#18 562.1 -MMD -MF
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/.deps//usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/uvwasi/deps/uvwasi/src/fd_table.o.d.raw
#18 562.1 -c
#18 562.1 gcc -o
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/uvwasi/deps/uvwasi/src/path_resolver.o
#18 562.1 ../deps/uvwasi/src/path_resolver.c '-DV8_DEPRECATION_WARNINGS'
#18 562.1 '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1'
#18 562.1 '-D__STDC_FORMAT_MACROS' '-DOPENSSL_THREADS' '-DOPENSSL_NO_ASM' '-D_GNU_SOURCE'
#18 562.1 '-D_POSIX_C_SOURCE=200112' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64'
#18 562.1 -I../deps/uvwasi/include -I../deps/uv/include  -pthread -Wall -Wextra
#18 562.1 -Wno-unused-parameter -fPIC -fvisibility=hidden -O3 -fno-omit-frame-pointer 
#18 562.1 -MMD -MF
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/.deps//usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/uvwasi/deps/uvwasi/src/path_resolver.o.d.raw
#18 562.1 -c
#18 562.1 gcc -o
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/uvwasi/deps/uvwasi/src/poll_oneoff.o
#18 562.1 ../deps/uvwasi/src/poll_oneoff.c '-DV8_DEPRECATION_WARNINGS'
#18 562.1 '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1'
#18 562.1 '-D__STDC_FORMAT_MACROS' '-DOPENSSL_THREADS' '-DOPENSSL_NO_ASM' '-D_GNU_SOURCE'
#18 562.1 '-D_POSIX_C_SOURCE=200112' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64'
#18 562.1 -I../deps/uvwasi/include -I../deps/uv/include  -pthread -Wall -Wextra
#18 562.1 -Wno-unused-parameter -fPIC -fvisibility=hidden -O3 -fno-omit-frame-pointer 
#18 562.1 -MMD -MF
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/.deps//usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/uvwasi/deps/uvwasi/src/poll_oneoff.o.d.raw
#18 562.1 -c
#18 562.1 gcc -o
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/uvwasi/deps/uvwasi/src/uv_mapping.o
#18 562.1 ../deps/uvwasi/src/uv_mapping.c '-DV8_DEPRECATION_WARNINGS'
#18 562.1 '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1'
#18 562.1 '-D__STDC_FORMAT_MACROS' '-DOPENSSL_THREADS' '-DOPENSSL_NO_ASM' '-D_GNU_SOURCE'
#18 562.1 '-D_POSIX_C_SOURCE=200112' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64'
#18 562.1 -I../deps/uvwasi/include -I../deps/uv/include  -pthread -Wall -Wextra
#18 562.1 -Wno-unused-parameter -fPIC -fvisibility=hidden -O3 -fno-omit-frame-pointer 
#18 562.1 -MMD -MF
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/.deps//usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/uvwasi/deps/uvwasi/src/uv_mapping.o.d.raw
#18 562.1 -c
#18 562.1 gcc -o
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/uvwasi/deps/uvwasi/src/uvwasi.o
#18 562.1 ../deps/uvwasi/src/uvwasi.c '-DV8_DEPRECATION_WARNINGS'
#18 562.1 '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1'
#18 562.1 '-D__STDC_FORMAT_MACROS' '-DOPENSSL_THREADS' '-DOPENSSL_NO_ASM' '-D_GNU_SOURCE'
#18 562.1 '-D_POSIX_C_SOURCE=200112' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64'
#18 562.1 -I../deps/uvwasi/include -I../deps/uv/include  -pthread -Wall -Wextra
#18 562.1 -Wno-unused-parameter -fPIC -fvisibility=hidden -O3 -fno-omit-frame-pointer 
#18 562.1 -MMD -MF
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/.deps//usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/uvwasi/deps/uvwasi/src/uvwasi.o.d.raw
#18 562.1 -c
#18 562.1 gcc -o
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/uvwasi/deps/uvwasi/src/wasi_rights.o
#18 562.1 ../deps/uvwasi/src/wasi_rights.c '-DV8_DEPRECATION_WARNINGS'
#18 562.1 '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1'
#18 562.1 '-D__STDC_FORMAT_MACROS' '-DOPENSSL_THREADS' '-DOPENSSL_NO_ASM' '-D_GNU_SOURCE'
#18 562.1 '-D_POSIX_C_SOURCE=200112' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64'
#18 562.1 -I../deps/uvwasi/include -I../deps/uv/include  -pthread -Wall -Wextra
#18 562.1 -Wno-unused-parameter -fPIC -fvisibility=hidden -O3 -fno-omit-frame-pointer 
#18 562.1 -MMD -MF
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/.deps//usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/uvwasi/deps/uvwasi/src/wasi_rights.o.d.raw
#18 562.1 -c
#18 562.1 gcc -o
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/uvwasi/deps/uvwasi/src/wasi_serdes.o
#18 562.1 ../deps/uvwasi/src/wasi_serdes.c '-DV8_DEPRECATION_WARNINGS'
#18 562.1 '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1'
#18 562.1 '-D__STDC_FORMAT_MACROS' '-DOPENSSL_THREADS' '-DOPENSSL_NO_ASM' '-D_GNU_SOURCE'
#18 562.1 '-D_POSIX_C_SOURCE=200112' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64'
#18 562.1 -I../deps/uvwasi/include -I../deps/uv/include  -pthread -Wall -Wextra
#18 562.1 -Wno-unused-parameter -fPIC -fvisibility=hidden -O3 -fno-omit-frame-pointer 
#18 562.1 -MMD -MF
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/.deps//usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/uvwasi/deps/uvwasi/src/wasi_serdes.o.d.raw
#18 562.1 -c
#18 562.1 touch
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/tools/v8_gypfiles/v8_config_headers.stamp
#18 562.1 touch
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/tools/v8_gypfiles/cppgc_headers.stamp
#18 562.1 touch
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/tools/v8_gypfiles/v8_version.stamp
#18 562.1 touch
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/tools/v8_gypfiles/torque_runtime_support.stamp
#18 562.1 touch
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/tools/icu/icu_implementation.stamp
#18 562.1 touch
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/tools/icu/icu_uconfig.stamp
#18 562.1 touch
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/tools/icu/icu_uconfig_target.stamp
#18 562.1 touch
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.host/tools/icu/icu_implementation.stamp
#18 562.1 touch
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.host/tools/icu/icu_uconfig.stamp
#18 562.1 touch
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/tools/v8_gypfiles/v8_bigint.stamp
#18 562.1 touch
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/tools/v8_gypfiles/v8_cppgc_shared.stamp
#18 562.1 touch
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/tools/v8_gypfiles/cppgc_base.stamp
#18 562.1   touch 9bf2a2659c841ace3b33d0b41e847240d9c23723.intermediate
#18 562.1 g++ -o
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/default-foreground-task-runner.o
#18 562.1 ../deps/v8/src/libplatform/default-foreground-task-runner.cc
#18 562.1 '-D_GLIBCXX_USE_CXX11_ABI=1' '-DV8_GYP_BUILD'
#18 562.1 '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-D__STDC_FORMAT_MACROS'
#18 562.1 '-DOPENSSL_THREADS' '-DOPENSSL_NO_ASM' '-DV8_TARGET_ARCH_ARM64'
#18 562.1 '-DV8_HAVE_TARGET_OS' '-DV8_TARGET_OS_LINUX' '-DV8_EMBEDDER_STRING="-node.14"'
#18 562.1 '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1'
#18 562.1 '-DENABLE_MINOR_MC' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT'
#18 562.1 '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH'
#18 562.1 '-DDISABLE_UNTRUSTED_CODE_MITIGATIONS' '-DV8_WIN64_UNWINDING_INFO'
#18 562.1 '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_SNAPSHOT_COMPRESSION'
#18 562.1 '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ALLOCATION_FOLDING'
#18 562.1 '-DV8_ALLOCATION_SITE_TRACKING' -I../deps/v8 -I../deps/v8/include  -pthread
#18 562.1 -Wno-unused-parameter -fPIC -Wno-return-type -fno-strict-aliasing -O3
#18 562.1 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti
#18 562.1 -fno-exceptions -std=gnu++14 -MMD -MF
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/.deps//usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/default-foreground-task-runner.o.d.raw
#18 562.1 -c
#18 562.1 g++ -o
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/default-job.o
#18 562.1 ../deps/v8/src/libplatform/default-job.cc '-D_GLIBCXX_USE_CXX11_ABI=1'
#18 562.1 '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-D__STDC_FORMAT_MACROS'
#18 562.1 '-DOPENSSL_THREADS' '-DOPENSSL_NO_ASM' '-DV8_TARGET_ARCH_ARM64'
#18 562.1 '-DV8_HAVE_TARGET_OS' '-DV8_TARGET_OS_LINUX' '-DV8_EMBEDDER_STRING="-node.14"'
#18 562.1 '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1'
#18 562.1 '-DENABLE_MINOR_MC' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT'
#18 562.1 '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH'
#18 562.1 '-DDISABLE_UNTRUSTED_CODE_MITIGATIONS' '-DV8_WIN64_UNWINDING_INFO'
#18 562.1 '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_SNAPSHOT_COMPRESSION'
#18 562.1 '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ALLOCATION_FOLDING'
#18 562.1 '-DV8_ALLOCATION_SITE_TRACKING' -I../deps/v8 -I../deps/v8/include  -pthread
#18 562.1 -Wno-unused-parameter -fPIC -Wno-return-type -fno-strict-aliasing -O3
#18 562.1 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti
#18 562.1 -fno-exceptions -std=gnu++14 -MMD -MF
#18 562.1 /usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/.deps//usr/local/bundle/gems/libv8-node-16.10.0.0/src/node-v16.10.0/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/default-job.o.d.raw
#18 562.1 -c
xmunoz commented 2 years ago

Not too sure how this is happening, given that it's been passing this whole time in CI. Also, interesting that everywhere we are now specifying ruby version 3.1.1, but in the output, I see 3.1.0 being used: #18 562.1 /usr/local/bin/ruby -I /usr/local/lib/ruby/3.1.0 -r

xmunoz commented 2 years ago

I think we solved this with #2537