mux_ruby 3.17.0 → 3.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -0
  3. data/Gemfile.lock +3 -2
  4. data/README.md +5 -5
  5. data/docs/Asset.md +3 -1
  6. data/docs/CreateAssetRequest.md +4 -2
  7. data/docs/DeliveryReport.md +3 -1
  8. data/docs/DimensionsApi.md +2 -2
  9. data/docs/ErrorsApi.md +2 -2
  10. data/docs/MetricsApi.md +18 -18
  11. data/docs/UpdateLiveStreamNewAssetSettings.md +3 -1
  12. data/docs/VideoView.md +3 -1
  13. data/docs/VideoViewsApi.md +2 -2
  14. data/gen/generator-config.json +1 -1
  15. data/gen/templates/Gemfile.mustache +1 -0
  16. data/gen/templates/README.mustache +1 -1
  17. data/lib/mux_ruby/api/dimensions_api.rb +2 -2
  18. data/lib/mux_ruby/api/errors_api.rb +2 -2
  19. data/lib/mux_ruby/api/metrics_api.rb +24 -24
  20. data/lib/mux_ruby/api/video_views_api.rb +2 -2
  21. data/lib/mux_ruby/models/asset.rb +26 -4
  22. data/lib/mux_ruby/models/create_asset_request.rb +29 -7
  23. data/lib/mux_ruby/models/delivery_report.rb +26 -4
  24. data/lib/mux_ruby/models/update_live_stream_new_asset_settings.rb +27 -5
  25. data/lib/mux_ruby/models/video_view.rb +14 -5
  26. data/lib/mux_ruby/version.rb +1 -1
  27. data/vendor/bundle/ruby/3.2.0/cache/jaro_winkler-1.5.6.gem +0 -0
  28. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/byebug/byebug.so +0 -0
  29. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/gem_make.out +6 -6
  30. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/ffi_c.so +0 -0
  31. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/gem_make.out +6 -6
  32. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/mkmf.log +16 -16
  33. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem_make.out +29 -0
  34. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/jaro_winkler/jaro_winkler_ext.so +0 -0
  35. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-4.0.4/gem_make.out +6 -6
  36. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-4.0.4/mkmf.log +4 -4
  37. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-4.0.4/psych.so +0 -0
  38. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.2/gem_make.out +6 -6
  39. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.2/mkmf.log +2 -2
  40. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.2/stringio.so +0 -0
  41. data/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/ext/byebug/Makefile +3 -3
  42. data/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/lib/byebug/byebug.so +0 -0
  43. data/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/ext/ffi_c/Makefile +3 -3
  44. data/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/lib/ffi_c.so +0 -0
  45. data/vendor/bundle/ruby/3.2.0/gems/{jaro_winkler-1.5.4 → jaro_winkler-1.5.6}/ext/jaro_winkler/Makefile +3 -3
  46. data/vendor/bundle/ruby/3.2.0/gems/{jaro_winkler-1.5.4 → jaro_winkler-1.5.6}/ext/jaro_winkler/jaro_winkler.c +12 -7
  47. data/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.6/lib/jaro_winkler/jaro_winkler_ext.so +0 -0
  48. data/vendor/bundle/ruby/3.2.0/gems/{jaro_winkler-1.5.4 → jaro_winkler-1.5.6}/lib/jaro_winkler/version.rb +1 -1
  49. data/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/ext/psych/Makefile +3 -3
  50. data/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/lib/psych.so +0 -0
  51. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/ext/stringio/Makefile +3 -3
  52. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/lib/stringio.so +0 -0
  53. data/vendor/bundle/ruby/3.2.0/specifications/{jaro_winkler-1.5.4.gemspec → jaro_winkler-1.5.6.gemspec} +5 -5
  54. metadata +178 -178
  55. data/vendor/bundle/ruby/3.2.0/cache/jaro_winkler-1.5.4.gem +0 -0
  56. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.4/gem_make.out +0 -66
  57. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.4/jaro_winkler/jaro_winkler_ext.so +0 -0
  58. data/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.4/lib/jaro_winkler/jaro_winkler_ext.so +0 -0
  59. /data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/{jaro_winkler-1.5.4 → jaro_winkler-1.5.6}/gem.build_complete +0 -0
  60. /data/vendor/bundle/ruby/3.2.0/gems/{jaro_winkler-1.5.4 → jaro_winkler-1.5.6}/LICENSE.txt +0 -0
  61. /data/vendor/bundle/ruby/3.2.0/gems/{jaro_winkler-1.5.4 → jaro_winkler-1.5.6}/ext/jaro_winkler/adj_matrix.c +0 -0
  62. /data/vendor/bundle/ruby/3.2.0/gems/{jaro_winkler-1.5.4 → jaro_winkler-1.5.6}/ext/jaro_winkler/adj_matrix.h +0 -0
  63. /data/vendor/bundle/ruby/3.2.0/gems/{jaro_winkler-1.5.4 → jaro_winkler-1.5.6}/ext/jaro_winkler/codepoints.c +0 -0
  64. /data/vendor/bundle/ruby/3.2.0/gems/{jaro_winkler-1.5.4 → jaro_winkler-1.5.6}/ext/jaro_winkler/codepoints.h +0 -0
  65. /data/vendor/bundle/ruby/3.2.0/gems/{jaro_winkler-1.5.4 → jaro_winkler-1.5.6}/ext/jaro_winkler/extconf.rb +0 -0
  66. /data/vendor/bundle/ruby/3.2.0/gems/{jaro_winkler-1.5.4 → jaro_winkler-1.5.6}/ext/jaro_winkler/jaro.c +0 -0
  67. /data/vendor/bundle/ruby/3.2.0/gems/{jaro_winkler-1.5.4 → jaro_winkler-1.5.6}/ext/jaro_winkler/jaro.h +0 -0
  68. /data/vendor/bundle/ruby/3.2.0/gems/{jaro_winkler-1.5.4 → jaro_winkler-1.5.6}/lib/jaro_winkler/adjusting_table.rb +0 -0
  69. /data/vendor/bundle/ruby/3.2.0/gems/{jaro_winkler-1.5.4 → jaro_winkler-1.5.6}/lib/jaro_winkler/jaro_winkler_pure.rb +0 -0
  70. /data/vendor/bundle/ruby/3.2.0/gems/{jaro_winkler-1.5.4 → jaro_winkler-1.5.6}/lib/jaro_winkler.rb +0 -0
@@ -39,9 +39,12 @@ module MuxRuby
39
39
  # The resolution tier that the asset was ingested at, affecting billing for ingest & storage
40
40
  attr_accessor :asset_resolution_tier
41
41
 
42
- # The encoding tier that the asset was ingested at. [See the encoding tiers guide for more details.](https://docs.mux.com/guides/use-encoding-tiers)
42
+ # This field is deprecated. Please use `asset_video_quality` instead. The encoding tier that the asset was ingested at. [See the video quality guide for more details.](https://docs.mux.com/guides/use-video-quality-levels)
43
43
  attr_accessor :asset_encoding_tier
44
44
 
45
+ # The video quality that the asset was ingested at. This field replaces `asset_encoding_tier`. [See the video quality guide for more details.](https://docs.mux.com/guides/use-video-quality-levels)
46
+ attr_accessor :asset_video_quality
47
+
45
48
  # Total number of delivered seconds during this time window.
46
49
  attr_accessor :delivered_seconds
47
50
 
@@ -81,6 +84,7 @@ module MuxRuby
81
84
  :'asset_duration' => :'asset_duration',
82
85
  :'asset_resolution_tier' => :'asset_resolution_tier',
83
86
  :'asset_encoding_tier' => :'asset_encoding_tier',
87
+ :'asset_video_quality' => :'asset_video_quality',
84
88
  :'delivered_seconds' => :'delivered_seconds',
85
89
  :'delivered_seconds_by_resolution' => :'delivered_seconds_by_resolution'
86
90
  }
@@ -103,6 +107,7 @@ module MuxRuby
103
107
  :'asset_duration' => :'Float',
104
108
  :'asset_resolution_tier' => :'String',
105
109
  :'asset_encoding_tier' => :'String',
110
+ :'asset_video_quality' => :'String',
106
111
  :'delivered_seconds' => :'Float',
107
112
  :'delivered_seconds_by_resolution' => :'DeliveryReportDeliveredSecondsByResolution'
108
113
  }
@@ -165,6 +170,10 @@ module MuxRuby
165
170
  self.asset_encoding_tier = attributes[:'asset_encoding_tier']
166
171
  end
167
172
 
173
+ if attributes.key?(:'asset_video_quality')
174
+ self.asset_video_quality = attributes[:'asset_video_quality']
175
+ end
176
+
168
177
  if attributes.key?(:'delivered_seconds')
169
178
  self.delivered_seconds = attributes[:'delivered_seconds']
170
179
  end
@@ -188,8 +197,10 @@ module MuxRuby
188
197
  return false unless asset_state_validator.valid?(@asset_state)
189
198
  asset_resolution_tier_validator = EnumAttributeValidator.new('String', ["audio-only", "720p", "1080p", "1440p", "2160p"])
190
199
  return false unless asset_resolution_tier_validator.valid?(@asset_resolution_tier)
191
- asset_encoding_tier_validator = EnumAttributeValidator.new('String', ["smart", "baseline"])
200
+ asset_encoding_tier_validator = EnumAttributeValidator.new('String', ["smart", "baseline", "premium"])
192
201
  return false unless asset_encoding_tier_validator.valid?(@asset_encoding_tier)
202
+ asset_video_quality_validator = EnumAttributeValidator.new('String', ["basic", "plus", "premium"])
203
+ return false unless asset_video_quality_validator.valid?(@asset_video_quality)
193
204
  true
194
205
  end
195
206
 
@@ -216,13 +227,23 @@ module MuxRuby
216
227
  # Custom attribute writer method checking allowed values (enum).
217
228
  # @param [Object] asset_encoding_tier Object to be assigned
218
229
  def asset_encoding_tier=(asset_encoding_tier)
219
- validator = EnumAttributeValidator.new('String', ["smart", "baseline"])
230
+ validator = EnumAttributeValidator.new('String', ["smart", "baseline", "premium"])
220
231
  unless validator.valid?(asset_encoding_tier)
221
232
  fail ArgumentError, "invalid value for \"asset_encoding_tier\", must be one of #{validator.allowable_values}."
222
233
  end
223
234
  @asset_encoding_tier = asset_encoding_tier
224
235
  end
225
236
 
237
+ # Custom attribute writer method checking allowed values (enum).
238
+ # @param [Object] asset_video_quality Object to be assigned
239
+ def asset_video_quality=(asset_video_quality)
240
+ validator = EnumAttributeValidator.new('String', ["basic", "plus", "premium"])
241
+ unless validator.valid?(asset_video_quality)
242
+ fail ArgumentError, "invalid value for \"asset_video_quality\", must be one of #{validator.allowable_values}."
243
+ end
244
+ @asset_video_quality = asset_video_quality
245
+ end
246
+
226
247
  # Checks equality by comparing each attribute.
227
248
  # @param [Object] Object to be compared
228
249
  def ==(o)
@@ -237,6 +258,7 @@ module MuxRuby
237
258
  asset_duration == o.asset_duration &&
238
259
  asset_resolution_tier == o.asset_resolution_tier &&
239
260
  asset_encoding_tier == o.asset_encoding_tier &&
261
+ asset_video_quality == o.asset_video_quality &&
240
262
  delivered_seconds == o.delivered_seconds &&
241
263
  delivered_seconds_by_resolution == o.delivered_seconds_by_resolution
242
264
  end
@@ -250,7 +272,7 @@ module MuxRuby
250
272
  # Calculates hash code according to all attributes.
251
273
  # @return [Integer] Hash code
252
274
  def hash
253
- [live_stream_id, asset_id, passthrough, created_at, deleted_at, asset_state, asset_duration, asset_resolution_tier, asset_encoding_tier, delivered_seconds, delivered_seconds_by_resolution].hash
275
+ [live_stream_id, asset_id, passthrough, created_at, deleted_at, asset_state, asset_duration, asset_resolution_tier, asset_encoding_tier, asset_video_quality, delivered_seconds, delivered_seconds_by_resolution].hash
254
276
  end
255
277
 
256
278
  # Builds the object from hash
@@ -14,11 +14,14 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module MuxRuby
17
- # Updates the new asset settings to use to generate a new asset for this live stream. Only the `mp4_support` setting may be updated.
17
+ # Updates the new asset settings to use to generate a new asset for this live stream. Only the `mp4_support` and `master_access` settings may be updated.
18
18
  class UpdateLiveStreamNewAssetSettings
19
19
  # Specify what level of support for mp4 playback should be added to new assets generated from this live stream. * The `none` option disables MP4 support for new assets. MP4 files will not be produced for an asset generated from this live stream. * The `capped-1080p` option produces a single MP4 file, called `capped-1080p.mp4`, with the video resolution capped at 1080p. This option produces an `audio.m4a` file for an audio-only asset. * The `audio-only` option produces a single M4A file, called `audio.m4a` for a video or an audio-only asset. MP4 generation will error when this option is specified for a video-only asset. * The `audio-only,capped-1080p` option produces both the `audio.m4a` and `capped-1080p.mp4` files. Only the `capped-1080p.mp4` file is produced for a video-only asset, while only the `audio.m4a` file is produced for an audio-only asset. * The `standard`(deprecated) option produces up to three MP4 files with different levels of resolution (`high.mp4`, `medium.mp4`, `low.mp4`, or `audio.m4a` for an audio-only asset).
20
20
  attr_accessor :mp4_support
21
21
 
22
+ # Add or remove access to the master version of the video.
23
+ attr_accessor :master_access
24
+
22
25
  class EnumAttributeValidator
23
26
  attr_reader :datatype
24
27
  attr_reader :allowable_values
@@ -44,7 +47,8 @@ module MuxRuby
44
47
  # Attribute mapping from ruby-style variable name to JSON key.
45
48
  def self.attribute_map
46
49
  {
47
- :'mp4_support' => :'mp4_support'
50
+ :'mp4_support' => :'mp4_support',
51
+ :'master_access' => :'master_access'
48
52
  }
49
53
  end
50
54
 
@@ -56,7 +60,8 @@ module MuxRuby
56
60
  # Attribute type mapping.
57
61
  def self.openapi_types
58
62
  {
59
- :'mp4_support' => :'String'
63
+ :'mp4_support' => :'String',
64
+ :'master_access' => :'String'
60
65
  }
61
66
  end
62
67
 
@@ -84,6 +89,10 @@ module MuxRuby
84
89
  if attributes.key?(:'mp4_support')
85
90
  self.mp4_support = attributes[:'mp4_support']
86
91
  end
92
+
93
+ if attributes.key?(:'master_access')
94
+ self.master_access = attributes[:'master_access']
95
+ end
87
96
  end
88
97
 
89
98
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -98,6 +107,8 @@ module MuxRuby
98
107
  def valid?
99
108
  mp4_support_validator = EnumAttributeValidator.new('String', ["none", "standard", "capped-1080p", "audio-only", "audio-only,capped-1080p"])
100
109
  return false unless mp4_support_validator.valid?(@mp4_support)
110
+ master_access_validator = EnumAttributeValidator.new('String', ["temporary", "none"])
111
+ return false unless master_access_validator.valid?(@master_access)
101
112
  true
102
113
  end
103
114
 
@@ -111,12 +122,23 @@ module MuxRuby
111
122
  @mp4_support = mp4_support
112
123
  end
113
124
 
125
+ # Custom attribute writer method checking allowed values (enum).
126
+ # @param [Object] master_access Object to be assigned
127
+ def master_access=(master_access)
128
+ validator = EnumAttributeValidator.new('String', ["temporary", "none"])
129
+ unless validator.valid?(master_access)
130
+ fail ArgumentError, "invalid value for \"master_access\", must be one of #{validator.allowable_values}."
131
+ end
132
+ @master_access = master_access
133
+ end
134
+
114
135
  # Checks equality by comparing each attribute.
115
136
  # @param [Object] Object to be compared
116
137
  def ==(o)
117
138
  return true if self.equal?(o)
118
139
  self.class == o.class &&
119
- mp4_support == o.mp4_support
140
+ mp4_support == o.mp4_support &&
141
+ master_access == o.master_access
120
142
  end
121
143
 
122
144
  # @see the `==` method
@@ -128,7 +150,7 @@ module MuxRuby
128
150
  # Calculates hash code according to all attributes.
129
151
  # @return [Integer] Hash code
130
152
  def hash
131
- [mp4_support].hash
153
+ [mp4_support, master_access].hash
132
154
  end
133
155
 
134
156
  # Builds the object from hash
@@ -341,6 +341,8 @@ module MuxRuby
341
341
 
342
342
  attr_accessor :view_content_watch_time
343
343
 
344
+ attr_accessor :view_dropped
345
+
344
346
  # Attribute mapping from ruby-style variable name to JSON key.
345
347
  def self.attribute_map
346
348
  {
@@ -506,7 +508,8 @@ module MuxRuby
506
508
  :'view_content_startup_time' => :'view_content_startup_time',
507
509
  :'ad_preroll_startup_time' => :'ad_preroll_startup_time',
508
510
  :'ad_watch_time' => :'ad_watch_time',
509
- :'view_content_watch_time' => :'view_content_watch_time'
511
+ :'view_content_watch_time' => :'view_content_watch_time',
512
+ :'view_dropped' => :'view_dropped'
510
513
  }
511
514
  end
512
515
 
@@ -680,7 +683,8 @@ module MuxRuby
680
683
  :'view_content_startup_time' => :'Integer',
681
684
  :'ad_preroll_startup_time' => :'Integer',
682
685
  :'ad_watch_time' => :'Integer',
683
- :'view_content_watch_time' => :'Integer'
686
+ :'view_content_watch_time' => :'Integer',
687
+ :'view_dropped' => :'Boolean'
684
688
  }
685
689
  end
686
690
 
@@ -826,7 +830,7 @@ module MuxRuby
826
830
  :'view_content_startup_time',
827
831
  :'ad_preroll_startup_time',
828
832
  :'ad_watch_time',
829
- :'view_content_watch_time'
833
+ :'view_content_watch_time',
830
834
  ])
831
835
  end
832
836
 
@@ -1498,6 +1502,10 @@ module MuxRuby
1498
1502
  if attributes.key?(:'view_content_watch_time')
1499
1503
  self.view_content_watch_time = attributes[:'view_content_watch_time']
1500
1504
  end
1505
+
1506
+ if attributes.key?(:'view_dropped')
1507
+ self.view_dropped = attributes[:'view_dropped']
1508
+ end
1501
1509
  end
1502
1510
 
1503
1511
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -1680,7 +1688,8 @@ module MuxRuby
1680
1688
  view_content_startup_time == o.view_content_startup_time &&
1681
1689
  ad_preroll_startup_time == o.ad_preroll_startup_time &&
1682
1690
  ad_watch_time == o.ad_watch_time &&
1683
- view_content_watch_time == o.view_content_watch_time
1691
+ view_content_watch_time == o.view_content_watch_time &&
1692
+ view_dropped == o.view_dropped
1684
1693
  end
1685
1694
 
1686
1695
  # @see the `==` method
@@ -1692,7 +1701,7 @@ module MuxRuby
1692
1701
  # Calculates hash code according to all attributes.
1693
1702
  # @return [Integer] Hash code
1694
1703
  def hash
1695
- [view_total_upscaling, preroll_ad_asset_hostname, player_source_domain, region, viewer_user_agent, preroll_requested, page_type, startup_score, view_seek_duration, country_name, player_source_height, longitude, buffering_count, video_duration, player_source_type, city, view_id, platform_description, video_startup_preroll_request_time, viewer_device_name, video_series, viewer_application_name, updated_at, view_total_content_playback_time, cdn, player_instance_id, video_language, player_source_width, player_error_message, player_mux_plugin_version, watched, playback_score, page_url, metro, view_max_request_latency, requests_for_first_preroll, view_total_downscaling, latitude, player_source_host_name, inserted_at, view_end, mux_embed_version, player_language, page_load_time, viewer_device_category, video_startup_preroll_load_time, player_version, watch_time, player_source_stream_type, preroll_ad_tag_hostname, viewer_device_manufacturer, rebuffering_score, experiment_name, viewer_os_version, player_preload, buffering_duration, player_view_count, player_software, player_load_time, platform_summary, video_encoding_variant, player_width, view_seek_count, viewer_experience_score, view_error_id, video_variant_name, preroll_played, viewer_application_engine, viewer_os_architecture, player_error_code, buffering_rate, events, player_name, view_start, view_average_request_throughput, video_producer, error_type_id, mux_viewer_id, video_id, continent_code, session_id, exit_before_video_start, video_content_type, viewer_os_family, player_poster, view_average_request_latency, video_variant_id, player_source_duration, player_source_url, mux_api_version, video_title, id, short_time, rebuffer_percentage, time_to_first_frame, viewer_user_id, video_stream_type, player_startup_time, viewer_application_version, view_max_downscale_percentage, view_max_upscale_percentage, country_code, used_fullscreen, isp, property_id, player_autoplay, player_height, asn, asn_name, quality_score, player_software_version, player_mux_plugin_name, sub_property_id, player_remote_played, view_max_playhead_position, view_playing_time, view_session_id, viewer_connection_type, viewer_device_model, weighted_average_bitrate, custom_1, custom_2, custom_3, custom_4, custom_5, custom_6, custom_7, custom_8, custom_9, custom_10, live_stream_latency, asset_id, environment_id, live_stream_id, mux_embed, playback_id, player_error_context, view_drm_type, view_dropped_frame_count, view_has_ad, video_startup_failure, ad_attempt_count, ad_break_count, ad_break_error_count, ad_break_error_percentage, ad_error_count, ad_error_percentage, ad_impression_count, ad_startup_error_count, ad_startup_error_percentage, ad_exit_before_start_count, ad_exit_before_start_percentage, long_resume, long_rebuffering, playback_failure_error_type_id, playback_business_exception_error_type_id, video_startup_business_exception_error_type_id, playback_failure, ad_playback_failure_error_type_id, view_content_startup_time, ad_preroll_startup_time, ad_watch_time, view_content_watch_time].hash
1704
+ [view_total_upscaling, preroll_ad_asset_hostname, player_source_domain, region, viewer_user_agent, preroll_requested, page_type, startup_score, view_seek_duration, country_name, player_source_height, longitude, buffering_count, video_duration, player_source_type, city, view_id, platform_description, video_startup_preroll_request_time, viewer_device_name, video_series, viewer_application_name, updated_at, view_total_content_playback_time, cdn, player_instance_id, video_language, player_source_width, player_error_message, player_mux_plugin_version, watched, playback_score, page_url, metro, view_max_request_latency, requests_for_first_preroll, view_total_downscaling, latitude, player_source_host_name, inserted_at, view_end, mux_embed_version, player_language, page_load_time, viewer_device_category, video_startup_preroll_load_time, player_version, watch_time, player_source_stream_type, preroll_ad_tag_hostname, viewer_device_manufacturer, rebuffering_score, experiment_name, viewer_os_version, player_preload, buffering_duration, player_view_count, player_software, player_load_time, platform_summary, video_encoding_variant, player_width, view_seek_count, viewer_experience_score, view_error_id, video_variant_name, preroll_played, viewer_application_engine, viewer_os_architecture, player_error_code, buffering_rate, events, player_name, view_start, view_average_request_throughput, video_producer, error_type_id, mux_viewer_id, video_id, continent_code, session_id, exit_before_video_start, video_content_type, viewer_os_family, player_poster, view_average_request_latency, video_variant_id, player_source_duration, player_source_url, mux_api_version, video_title, id, short_time, rebuffer_percentage, time_to_first_frame, viewer_user_id, video_stream_type, player_startup_time, viewer_application_version, view_max_downscale_percentage, view_max_upscale_percentage, country_code, used_fullscreen, isp, property_id, player_autoplay, player_height, asn, asn_name, quality_score, player_software_version, player_mux_plugin_name, sub_property_id, player_remote_played, view_max_playhead_position, view_playing_time, view_session_id, viewer_connection_type, viewer_device_model, weighted_average_bitrate, custom_1, custom_2, custom_3, custom_4, custom_5, custom_6, custom_7, custom_8, custom_9, custom_10, live_stream_latency, asset_id, environment_id, live_stream_id, mux_embed, playback_id, player_error_context, view_drm_type, view_dropped_frame_count, view_has_ad, video_startup_failure, ad_attempt_count, ad_break_count, ad_break_error_count, ad_break_error_percentage, ad_error_count, ad_error_percentage, ad_impression_count, ad_startup_error_count, ad_startup_error_percentage, ad_exit_before_start_count, ad_exit_before_start_percentage, long_resume, long_rebuffering, playback_failure_error_type_id, playback_business_exception_error_type_id, video_startup_business_exception_error_type_id, playback_failure, ad_playback_failure_error_type_id, view_content_startup_time, ad_preroll_startup_time, ad_watch_time, view_content_watch_time, view_dropped].hash
1696
1705
  end
1697
1706
 
1698
1707
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.0.1
11
11
  =end
12
12
 
13
13
  module MuxRuby
14
- VERSION = '3.17.0'
14
+ VERSION = '3.19.0'
15
15
  end
@@ -1,12 +1,12 @@
1
1
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/ext/byebug
2
- /opt/hostedtoolcache/Ruby/3.2.4/x64/bin/ruby extconf.rb
2
+ /opt/hostedtoolcache/Ruby/3.2.6/x64/bin/ruby extconf.rb
3
3
  creating Makefile
4
4
 
5
5
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/ext/byebug
6
- make DESTDIR\= sitearchdir\=./.gem.20240701-1744-yn3vqw sitelibdir\=./.gem.20240701-1744-yn3vqw clean
6
+ make DESTDIR\= sitearchdir\=./.gem.20241031-1789-a1v1gd sitelibdir\=./.gem.20241031-1789-a1v1gd clean
7
7
 
8
8
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/ext/byebug
9
- make DESTDIR\= sitearchdir\=./.gem.20240701-1744-yn3vqw sitelibdir\=./.gem.20240701-1744-yn3vqw
9
+ make DESTDIR\= sitearchdir\=./.gem.20241031-1789-a1v1gd sitelibdir\=./.gem.20241031-1789-a1v1gd
10
10
  compiling breakpoint.c
11
11
  compiling byebug.c
12
12
  byebug.c: In function ‘check_started’:
@@ -35,8 +35,8 @@ compiling threads.c
35
35
  linking shared-object byebug/byebug.so
36
36
 
37
37
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/ext/byebug
38
- make DESTDIR\= sitearchdir\=./.gem.20240701-1744-yn3vqw sitelibdir\=./.gem.20240701-1744-yn3vqw install
39
- /usr/bin/install -c -m 0755 byebug.so ./.gem.20240701-1744-yn3vqw/byebug
38
+ make DESTDIR\= sitearchdir\=./.gem.20241031-1789-a1v1gd sitelibdir\=./.gem.20241031-1789-a1v1gd install
39
+ /usr/bin/install -c -m 0755 byebug.so ./.gem.20241031-1789-a1v1gd/byebug
40
40
 
41
41
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/ext/byebug
42
- make DESTDIR\= sitearchdir\=./.gem.20240701-1744-yn3vqw sitelibdir\=./.gem.20240701-1744-yn3vqw clean
42
+ make DESTDIR\= sitearchdir\=./.gem.20241031-1789-a1v1gd sitelibdir\=./.gem.20241031-1789-a1v1gd clean
@@ -1,5 +1,5 @@
1
1
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/ext/ffi_c
2
- /opt/hostedtoolcache/Ruby/3.2.4/x64/bin/ruby extconf.rb
2
+ /opt/hostedtoolcache/Ruby/3.2.6/x64/bin/ruby extconf.rb
3
3
  checking for ffi_prep_closure_loc() in -lffi... yes
4
4
  checking for ffi_prep_cif_var()... yes
5
5
  checking for ffi_raw_call()... yes
@@ -10,10 +10,10 @@ creating extconf.h
10
10
  creating Makefile
11
11
 
12
12
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/ext/ffi_c
13
- make DESTDIR\= sitearchdir\=./.gem.20240701-1744-wyy8t6 sitelibdir\=./.gem.20240701-1744-wyy8t6 clean
13
+ make DESTDIR\= sitearchdir\=./.gem.20241031-1789-a57obz sitelibdir\=./.gem.20241031-1789-a57obz clean
14
14
 
15
15
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/ext/ffi_c
16
- make DESTDIR\= sitearchdir\=./.gem.20240701-1744-wyy8t6 sitelibdir\=./.gem.20240701-1744-wyy8t6
16
+ make DESTDIR\= sitearchdir\=./.gem.20241031-1789-a57obz sitelibdir\=./.gem.20241031-1789-a57obz
17
17
  compiling AbstractMemory.c
18
18
  compiling ArrayType.c
19
19
  compiling Buffer.c
@@ -40,8 +40,8 @@ compiling ffi.c
40
40
  linking shared-object ffi_c.so
41
41
 
42
42
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/ext/ffi_c
43
- make DESTDIR\= sitearchdir\=./.gem.20240701-1744-wyy8t6 sitelibdir\=./.gem.20240701-1744-wyy8t6 install
44
- /usr/bin/install -c -m 0755 ffi_c.so ./.gem.20240701-1744-wyy8t6
43
+ make DESTDIR\= sitearchdir\=./.gem.20241031-1789-a57obz sitelibdir\=./.gem.20241031-1789-a57obz install
44
+ /usr/bin/install -c -m 0755 ffi_c.so ./.gem.20241031-1789-a57obz
45
45
 
46
46
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/ext/ffi_c
47
- make DESTDIR\= sitearchdir\=./.gem.20240701-1744-wyy8t6 sitelibdir\=./.gem.20240701-1744-wyy8t6 clean
47
+ make DESTDIR\= sitearchdir\=./.gem.20241031-1789-a57obz sitelibdir\=./.gem.20241031-1789-a57obz clean
@@ -1,7 +1,7 @@
1
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.4/x64/lib pkg-config --exists libffi
2
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.4/x64/lib pkg-config --libs libffi |
1
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib pkg-config --exists libffi
2
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib pkg-config --libs libffi |
3
3
  => "-lffi \n"
4
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.4/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -lruby -lm -lpthread -lc"
4
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -lruby -lm -lpthread -lc"
5
5
  checked program was:
6
6
  /* begin */
7
7
  1: #include "ruby.h"
@@ -12,7 +12,7 @@ checked program was:
12
12
  6: }
13
13
  /* end */
14
14
 
15
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.4/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -lruby -lffi -lm -lpthread -lc"
15
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -lruby -lffi -lm -lpthread -lc"
16
16
  checked program was:
17
17
  /* begin */
18
18
  1: #include "ruby.h"
@@ -23,11 +23,11 @@ checked program was:
23
23
  6: }
24
24
  /* end */
25
25
 
26
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.4/x64/lib pkg-config --cflags-only-I libffi |
26
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib pkg-config --cflags-only-I libffi |
27
27
  => "\n"
28
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.4/x64/lib pkg-config --cflags-only-other libffi |
28
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib pkg-config --cflags-only-other libffi |
29
29
  => "\n"
30
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.4/x64/lib pkg-config --libs-only-l libffi |
30
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib pkg-config --libs-only-l libffi |
31
31
  => "-lffi \n"
32
32
  package configuration for libffi
33
33
  incflags:
@@ -37,7 +37,7 @@ libs: -lffi
37
37
 
38
38
  have_library: checking for ffi_prep_closure_loc() in -lffi... -------------------- yes
39
39
 
40
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.4/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
40
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
41
41
  checked program was:
42
42
  /* begin */
43
43
  1: #include "ruby.h"
@@ -62,7 +62,7 @@ checked program was:
62
62
 
63
63
  have_func: checking for ffi_prep_cif_var()... -------------------- yes
64
64
 
65
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.4/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
65
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
66
66
  conftest.c: In function ‘t’:
67
67
  conftest.c:14:57: error: ‘ffi_prep_cif_var’ undeclared (first use in this function)
68
68
  14 | int t(void) { void ((*volatile p)()); p = (void ((*)()))ffi_prep_cif_var; return !p; }
@@ -90,7 +90,7 @@ checked program was:
90
90
  14: int t(void) { void ((*volatile p)()); p = (void ((*)()))ffi_prep_cif_var; return !p; }
91
91
  /* end */
92
92
 
93
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.4/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
93
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
94
94
  checked program was:
95
95
  /* begin */
96
96
  1: #include "ruby.h"
@@ -114,7 +114,7 @@ checked program was:
114
114
 
115
115
  have_func: checking for ffi_raw_call()... -------------------- yes
116
116
 
117
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.4/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
117
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
118
118
  conftest.c: In function ‘t’:
119
119
  conftest.c:14:57: error: ‘ffi_raw_call’ undeclared (first use in this function)
120
120
  14 | int t(void) { void ((*volatile p)()); p = (void ((*)()))ffi_raw_call; return !p; }
@@ -142,7 +142,7 @@ checked program was:
142
142
  14: int t(void) { void ((*volatile p)()); p = (void ((*)()))ffi_raw_call; return !p; }
143
143
  /* end */
144
144
 
145
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.4/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
145
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
146
146
  checked program was:
147
147
  /* begin */
148
148
  1: #include "ruby.h"
@@ -166,7 +166,7 @@ checked program was:
166
166
 
167
167
  have_func: checking for ffi_prep_raw_closure()... -------------------- yes
168
168
 
169
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.4/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
169
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
170
170
  conftest.c: In function ‘t’:
171
171
  conftest.c:14:57: error: ‘ffi_prep_raw_closure’ undeclared (first use in this function)
172
172
  14 | int t(void) { void ((*volatile p)()); p = (void ((*)()))ffi_prep_raw_closure; return !p; }
@@ -194,7 +194,7 @@ checked program was:
194
194
  14: int t(void) { void ((*volatile p)()); p = (void ((*)()))ffi_prep_raw_closure; return !p; }
195
195
  /* end */
196
196
 
197
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.4/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
197
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
198
198
  checked program was:
199
199
  /* begin */
200
200
  1: #include "ruby.h"
@@ -218,7 +218,7 @@ checked program was:
218
218
 
219
219
  have_func: checking for rb_gc_mark_movable()... -------------------- yes
220
220
 
221
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.4/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
221
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
222
222
  checked program was:
223
223
  /* begin */
224
224
  1: #include "ruby.h"
@@ -241,7 +241,7 @@ checked program was:
241
241
 
242
242
  block in append_ldflags: checking for whether -pthread is accepted as LDFLAGS... -------------------- yes
243
243
 
244
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.4/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -lruby -pthread -lm -lpthread -lc"
244
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -lruby -pthread -lm -lpthread -lc"
245
245
  checked program was:
246
246
  /* begin */
247
247
  1: #include "ruby.h"
@@ -0,0 +1,29 @@
1
+ current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler
2
+ /opt/hostedtoolcache/Ruby/3.2.6/x64/bin/ruby extconf.rb
3
+ creating Makefile
4
+
5
+ current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler
6
+ make DESTDIR\= sitearchdir\=./.gem.20241031-1789-uzaz72 sitelibdir\=./.gem.20241031-1789-uzaz72 clean
7
+
8
+ current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler
9
+ make DESTDIR\= sitearchdir\=./.gem.20241031-1789-uzaz72 sitelibdir\=./.gem.20241031-1789-uzaz72
10
+ compiling adj_matrix.c
11
+ adj_matrix.c: In function ‘adj_matrix_default’:
12
+ adj_matrix.c:82:12: warning: old-style function definition [-Wold-style-definition]
13
+ 82 | AdjMatrix *adj_matrix_default() {
14
+ | ^~~~~~~~~~~~~~~~~~
15
+ adj_matrix.c: At top level:
16
+ cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
17
+ cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
18
+ cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
19
+ compiling codepoints.c
20
+ compiling jaro.c
21
+ compiling jaro_winkler.c
22
+ linking shared-object jaro_winkler/jaro_winkler_ext.so
23
+
24
+ current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler
25
+ make DESTDIR\= sitearchdir\=./.gem.20241031-1789-uzaz72 sitelibdir\=./.gem.20241031-1789-uzaz72 install
26
+ /usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20241031-1789-uzaz72/jaro_winkler
27
+
28
+ current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler
29
+ make DESTDIR\= sitearchdir\=./.gem.20241031-1789-uzaz72 sitelibdir\=./.gem.20241031-1789-uzaz72 clean
@@ -1,14 +1,14 @@
1
1
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/ext/psych
2
- /opt/hostedtoolcache/Ruby/3.2.4/x64/bin/ruby extconf.rb
2
+ /opt/hostedtoolcache/Ruby/3.2.6/x64/bin/ruby extconf.rb
3
3
  checking for yaml.h... yes
4
4
  checking for yaml_get_version() in -lyaml... yes
5
5
  creating Makefile
6
6
 
7
7
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/ext/psych
8
- make DESTDIR\= sitearchdir\=./.gem.20240701-1744-6faqrw sitelibdir\=./.gem.20240701-1744-6faqrw clean
8
+ make DESTDIR\= sitearchdir\=./.gem.20241031-1789-7fhaeh sitelibdir\=./.gem.20241031-1789-7fhaeh clean
9
9
 
10
10
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/ext/psych
11
- make DESTDIR\= sitearchdir\=./.gem.20240701-1744-6faqrw sitelibdir\=./.gem.20240701-1744-6faqrw
11
+ make DESTDIR\= sitearchdir\=./.gem.20241031-1789-7fhaeh sitelibdir\=./.gem.20241031-1789-7fhaeh
12
12
  compiling psych.c
13
13
  compiling psych_emitter.c
14
14
  compiling psych_parser.c
@@ -17,8 +17,8 @@ compiling psych_yaml_tree.c
17
17
  linking shared-object psych.so
18
18
 
19
19
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/ext/psych
20
- make DESTDIR\= sitearchdir\=./.gem.20240701-1744-6faqrw sitelibdir\=./.gem.20240701-1744-6faqrw install
21
- /usr/bin/install -c -m 0755 psych.so ./.gem.20240701-1744-6faqrw
20
+ make DESTDIR\= sitearchdir\=./.gem.20241031-1789-7fhaeh sitelibdir\=./.gem.20241031-1789-7fhaeh install
21
+ /usr/bin/install -c -m 0755 psych.so ./.gem.20241031-1789-7fhaeh
22
22
 
23
23
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/ext/psych
24
- make DESTDIR\= sitearchdir\=./.gem.20240701-1744-6faqrw sitelibdir\=./.gem.20240701-1744-6faqrw clean
24
+ make DESTDIR\= sitearchdir\=./.gem.20241031-1789-7fhaeh sitelibdir\=./.gem.20241031-1789-7fhaeh clean