mux_ruby 5.0.0 → 5.1.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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +4 -4
- data/docs/Annotation.md +24 -0
- data/docs/AnnotationInput.md +22 -0
- data/docs/AnnotationResponse.md +18 -0
- data/docs/AnnotationsApi.md +371 -0
- data/docs/Asset.md +3 -1
- data/docs/AssetMetadata.md +3 -3
- data/docs/AssetProgress.md +20 -0
- data/docs/AssetsApi.md +4 -2
- data/docs/CreateAssetRequest.md +3 -1
- data/docs/CreateLiveStreamRequest.md +3 -1
- data/docs/DimensionsApi.md +87 -2
- data/docs/ErrorsApi.md +2 -2
- data/docs/FiltersApi.md +2 -2
- data/docs/ListAnnotationsResponse.md +22 -0
- data/docs/ListAssetsResponse.md +2 -0
- data/docs/LiveStream.md +5 -3
- data/docs/LiveStreamMetadata.md +18 -0
- data/docs/MetricsApi.md +10 -10
- data/docs/UpdateLiveStreamRequest.md +3 -1
- data/docs/VideoView.md +3 -1
- data/docs/VideoViewsApi.md +2 -2
- data/gen/generator-config.json +1 -1
- data/lib/mux_ruby/api/annotations_api.rb +355 -0
- data/lib/mux_ruby/api/assets_api.rb +7 -4
- data/lib/mux_ruby/api/dimensions_api.rb +91 -2
- data/lib/mux_ruby/api/errors_api.rb +2 -2
- data/lib/mux_ruby/api/filters_api.rb +2 -2
- data/lib/mux_ruby/api/metrics_api.rb +12 -12
- data/lib/mux_ruby/api/video_views_api.rb +2 -2
- data/lib/mux_ruby/configuration.rb +6 -0
- data/lib/mux_ruby/models/annotation.rb +250 -0
- data/lib/mux_ruby/models/annotation_input.rb +239 -0
- data/lib/mux_ruby/models/annotation_response.rb +218 -0
- data/lib/mux_ruby/models/asset.rb +13 -4
- data/lib/mux_ruby/models/asset_metadata.rb +3 -3
- data/lib/mux_ruby/models/asset_progress.rb +288 -0
- data/lib/mux_ruby/models/create_asset_request.rb +16 -4
- data/lib/mux_ruby/models/create_live_stream_request.rb +13 -4
- data/lib/mux_ruby/models/list_annotations_response.rb +266 -0
- data/lib/mux_ruby/models/list_assets_response.rb +12 -1
- data/lib/mux_ruby/models/live_stream.rb +15 -6
- data/lib/mux_ruby/models/live_stream_generated_subtitle_settings.rb +2 -2
- data/lib/mux_ruby/models/live_stream_metadata.rb +235 -0
- data/lib/mux_ruby/models/static_rendition.rb +2 -2
- data/lib/mux_ruby/models/update_live_stream_request.rb +13 -4
- data/lib/mux_ruby/models/video_view.rb +16 -5
- data/lib/mux_ruby/version.rb +1 -1
- data/lib/mux_ruby.rb +7 -0
- data/spec/api/annotations_api_spec.rb +99 -0
- data/spec/models/annotation_input_spec.rb +46 -0
- data/spec/models/annotation_response_spec.rb +34 -0
- data/spec/models/annotation_spec.rb +52 -0
- data/spec/models/asset_progress_spec.rb +44 -0
- data/spec/models/list_annotations_response_spec.rb +46 -0
- data/spec/models/live_stream_metadata_spec.rb +34 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/mkmf.log +16 -16
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem_make.out +6 -6
- 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
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-4.0.4/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-4.0.4/mkmf.log +4 -4
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-4.0.4/psych.so +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.2/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.2/mkmf.log +2 -2
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.2/stringio.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/ext/byebug/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/lib/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/ext/ffi_c/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/lib/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.6/lib/jaro_winkler/jaro_winkler_ext.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/ext/psych/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/lib/psych.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/ext/stringio/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/lib/stringio.so +0 -0
- metadata +189 -161
@@ -0,0 +1,99 @@
|
|
1
|
+
=begin
|
2
|
+
#Mux API
|
3
|
+
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v1
|
7
|
+
Contact: devex@mux.com
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.0.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
|
16
|
+
# Unit tests for MuxRuby::AnnotationsApi
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
18
|
+
# Please update as you see appropriate
|
19
|
+
describe 'AnnotationsApi' do
|
20
|
+
before do
|
21
|
+
# run before each test
|
22
|
+
@api_instance = MuxRuby::AnnotationsApi.new
|
23
|
+
end
|
24
|
+
|
25
|
+
after do
|
26
|
+
# run after each test
|
27
|
+
end
|
28
|
+
|
29
|
+
describe 'test an instance of AnnotationsApi' do
|
30
|
+
it 'should create an instance of AnnotationsApi' do
|
31
|
+
expect(@api_instance).to be_instance_of(MuxRuby::AnnotationsApi)
|
32
|
+
end
|
33
|
+
end
|
34
|
+
|
35
|
+
# unit tests for create_annotation
|
36
|
+
# Create Annotation
|
37
|
+
# Creates a new annotation.
|
38
|
+
# @param annotation_input
|
39
|
+
# @param [Hash] opts the optional parameters
|
40
|
+
# @return [AnnotationResponse]
|
41
|
+
describe 'create_annotation test' do
|
42
|
+
it 'should work' do
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
# unit tests for delete_annotation
|
48
|
+
# Delete Annotation
|
49
|
+
# Deletes an annotation.
|
50
|
+
# @param annotation_id The annotation ID
|
51
|
+
# @param [Hash] opts the optional parameters
|
52
|
+
# @return [nil]
|
53
|
+
describe 'delete_annotation test' do
|
54
|
+
it 'should work' do
|
55
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
|
+
end
|
57
|
+
end
|
58
|
+
|
59
|
+
# unit tests for get_annotation
|
60
|
+
# Get Annotation
|
61
|
+
# Returns the details of a specific annotation.
|
62
|
+
# @param annotation_id The annotation ID
|
63
|
+
# @param [Hash] opts the optional parameters
|
64
|
+
# @return [AnnotationResponse]
|
65
|
+
describe 'get_annotation test' do
|
66
|
+
it 'should work' do
|
67
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
68
|
+
end
|
69
|
+
end
|
70
|
+
|
71
|
+
# unit tests for list_annotations
|
72
|
+
# List Annotations
|
73
|
+
# Returns a list of annotations.
|
74
|
+
# @param [Hash] opts the optional parameters
|
75
|
+
# @option opts [Integer] :limit Number of items to include in the response
|
76
|
+
# @option opts [Integer] :page Offset by this many pages, of the size of `limit`
|
77
|
+
# @option opts [String] :order_direction Sort order.
|
78
|
+
# @option opts [Array<String>] :timeframe Timeframe window to limit results by. Must be provided as an array query string parameter (e.g. timeframe[]=). Accepted formats are... * array of epoch timestamps e.g. `timeframe[]=1498867200&timeframe[]=1498953600` * duration string e.g. `timeframe[]=24:hours or timeframe[]=7:days`
|
79
|
+
# @return [ListAnnotationsResponse]
|
80
|
+
describe 'list_annotations test' do
|
81
|
+
it 'should work' do
|
82
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
83
|
+
end
|
84
|
+
end
|
85
|
+
|
86
|
+
# unit tests for update_annotation
|
87
|
+
# Update Annotation
|
88
|
+
# Updates an existing annotation.
|
89
|
+
# @param annotation_id The annotation ID
|
90
|
+
# @param annotation_input
|
91
|
+
# @param [Hash] opts the optional parameters
|
92
|
+
# @return [AnnotationResponse]
|
93
|
+
describe 'update_annotation test' do
|
94
|
+
it 'should work' do
|
95
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
96
|
+
end
|
97
|
+
end
|
98
|
+
|
99
|
+
end
|
@@ -0,0 +1,46 @@
|
|
1
|
+
=begin
|
2
|
+
#Mux API
|
3
|
+
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v1
|
7
|
+
Contact: devex@mux.com
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.0.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for MuxRuby::AnnotationInput
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe MuxRuby::AnnotationInput do
|
21
|
+
let(:instance) { MuxRuby::AnnotationInput.new }
|
22
|
+
|
23
|
+
describe 'test an instance of AnnotationInput' do
|
24
|
+
it 'should create an instance of AnnotationInput' do
|
25
|
+
expect(instance).to be_instance_of(MuxRuby::AnnotationInput)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "note"' do
|
29
|
+
it 'should work' do
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
describe 'test attribute "date"' do
|
35
|
+
it 'should work' do
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
37
|
+
end
|
38
|
+
end
|
39
|
+
|
40
|
+
describe 'test attribute "sub_property_id"' do
|
41
|
+
it 'should work' do
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
46
|
+
end
|
@@ -0,0 +1,34 @@
|
|
1
|
+
=begin
|
2
|
+
#Mux API
|
3
|
+
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v1
|
7
|
+
Contact: devex@mux.com
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.0.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for MuxRuby::AnnotationResponse
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe MuxRuby::AnnotationResponse do
|
21
|
+
let(:instance) { MuxRuby::AnnotationResponse.new }
|
22
|
+
|
23
|
+
describe 'test an instance of AnnotationResponse' do
|
24
|
+
it 'should create an instance of AnnotationResponse' do
|
25
|
+
expect(instance).to be_instance_of(MuxRuby::AnnotationResponse)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "data"' do
|
29
|
+
it 'should work' do
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
end
|
@@ -0,0 +1,52 @@
|
|
1
|
+
=begin
|
2
|
+
#Mux API
|
3
|
+
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v1
|
7
|
+
Contact: devex@mux.com
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.0.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for MuxRuby::Annotation
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe MuxRuby::Annotation do
|
21
|
+
let(:instance) { MuxRuby::Annotation.new }
|
22
|
+
|
23
|
+
describe 'test an instance of Annotation' do
|
24
|
+
it 'should create an instance of Annotation' do
|
25
|
+
expect(instance).to be_instance_of(MuxRuby::Annotation)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "id"' do
|
29
|
+
it 'should work' do
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
describe 'test attribute "note"' do
|
35
|
+
it 'should work' do
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
37
|
+
end
|
38
|
+
end
|
39
|
+
|
40
|
+
describe 'test attribute "date"' do
|
41
|
+
it 'should work' do
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
46
|
+
describe 'test attribute "sub_property_id"' do
|
47
|
+
it 'should work' do
|
48
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
49
|
+
end
|
50
|
+
end
|
51
|
+
|
52
|
+
end
|
@@ -0,0 +1,44 @@
|
|
1
|
+
=begin
|
2
|
+
#Mux API
|
3
|
+
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v1
|
7
|
+
Contact: devex@mux.com
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.0.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for MuxRuby::AssetProgress
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe MuxRuby::AssetProgress do
|
21
|
+
let(:instance) { MuxRuby::AssetProgress.new }
|
22
|
+
|
23
|
+
describe 'test an instance of AssetProgress' do
|
24
|
+
it 'should create an instance of AssetProgress' do
|
25
|
+
expect(instance).to be_instance_of(MuxRuby::AssetProgress)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "state"' do
|
29
|
+
it 'should work' do
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
31
|
+
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["ingesting", "transcoding", "completed", "live", "errored"])
|
32
|
+
# validator.allowable_values.each do |value|
|
33
|
+
# expect { instance.state = value }.not_to raise_error
|
34
|
+
# end
|
35
|
+
end
|
36
|
+
end
|
37
|
+
|
38
|
+
describe 'test attribute "progress"' do
|
39
|
+
it 'should work' do
|
40
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
41
|
+
end
|
42
|
+
end
|
43
|
+
|
44
|
+
end
|
@@ -0,0 +1,46 @@
|
|
1
|
+
=begin
|
2
|
+
#Mux API
|
3
|
+
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v1
|
7
|
+
Contact: devex@mux.com
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.0.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for MuxRuby::ListAnnotationsResponse
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe MuxRuby::ListAnnotationsResponse do
|
21
|
+
let(:instance) { MuxRuby::ListAnnotationsResponse.new }
|
22
|
+
|
23
|
+
describe 'test an instance of ListAnnotationsResponse' do
|
24
|
+
it 'should create an instance of ListAnnotationsResponse' do
|
25
|
+
expect(instance).to be_instance_of(MuxRuby::ListAnnotationsResponse)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "data"' do
|
29
|
+
it 'should work' do
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
describe 'test attribute "total_row_count"' do
|
35
|
+
it 'should work' do
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
37
|
+
end
|
38
|
+
end
|
39
|
+
|
40
|
+
describe 'test attribute "timeframe"' do
|
41
|
+
it 'should work' do
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
46
|
+
end
|
@@ -0,0 +1,34 @@
|
|
1
|
+
=begin
|
2
|
+
#Mux API
|
3
|
+
|
4
|
+
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v1
|
7
|
+
Contact: devex@mux.com
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.0.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for MuxRuby::LiveStreamMetadata
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe MuxRuby::LiveStreamMetadata do
|
21
|
+
let(:instance) { MuxRuby::LiveStreamMetadata.new }
|
22
|
+
|
23
|
+
describe 'test an instance of LiveStreamMetadata' do
|
24
|
+
it 'should create an instance of LiveStreamMetadata' do
|
25
|
+
expect(instance).to be_instance_of(MuxRuby::LiveStreamMetadata)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "title"' do
|
29
|
+
it 'should work' do
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
end
|
Binary file
|
@@ -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.
|
2
|
+
/opt/hostedtoolcache/Ruby/3.2.9/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.
|
6
|
+
make DESTDIR\= sitearchdir\=./.gem.20250815-2135-pc17yt sitelibdir\=./.gem.20250815-2135-pc17yt 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.
|
9
|
+
make DESTDIR\= sitearchdir\=./.gem.20250815-2135-pc17yt sitelibdir\=./.gem.20250815-2135-pc17yt
|
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.
|
39
|
-
/usr/bin/install -c -m 0755 byebug.so ./.gem.
|
38
|
+
make DESTDIR\= sitearchdir\=./.gem.20250815-2135-pc17yt sitelibdir\=./.gem.20250815-2135-pc17yt install
|
39
|
+
/usr/bin/install -c -m 0755 byebug.so ./.gem.20250815-2135-pc17yt/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.
|
42
|
+
make DESTDIR\= sitearchdir\=./.gem.20250815-2135-pc17yt sitelibdir\=./.gem.20250815-2135-pc17yt clean
|
Binary file
|
@@ -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.
|
2
|
+
/opt/hostedtoolcache/Ruby/3.2.9/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.
|
13
|
+
make DESTDIR\= sitearchdir\=./.gem.20250815-2135-nfybav sitelibdir\=./.gem.20250815-2135-nfybav 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.
|
16
|
+
make DESTDIR\= sitearchdir\=./.gem.20250815-2135-nfybav sitelibdir\=./.gem.20250815-2135-nfybav
|
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.
|
44
|
-
/usr/bin/install -c -m 0755 ffi_c.so ./.gem.
|
43
|
+
make DESTDIR\= sitearchdir\=./.gem.20250815-2135-nfybav sitelibdir\=./.gem.20250815-2135-nfybav install
|
44
|
+
/usr/bin/install -c -m 0755 ffi_c.so ./.gem.20250815-2135-nfybav
|
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.
|
47
|
+
make DESTDIR\= sitearchdir\=./.gem.20250815-2135-nfybav sitelibdir\=./.gem.20250815-2135-nfybav clean
|
@@ -1,7 +1,7 @@
|
|
1
|
-
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.
|
2
|
-
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.
|
1
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.9/x64/lib pkg-config --exists libffi
|
2
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.9/x64/lib pkg-config --libs libffi |
|
3
3
|
=> "-lffi \n"
|
4
|
-
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.
|
4
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.9/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.9/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.9/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.9/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.
|
15
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.9/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.9/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.9/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.9/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.
|
26
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.9/x64/lib pkg-config --cflags-only-I libffi |
|
27
27
|
=> "\n"
|
28
|
-
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.
|
28
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.9/x64/lib pkg-config --cflags-only-other libffi |
|
29
29
|
=> "\n"
|
30
|
-
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.
|
30
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.9/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.
|
40
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.9/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.9/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.9/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.9/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.
|
65
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.9/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.9/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.9/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.9/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.
|
93
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.9/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.9/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.9/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.9/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.
|
117
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.9/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.9/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.9/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.9/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.
|
145
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.9/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.9/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.9/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.9/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.
|
169
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.9/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.9/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.9/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.9/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.
|
197
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.9/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.9/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.9/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.9/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.
|
221
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.9/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.9/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.9/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.9/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.
|
244
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.9/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.9/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.9/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -lruby -pthread -lm -lpthread -lc"
|
245
245
|
checked program was:
|
246
246
|
/* begin */
|
247
247
|
1: #include "ruby.h"
|
@@ -1,12 +1,12 @@
|
|
1
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.
|
2
|
+
/opt/hostedtoolcache/Ruby/3.2.9/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/jaro_winkler-1.5.6/ext/jaro_winkler
|
6
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
6
|
+
make DESTDIR\= sitearchdir\=./.gem.20250815-2135-227ian sitelibdir\=./.gem.20250815-2135-227ian clean
|
7
7
|
|
8
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.
|
9
|
+
make DESTDIR\= sitearchdir\=./.gem.20250815-2135-227ian sitelibdir\=./.gem.20250815-2135-227ian
|
10
10
|
compiling adj_matrix.c
|
11
11
|
adj_matrix.c: In function ‘adj_matrix_default’:
|
12
12
|
adj_matrix.c:82:12: warning: old-style function definition [-Wold-style-definition]
|
@@ -22,8 +22,8 @@ compiling jaro_winkler.c
|
|
22
22
|
linking shared-object jaro_winkler/jaro_winkler_ext.so
|
23
23
|
|
24
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.
|
26
|
-
/usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.
|
25
|
+
make DESTDIR\= sitearchdir\=./.gem.20250815-2135-227ian sitelibdir\=./.gem.20250815-2135-227ian install
|
26
|
+
/usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20250815-2135-227ian/jaro_winkler
|
27
27
|
|
28
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.
|
29
|
+
make DESTDIR\= sitearchdir\=./.gem.20250815-2135-227ian sitelibdir\=./.gem.20250815-2135-227ian clean
|