Created
July 7, 2026 02:09
-
-
Save yahonda/9974e88f96952704edc9e44d2d41c09d to your computer and use it in GitHub Desktop.
without workaround
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ RUBY_IMAGE=rubylang/ruby:master docker compose -f .buildkite/docker-compose.yml build base | |
| [+] Building 270.4s (23/25) | |
| => [internal] load local bake definitions 0.0s | |
| => => reading from stdin 568B 0.0s | |
| => [internal] load build definition from Dockerfile 0.0s | |
| => => transferring dockerfile: 6.50kB 0.0s | |
| => [internal] load metadata for docker.io/rubylang/ruby:master 2.1s | |
| => [internal] load .dockerignore 0.0s | |
| => => transferring context: 2B 0.0s | |
| => [ 1/20] FROM docker.io/rubylang/ruby:master@sha256:7174ce49398bcf026e28b3946430cb253dbe1c9cc7d5 10.9s | |
| => => resolve docker.io/rubylang/ruby:master@sha256:7174ce49398bcf026e28b3946430cb253dbe1c9cc7d5760 0.0s | |
| => => sha256:8fe0129366a19b0b83cc219dd73dae48862eb2f225736943e4a746f6405749e6 3.03kB / 3.03kB 0.0s | |
| => => sha256:748e76a63fcb90332402604c7ecee0f08c005c433060e051a39e86b3af87154a 6.34kB / 6.34kB 0.0s | |
| => => sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 1.0s | |
| => => sha256:7174ce49398bcf026e28b3946430cb253dbe1c9cc7d576065ba43067f813548a 743B / 743B 0.0s | |
| => => sha256:0e5f8475f38bbc351dc1b0148d9ea94bc5c5f2b710f72e96988b799b681a0b35 30.60MB / 30.60MB 8.8s | |
| => => sha256:ed332a7f10f5a9a632b48a44a8e3ed84751ae4a9b6da2b4c856680fc3e4f83e1 10.62MB / 10.62MB 5.7s | |
| => => sha256:5591a45464c88a5502e61eef3d3feb921db425c8dd4221f4088232bf4ad87af0 91.07kB / 91.07kB 1.4s | |
| => => sha256:f2f85e3e43dca41570462cdb50552058ea1e76aae83a4264dededba168a32865 206B / 206B 1.6s | |
| => => sha256:110e8fa87aa4d2aebcbcdea2248b5a3a604dfc95afcedb6bdd9d3808dad04f21 324.65kB / 324.65kB 2.0s | |
| => => sha256:556dca59ac1934a3c743f10c8688e07e5d90962cc012adad65e66ae261588b7b 22.14MB / 22.14MB 5.9s | |
| => => sha256:39b78722f6620c6236488d225e14aeb807708baeec885558df06c55710957cf6 185B / 185B 5.9s | |
| => => sha256:afb7a4548c66d640882898ded55c2c20528607ff3953f1bc7fa1aa3b606dd07c 895B / 895B 6.1s | |
| => => sha256:0eb79f4a1435a66c3b5c0e530cc8faf2df187e3f81e3b137ee4546dfb0551d2d 25.41MB / 25.41MB 10.0s | |
| => => sha256:d91fdff46ea17ebc6d4b360bd269a94c6636c18d9e4e0d1970eddb3b55295b7f 10.26kB / 10.26kB 6.3s | |
| => => extracting sha256:0e5f8475f38bbc351dc1b0148d9ea94bc5c5f2b710f72e96988b799b681a0b35 0.4s | |
| => => extracting sha256:ed332a7f10f5a9a632b48a44a8e3ed84751ae4a9b6da2b4c856680fc3e4f83e1 0.3s | |
| => => extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.0s | |
| => => extracting sha256:5591a45464c88a5502e61eef3d3feb921db425c8dd4221f4088232bf4ad87af0 0.0s | |
| => => extracting sha256:f2f85e3e43dca41570462cdb50552058ea1e76aae83a4264dededba168a32865 0.0s | |
| => => extracting sha256:110e8fa87aa4d2aebcbcdea2248b5a3a604dfc95afcedb6bdd9d3808dad04f21 0.0s | |
| => => extracting sha256:556dca59ac1934a3c743f10c8688e07e5d90962cc012adad65e66ae261588b7b 0.0s | |
| => => extracting sha256:39b78722f6620c6236488d225e14aeb807708baeec885558df06c55710957cf6 0.0s | |
| => => extracting sha256:afb7a4548c66d640882898ded55c2c20528607ff3953f1bc7fa1aa3b606dd07c 0.0s | |
| => => extracting sha256:0eb79f4a1435a66c3b5c0e530cc8faf2df187e3f81e3b137ee4546dfb0551d2d 0.3s | |
| => => extracting sha256:d91fdff46ea17ebc6d4b360bd269a94c6636c18d9e4e0d1970eddb3b55295b7f 0.0s | |
| => [internal] load build context 0.6s | |
| => => transferring context: 363.81MB 0.6s | |
| => [ 2/20] RUN set -ex && echo "--- :ruby: Updating RubyGems and Bundler" && (gem update --sy 189.8s | |
| => [ 3/20] WORKDIR /rails 0.0s | |
| => [ 4/20] RUN if mysql --version 2>/dev/null | grep -qi mariadb; then printf '[client]\nssl=OF 0.1s | |
| => [ 5/20] ADD .buildkite/runner /usr/local/bin/ 0.0s | |
| => [ 6/20] RUN chmod +x /usr/local/bin/runner 0.2s | |
| => [ 7/20] ADD .buildkite/.empty actioncable/package.jso[n] actioncable/ 0.1s | |
| => [ 8/20] ADD .buildkite/.empty actiontext/package.jso[n] actiontext/ 0.1s | |
| => [ 9/20] ADD .buildkite/.empty actionview/package.jso[n] actionview/ 0.0s | |
| => [10/20] ADD .buildkite/.empty activestorage/package.jso[n] activestorage/ 0.1s | |
| => [11/20] ADD .buildkite/.empty package.jso[n] yarn.loc[k] .yarnr[c] ./ 0.1s | |
| => [12/20] RUN npm -g install yarn 5.8s | |
| => [13/20] RUN rm -f .empty */.empty && find . -maxdepth 1 -type d -empty -exec rmdir '{}' '+' 11.7s | |
| => [14/20] ADD */*.gemspec tmp/ 0.1s | |
| => [15/20] ADD .buildkite/.empty tools/*/releaser.gemspec tools/releaser/ 0.1s | |
| => [16/20] ADD .buildkite/.empty railties/exe/* railties/exe/ 0.1s | |
| => [17/20] ADD Gemfile Gemfile.lock RAILS_VERSION rails.gemspec ./ 0.1s | |
| => ERROR [18/20] RUN rm -f railties/exe/.empty && find railties/exe -maxdepth 0 -type d -empty 48.8s | |
| ------ | |
| > [18/20] RUN rm -f railties/exe/.empty && find railties/exe -maxdepth 0 -type d -empty -exec rmdir '{}' '+' && echo "--- :bundler: Installing Ruby deps" && (cd tmp && for f in *.gemspec; do d="$(basename -s.gemspec "$f")"; mkdir -p "../$d" && mv "$f" "../$d/"; done) && rm Gemfile.lock && bundle install -j 8 && cp Gemfile.lock tmp/Gemfile.lock.updated && rm -rf /usr/local/bundle/cache && echo "--- :floppy_disk: Copying repository contents": | |
| 0.133 --- :bundler: Installing Ruby deps | |
| 0.298 Don't run Bundler as root. Installing your bundle as root will break this | |
| 0.298 application for all non-root users on this machine. | |
| 3.153 Fetching gem metadata from https://rubygems.org/........ | |
| 5.560 Resolving dependencies... | |
| 6.254 Fetching i18n 1.15.2 | |
| 6.265 Fetching date 3.5.1 | |
| 6.276 Fetching concurrent-ruby 1.3.7 | |
| 6.286 Fetching connection_pool 3.0.2 | |
| 6.295 Fetching json 2.20.0 | |
| 6.296 Fetching psych 5.4.0 | |
| 6.306 Fetching prism 1.9.0 | |
| 6.316 Fetching stringio 3.2.0 | |
| 6.347 | |
| 6.347 Retrying download gem from https://rubygems.org/ due to error (2/4): Gem::RemoteFetcher::FetchError Errno::ECONNRESET: Connection reset by peer - SSL_connect (https://rubygems.org/gems/connection_pool-3.0.2.gem) | |
| 6.379 | |
| 6.379 Retrying download gem from https://rubygems.org/ due to error (2/4): Gem::RemoteFetcher::FetchError Errno::ECONNRESET: Connection reset by peer - SSL_connect (https://rubygems.org/gems/stringio-3.2.0.gem) | |
| 6.387 Fetching securerandom 0.4.1 | |
| 6.402 Fetching tzinfo 2.0.6 | |
| 6.456 Fetching uri 1.1.1 | |
| 6.471 Installing date 3.5.1 with native extensions | |
| 6.546 Installing json 2.20.0 with native extensions | |
| 6.550 Fetching builder 3.3.0 | |
| 6.553 Fetching erubi 1.13.1 | |
| 6.576 Fetching mini_portile2 2.8.9 | |
| 6.582 Fetching nokogiri 1.19.4 | |
| 6.593 Installing prism 1.9.0 with native extensions | |
| 6.595 Fetching rails-dom-testing 2.3.0 | |
| 6.598 Fetching crass 1.0.7 | |
| 6.616 Fetching loofah 2.25.1 | |
| 6.618 Fetching rails-html-sanitizer 1.7.0 | |
| 6.652 Fetching rack 3.2.6 | |
| 6.652 Fetching rack-session 2.1.2 | |
| 6.711 Fetching rack-test 2.2.0 | |
| 6.760 Fetching useragent 0.16.11 | |
| 6.795 Fetching prettyprint 0.2.0 | |
| 6.813 Fetching pp 0.6.4 | |
| 6.826 Fetching erb 6.0.4 | |
| 6.847 Fetching io-console 0.8.2 | |
| 6.859 Installing erb 6.0.4 with native extensions | |
| 6.882 Installing io-console 0.8.2 with native extensions | |
| 7.196 Fetching rackup 2.3.1 | |
| 7.218 Fetching thor 1.5.0 | |
| 7.330 Fetching zeitwerk 2.8.2 | |
| 7.333 Fetching action_text-trix 2.1.19 | |
| 7.411 Fetching nio4r 2.7.5 | |
| 7.412 Fetching websocket-extensions 0.1.5 | |
| 7.430 Fetching websocket-driver 0.8.2 | |
| 7.463 Fetching globalid 1.4.0 | |
| 7.606 Fetching timeout 0.6.1 | |
| 7.623 Fetching marcel 1.2.1 | |
| 7.679 Installing nio4r 2.7.5 with native extensions | |
| 7.685 Fetching mini_mime 1.1.5 | |
| 7.737 Fetching net-protocol 0.2.2 | |
| 7.740 Fetching net-pop 0.1.2 | |
| 7.774 Fetching mail 2.9.1 | |
| 7.789 Fetching public_suffix 7.0.5 | |
| 7.789 Fetching addressable 2.9.0 | |
| 7.836 Installing stringio 3.2.0 with native extensions | |
| 7.850 Fetching amq-protocol 2.8.0 | |
| 7.899 Fetching ffi 1.17.4 | |
| 7.942 Fetching ffi-compiler 1.4.2 | |
| 7.963 Fetching argon2 2.3.3 | |
| 8.151 Fetching ast 2.4.3 | |
| 8.191 Installing ffi 1.17.4 with native extensions | |
| 8.742 Fetching aws-eventstream 1.4.0 | |
| 8.802 Fetching aws-partitions 1.1266.0 | |
| 8.933 Fetching aws-sigv4 1.12.1 | |
| 9.070 Fetching jmespath 1.6.2 | |
| 9.183 Fetching aws-sdk-core 3.252.0 | |
| 9.195 Fetching aws-sdk-kms 1.129.0 | |
| 9.233 Fetching aws-sdk-s3 1.226.0 | |
| 9.275 Fetching aws-sdk-sns 1.117.0 | |
| 9.468 Fetching beaneater 1.1.4 | |
| 9.559 Fetching dante 0.2.0 | |
| 9.566 Fetching backburner 1.7.0 | |
| 9.642 Fetching bcrypt 3.1.22 | |
| 9.647 Fetching bcrypt_pbkdf 1.1.2 | |
| 9.693 Fetching bindex 0.8.1 | |
| 9.695 Installing bcrypt 3.1.22 with native extensions | |
| 9.717 Fetching msgpack 1.8.3 | |
| 9.738 Installing bcrypt_pbkdf 1.1.2 with native extensions | |
| 9.802 Installing bindex 0.8.1 with native extensions | |
| 9.858 Fetching bootsnap 1.24.6 | |
| 10.03 Installing msgpack 1.8.3 with native extensions | |
| 10.18 Fetching brakeman 8.0.5 | |
| 10.29 Fetching bundler-audit 0.9.3 | |
| 10.45 Fetching rbtree 0.4.7 | |
| 10.66 Fetching sorted_set 1.1.0 | |
| 10.69 Fetching bunny 2.24.0 | |
| 10.76 Installing rbtree 0.4.7 with native extensions | |
| 10.76 Fetching regexp_parser 2.12.0 | |
| 10.81 Fetching xpath 3.2.0 | |
| 10.89 Fetching capybara 3.40.0 | |
| 10.91 Fetching chef-utils 19.3.15 | |
| 11.24 Fetching childprocess 5.1.0 | |
| 11.25 Fetching crack 1.0.1 | |
| 11.25 Fetching cssbundling-rails 1.4.3 | |
| 11.27 Fetching dalli 5.0.5 | |
| 11.27 Fetching google-protobuf 4.35.1 | |
| 11.27 Fetching sass-embedded 1.101.0 (x86_64-linux-gnu) | |
| 11.33 Fetching dartsass-rails 0.5.1 | |
| 11.37 Fetching declarative 0.0.20 | |
| 11.40 Fetching digest-crc 0.7.0 | |
| 11.41 Fetching dotenv 3.2.0 | |
| 11.42 Installing google-protobuf 4.35.1 with native extensions | |
| 11.43 Fetching ed25519 1.4.0 | |
| 11.46 Installing digest-crc 0.7.0 with native extensions | |
| 11.59 Fetching et-orbi 1.4.0 | |
| 11.65 Installing ed25519 1.4.0 with native extensions | |
| 11.94 Fetching event_emitter 0.2.6 | |
| 11.97 Fetching execjs 2.10.1 | |
| 12.01 Fetching net-http 0.9.1 | |
| 12.06 Fetching faraday-net_http 3.4.4 | |
| 12.08 Fetching faraday 2.14.3 | |
| 12.15 Fetching faraday-follow_redirects 0.5.0 | |
| 12.18 Fetching raabro 1.4.0 | |
| 12.18 Fetching fugit 1.12.3 | |
| 12.20 Fetching google-cloud-env 2.3.1 | |
| 12.20 Fetching google-logging-utils 0.2.0 | |
| 12.22 Fetching jwt 3.2.0 | |
| 12.22 Fetching os 1.1.4 | |
| 12.24 Fetching signet 0.22.0 | |
| 12.25 Fetching googleauth 1.17.1 | |
| 12.27 Fetching multi_json 1.21.1 | |
| 12.28 Fetching trailblazer-option 0.1.2 | |
| 12.29 Fetching uber 0.1.0 | |
| 12.29 Fetching representable 3.2.0 | |
| 12.30 Fetching retriable 4.2.0 | |
| 12.32 Fetching google-apis-core 1.2.4 | |
| 12.33 Fetching google-apis-iamcredentials_v1 0.28.0 | |
| 12.43 Fetching google-apis-storage_v1 0.64.0 | |
| 12.44 Fetching google-cloud-errors 1.6.0 | |
| 12.50 Fetching google-cloud-core 1.9.0 | |
| 12.50 Fetching google-cloud-storage 1.62.0 | |
| 12.54 Fetching hashdiff 1.2.1 | |
| 12.57 Fetching image_processing 2.0.2 | |
| 12.59 Fetching importmap-rails 2.2.3 | |
| 12.62 Fetching jbuilder 2.15.1 | |
| 12.63 Fetching jsbundling-rails 1.3.1 | |
| 12.65 Fetching net-ssh 7.3.3 | |
| 12.66 Fetching net-scp 4.1.0 | |
| 12.68 Fetching net-sftp 4.0.0 | |
| 12.70 Fetching sshkit 1.25.0 | |
| 12.71 Fetching kamal 2.12.0 | |
| 12.74 Fetching kramdown-parser-gfm 1.1.0 | |
| 12.74 Fetching kramdown 2.5.2 | |
| 12.76 Fetching language_server-protocol 3.17.0.6 | |
| 12.78 Fetching launchy 3.1.1 | |
| 12.83 Fetching lint_roller 1.1.0 | |
| 12.83 Fetching libxml-ruby 6.0.0 | |
| 12.94 Fetching rb-fsevent 0.11.2 | |
| 12.97 Fetching rb-inotify 0.11.1 | |
| 12.98 Fetching listen 3.10.0 | |
| 12.99 Fetching mixlib-cli 2.1.8 | |
| 13.01 Fetching tomlrb 2.0.4 | |
| 13.01 Fetching mixlib-config 3.0.27 | |
| 13.03 Fetching mixlib-shellout 3.4.10 | |
| 13.03 Fetching mdl 0.17.0 | |
| 13.05 Fetching mini_magick 5.3.1 | |
| 13.06 Fetching minitest-mock 5.27.0 | |
| 13.07 Fetching minitest-retry 0.3.1 | |
| 13.08 Fetching mono_logger 1.1.2 | |
| 13.09 Installing libxml-ruby 6.0.0 with native extensions | |
| 13.10 Fetching mustermann 3.1.1 | |
| 13.12 Fetching mysql2 0.5.6 | |
| 13.14 Fetching parallel 1.28.0 | |
| 13.15 Fetching parser 3.3.11.1 | |
| 13.17 Fetching pg 1.6.3 | |
| 13.18 Installing mysql2 0.5.6 with native extensions | |
| 13.26 Fetching propshaft 1.3.2 | |
| 13.30 Installing pg 1.6.3 with native extensions | |
| 13.37 Fetching puma 8.0.2 | |
| 13.42 Fetching queue_classic 4.0.0 | |
| 13.43 Fetching rack-cache 1.17.0 | |
| 13.47 Installing puma 8.0.2 with native extensions | |
| 13.48 Fetching rack-protection 4.2.1 | |
| 13.52 Fetching rainbow 3.1.1 | |
| 13.54 Fetching redcarpet 3.6.1 | |
| 13.57 Fetching redis-client 0.30.0 | |
| 13.58 Installing redcarpet 3.6.1 with native extensions | |
| 14.06 Fetching redis 5.4.1 | |
| 14.10 Fetching redis-namespace 1.11.0 | |
| 14.19 Fetching tilt 2.8.0 | |
| 14.21 Fetching sinatra 4.2.1 | |
| 14.25 Fetching resque 3.0.0 | |
| 14.33 Fetching rufus-scheduler 3.9.2 | |
| 14.48 Fetching resque-scheduler 5.0.0 | |
| 14.51 Fetching strscan 3.1.8 | |
| 14.54 Fetching rouge 5.0.0 | |
| 14.70 Installing strscan 3.1.8 with native extensions | |
| 14.93 Fetching rubocop-ast 1.50.0 | |
| 14.98 Fetching ruby-progressbar 1.13.0 | |
| 15.01 Fetching unicode-emoji 4.2.0 | |
| 15.21 Fetching unicode-display_width 3.2.0 | |
| 15.44 Fetching rubocop 1.79.2 | |
| 15.79 Fetching rubocop-md 2.0.4 | |
| 15.81 Fetching rubocop-minitest 0.39.1 | |
| 15.83 Fetching rubocop-packaging 0.6.0 | |
| 15.85 Fetching rubocop-performance 1.26.1 | |
| 15.90 Fetching rubocop-rails 2.35.5 | |
| 15.91 Fetching rubocop-rails-omakase 1.1.0 | |
| 16.04 Fetching ruby-vips 2.3.0 | |
| 16.05 Fetching rubyzip 2.4.1 | |
| 16.09 Fetching sdoc 2.6.5 | |
| 16.20 Fetching websocket 1.2.11 | |
| 16.26 Fetching selenium-webdriver 4.45.0 | |
| 16.26 Fetching sigdump 0.2.5 | |
| 16.31 Fetching serverengine 2.0.7 | |
| 16.34 Fetching sneakers 2.11.0 | |
| 16.35 Fetching solid_cable 4.0.0 | |
| 16.50 Fetching solid_cache 1.0.10 | |
| 16.50 Fetching solid_queue 1.4.0 | |
| 16.54 Fetching sprockets 4.2.2 | |
| 16.54 Fetching sprockets-rails 3.5.2 | |
| 16.57 Fetching sqlite3 2.9.5 | |
| 16.60 Fetching stackprof 0.2.28 | |
| 16.65 Fetching stimulus-rails 1.3.4 | |
| 16.70 Installing stackprof 0.2.28 with native extensions | |
| 17.44 Fetching tailwindcss-ruby 4.3.1 (x86_64-linux-gnu) | |
| 17.54 Fetching tailwindcss-rails 4.6.0 | |
| 17.57 Fetching terser 1.2.7 | |
| 17.65 Fetching thruster 0.1.22 (x86_64-linux) | |
| 17.76 Fetching trilogy 2.12.6 | |
| 17.82 Fetching turbo-rails 2.0.23 | |
| 17.94 Installing trilogy 2.12.6 with native extensions | |
| 17.96 Fetching w3c_validators 1.3.7 | |
| 18.01 Fetching web-console 4.3.0 | |
| 18.04 Fetching webmock 3.26.2 | |
| 18.09 Fetching webrick 1.9.2 | |
| 18.15 Fetching websocket-client-simple 0.9.0 | |
| 18.18 Installing i18n 1.15.2 | |
| 18.18 Installing psych 5.4.0 with native extensions | |
| 18.66 Installing securerandom 0.4.1 | |
| 18.66 Installing uri 1.1.1 | |
| 18.67 Installing concurrent-ruby 1.3.7 | |
| 18.69 Installing tzinfo 2.0.6 | |
| 18.70 Installing erubi 1.13.1 | |
| 18.70 Installing builder 3.3.0 | |
| 18.70 Installing mini_portile2 2.8.9 | |
| 18.71 Installing crass 1.0.7 | |
| 18.71 Installing rails-dom-testing 2.3.0 | |
| 18.71 Installing loofah 2.25.1 | |
| 18.72 Installing rails-html-sanitizer 1.7.0 | |
| 18.72 Installing rack-session 2.1.2 | |
| 18.72 Installing rack-test 2.2.0 | |
| 18.72 Installing useragent 0.16.11 | |
| 18.73 Installing rack 3.2.6 | |
| 18.74 Installing prettyprint 0.2.0 | |
| 18.74 Installing pp 0.6.4 | |
| 18.74 Installing rackup 2.3.1 | |
| 18.76 Installing nokogiri 1.19.4 with native extensions | |
| 18.80 Installing thor 1.5.0 | |
| 18.85 Installing action_text-trix 2.1.19 | |
| 18.85 Installing zeitwerk 2.8.2 | |
| 18.86 Installing websocket-extensions 0.1.5 | |
| 18.86 Installing globalid 1.4.0 | |
| 18.87 Installing websocket-driver 0.8.2 with native extensions | |
| 19.11 Installing timeout 0.6.1 | |
| 19.11 Installing marcel 1.2.1 | |
| 19.11 Installing connection_pool 3.0.2 | |
| 19.12 Installing mini_mime 1.1.5 | |
| 19.12 Installing net-protocol 0.2.2 | |
| 19.12 Installing net-pop 0.1.2 | |
| 19.13 Installing addressable 2.9.0 | |
| 19.13 Installing public_suffix 7.0.5 | |
| 19.14 Installing amq-protocol 2.8.0 | |
| 19.14 Installing mail 2.9.1 | |
| 19.16 Installing ffi-compiler 1.4.2 | |
| 19.17 Installing ast 2.4.3 | |
| 19.17 Installing aws-eventstream 1.4.0 | |
| 19.17 Installing aws-partitions 1.1266.0 | |
| 19.18 Installing aws-sigv4 1.12.1 | |
| 19.18 Installing jmespath 1.6.2 | |
| 19.19 Installing aws-sdk-kms 1.129.0 | |
| 19.20 Installing argon2 2.3.3 with native extensions | |
| 19.44 Installing aws-sdk-sns 1.117.0 | |
| 19.45 Installing sqlite3 2.9.5 with native extensions | |
| 19.65 Installing aws-sdk-core 3.252.0 | |
| 19.70 Installing aws-sdk-s3 1.226.0 | |
| 19.73 Installing dante 0.2.0 | |
| 19.73 Installing backburner 1.7.0 | |
| 19.74 Installing beaneater 1.1.4 | |
| 19.74 Installing bundler-audit 0.9.3 | |
| 19.75 Installing bootsnap 1.24.6 with native extensions | |
| 19.79 Installing sorted_set 1.1.0 | |
| 19.79 Installing bunny 2.24.0 | |
| 19.80 Installing xpath 3.2.0 | |
| 19.80 Installing regexp_parser 2.12.0 | |
| 19.83 Installing brakeman 8.0.5 | |
| 19.92 Installing chef-utils 19.3.15 | |
| 19.93 Installing capybara 3.40.0 | |
| 20.03 Installing crack 1.0.1 | |
| 20.03 Installing childprocess 5.1.0 | |
| 20.04 Installing cssbundling-rails 1.4.3 | |
| 20.04 Installing dalli 5.0.5 | |
| 20.05 Installing dartsass-rails 0.5.1 | |
| 20.05 Installing declarative 0.0.20 | |
| 20.05 Installing dotenv 3.2.0 | |
| 20.05 Installing et-orbi 1.4.0 | |
| 20.06 Installing event_emitter 0.2.6 | |
| 20.06 Installing execjs 2.10.1 | |
| 20.06 Installing faraday-net_http 3.4.4 | |
| 20.07 Installing net-http 0.9.1 | |
| 20.07 Installing faraday 2.14.3 | |
| 20.08 Installing faraday-follow_redirects 0.5.0 | |
| 20.09 Installing fugit 1.12.3 | |
| 20.10 Installing raabro 1.4.0 | |
| 20.10 Installing google-logging-utils 0.2.0 | |
| 20.11 Installing sass-embedded 1.101.0 (x86_64-linux-gnu) | |
| 20.11 Installing google-cloud-env 2.3.1 | |
| 20.11 Installing jwt 3.2.0 | |
| 20.12 Installing os 1.1.4 | |
| 20.12 Installing signet 0.22.0 | |
| 20.13 Installing googleauth 1.17.1 | |
| 20.14 Installing multi_json 1.21.1 | |
| 20.15 Installing trailblazer-option 0.1.2 | |
| 20.15 Installing uber 0.1.0 | |
| 20.16 Installing representable 3.2.0 | |
| 20.18 Installing retriable 4.2.0 | |
| 20.19 Installing google-apis-core 1.2.4 | |
| 20.19 Installing google-apis-iamcredentials_v1 0.28.0 | |
| 20.20 Installing google-cloud-errors 1.6.0 | |
| 20.20 Installing google-apis-storage_v1 0.64.0 | |
| 20.20 Installing google-cloud-core 1.9.0 | |
| 20.21 Installing hashdiff 1.2.1 | |
| 20.21 Installing google-cloud-storage 1.62.0 | |
| 20.22 Installing importmap-rails 2.2.3 | |
| 20.22 Installing image_processing 2.0.2 | |
| 20.23 Installing jbuilder 2.15.1 | |
| 20.23 Installing jsbundling-rails 1.3.1 | |
| 20.24 Installing net-scp 4.1.0 | |
| 20.24 Installing net-ssh 7.3.3 | |
| 20.24 Installing net-sftp 4.0.0 | |
| 20.25 Installing sshkit 1.25.0 | |
| 20.26 Installing kamal 2.12.0 | |
| 20.27 Installing kramdown-parser-gfm 1.1.0 | |
| 20.28 Installing kramdown 2.5.2 | |
| 20.29 Installing launchy 3.1.1 | |
| 20.30 Installing language_server-protocol 3.17.0.6 | |
| 20.41 Installing lint_roller 1.1.0 | |
| 20.41 Installing rb-fsevent 0.11.2 | |
| 20.42 Installing rb-inotify 0.11.1 | |
| 20.42 Installing listen 3.10.0 | |
| 20.43 Installing mixlib-cli 2.1.8 | |
| 20.44 Installing mixlib-config 3.0.27 | |
| 20.44 Installing tomlrb 2.0.4 | |
| 20.44 Installing mixlib-shellout 3.4.10 | |
| 20.45 Installing mdl 0.17.0 | |
| 20.45 Installing mini_magick 5.3.1 | |
| 20.46 Installing minitest-mock 5.27.0 | |
| 20.46 Installing minitest-retry 0.3.1 | |
| 20.46 Installing mono_logger 1.1.2 | |
| 20.46 Installing mustermann 3.1.1 | |
| 20.46 Installing parallel 1.28.0 | |
| 20.47 Installing propshaft 1.3.2 | |
| 20.47 Installing parser 3.3.11.1 | |
| 20.48 Installing queue_classic 4.0.0 | |
| 20.49 Installing rack-cache 1.17.0 | |
| 20.49 Installing rack-protection 4.2.1 | |
| 20.50 Installing rainbow 3.1.1 | |
| 20.50 Installing redis-client 0.30.0 | |
| 20.51 Installing redis 5.4.1 | |
| 20.52 Installing redis-namespace 1.11.0 | |
| 20.52 Installing tilt 2.8.0 | |
| 20.53 Installing sinatra 4.2.1 | |
| 20.54 Installing resque 3.0.0 | |
| 20.54 Installing rufus-scheduler 3.9.2 | |
| 20.55 Installing resque-scheduler 5.0.0 | |
| 20.55 Installing rouge 5.0.0 | |
| 20.56 Installing rubocop-ast 1.50.0 | |
| 20.58 Installing ruby-progressbar 1.13.0 | |
| 20.59 Installing unicode-emoji 4.2.0 | |
| 20.61 Installing unicode-display_width 3.2.0 | |
| 20.61 Installing rubocop 1.79.2 | |
| 20.64 Installing rubocop-md 2.0.4 | |
| 20.65 Installing rubocop-minitest 0.39.1 | |
| 20.70 Installing rubocop-packaging 0.6.0 | |
| 20.70 Installing rubocop-performance 1.26.1 | |
| 20.71 Installing rubocop-rails 2.35.5 | |
| 20.73 Installing rubocop-rails-omakase 1.1.0 | |
| 20.73 Installing rubyzip 2.4.1 | |
| 20.74 Installing ruby-vips 2.3.0 | |
| 20.76 Installing sdoc 2.6.5 | |
| 20.77 Installing websocket 1.2.11 | |
| 20.78 Installing serverengine 2.0.7 | |
| 20.79 Installing sigdump 0.2.5 | |
| 20.80 Installing solid_cable 4.0.0 | |
| 20.80 Installing sneakers 2.11.0 | |
| 20.80 Installing solid_queue 1.4.0 | |
| 20.82 Installing solid_cache 1.0.10 | |
| 20.82 Installing sprockets-rails 3.5.2 | |
| 20.83 Installing sprockets 4.2.2 | |
| 20.84 Installing stimulus-rails 1.3.4 | |
| 20.85 Installing tailwindcss-rails 4.6.0 | |
| 20.86 Installing terser 1.2.7 | |
| 20.87 Installing turbo-rails 2.0.23 | |
| 20.87 Installing w3c_validators 1.3.7 | |
| 20.88 Installing web-console 4.3.0 | |
| 20.89 Installing webmock 3.26.2 | |
| 20.89 Installing webrick 1.9.2 | |
| 20.89 Installing websocket-client-simple 0.9.0 | |
| 20.93 Installing selenium-webdriver 4.45.0 | |
| 20.95 Installing thruster 0.1.22 (x86_64-linux) | |
| 25.72 Installing tailwindcss-ruby 4.3.1 (x86_64-linux-gnu) | |
| 48.57 Gem::Ext::BuildError: ERROR: Failed to build gem native extension. | |
| 48.57 | |
| 48.57 current directory: | |
| 48.57 /usr/local/lib/ruby/gems/4.1.0+4/gems/libxml-ruby-6.0.0/ext/libxml | |
| 48.57 /usr/local/bin/ruby extconf.rb | |
| 48.57 checking for pkg-config for libxml-2.0... ["-I/usr/include/libxml2 ", "", | |
| 48.57 "-lxml2"] | |
| 48.57 checking for libxml/xmlversion.h in | |
| 48.57 /opt/include/libxml2,/opt/local/include/libxml2,/opt/homebrew/opt/libxml2/include/libxml2,/usr/local/include/libxml2,/usr/include/libxml2,/usr/local/include,/usr/local/opt/libxml2/include/libxml2... | |
| 48.57 yes | |
| 48.57 checking for xmlParseDoc() in -lxml2... yes | |
| 48.57 checking for zlib.h... yes | |
| 48.57 creating extconf.h | |
| 48.57 creating Makefile | |
| 48.57 | |
| 48.57 current directory: | |
| 48.57 /usr/local/lib/ruby/gems/4.1.0+4/gems/libxml-ruby-6.0.0/ext/libxml | |
| 48.57 make -j3 DESTDIR\= sitearchdir\=./.gem.20260707-47-uyp1l5 | |
| 48.57 sitelibdir\=./.gem.20260707-47-uyp1l5 clean | |
| 48.57 make: warning: -j3 forced in submake: resetting jobserver mode. | |
| 48.57 | |
| 48.57 current directory: | |
| 48.57 /usr/local/lib/ruby/gems/4.1.0+4/gems/libxml-ruby-6.0.0/ext/libxml | |
| 48.57 make -j3 DESTDIR\= sitearchdir\=./.gem.20260707-47-uyp1l5 | |
| 48.57 sitelibdir\=./.gem.20260707-47-uyp1l5 | |
| 48.57 make: warning: -j3 forced in submake: resetting jobserver mode. | |
| 48.57 compiling ruby_xml.c | |
| 48.57 compiling libxml.c | |
| 48.57 compiling ruby_xml_attr.c | |
| 48.57 In file included from | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/core/rregexp.h:30, | |
| 48.57 from /usr/local/include/ruby-4.1.0+4/ruby/internal/core.h:31, | |
| 48.57 from /usr/local/include/ruby-4.1.0+4/ruby/ruby.h:29, | |
| 48.57 from /usr/local/include/ruby-4.1.0+4/ruby.h:38, | |
| 48.57 from ruby_libxml.h:6, | |
| 48.57 from ruby_xml.c:1: | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:76:16: error: conflicting types | |
| 48.57 for ‘OnigUChar’; have ‘uint16_t’ {aka ‘short unsigned int’} | |
| 48.57 76 | # define UChar OnigUChar | |
| 48.57 | ^~~~~~~~~ | |
| 48.57 In file included from | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/core/rregexp.h:30, | |
| 48.57 from /usr/local/include/ruby-4.1.0+4/ruby/internal/core.h:31, | |
| 48.57 from /usr/local/include/ruby-4.1.0+4/ruby/ruby.h:29, | |
| 48.57 from /usr/local/include/ruby-4.1.0+4/ruby.h:38, | |
| 48.57 from ruby_libxml.h:6, | |
| 48.57 from libxml.c:1: | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:76:16: error: conflicting types | |
| 48.57 for ‘OnigUChar’; have ‘uint16_t’ {aka ‘short unsigned int’} | |
| 48.57 76 | # define UChar OnigUChar | |
| 48.57 | ^~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:79:24: note: previous declaration | |
| 48.57 of ‘OnigUChar’ with type ‘OnigUChar’ {aka ‘unsigned char’} | |
| 48.57 79 | typedef unsigned char OnigUChar; | |
| 48.57 | ^~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:79:24: note: previous declaration | |
| 48.57 of ‘OnigUChar’ with type ‘OnigUChar’ {aka ‘unsigned char’} | |
| 48.57 79 | typedef unsigned char OnigUChar; | |
| 48.57 | ^~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h: In function | |
| 48.57 ‘rb_enc_mbc_to_codepoint’: | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h: In function | |
| 48.57 ‘rb_enc_mbc_to_codepoint’: | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:366:67: warning: passing argument | |
| 48.57 1 of ‘enc->mbc_to_code’ from incompatible pointer type | |
| 48.57 [-Wincompatible-pointer-types] | |
| 48.57 366 | #define ONIGENC_MBC_TO_CODE(enc,p,end) | |
| 48.57 (enc)->mbc_to_code((p),(end),enc) | |
| 48.57 | ^~~ | |
| 48.57 | | | |
| 48.57 | const | |
| 48.57 OnigUChar * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:596:12: note: | |
| 48.57 in expansion of macro ‘ONIGENC_MBC_TO_CODE’ | |
| 48.57 596 | return ONIGENC_MBC_TO_CODE(enc, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:366:67: warning: passing argument | |
| 48.57 1 of ‘enc->mbc_to_code’ from incompatible pointer type | |
| 48.57 [-Wincompatible-pointer-types] | |
| 48.57 366 | #define ONIGENC_MBC_TO_CODE(enc,p,end) | |
| 48.57 (enc)->mbc_to_code((p),(end),enc) | |
| 48.57 | ^~~ | |
| 48.57 | | | |
| 48.57 | const | |
| 48.57 OnigUChar * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:596:12: note: | |
| 48.57 in expansion of macro ‘ONIGENC_MBC_TO_CODE’ | |
| 48.57 596 | return ONIGENC_MBC_TO_CODE(enc, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:366:67: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 366 | #define ONIGENC_MBC_TO_CODE(enc,p,end) | |
| 48.57 (enc)->mbc_to_code((p),(end),enc) | |
| 48.57 | ^~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:596:12: note: | |
| 48.57 in expansion of macro ‘ONIGENC_MBC_TO_CODE’ | |
| 48.57 596 | return ONIGENC_MBC_TO_CODE(enc, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:366:67: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 366 | #define ONIGENC_MBC_TO_CODE(enc,p,end) | |
| 48.57 (enc)->mbc_to_code((p),(end),enc) | |
| 48.57 | ^~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:596:12: note: | |
| 48.57 in expansion of macro ‘ONIGENC_MBC_TO_CODE’ | |
| 48.57 596 | return ONIGENC_MBC_TO_CODE(enc, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:366:71: warning: passing argument | |
| 48.57 2 of ‘enc->mbc_to_code’ from incompatible pointer type | |
| 48.57 [-Wincompatible-pointer-types] | |
| 48.57 366 | #define ONIGENC_MBC_TO_CODE(enc,p,end) | |
| 48.57 (enc)->mbc_to_code((p),(end),enc) | |
| 48.57 | | |
| 48.57 ^~~~~ | |
| 48.57 | | | |
| 48.57 | | |
| 48.57 const OnigUChar * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:596:12: note: | |
| 48.57 in expansion of macro ‘ONIGENC_MBC_TO_CODE’ | |
| 48.57 596 | return ONIGENC_MBC_TO_CODE(enc, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:366:71: warning: passing argument | |
| 48.57 2 of ‘enc->mbc_to_code’ from incompatible pointer type | |
| 48.57 [-Wincompatible-pointer-types] | |
| 48.57 366 | #define ONIGENC_MBC_TO_CODE(enc,p,end) | |
| 48.57 (enc)->mbc_to_code((p),(end),enc) | |
| 48.57 | | |
| 48.57 ^~~~~ | |
| 48.57 | | | |
| 48.57 | | |
| 48.57 const OnigUChar * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:596:12: note: | |
| 48.57 in expansion of macro ‘ONIGENC_MBC_TO_CODE’ | |
| 48.57 596 | return ONIGENC_MBC_TO_CODE(enc, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:366:71: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 366 | #define ONIGENC_MBC_TO_CODE(enc,p,end) | |
| 48.57 (enc)->mbc_to_code((p),(end),enc) | |
| 48.57 | | |
| 48.57 ^~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:596:12: note: | |
| 48.57 in expansion of macro ‘ONIGENC_MBC_TO_CODE’ | |
| 48.57 596 | return ONIGENC_MBC_TO_CODE(enc, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:366:71: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 366 | #define ONIGENC_MBC_TO_CODE(enc,p,end) | |
| 48.57 (enc)->mbc_to_code((p),(end),enc) | |
| 48.57 | | |
| 48.57 ^~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:596:12: note: | |
| 48.57 in expansion of macro ‘ONIGENC_MBC_TO_CODE’ | |
| 48.57 596 | return ONIGENC_MBC_TO_CODE(enc, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h: In function | |
| 48.57 ‘rb_enc_mbcput’: | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h: In function | |
| 48.57 ‘rb_enc_mbcput’: | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:648:41: | |
| 48.57 warning: passing argument 2 of ‘enc->code_to_mbc’ from incompatible pointer type | |
| 48.57 [-Wincompatible-pointer-types] | |
| 48.57 648 | return ONIGENC_CODE_TO_MBC(enc, uc, ubuf); | |
| 48.57 | ^~~~ | |
| 48.57 | | | |
| 48.57 | OnigUChar * {aka short unsigned | |
| 48.57 int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:368:72: note: in definition of | |
| 48.57 macro ‘ONIGENC_CODE_TO_MBC’ | |
| 48.57 368 | #define ONIGENC_CODE_TO_MBC(enc,code,buf) | |
| 48.57 (enc)->code_to_mbc(code,buf,enc) | |
| 48.57 | | |
| 48.57 ^~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:648:41: | |
| 48.57 warning: passing argument 2 of ‘enc->code_to_mbc’ from incompatible pointer type | |
| 48.57 [-Wincompatible-pointer-types] | |
| 48.57 648 | return ONIGENC_CODE_TO_MBC(enc, uc, ubuf); | |
| 48.57 | ^~~~ | |
| 48.57 | | | |
| 48.57 | OnigUChar * {aka short unsigned | |
| 48.57 int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:368:72: note: in definition of | |
| 48.57 macro ‘ONIGENC_CODE_TO_MBC’ | |
| 48.57 368 | #define ONIGENC_CODE_TO_MBC(enc,code,buf) | |
| 48.57 (enc)->code_to_mbc(code,buf,enc) | |
| 48.57 | | |
| 48.57 ^~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:648:41: note: | |
| 48.57 expected ‘OnigUChar *’ {aka ‘unsigned char *’} but argument is of type | |
| 48.57 ‘OnigUChar *’ {aka ‘short unsigned int *’} | |
| 48.57 648 | return ONIGENC_CODE_TO_MBC(enc, uc, ubuf); | |
| 48.57 | ^~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:368:72: note: in definition of | |
| 48.57 macro ‘ONIGENC_CODE_TO_MBC’ | |
| 48.57 368 | #define ONIGENC_CODE_TO_MBC(enc,code,buf) | |
| 48.57 (enc)->code_to_mbc(code,buf,enc) | |
| 48.57 | | |
| 48.57 ^~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:648:41: note: | |
| 48.57 expected ‘OnigUChar *’ {aka ‘unsigned char *’} but argument is of type | |
| 48.57 ‘OnigUChar *’ {aka ‘short unsigned int *’} | |
| 48.57 648 | return ONIGENC_CODE_TO_MBC(enc, uc, ubuf); | |
| 48.57 | ^~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:368:72: note: in definition of | |
| 48.57 macro ‘ONIGENC_CODE_TO_MBC’ | |
| 48.57 368 | #define ONIGENC_CODE_TO_MBC(enc,code,buf) | |
| 48.57 (enc)->code_to_mbc(code,buf,enc) | |
| 48.57 | | |
| 48.57 ^~~ | |
| 48.57 In file included from | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/ctype.h:27, | |
| 48.57 from /usr/local/include/ruby-4.1.0+4/ruby/encoding.h:22, | |
| 48.57 from ruby_xml_encoding.h:6, | |
| 48.57 from ruby_libxml.h:12: | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h: In function | |
| 48.57 ‘rb_enc_prev_char’: | |
| 48.57 In file included from | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/ctype.h:27, | |
| 48.57 from /usr/local/include/ruby-4.1.0+4/ruby/encoding.h:22, | |
| 48.57 from ruby_xml_encoding.h:6, | |
| 48.57 from ruby_libxml.h:12: | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h: In function | |
| 48.57 ‘rb_enc_prev_char’: | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:667:53: | |
| 48.57 warning: passing argument 2 of ‘onigenc_get_prev_char_head’ from incompatible | |
| 48.57 pointer type [-Wincompatible-pointer-types] | |
| 48.57 667 | OnigUChar *ur = onigenc_get_prev_char_head(enc, us, up, ue); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const OnigUChar * | |
| 48.57 {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:667:53: | |
| 48.57 warning: passing argument 2 of ‘onigenc_get_prev_char_head’ from incompatible | |
| 48.57 pointer type [-Wincompatible-pointer-types] | |
| 48.57 667 | OnigUChar *ur = onigenc_get_prev_char_head(enc, us, up, ue); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const OnigUChar * | |
| 48.57 {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:420:74: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 420 | OnigUChar* onigenc_get_prev_char_head(OnigEncoding enc, const OnigUChar* | |
| 48.57 start, const OnigUChar* s, const OnigUChar* end); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:420:74: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 420 | OnigUChar* onigenc_get_prev_char_head(OnigEncoding enc, const OnigUChar* | |
| 48.57 start, const OnigUChar* s, const OnigUChar* end); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:667:57: | |
| 48.57 warning: passing argument 3 of ‘onigenc_get_prev_char_head’ from incompatible | |
| 48.57 pointer type [-Wincompatible-pointer-types] | |
| 48.57 667 | OnigUChar *ur = onigenc_get_prev_char_head(enc, us, up, ue); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const OnigUChar | |
| 48.57 * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:667:57: | |
| 48.57 warning: passing argument 3 of ‘onigenc_get_prev_char_head’ from incompatible | |
| 48.57 pointer type [-Wincompatible-pointer-types] | |
| 48.57 667 | OnigUChar *ur = onigenc_get_prev_char_head(enc, us, up, ue); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const OnigUChar | |
| 48.57 * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:420:98: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 420 | OnigUChar* onigenc_get_prev_char_head(OnigEncoding enc, const OnigUChar* | |
| 48.57 start, const OnigUChar* s, const OnigUChar* end); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:420:98: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 420 | OnigUChar* onigenc_get_prev_char_head(OnigEncoding enc, const OnigUChar* | |
| 48.57 start, const OnigUChar* s, const OnigUChar* end); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:667:61: | |
| 48.57 warning: passing argument 4 of ‘onigenc_get_prev_char_head’ from incompatible | |
| 48.57 pointer type [-Wincompatible-pointer-types] | |
| 48.57 667 | OnigUChar *ur = onigenc_get_prev_char_head(enc, us, up, ue); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const | |
| 48.57 OnigUChar * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:667:61: | |
| 48.57 warning: passing argument 4 of ‘onigenc_get_prev_char_head’ from incompatible | |
| 48.57 pointer type [-Wincompatible-pointer-types] | |
| 48.57 667 | OnigUChar *ur = onigenc_get_prev_char_head(enc, us, up, ue); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const | |
| 48.57 OnigUChar * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:420:118: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 420 | OnigUChar* onigenc_get_prev_char_head(OnigEncoding enc, const OnigUChar* | |
| 48.57 start, const OnigUChar* s, const OnigUChar* end); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:420:118: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 420 | OnigUChar* onigenc_get_prev_char_head(OnigEncoding enc, const OnigUChar* | |
| 48.57 start, const OnigUChar* s, const OnigUChar* end); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:667:21: | |
| 48.57 warning: initialization of ‘OnigUChar *’ {aka ‘short unsigned int *’} from | |
| 48.57 incompatible pointer type ‘OnigUChar *’ {aka ‘unsigned char *’} | |
| 48.57 [-Wincompatible-pointer-types] | |
| 48.57 667 | OnigUChar *ur = onigenc_get_prev_char_head(enc, us, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:667:21: | |
| 48.57 warning: initialization of ‘OnigUChar *’ {aka ‘short unsigned int *’} from | |
| 48.57 incompatible pointer type ‘OnigUChar *’ {aka ‘unsigned char *’} | |
| 48.57 [-Wincompatible-pointer-types] | |
| 48.57 667 | OnigUChar *ur = onigenc_get_prev_char_head(enc, us, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h: In function | |
| 48.57 ‘rb_enc_left_char_head’: | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h: In function | |
| 48.57 ‘rb_enc_left_char_head’: | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:688:60: | |
| 48.57 warning: passing argument 2 of ‘onigenc_get_left_adjust_char_head’ from | |
| 48.57 incompatible pointer type [-Wincompatible-pointer-types] | |
| 48.57 688 | OnigUChar *ur = onigenc_get_left_adjust_char_head(enc, us, up, ue); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const | |
| 48.57 OnigUChar * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:688:60: | |
| 48.57 warning: passing argument 2 of ‘onigenc_get_left_adjust_char_head’ from | |
| 48.57 incompatible pointer type [-Wincompatible-pointer-types] | |
| 48.57 688 | OnigUChar *ur = onigenc_get_left_adjust_char_head(enc, us, up, ue); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const | |
| 48.57 OnigUChar * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:422:81: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 422 | OnigUChar* onigenc_get_left_adjust_char_head(OnigEncoding enc, const | |
| 48.57 OnigUChar* start, const OnigUChar* s, const OnigUChar* end); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:422:81: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 422 | OnigUChar* onigenc_get_left_adjust_char_head(OnigEncoding enc, const | |
| 48.57 OnigUChar* start, const OnigUChar* s, const OnigUChar* end); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:688:64: | |
| 48.57 warning: passing argument 3 of ‘onigenc_get_left_adjust_char_head’ from | |
| 48.57 incompatible pointer type [-Wincompatible-pointer-types] | |
| 48.57 688 | OnigUChar *ur = onigenc_get_left_adjust_char_head(enc, us, up, ue); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const | |
| 48.57 OnigUChar * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:688:64: | |
| 48.57 warning: passing argument 3 of ‘onigenc_get_left_adjust_char_head’ from | |
| 48.57 incompatible pointer type [-Wincompatible-pointer-types] | |
| 48.57 688 | OnigUChar *ur = onigenc_get_left_adjust_char_head(enc, us, up, ue); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const | |
| 48.57 OnigUChar * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:422:105: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 422 | OnigUChar* onigenc_get_left_adjust_char_head(OnigEncoding enc, const | |
| 48.57 OnigUChar* start, const OnigUChar* s, const OnigUChar* end); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:422:105: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 422 | OnigUChar* onigenc_get_left_adjust_char_head(OnigEncoding enc, const | |
| 48.57 OnigUChar* start, const OnigUChar* s, const OnigUChar* end); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:688:68: | |
| 48.57 warning: passing argument 4 of ‘onigenc_get_left_adjust_char_head’ from | |
| 48.57 incompatible pointer type [-Wincompatible-pointer-types] | |
| 48.57 688 | OnigUChar *ur = onigenc_get_left_adjust_char_head(enc, us, up, ue); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const | |
| 48.57 OnigUChar * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:688:68: | |
| 48.57 warning: passing argument 4 of ‘onigenc_get_left_adjust_char_head’ from | |
| 48.57 incompatible pointer type [-Wincompatible-pointer-types] | |
| 48.57 688 | OnigUChar *ur = onigenc_get_left_adjust_char_head(enc, us, up, ue); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const | |
| 48.57 OnigUChar * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:422:125: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 422 | OnigUChar* onigenc_get_left_adjust_char_head(OnigEncoding enc, const | |
| 48.57 OnigUChar* start, const OnigUChar* s, const OnigUChar* end); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:422:125: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 422 | OnigUChar* onigenc_get_left_adjust_char_head(OnigEncoding enc, const | |
| 48.57 OnigUChar* start, const OnigUChar* s, const OnigUChar* end); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:688:21: | |
| 48.57 warning: initialization of ‘OnigUChar *’ {aka ‘short unsigned int *’} from | |
| 48.57 incompatible pointer type ‘OnigUChar *’ {aka ‘unsigned char *’} | |
| 48.57 [-Wincompatible-pointer-types] | |
| 48.57 688 | OnigUChar *ur = onigenc_get_left_adjust_char_head(enc, us, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:688:21: | |
| 48.57 warning: initialization of ‘OnigUChar *’ {aka ‘short unsigned int *’} from | |
| 48.57 incompatible pointer type ‘OnigUChar *’ {aka ‘unsigned char *’} | |
| 48.57 [-Wincompatible-pointer-types] | |
| 48.57 688 | OnigUChar *ur = onigenc_get_left_adjust_char_head(enc, us, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h: In function | |
| 48.57 ‘rb_enc_right_char_head’: | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h: In function | |
| 48.57 ‘rb_enc_right_char_head’: | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:709:61: | |
| 48.57 warning: passing argument 2 of ‘onigenc_get_right_adjust_char_head’ from | |
| 48.57 incompatible pointer type [-Wincompatible-pointer-types] | |
| 48.57 709 | OnigUChar *ur = onigenc_get_right_adjust_char_head(enc, us, up, ue); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const | |
| 48.57 OnigUChar * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:709:61: | |
| 48.57 warning: passing argument 2 of ‘onigenc_get_right_adjust_char_head’ from | |
| 48.57 incompatible pointer type [-Wincompatible-pointer-types] | |
| 48.57 709 | OnigUChar *ur = onigenc_get_right_adjust_char_head(enc, us, up, ue); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const | |
| 48.57 OnigUChar * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:424:82: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 424 | OnigUChar* onigenc_get_right_adjust_char_head(OnigEncoding enc, const | |
| 48.57 OnigUChar* start, const OnigUChar* s, const OnigUChar* end); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:424:82: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 424 | OnigUChar* onigenc_get_right_adjust_char_head(OnigEncoding enc, const | |
| 48.57 OnigUChar* start, const OnigUChar* s, const OnigUChar* end); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:709:65: | |
| 48.57 warning: passing argument 3 of ‘onigenc_get_right_adjust_char_head’ from | |
| 48.57 incompatible pointer type [-Wincompatible-pointer-types] | |
| 48.57 709 | OnigUChar *ur = onigenc_get_right_adjust_char_head(enc, us, up, ue); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const | |
| 48.57 OnigUChar * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:709:65: | |
| 48.57 warning: passing argument 3 of ‘onigenc_get_right_adjust_char_head’ from | |
| 48.57 incompatible pointer type [-Wincompatible-pointer-types] | |
| 48.57 709 | OnigUChar *ur = onigenc_get_right_adjust_char_head(enc, us, up, ue); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const | |
| 48.57 OnigUChar * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:424:106: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 424 | OnigUChar* onigenc_get_right_adjust_char_head(OnigEncoding enc, const | |
| 48.57 OnigUChar* start, const OnigUChar* s, const OnigUChar* end); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:424:106: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 424 | OnigUChar* onigenc_get_right_adjust_char_head(OnigEncoding enc, const | |
| 48.57 OnigUChar* start, const OnigUChar* s, const OnigUChar* end); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:709:69: | |
| 48.57 warning: passing argument 4 of ‘onigenc_get_right_adjust_char_head’ from | |
| 48.57 incompatible pointer type [-Wincompatible-pointer-types] | |
| 48.57 709 | OnigUChar *ur = onigenc_get_right_adjust_char_head(enc, us, up, ue); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | | |
| 48.57 const OnigUChar * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:709:69: | |
| 48.57 warning: passing argument 4 of ‘onigenc_get_right_adjust_char_head’ from | |
| 48.57 incompatible pointer type [-Wincompatible-pointer-types] | |
| 48.57 709 | OnigUChar *ur = onigenc_get_right_adjust_char_head(enc, us, up, ue); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | | |
| 48.57 const OnigUChar * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:424:126: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 424 | OnigUChar* onigenc_get_right_adjust_char_head(OnigEncoding enc, const | |
| 48.57 OnigUChar* start, const OnigUChar* s, const OnigUChar* end); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:424:126: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 424 | OnigUChar* onigenc_get_right_adjust_char_head(OnigEncoding enc, const | |
| 48.57 OnigUChar* start, const OnigUChar* s, const OnigUChar* end); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:709:21: | |
| 48.57 warning: initialization of ‘OnigUChar *’ {aka ‘short unsigned int *’} from | |
| 48.57 incompatible pointer type ‘OnigUChar *’ {aka ‘unsigned char *’} | |
| 48.57 [-Wincompatible-pointer-types] | |
| 48.57 709 | OnigUChar *ur = onigenc_get_right_adjust_char_head(enc, us, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:709:21: | |
| 48.57 warning: initialization of ‘OnigUChar *’ {aka ‘short unsigned int *’} from | |
| 48.57 incompatible pointer type ‘OnigUChar *’ {aka ‘unsigned char *’} | |
| 48.57 [-Wincompatible-pointer-types] | |
| 48.57 709 | OnigUChar *ur = onigenc_get_right_adjust_char_head(enc, us, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h: In function | |
| 48.57 ‘rb_enc_step_back’: | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h: In function | |
| 48.57 ‘rb_enc_step_back’: | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:731:50: | |
| 48.57 warning: passing argument 2 of ‘onigenc_step_back’ from incompatible pointer | |
| 48.57 type [-Wincompatible-pointer-types] | |
| 48.57 731 | const OnigUChar *ur = onigenc_step_back(enc, us, up, ue, n); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const OnigUChar * {aka | |
| 48.57 const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:731:50: | |
| 48.57 warning: passing argument 2 of ‘onigenc_step_back’ from incompatible pointer | |
| 48.57 type [-Wincompatible-pointer-types] | |
| 48.57 731 | const OnigUChar *ur = onigenc_step_back(enc, us, up, ue, n); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const OnigUChar * {aka | |
| 48.57 const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:407:65: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 407 | OnigUChar* onigenc_step_back(OnigEncoding enc, const OnigUChar* start, | |
| 48.57 const OnigUChar* s, const OnigUChar* end, int n); | |
| 48.57 | ~~~~~~~~~~~~~~~~~^~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:407:65: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 407 | OnigUChar* onigenc_step_back(OnigEncoding enc, const OnigUChar* start, | |
| 48.57 const OnigUChar* s, const OnigUChar* end, int n); | |
| 48.57 | ~~~~~~~~~~~~~~~~~^~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:731:54: | |
| 48.57 warning: passing argument 3 of ‘onigenc_step_back’ from incompatible pointer | |
| 48.57 type [-Wincompatible-pointer-types] | |
| 48.57 731 | const OnigUChar *ur = onigenc_step_back(enc, us, up, ue, n); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const OnigUChar * | |
| 48.57 {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:731:54: | |
| 48.57 warning: passing argument 3 of ‘onigenc_step_back’ from incompatible pointer | |
| 48.57 type [-Wincompatible-pointer-types] | |
| 48.57 731 | const OnigUChar *ur = onigenc_step_back(enc, us, up, ue, n); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const OnigUChar * | |
| 48.57 {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:407:89: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 407 | OnigUChar* onigenc_step_back(OnigEncoding enc, const OnigUChar* start, | |
| 48.57 const OnigUChar* s, const OnigUChar* end, int n); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:407:89: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 407 | OnigUChar* onigenc_step_back(OnigEncoding enc, const OnigUChar* start, | |
| 48.57 const OnigUChar* s, const OnigUChar* end, int n); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:731:58: | |
| 48.57 warning: passing argument 4 of ‘onigenc_step_back’ from incompatible pointer | |
| 48.57 type [-Wincompatible-pointer-types] | |
| 48.57 731 | const OnigUChar *ur = onigenc_step_back(enc, us, up, ue, n); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const OnigUChar | |
| 48.57 * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:407:109: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 407 | OnigUChar* onigenc_step_back(OnigEncoding enc, const OnigUChar* start, | |
| 48.57 const OnigUChar* s, const OnigUChar* end, int n); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:731:58: | |
| 48.57 warning: passing argument 4 of ‘onigenc_step_back’ from incompatible pointer | |
| 48.57 type [-Wincompatible-pointer-types] | |
| 48.57 731 | const OnigUChar *ur = onigenc_step_back(enc, us, up, ue, n); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const OnigUChar | |
| 48.57 * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:407:109: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 407 | OnigUChar* onigenc_step_back(OnigEncoding enc, const OnigUChar* start, | |
| 48.57 const OnigUChar* s, const OnigUChar* end, int n); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:731:27: | |
| 48.57 warning: initialization of ‘const OnigUChar *’ {aka ‘const short unsigned int | |
| 48.57 *’} from incompatible pointer type ‘OnigUChar *’ {aka ‘unsigned char *’} | |
| 48.57 [-Wincompatible-pointer-types] | |
| 48.57 731 | const OnigUChar *ur = onigenc_step_back(enc, us, up, ue, n); | |
| 48.57 | ^~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:731:27: | |
| 48.57 warning: initialization of ‘const OnigUChar *’ {aka ‘const short unsigned int | |
| 48.57 *’} from incompatible pointer type ‘OnigUChar *’ {aka ‘unsigned char *’} | |
| 48.57 [-Wincompatible-pointer-types] | |
| 48.57 731 | const OnigUChar *ur = onigenc_step_back(enc, us, up, ue, n); | |
| 48.57 | ^~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/ctype.h: In function | |
| 48.57 ‘rb_enc_is_newline’: | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/ctype.h: In function | |
| 48.57 ‘rb_enc_is_newline’: | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:365:70: warning: passing argument | |
| 48.57 1 of ‘enc->is_mbc_newline’ from incompatible pointer type | |
| 48.57 [-Wincompatible-pointer-types] | |
| 48.57 365 | #define ONIGENC_IS_MBC_NEWLINE(enc,p,end) | |
| 48.57 (enc)->is_mbc_newline((p),(end),enc) | |
| 48.57 | ^~~ | |
| 48.57 | | | |
| 48.57 | | |
| 48.57 OnigUChar * {aka short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/ctype.h:48:12: note: in | |
| 48.57 expansion of macro ‘ONIGENC_IS_MBC_NEWLINE’ | |
| 48.57 48 | return ONIGENC_IS_MBC_NEWLINE(enc, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:365:70: warning: passing argument | |
| 48.57 1 of ‘enc->is_mbc_newline’ from incompatible pointer type | |
| 48.57 [-Wincompatible-pointer-types] | |
| 48.57 365 | #define ONIGENC_IS_MBC_NEWLINE(enc,p,end) | |
| 48.57 (enc)->is_mbc_newline((p),(end),enc) | |
| 48.57 | ^~~ | |
| 48.57 | | | |
| 48.57 | | |
| 48.57 OnigUChar * {aka short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/ctype.h:48:12: note: in | |
| 48.57 expansion of macro ‘ONIGENC_IS_MBC_NEWLINE’ | |
| 48.57 48 | return ONIGENC_IS_MBC_NEWLINE(enc, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:365:70: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘OnigUChar *’ | |
| 48.57 {aka ‘short unsigned int *’} | |
| 48.57 365 | #define ONIGENC_IS_MBC_NEWLINE(enc,p,end) | |
| 48.57 (enc)->is_mbc_newline((p),(end),enc) | |
| 48.57 | ^~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/ctype.h:48:12: note: in | |
| 48.57 expansion of macro ‘ONIGENC_IS_MBC_NEWLINE’ | |
| 48.57 48 | return ONIGENC_IS_MBC_NEWLINE(enc, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:365:70: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘OnigUChar *’ | |
| 48.57 {aka ‘short unsigned int *’} | |
| 48.57 365 | #define ONIGENC_IS_MBC_NEWLINE(enc,p,end) | |
| 48.57 (enc)->is_mbc_newline((p),(end),enc) | |
| 48.57 | ^~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/ctype.h:48:12: note: in | |
| 48.57 expansion of macro ‘ONIGENC_IS_MBC_NEWLINE’ | |
| 48.57 48 | return ONIGENC_IS_MBC_NEWLINE(enc, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:365:74: warning: passing argument | |
| 48.57 2 of ‘enc->is_mbc_newline’ from incompatible pointer type | |
| 48.57 [-Wincompatible-pointer-types] | |
| 48.57 365 | #define ONIGENC_IS_MBC_NEWLINE(enc,p,end) | |
| 48.57 (enc)->is_mbc_newline((p),(end),enc) | |
| 48.57 | | |
| 48.57 ^~~~~ | |
| 48.57 | | |
| 48.57 | | |
| 48.57 | | |
| 48.57 OnigUChar * {aka short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/ctype.h:48:12: note: in | |
| 48.57 expansion of macro ‘ONIGENC_IS_MBC_NEWLINE’ | |
| 48.57 48 | return ONIGENC_IS_MBC_NEWLINE(enc, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:365:74: warning: passing argument | |
| 48.57 2 of ‘enc->is_mbc_newline’ from incompatible pointer type | |
| 48.57 [-Wincompatible-pointer-types] | |
| 48.57 365 | #define ONIGENC_IS_MBC_NEWLINE(enc,p,end) | |
| 48.57 (enc)->is_mbc_newline((p),(end),enc) | |
| 48.57 | | |
| 48.57 ^~~~~ | |
| 48.57 | | |
| 48.57 | | |
| 48.57 | | |
| 48.57 OnigUChar * {aka short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/ctype.h:48:12: note: in | |
| 48.57 expansion of macro ‘ONIGENC_IS_MBC_NEWLINE’ | |
| 48.57 48 | return ONIGENC_IS_MBC_NEWLINE(enc, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:365:74: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘OnigUChar *’ | |
| 48.57 {aka ‘short unsigned int *’} | |
| 48.57 365 | #define ONIGENC_IS_MBC_NEWLINE(enc,p,end) | |
| 48.57 (enc)->is_mbc_newline((p),(end),enc) | |
| 48.57 | | |
| 48.57 ^~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/ctype.h:48:12: note: in | |
| 48.57 expansion of macro ‘ONIGENC_IS_MBC_NEWLINE’ | |
| 48.57 48 | return ONIGENC_IS_MBC_NEWLINE(enc, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:365:74: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘OnigUChar *’ | |
| 48.57 {aka ‘short unsigned int *’} | |
| 48.57 365 | #define ONIGENC_IS_MBC_NEWLINE(enc,p,end) | |
| 48.57 (enc)->is_mbc_newline((p),(end),enc) | |
| 48.57 | | |
| 48.57 ^~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/ctype.h:48:12: note: in | |
| 48.57 expansion of macro ‘ONIGENC_IS_MBC_NEWLINE’ | |
| 48.57 48 | return ONIGENC_IS_MBC_NEWLINE(enc, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~~~~ | |
| 48.57 make: *** [Makefile:250: libxml.o] Error 1 | |
| 48.57 make: *** Waiting for unfinished jobs.... | |
| 48.57 In file included from | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/core/rregexp.h:30, | |
| 48.57 from /usr/local/include/ruby-4.1.0+4/ruby/internal/core.h:31, | |
| 48.57 from /usr/local/include/ruby-4.1.0+4/ruby/ruby.h:29, | |
| 48.57 from /usr/local/include/ruby-4.1.0+4/ruby.h:38, | |
| 48.57 from ruby_libxml.h:6, | |
| 48.57 from ruby_xml_attr.c:30: | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:76:16: error: conflicting types | |
| 48.57 for ‘OnigUChar’; have ‘uint16_t’ {aka ‘short unsigned int’} | |
| 48.57 76 | # define UChar OnigUChar | |
| 48.57 | ^~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:79:24: note: previous declaration | |
| 48.57 of ‘OnigUChar’ with type ‘OnigUChar’ {aka ‘unsigned char’} | |
| 48.57 79 | typedef unsigned char OnigUChar; | |
| 48.57 | ^~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h: In function | |
| 48.57 ‘rb_enc_mbc_to_codepoint’: | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:366:67: warning: passing argument | |
| 48.57 1 of ‘enc->mbc_to_code’ from incompatible pointer type | |
| 48.57 [-Wincompatible-pointer-types] | |
| 48.57 366 | #define ONIGENC_MBC_TO_CODE(enc,p,end) | |
| 48.57 (enc)->mbc_to_code((p),(end),enc) | |
| 48.57 | ^~~ | |
| 48.57 | | | |
| 48.57 | const | |
| 48.57 OnigUChar * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:596:12: note: | |
| 48.57 in expansion of macro ‘ONIGENC_MBC_TO_CODE’ | |
| 48.57 596 | return ONIGENC_MBC_TO_CODE(enc, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:366:67: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 366 | #define ONIGENC_MBC_TO_CODE(enc,p,end) | |
| 48.57 (enc)->mbc_to_code((p),(end),enc) | |
| 48.57 | ^~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:596:12: note: | |
| 48.57 in expansion of macro ‘ONIGENC_MBC_TO_CODE’ | |
| 48.57 596 | return ONIGENC_MBC_TO_CODE(enc, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~ | |
| 48.57 make: *** [Makefile:250: ruby_xml.o] Error 1 | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:366:71: warning: passing argument | |
| 48.57 2 of ‘enc->mbc_to_code’ from incompatible pointer type | |
| 48.57 [-Wincompatible-pointer-types] | |
| 48.57 366 | #define ONIGENC_MBC_TO_CODE(enc,p,end) | |
| 48.57 (enc)->mbc_to_code((p),(end),enc) | |
| 48.57 | | |
| 48.57 ^~~~~ | |
| 48.57 | | | |
| 48.57 | | |
| 48.57 const OnigUChar * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:596:12: note: | |
| 48.57 in expansion of macro ‘ONIGENC_MBC_TO_CODE’ | |
| 48.57 596 | return ONIGENC_MBC_TO_CODE(enc, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:366:71: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 366 | #define ONIGENC_MBC_TO_CODE(enc,p,end) | |
| 48.57 (enc)->mbc_to_code((p),(end),enc) | |
| 48.57 | | |
| 48.57 ^~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:596:12: note: | |
| 48.57 in expansion of macro ‘ONIGENC_MBC_TO_CODE’ | |
| 48.57 596 | return ONIGENC_MBC_TO_CODE(enc, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h: In function | |
| 48.57 ‘rb_enc_mbcput’: | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:648:41: | |
| 48.57 warning: passing argument 2 of ‘enc->code_to_mbc’ from incompatible pointer type | |
| 48.57 [-Wincompatible-pointer-types] | |
| 48.57 648 | return ONIGENC_CODE_TO_MBC(enc, uc, ubuf); | |
| 48.57 | ^~~~ | |
| 48.57 | | | |
| 48.57 | OnigUChar * {aka short unsigned | |
| 48.57 int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:368:72: note: in definition of | |
| 48.57 macro ‘ONIGENC_CODE_TO_MBC’ | |
| 48.57 368 | #define ONIGENC_CODE_TO_MBC(enc,code,buf) | |
| 48.57 (enc)->code_to_mbc(code,buf,enc) | |
| 48.57 | | |
| 48.57 ^~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:648:41: note: | |
| 48.57 expected ‘OnigUChar *’ {aka ‘unsigned char *’} but argument is of type | |
| 48.57 ‘OnigUChar *’ {aka ‘short unsigned int *’} | |
| 48.57 648 | return ONIGENC_CODE_TO_MBC(enc, uc, ubuf); | |
| 48.57 | ^~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:368:72: note: in definition of | |
| 48.57 macro ‘ONIGENC_CODE_TO_MBC’ | |
| 48.57 368 | #define ONIGENC_CODE_TO_MBC(enc,code,buf) | |
| 48.57 (enc)->code_to_mbc(code,buf,enc) | |
| 48.57 | | |
| 48.57 ^~~ | |
| 48.57 In file included from | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/ctype.h:27, | |
| 48.57 from /usr/local/include/ruby-4.1.0+4/ruby/encoding.h:22, | |
| 48.57 from ruby_xml_encoding.h:6, | |
| 48.57 from ruby_libxml.h:12: | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h: In function | |
| 48.57 ‘rb_enc_prev_char’: | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:667:53: | |
| 48.57 warning: passing argument 2 of ‘onigenc_get_prev_char_head’ from incompatible | |
| 48.57 pointer type [-Wincompatible-pointer-types] | |
| 48.57 667 | OnigUChar *ur = onigenc_get_prev_char_head(enc, us, up, ue); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const OnigUChar * | |
| 48.57 {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:420:74: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 420 | OnigUChar* onigenc_get_prev_char_head(OnigEncoding enc, const OnigUChar* | |
| 48.57 start, const OnigUChar* s, const OnigUChar* end); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:667:57: | |
| 48.57 warning: passing argument 3 of ‘onigenc_get_prev_char_head’ from incompatible | |
| 48.57 pointer type [-Wincompatible-pointer-types] | |
| 48.57 667 | OnigUChar *ur = onigenc_get_prev_char_head(enc, us, up, ue); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const OnigUChar | |
| 48.57 * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:420:98: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 420 | OnigUChar* onigenc_get_prev_char_head(OnigEncoding enc, const OnigUChar* | |
| 48.57 start, const OnigUChar* s, const OnigUChar* end); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:667:61: | |
| 48.57 warning: passing argument 4 of ‘onigenc_get_prev_char_head’ from incompatible | |
| 48.57 pointer type [-Wincompatible-pointer-types] | |
| 48.57 667 | OnigUChar *ur = onigenc_get_prev_char_head(enc, us, up, ue); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const | |
| 48.57 OnigUChar * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:420:118: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 420 | OnigUChar* onigenc_get_prev_char_head(OnigEncoding enc, const OnigUChar* | |
| 48.57 start, const OnigUChar* s, const OnigUChar* end); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:667:21: | |
| 48.57 warning: initialization of ‘OnigUChar *’ {aka ‘short unsigned int *’} from | |
| 48.57 incompatible pointer type ‘OnigUChar *’ {aka ‘unsigned char *’} | |
| 48.57 [-Wincompatible-pointer-types] | |
| 48.57 667 | OnigUChar *ur = onigenc_get_prev_char_head(enc, us, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h: In function | |
| 48.57 ‘rb_enc_left_char_head’: | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:688:60: | |
| 48.57 warning: passing argument 2 of ‘onigenc_get_left_adjust_char_head’ from | |
| 48.57 incompatible pointer type [-Wincompatible-pointer-types] | |
| 48.57 688 | OnigUChar *ur = onigenc_get_left_adjust_char_head(enc, us, up, ue); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const | |
| 48.57 OnigUChar * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:422:81: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 422 | OnigUChar* onigenc_get_left_adjust_char_head(OnigEncoding enc, const | |
| 48.57 OnigUChar* start, const OnigUChar* s, const OnigUChar* end); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:688:64: | |
| 48.57 warning: passing argument 3 of ‘onigenc_get_left_adjust_char_head’ from | |
| 48.57 incompatible pointer type [-Wincompatible-pointer-types] | |
| 48.57 688 | OnigUChar *ur = onigenc_get_left_adjust_char_head(enc, us, up, ue); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const | |
| 48.57 OnigUChar * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:422:105: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 422 | OnigUChar* onigenc_get_left_adjust_char_head(OnigEncoding enc, const | |
| 48.57 OnigUChar* start, const OnigUChar* s, const OnigUChar* end); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:688:68: | |
| 48.57 warning: passing argument 4 of ‘onigenc_get_left_adjust_char_head’ from | |
| 48.57 incompatible pointer type [-Wincompatible-pointer-types] | |
| 48.57 688 | OnigUChar *ur = onigenc_get_left_adjust_char_head(enc, us, up, ue); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const | |
| 48.57 OnigUChar * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:422:125: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 422 | OnigUChar* onigenc_get_left_adjust_char_head(OnigEncoding enc, const | |
| 48.57 OnigUChar* start, const OnigUChar* s, const OnigUChar* end); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:688:21: | |
| 48.57 warning: initialization of ‘OnigUChar *’ {aka ‘short unsigned int *’} from | |
| 48.57 incompatible pointer type ‘OnigUChar *’ {aka ‘unsigned char *’} | |
| 48.57 [-Wincompatible-pointer-types] | |
| 48.57 688 | OnigUChar *ur = onigenc_get_left_adjust_char_head(enc, us, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h: In function | |
| 48.57 ‘rb_enc_right_char_head’: | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:709:61: | |
| 48.57 warning: passing argument 2 of ‘onigenc_get_right_adjust_char_head’ from | |
| 48.57 incompatible pointer type [-Wincompatible-pointer-types] | |
| 48.57 709 | OnigUChar *ur = onigenc_get_right_adjust_char_head(enc, us, up, ue); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const | |
| 48.57 OnigUChar * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:424:82: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 424 | OnigUChar* onigenc_get_right_adjust_char_head(OnigEncoding enc, const | |
| 48.57 OnigUChar* start, const OnigUChar* s, const OnigUChar* end); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:709:65: | |
| 48.57 warning: passing argument 3 of ‘onigenc_get_right_adjust_char_head’ from | |
| 48.57 incompatible pointer type [-Wincompatible-pointer-types] | |
| 48.57 709 | OnigUChar *ur = onigenc_get_right_adjust_char_head(enc, us, up, ue); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const | |
| 48.57 OnigUChar * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:424:106: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 424 | OnigUChar* onigenc_get_right_adjust_char_head(OnigEncoding enc, const | |
| 48.57 OnigUChar* start, const OnigUChar* s, const OnigUChar* end); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:709:69: | |
| 48.57 warning: passing argument 4 of ‘onigenc_get_right_adjust_char_head’ from | |
| 48.57 incompatible pointer type [-Wincompatible-pointer-types] | |
| 48.57 709 | OnigUChar *ur = onigenc_get_right_adjust_char_head(enc, us, up, ue); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | | |
| 48.57 const OnigUChar * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:424:126: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 424 | OnigUChar* onigenc_get_right_adjust_char_head(OnigEncoding enc, const | |
| 48.57 OnigUChar* start, const OnigUChar* s, const OnigUChar* end); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:709:21: | |
| 48.57 warning: initialization of ‘OnigUChar *’ {aka ‘short unsigned int *’} from | |
| 48.57 incompatible pointer type ‘OnigUChar *’ {aka ‘unsigned char *’} | |
| 48.57 [-Wincompatible-pointer-types] | |
| 48.57 709 | OnigUChar *ur = onigenc_get_right_adjust_char_head(enc, us, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h: In function | |
| 48.57 ‘rb_enc_step_back’: | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:731:50: | |
| 48.57 warning: passing argument 2 of ‘onigenc_step_back’ from incompatible pointer | |
| 48.57 type [-Wincompatible-pointer-types] | |
| 48.57 731 | const OnigUChar *ur = onigenc_step_back(enc, us, up, ue, n); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const OnigUChar * {aka | |
| 48.57 const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:407:65: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 407 | OnigUChar* onigenc_step_back(OnigEncoding enc, const OnigUChar* start, | |
| 48.57 const OnigUChar* s, const OnigUChar* end, int n); | |
| 48.57 | ~~~~~~~~~~~~~~~~~^~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:731:54: | |
| 48.57 warning: passing argument 3 of ‘onigenc_step_back’ from incompatible pointer | |
| 48.57 type [-Wincompatible-pointer-types] | |
| 48.57 731 | const OnigUChar *ur = onigenc_step_back(enc, us, up, ue, n); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const OnigUChar * | |
| 48.57 {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:407:89: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 407 | OnigUChar* onigenc_step_back(OnigEncoding enc, const OnigUChar* start, | |
| 48.57 const OnigUChar* s, const OnigUChar* end, int n); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:731:58: | |
| 48.57 warning: passing argument 4 of ‘onigenc_step_back’ from incompatible pointer | |
| 48.57 type [-Wincompatible-pointer-types] | |
| 48.57 731 | const OnigUChar *ur = onigenc_step_back(enc, us, up, ue, n); | |
| 48.57 | ^~ | |
| 48.57 | | | |
| 48.57 | const OnigUChar | |
| 48.57 * {aka const short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:407:109: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const | |
| 48.57 OnigUChar *’ {aka ‘const short unsigned int *’} | |
| 48.57 407 | OnigUChar* onigenc_step_back(OnigEncoding enc, const OnigUChar* start, | |
| 48.57 const OnigUChar* s, const OnigUChar* end, int n); | |
| 48.57 | | |
| 48.57 ~~~~~~~~~~~~~~~~~^~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/encoding.h:731:27: | |
| 48.57 warning: initialization of ‘const OnigUChar *’ {aka ‘const short unsigned int | |
| 48.57 *’} from incompatible pointer type ‘OnigUChar *’ {aka ‘unsigned char *’} | |
| 48.57 [-Wincompatible-pointer-types] | |
| 48.57 731 | const OnigUChar *ur = onigenc_step_back(enc, us, up, ue, n); | |
| 48.57 | ^~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/ctype.h: In function | |
| 48.57 ‘rb_enc_is_newline’: | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:365:70: warning: passing argument | |
| 48.57 1 of ‘enc->is_mbc_newline’ from incompatible pointer type | |
| 48.57 [-Wincompatible-pointer-types] | |
| 48.57 365 | #define ONIGENC_IS_MBC_NEWLINE(enc,p,end) | |
| 48.57 (enc)->is_mbc_newline((p),(end),enc) | |
| 48.57 | ^~~ | |
| 48.57 | | | |
| 48.57 | | |
| 48.57 OnigUChar * {aka short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/ctype.h:48:12: note: in | |
| 48.57 expansion of macro ‘ONIGENC_IS_MBC_NEWLINE’ | |
| 48.57 48 | return ONIGENC_IS_MBC_NEWLINE(enc, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:365:70: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘OnigUChar *’ | |
| 48.57 {aka ‘short unsigned int *’} | |
| 48.57 365 | #define ONIGENC_IS_MBC_NEWLINE(enc,p,end) | |
| 48.57 (enc)->is_mbc_newline((p),(end),enc) | |
| 48.57 | ^~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/ctype.h:48:12: note: in | |
| 48.57 expansion of macro ‘ONIGENC_IS_MBC_NEWLINE’ | |
| 48.57 48 | return ONIGENC_IS_MBC_NEWLINE(enc, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:365:74: warning: passing argument | |
| 48.57 2 of ‘enc->is_mbc_newline’ from incompatible pointer type | |
| 48.57 [-Wincompatible-pointer-types] | |
| 48.57 365 | #define ONIGENC_IS_MBC_NEWLINE(enc,p,end) | |
| 48.57 (enc)->is_mbc_newline((p),(end),enc) | |
| 48.57 | | |
| 48.57 ^~~~~ | |
| 48.57 | | |
| 48.57 | | |
| 48.57 | | |
| 48.57 OnigUChar * {aka short unsigned int *} | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/ctype.h:48:12: note: in | |
| 48.57 expansion of macro ‘ONIGENC_IS_MBC_NEWLINE’ | |
| 48.57 48 | return ONIGENC_IS_MBC_NEWLINE(enc, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/onigmo.h:365:74: note: expected ‘const | |
| 48.57 OnigUChar *’ {aka ‘const unsigned char *’} but argument is of type ‘OnigUChar *’ | |
| 48.57 {aka ‘short unsigned int *’} | |
| 48.57 365 | #define ONIGENC_IS_MBC_NEWLINE(enc,p,end) | |
| 48.57 (enc)->is_mbc_newline((p),(end),enc) | |
| 48.57 | | |
| 48.57 ^~~~~ | |
| 48.57 /usr/local/include/ruby-4.1.0+4/ruby/internal/encoding/ctype.h:48:12: note: in | |
| 48.57 expansion of macro ‘ONIGENC_IS_MBC_NEWLINE’ | |
| 48.57 48 | return ONIGENC_IS_MBC_NEWLINE(enc, up, ue); | |
| 48.57 | ^~~~~~~~~~~~~~~~~~~~~~ | |
| 48.57 make: *** [Makefile:250: ruby_xml_attr.o] Error 1 | |
| 48.57 | |
| 48.57 make failed, exit code 2 | |
| 48.57 | |
| 48.57 Gem files will remain installed in | |
| 48.57 /usr/local/lib/ruby/gems/4.1.0+4/gems/libxml-ruby-6.0.0 for inspection. | |
| 48.57 Results logged to | |
| 48.57 /usr/local/lib/ruby/gems/4.1.0+4/extensions/x86_64-linux/4.1.0+4/libxml-ruby-6.0.0/gem_make.out | |
| 48.57 | |
| 48.57 /usr/local/lib/ruby/4.1.0+4/rubygems/ext/builder.rb:141:in | |
| 48.57 'Gem::Ext::Builder.run' | |
| 48.57 /usr/local/lib/ruby/4.1.0+4/rubygems/ext/builder.rb:66:in 'block in | |
| 48.57 Gem::Ext::Builder.make' | |
| 48.57 /usr/local/lib/ruby/4.1.0+4/rubygems/ext/builder.rb:58:in 'Array#each' | |
| 48.57 /usr/local/lib/ruby/4.1.0+4/rubygems/ext/builder.rb:58:in | |
| 48.57 'Gem::Ext::Builder.make' | |
| 48.57 /usr/local/lib/ruby/4.1.0+4/rubygems/ext/ext_conf_builder.rb:44:in | |
| 48.57 'Gem::Ext::ExtConfBuilder.build' | |
| 48.57 /usr/local/lib/ruby/4.1.0+4/rubygems/ext/builder.rb:220:in | |
| 48.57 'Gem::Ext::Builder#build_extension' | |
| 48.57 /usr/local/lib/ruby/4.1.0+4/rubygems/ext/builder.rb:252:in 'block in | |
| 48.57 Gem::Ext::Builder#build_extensions' | |
| 48.57 /usr/local/lib/ruby/4.1.0+4/rubygems/ext/builder.rb:251:in 'Array#each' | |
| 48.57 /usr/local/lib/ruby/4.1.0+4/rubygems/ext/builder.rb:251:in | |
| 48.57 'Gem::Ext::Builder#build_extensions' | |
| 48.57 /usr/local/lib/ruby/4.1.0+4/rubygems/installer.rb:832:in | |
| 48.57 'Gem::Installer#build_extensions' | |
| 48.57 /usr/local/lib/ruby/4.1.0+4/bundler/rubygems_gem_installer.rb:148:in | |
| 48.57 'Bundler::RubyGemsGemInstaller#build_extensions' | |
| 48.57 /usr/local/lib/ruby/4.1.0+4/bundler/rubygems_gem_installer.rb:38:in | |
| 48.57 'Bundler::RubyGemsGemInstaller#install' | |
| 48.57 /usr/local/lib/ruby/4.1.0+4/bundler/source/rubygems.rb:223:in 'block in | |
| 48.57 Bundler::Source::Rubygems#install' | |
| 48.57 /usr/local/lib/ruby/4.1.0+4/rubygems.rb:1068:in 'Gem.time' | |
| 48.57 /usr/local/lib/ruby/4.1.0+4/bundler/source/rubygems.rb:222:in | |
| 48.57 'Bundler::Source::Rubygems#install' | |
| 48.57 /usr/local/lib/ruby/4.1.0+4/bundler/installer/gem_installer.rb:68:in | |
| 48.57 'Bundler::GemInstaller#install' | |
| 48.57 /usr/local/lib/ruby/4.1.0+4/bundler/installer/gem_installer.rb:17:in | |
| 48.57 'Bundler::GemInstaller#install_from_spec' | |
| 48.57 /usr/local/lib/ruby/4.1.0+4/bundler/installer/parallel_installer.rb:203:in | |
| 48.57 'Bundler::ParallelInstaller#do_install' | |
| 48.57 /usr/local/lib/ruby/4.1.0+4/bundler/installer/parallel_installer.rb:173:in | |
| 48.57 'block in Bundler::ParallelInstaller#worker_pool' | |
| 48.57 /usr/local/lib/ruby/4.1.0+4/bundler/worker.rb:70:in | |
| 48.57 'Bundler::Worker#apply_func' | |
| 48.57 /usr/local/lib/ruby/4.1.0+4/bundler/worker.rb:65:in 'block in | |
| 48.57 Bundler::Worker#process_queue' | |
| 48.57 /usr/local/lib/ruby/4.1.0+4/bundler/worker.rb:56:in 'Kernel#loop' | |
| 48.57 /usr/local/lib/ruby/4.1.0+4/bundler/worker.rb:56:in | |
| 48.57 'Bundler::Worker#process_queue' | |
| 48.57 /usr/local/lib/ruby/4.1.0+4/bundler/worker.rb:98:in 'block (2 levels) in | |
| 48.57 Bundler::Worker#create_threads' | |
| 48.57 | |
| 48.57 An error occurred while installing libxml-ruby (6.0.0), and Bundler cannot | |
| 48.57 continue. | |
| 48.57 | |
| 48.57 In Gemfile: | |
| 48.57 libxml-ruby | |
| ------ | |
| Dockerfile:143 | |
| -------------------- | |
| 142 | | |
| 143 | >>> RUN rm -f railties/exe/.empty \ | |
| 144 | >>> && find railties/exe -maxdepth 0 -type d -empty -exec rmdir '{}' '+' \ | |
| 145 | >>> && echo "--- :bundler: Installing Ruby deps" \ | |
| 146 | >>> && (cd tmp && for f in *.gemspec; do d="$(basename -s.gemspec "$f")"; mkdir -p "../$d" && mv "$f" "../$d/"; done) \ | |
| 147 | >>> && rm Gemfile.lock && bundle install -j 8 && cp Gemfile.lock tmp/Gemfile.lock.updated \ | |
| 148 | >>> && rm -rf /usr/local/bundle/cache \ | |
| 149 | >>> && echo "--- :floppy_disk: Copying repository contents" | |
| 150 | | |
| -------------------- | |
| failed to solve: process "/bin/sh -c rm -f railties/exe/.empty && find railties/exe -maxdepth 0 -type d -empty -exec rmdir '{}' '+' && echo \"--- :bundler: Installing Ruby deps\" && (cd tmp && for f in *.gemspec; do d=\"$(basename -s.gemspec \"$f\")\"; mkdir -p \"../$d\" && mv \"$f\" \"../$d/\"; done) && rm Gemfile.lock && bundle install -j 8 && cp Gemfile.lock tmp/Gemfile.lock.updated && rm -rf /usr/local/bundle/cache && echo \"--- :floppy_disk: Copying repository contents\"" did not complete successfully: exit code: 5 | |
| $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment