Skip to content

chore(cubesql): Remove usage of nightly features (#9215) #19900

chore(cubesql): Remove usage of nightly features (#9215)

chore(cubesql): Remove usage of nightly features (#9215) #19900

Triggered via push February 13, 2025 14:19
Status Success
Total duration 30m 36s
Artifacts 2

push.yml

on: push
latest-tag-sha
20s
latest-tag-sha
build-cubestore
4m 20s
build-cubestore
Matrix: unit
Matrix: docker-dev
docker-image-latest-set-tag
6s
docker-image-latest-set-tag
Matrix: integration-cubestore
Matrix: integration-smoke
Matrix: integration
Fit to window
Zoom out
Zoom in

Annotations

59 warnings
latest-tag-sha
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
build-cubestore
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
lint
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
docker-image-latest-set-tag
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
build
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
build: rust/cubesql/cubesql/src/compile/engine/df/scan.rs#L1132
use of deprecated method `chrono::NaiveDateTime::timestamp_nanos_opt`: use `.and_utc().timestamp_nanos_opt()` instead
build: rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L1672
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
build: rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L2319
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
build: rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L2327
use of deprecated method `chrono::NaiveDateTime::timestamp`: use `.and_utc().timestamp()` instead
build: rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L2333
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
build: rust/cubesql/cubesql/src/compile/rewrite/rules/filters.rs#L4839
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
build: rust/cubesql/cubesql/src/compile/rewrite/rules/utils.rs#L460
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
unit (22.x, 3.11, false)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
unit (22.x, 3.11, false): rust/cubesql/cubesql/src/compile/engine/df/scan.rs#L1132
use of deprecated method `chrono::NaiveDateTime::timestamp_nanos_opt`: use `.and_utc().timestamp_nanos_opt()` instead
unit (22.x, 3.11, false): rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L1672
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
unit (22.x, 3.11, false): rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L2319
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
unit (22.x, 3.11, false): rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L2327
use of deprecated method `chrono::NaiveDateTime::timestamp`: use `.and_utc().timestamp()` instead
unit (22.x, 3.11, false): rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L2333
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
unit (22.x, 3.11, false): rust/cubesql/cubesql/src/compile/rewrite/rules/filters.rs#L4839
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
unit (22.x, 3.11, false): rust/cubesql/cubesql/src/compile/rewrite/rules/utils.rs#L460
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
integration-cubestore (20.x)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
unit (22.x, 3.11, true)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
unit (22.x, 3.11, true): rust/cubesql/cubesql/src/compile/engine/df/scan.rs#L1132
use of deprecated method `chrono::NaiveDateTime::timestamp_nanos_opt`: use `.and_utc().timestamp_nanos_opt()` instead
unit (22.x, 3.11, true): rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L1672
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
unit (22.x, 3.11, true): rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L2319
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
unit (22.x, 3.11, true): rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L2327
use of deprecated method `chrono::NaiveDateTime::timestamp`: use `.and_utc().timestamp()` instead
unit (22.x, 3.11, true): rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L2333
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
unit (22.x, 3.11, true): rust/cubesql/cubesql/src/compile/rewrite/rules/filters.rs#L4839
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
unit (22.x, 3.11, true): rust/cubesql/cubesql/src/compile/rewrite/rules/utils.rs#L460
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
unit (20.x, 3.11, false)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
unit (20.x, 3.11, false): rust/cubesql/cubesql/src/compile/engine/df/scan.rs#L1132
use of deprecated method `chrono::NaiveDateTime::timestamp_nanos_opt`: use `.and_utc().timestamp_nanos_opt()` instead
unit (20.x, 3.11, false): rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L1672
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
unit (20.x, 3.11, false): rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L2319
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
unit (20.x, 3.11, false): rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L2327
use of deprecated method `chrono::NaiveDateTime::timestamp`: use `.and_utc().timestamp()` instead
unit (20.x, 3.11, false): rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L2333
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
unit (20.x, 3.11, false): rust/cubesql/cubesql/src/compile/rewrite/rules/filters.rs#L4839
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
unit (20.x, 3.11, false): rust/cubesql/cubesql/src/compile/rewrite/rules/utils.rs#L460
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
unit (20.x, 3.11, true)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
unit (20.x, 3.11, true): rust/cubesql/cubesql/src/compile/engine/df/scan.rs#L1132
use of deprecated method `chrono::NaiveDateTime::timestamp_nanos_opt`: use `.and_utc().timestamp_nanos_opt()` instead
unit (20.x, 3.11, true): rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L1672
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
unit (20.x, 3.11, true): rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L2319
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
unit (20.x, 3.11, true): rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L2327
use of deprecated method `chrono::NaiveDateTime::timestamp`: use `.and_utc().timestamp()` instead
unit (20.x, 3.11, true): rust/cubesql/cubesql/src/compile/engine/udf/common.rs#L2333
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
unit (20.x, 3.11, true): rust/cubesql/cubesql/src/compile/rewrite/rules/filters.rs#L4839
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
unit (20.x, 3.11, true): rust/cubesql/cubesql/src/compile/rewrite/rules/utils.rs#L460
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
integration-smoke (20.x, 3.11)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
integration (20.x, mysql-aurora-serverless)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
integration (20.x, crate)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
integration (20.x, firebolt)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
integration (20.x, elasticsearch)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
integration (20.x, mongobi)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
integration (20.x, postgres)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
integration (20.x, mssql)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
integration (20.x, druid)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
integration (20.x, vertica)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
integration (20.x, prestodb)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
integration (20.x, clickhouse)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
integration (20.x, mysql)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
integration (20.x, dremio)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101

Artifacts

Produced during runtime
Name Size
cube-js~cube~2JUFM8.dockerbuild
135 KB
cubestored-x86_64-unknown-linux-gnu-release
25.6 MB