Skip to content

Fix/type preservation empty dataframes #452

Fix/type preservation empty dataframes

Fix/type preservation empty dataframes #452

Re-run triggered January 10, 2025 23:37
Status Failure
Total duration 21m 1s
Artifacts

ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 4 warnings
ubuntu / Ruby 3.0
The process '/opt/hostedtoolcache/Ruby/3.0.7/x64/bin/bundle' failed with exit code 5
ubuntu / Ruby 3.1
The process '/opt/hostedtoolcache/Ruby/3.1.6/x64/bin/bundle' failed with exit code 5
ubuntu / Ruby 3.2
The process '/opt/hostedtoolcache/Ruby/3.2.6/x64/bin/bundle' failed with exit code 5
ubuntu / Ruby 3.3
The process '/opt/hostedtoolcache/Ruby/3.3.6/x64/bin/bundle' failed with exit code 5
Failure: test/test_data_frame_variable_operation.rb#L454
<"RedAmber::DataFrame : 0 x 4 Vectors\n" + "Vectors : 2 numeric, 1 string, 1 boolean\n" + "# key type level data_preview\n" + "0 :a uint8 0 []\n" + "1 :b double 0 []\n" + "2 :c string 0 []\n" + "3 :d boolean 0 []\n"> expected but was <"RedAmber::DataFrame : 0 x 4 Vectors\n" + "Vectors : 1 numeric, 2 strings, 1 boolean\n" + "# key type level data_preview\n" + "0 :a uint8 0 []\n" + "1 :b string 0 []\n" + "2 :c string 0 []\n" + "3 :d boolean 0 []\n">. diff: RedAmber::DataFrame : 0 x 4 Vectors - Vectors : 2 numeric, 1 string, 1 boolean ? ^ ^ + Vectors : 1 numeric, 2 strings, 1 boolean ? ^ ^ + # key type level data_preview 0 :a uint8 0 [] - 1 :b double 0 [] + 1 :b string 0 [] 2 :c string 0 [] 3 :d boolean 0 []
macos / Ruby 3.0
Process completed with exit code 1.
Failure: test/test_data_frame_variable_operation.rb#L454
<"RedAmber::DataFrame : 0 x 4 Vectors\n" + "Vectors : 2 numeric, 1 string, 1 boolean\n" + "# key type level data_preview\n" + "0 :a uint8 0 []\n" + "1 :b double 0 []\n" + "2 :c string 0 []\n" + "3 :d boolean 0 []\n"> expected but was <"RedAmber::DataFrame : 0 x 4 Vectors\n" + "Vectors : 1 numeric, 2 strings, 1 boolean\n" + "# key type level data_preview\n" + "0 :a uint8 0 []\n" + "1 :b string 0 []\n" + "2 :c string 0 []\n" + "3 :d boolean 0 []\n">. diff: RedAmber::DataFrame : 0 x 4 Vectors - Vectors : 2 numeric, 1 string, 1 boolean ? ^ ^ + Vectors : 1 numeric, 2 strings, 1 boolean ? ^ ^ + # key type level data_preview 0 :a uint8 0 [] - 1 :b double 0 [] + 1 :b string 0 [] 2 :c string 0 [] 3 :d boolean 0 []
macos / Ruby 3.1
Process completed with exit code 1.
Failure: test/test_data_frame_variable_operation.rb#L454
<"RedAmber::DataFrame : 0 x 4 Vectors\n" + "Vectors : 2 numeric, 1 string, 1 boolean\n" + "# key type level data_preview\n" + "0 :a uint8 0 []\n" + "1 :b double 0 []\n" + "2 :c string 0 []\n" + "3 :d boolean 0 []\n"> expected but was <"RedAmber::DataFrame : 0 x 4 Vectors\n" + "Vectors : 1 numeric, 2 strings, 1 boolean\n" + "# key type level data_preview\n" + "0 :a uint8 0 []\n" + "1 :b string 0 []\n" + "2 :c string 0 []\n" + "3 :d boolean 0 []\n">. diff: RedAmber::DataFrame : 0 x 4 Vectors - Vectors : 2 numeric, 1 string, 1 boolean ? ^ ^ + Vectors : 1 numeric, 2 strings, 1 boolean ? ^ ^ + # key type level data_preview 0 :a uint8 0 [] - 1 :b double 0 [] + 1 :b string 0 [] 2 :c string 0 [] 3 :d boolean 0 []
macos / Ruby 3.2
Process completed with exit code 1.
Failure: test/test_data_frame_variable_operation.rb#L454
<"RedAmber::DataFrame : 0 x 4 Vectors\n" + "Vectors : 2 numeric, 1 string, 1 boolean\n" + "# key type level data_preview\n" + "0 :a uint8 0 []\n" + "1 :b double 0 []\n" + "2 :c string 0 []\n" + "3 :d boolean 0 []\n"> expected but was <"RedAmber::DataFrame : 0 x 4 Vectors\n" + "Vectors : 1 numeric, 2 strings, 1 boolean\n" + "# key type level data_preview\n" + "0 :a uint8 0 []\n" + "1 :b string 0 []\n" + "2 :c string 0 []\n" + "3 :d boolean 0 []\n">. diff: RedAmber::DataFrame : 0 x 4 Vectors - Vectors : 2 numeric, 1 string, 1 boolean ? ^ ^ + Vectors : 1 numeric, 2 strings, 1 boolean ? ^ ^ + # key type level data_preview 0 :a uint8 0 [] - 1 :b double 0 [] + 1 :b string 0 [] 2 :c string 0 [] 3 :d boolean 0 []
macos / Ruby 3.3
Process completed with exit code 1.
ubuntu / Ruby 3.0
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ubuntu / Ruby 3.1
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ubuntu / Ruby 3.2
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ubuntu / Ruby 3.3
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636