Note: the module "R" cannot be unloaded because it was not loaded. WARNING: ignoring environment value of R_HOME R Under development (unstable) (2025-03-25 r88054) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > cargs <- commandArgs(trailingOnly=TRUE) > if(length(cargs)==0){ + ## before running interactively, make sure to start emacs/R with + ## environment defined in /scratch/...check_one.sh, particularly + ## R_LIBS_USER=/tmp/... otherwise we get error when installing + ## data.table. + base <- "/scratch/th798/data.table-revdeps/*" + cargs <- c( + Sys.glob(file.path(base,"deps.csv")), + "349", + Sys.glob(file.path(base, "data.table_release_*tar.gz")), + Sys.glob(file.path(base, "data.table_master_*tar.gz")) + ) + } > names(cargs) <- c("deps.csv", "task.str", "release", "master") > dput(cargs) c(deps.csv = "/scratch/th798/data.table-revdeps/2025-03-26/deps.csv", task.str = "743", release = "/scratch/th798/data.table-revdeps/2025-03-26/data.table_release_1.17.0.tar.gz", master = "/scratch/th798/data.table-revdeps/2025-03-26/data.table_master_1.17.99.77b43940971091a63baeccf65ec3b2d729dc3a57.tar.gz" ) > (task.dir <- dirname(.libPaths()[1]))#should be /tmp/th798/slurmid/R-vers [1] "/tmp/th798/16119574/R-devel/743" > if(requireNamespace("R.cache"))R.cache::getCachePath() Loading required namespace: R.cache [1] "/tmp/th798/16119574/R-devel/743/R.cache" > task.id <- as.integer(cargs[["task.str"]]) > deps.df <- read.csv(cargs[["deps.csv"]]) > (rev.dep <- deps.df$Package[task.id]) [1] "lightgbm" > job.dir <- file.path(dirname(cargs[["deps.csv"]]), "tasks", task.id) > setwd(task.dir) > .libPaths() [1] "/tmp/th798/16119574/R-devel/743/library" [2] "/projects/genomic-ml/R/R-devel/library" > options(repos=c(#this should be in ~/.Rprofile too. + CRAN="http://cloud.r-project.org")) > print(Sys.time()) [1] "2025-03-26 01:17:53 MST" > install.time <- system.time({ + install.packages(rev.dep, dep=TRUE) + }) Installing package into '/tmp/th798/16119574/R-devel/743/library' (as 'lib' is unspecified) trying URL 'http://cloud.r-project.org/src/contrib/lightgbm_4.6.0.tar.gz' Content type 'application/x-gzip' length 1724660 bytes (1.6 MB) ================================================== downloaded 1.6 MB * installing *source* package 'lightgbm' ... ** this is package 'lightgbm' version '4.6.0' ** package 'lightgbm' successfully unpacked and MD5 sums checked ** using staged installation checking location of R... /home/th798/R/R-devel checking whether MM_PREFETCH works... yes checking whether MM_MALLOC works... yes configure: creating ./config.status config.status: creating src/Makevars ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' using C++17 /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c boosting/boosting.cpp -o boosting/boosting.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c boosting/gbdt.cpp -o boosting/gbdt.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c boosting/gbdt_model_text.cpp -o boosting/gbdt_model_text.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c boosting/gbdt_prediction.cpp -o boosting/gbdt_prediction.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c boosting/prediction_early_stop.cpp -o boosting/prediction_early_stop.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c boosting/sample_strategy.cpp -o boosting/sample_strategy.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c io/bin.cpp -o io/bin.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c io/config.cpp -o io/config.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c io/config_auto.cpp -o io/config_auto.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c io/dataset.cpp -o io/dataset.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c io/dataset_loader.cpp -o io/dataset_loader.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c io/file_io.cpp -o io/file_io.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c io/json11.cpp -o io/json11.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c io/metadata.cpp -o io/metadata.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c io/parser.cpp -o io/parser.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c io/train_share_states.cpp -o io/train_share_states.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c io/tree.cpp -o io/tree.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c metric/dcg_calculator.cpp -o metric/dcg_calculator.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c metric/metric.cpp -o metric/metric.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c objective/objective_function.cpp -o objective/objective_function.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c network/linker_topo.cpp -o network/linker_topo.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c network/linkers_mpi.cpp -o network/linkers_mpi.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c network/linkers_socket.cpp -o network/linkers_socket.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c network/network.cpp -o network/network.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c treelearner/data_parallel_tree_learner.cpp -o treelearner/data_parallel_tree_learner.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c treelearner/feature_histogram.cpp -o treelearner/feature_histogram.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c treelearner/feature_parallel_tree_learner.cpp -o treelearner/feature_parallel_tree_learner.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c treelearner/gpu_tree_learner.cpp -o treelearner/gpu_tree_learner.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c treelearner/gradient_discretizer.cpp -o treelearner/gradient_discretizer.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c treelearner/linear_tree_learner.cpp -o treelearner/linear_tree_learner.o In file included from ./include/Eigen/Core:205, from ./include/Eigen/Dense:1, from treelearner/linear_tree_learner.cpp:7: ./include/Eigen/src/Core/arch/SSE/PacketMath.h:46:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 46 | typedef eigen_packet_wrapper<__m128i, 0> Packet4i; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:47:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 47 | typedef eigen_packet_wrapper<__m128i, 1> Packet16b; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:49:39: warning: ignoring attributes on template argument '__m128' [-Wignored-attributes] 49 | template<> struct is_arithmetic<__m128> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:50:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 50 | template<> struct is_arithmetic<__m128i> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:51:40: warning: ignoring attributes on template argument '__m128d' [-Wignored-attributes] 51 | template<> struct is_arithmetic<__m128d> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:222:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 222 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:228:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 228 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1124:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 1124 | ptranspose(PacketBlock& kernel) { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1129:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 1129 | ptranspose(PacketBlock& kernel) { | ^ In file included from ./include/Eigen/Core:174: ./include/Eigen/src/Core/arch/Default/ConjHelper.h:16:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 16 | struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:173:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 173 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:29:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 29 | struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:173:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 173 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:16:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 16 | struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:298:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 298 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:29:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 29 | struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:298:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 298 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:165: ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here ./include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from ./include/Eigen/Core:271: ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here ./include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' treelearner/linear_tree_learner.cpp:347:17: required from here ./include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' treelearner/linear_tree_learner.cpp:347:17: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' ./include/Eigen/src/Core/Inverse.h:68:7: required from 'class Eigen::InverseImpl >, Eigen::SolverStorage>' ./include/Eigen/src/Core/Inverse.h:43:7: required from 'class Eigen::Inverse > >' treelearner/linear_tree_learner.cpp:356:61: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Inverse > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Inverse > > > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Inverse > > > >' ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Inverse > >, Eigen::Dense>' ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Inverse > > >' treelearner/linear_tree_learner.cpp:356:65: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Inverse > > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Inverse > > >, Eigen::Matrix, 0> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Inverse > > >, Eigen::Matrix, 0> >' ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Inverse > > >, Eigen::Matrix, 0, 8>' ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Inverse > > >, Eigen::Matrix, 0, Eigen::Dense>' ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>' treelearner/linear_tree_learner.cpp:356:63: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' ./include/Eigen/src/LU/FullPivLU.h:495:28: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' ./include/Eigen/src/LU/FullPivLU.h:495:44: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' ./include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, false> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, false> > >' ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, -1, false>, Eigen::Dense>' ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, -1, false> >' ./include/Eigen/src/LU/FullPivLU.h:520:35: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' ./include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' ./include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, 0>' ./include/Eigen/src/Core/MapBase.h:223:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' ./include/Eigen/src/Core/MapBase.h:223:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, Eigen::Block, 1, -1, false>, 1, -1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false>, Eigen::Block, 1, -1, false>, 1, -1, false>, 0> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false>, Eigen::Block, 1, -1, false>, 1, -1, false>, 0> >' ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, true>, -1, 1, false>, Eigen::Block, 1, -1, false>, 1, -1, false>, 0, 5>' ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, true>, -1, 1, false>, Eigen::Block, 1, -1, false>, 1, -1, false>, 0, Eigen::Dense>' ./include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' ./include/Eigen/src/Core/Matrix.h:178:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' ./include/Eigen/src/Core/SelfCwiseBinaryOp.h:41:67: required from 'Derived& Eigen::DenseBase::operator/=(const Scalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double]' ./include/Eigen/src/LU/FullPivLU.h:559:34: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from ./include/Eigen/Core:277: ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >' ./include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, -1, -1, false> >, Eigen::internal::IndexBased, double>' ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, -1, false> > >' ./include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, -1, -1, false> > >' ./include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, const Eigen::Block, -1, -1, false> >, 0>; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, -1, false> >]' ./include/Eigen/src/Core/Visitor.h:348:14: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Inverse > > >, const Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Inverse > > >, const Eigen::Block, -1, 1, true>, 0> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Inverse > > >, const Eigen::Block, -1, 1, true>, 0> >' ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Inverse > > >, const Eigen::Block, -1, 1, true>, 0, 7>' ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Inverse > > >, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Inverse > > >, const Eigen::Block, -1, 1, true>, 0>' ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' ./include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' ./include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, 1, true>, Eigen::Dense>' ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::Inverse > > >, const Eigen::Block, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix]' ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Inverse > > >, 1, -1, false>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Inverse > > >, 1, -1, false>, Eigen::Matrix, 0> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Inverse > > >, 1, -1, false>, Eigen::Matrix, 0> >' ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Inverse > > >, 1, -1, false>, Eigen::Matrix, 0, 7>' ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Inverse > > >, 1, -1, false>, Eigen::Matrix, 0, Eigen::Dense>' ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Inverse > > >, 1, -1, false>, Eigen::Matrix, 0>' ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Inverse > > >, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Inverse > > >, 1, -1, false> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Inverse > > >, 1, -1, false> >' ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Inverse > > >, 1, -1, false, false>' ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Inverse > > >, 1, -1, false, Eigen::Dense>' ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Inverse > > >, 1, -1, false>' ./include/Eigen/src/Core/Product.h:113:15: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Inverse > > >, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Inverse > > >, 1, -1, false> >' ./include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, const Eigen::Inverse > > >, 1, -1, false>, Eigen::Dense>' ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::Inverse > > >, 1, -1, false>, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix]' ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::Matrix, 1> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::Matrix, 1> >' ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::Matrix, 1, 8>' ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::Matrix, 1, Eigen::Dense>' ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::Matrix, 1>' ./include/Eigen/src/Core/ProductEvaluators.h:469:72: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product > >, Eigen::Matrix, 1> > >' ./include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product > >, Eigen::Matrix, 1>, Eigen::Dense>' ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product > >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product > >, Eigen::Matrix, 1> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product > >, Eigen::Matrix, 1> > >' ./include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product > >, Eigen::Matrix, 1>, Eigen::Dense>' ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product > >, Eigen::Matrix, 1> >' ./include/Eigen/src/Core/ProductEvaluators.h:469:55: required from 'static void Eigen::internal::generic_product_impl::eval_dynamic_impl(Dst&, const LhsT&, const RhsT&, const Func&, const Scalar&, Eigen::internal::true_type) [with Dst = Eigen::Matrix; LhsT = Eigen::Inverse > >; RhsT = Eigen::Matrix; Func = Eigen::internal::assign_op; Scalar = double; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix]' ./include/Eigen/src/Core/ProductEvaluators.h:446:22: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' ./include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' ./include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:444:18: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 2>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, true, true>' ./include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >' ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true, false>' ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true, Eigen::Dense>' ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true>' ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' ./include/Eigen/src/Core/Matrix.h:178:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block, 1, -1, false>; Functor = swap_assign_op]' ./include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block, 1, -1, false>; Functor = Eigen::internal::swap_assign_op; Weak = void]' ./include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, 1, -1, false>; Func = swap_assign_op]' ./include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, 1, -1, false>; Func = swap_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' ./include/Eigen/src/Core/DenseBase.h:424:22: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::Block, -1, 1, true>; Functor = swap_assign_op]' ./include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::Block, -1, 1, true>; Functor = Eigen::internal::swap_assign_op; Weak = void]' ./include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::Block, -1, 1, true>; Func = swap_assign_op]' ./include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::Block, -1, 1, true>; Func = swap_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' ./include/Eigen/src/Core/DenseBase.h:424:22: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = div_assign_op]' ./include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = Eigen::internal::div_assign_op; Weak = void]' ./include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op]' ./include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' ./include/Eigen/src/Core/SelfCwiseBinaryOp.h:41:28: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >': ./include/Eigen/src/Core/ProductEvaluators.h:274:18: required from 'void Eigen::internal::outer_product_selector_run(Dst&, const Lhs&, const Rhs&, const Func&, const false_type&) [with Dst = Eigen::Block, -1, -1, false>; Lhs = Eigen::Block, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 1, -1, false>, 1, -1, false>; Func = generic_product_impl, -1, 1, true>, -1, 1, false>, Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::DenseShape, Eigen::DenseShape, 5>::sub]' ./include/Eigen/src/Core/ProductEvaluators.h:329:41: required from 'static void Eigen::internal::generic_product_impl::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Block, -1, -1, false>; Lhs = Eigen::Block, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 1, -1, false>, 1, -1, false>]' ./include/Eigen/src/Core/ProductEvaluators.h:178:42: required from 'static void Eigen::internal::Assignment, Eigen::internal::sub_assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::sub_assign_op&) [with DstXprType = Eigen::Block, -1, -1, false>; Lhs = Eigen::Block, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 1, -1, false>, 1, -1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, 1, true>, -1, 1, false>, Eigen::Block, 1, -1, false>, 1, -1, false>, 0>]' ./include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Product, -1, 1, true>, -1, 1, false>, Eigen::Block, 1, -1, false>, 1, -1, false>, 0>; Func = sub_assign_op]' ./include/Eigen/src/Core/NoAlias.h:59:31: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' ./include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' ./include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' ./include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >' ./include/Eigen/src/Core/ProductEvaluators.h:280:48: required from 'void Eigen::internal::outer_product_selector_run(Dst&, const Lhs&, const Rhs&, const Func&, const false_type&) [with Dst = Eigen::Block, -1, -1, false>; Lhs = Eigen::Block, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 1, -1, false>, 1, -1, false>; Func = generic_product_impl, -1, 1, true>, -1, 1, false>, Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::DenseShape, Eigen::DenseShape, 5>::sub]' ./include/Eigen/src/Core/ProductEvaluators.h:329:41: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from ./include/Eigen/Core:333: ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:87:38: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Block, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = const Eigen::Block, -1, 1, true>; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix]' ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:91:42: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Block, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = const Eigen::Block, -1, 1, true>; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix]' ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:95:45: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Block, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = const Eigen::Block, -1, 1, true>; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix]' ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, Eigen::Stride<0, 0> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, Eigen::Stride<0, 0> > >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, Eigen::Stride<0, 0> >, 0>' ./include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' ./include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> >, Eigen::Dense>' ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >' ./include/Eigen/src/Core/GeneralProduct.h:296:40: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Block, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' ./include/Eigen/src/Core/Transpose.h:52:37: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' ./include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' ./include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Inverse > > >, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Inverse > > >, 1, -1, false> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Inverse > > >, 1, -1, false> > >' ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Inverse > > >, 1, -1, false>, Eigen::Dense>' ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >' ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Inverse > > >, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' ./include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Inverse > > >, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> > >' ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true>, Eigen::Dense>' ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >' ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' ./include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' ./include/Eigen/src/Core/MapBase.h:223:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' ./include/Eigen/src/Core/MapBase.h:223:34: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from ./include/Eigen/Core:330: ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:147:40: required from 'void Eigen::internal::evaluateProductBlockingSizesHeuristic(Index&, Index&, Index&, Index) [with LhsScalar = double; RhsScalar = double; int KcFactor = 1; Index = long int]' ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:342:81: required from 'void Eigen::internal::computeProductBlockingSizes(Index&, Index&, Index&, Index) [with LhsScalar = double; RhsScalar = double; int KcFactor = 1; Index = long int]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:355:66: required from 'Eigen::internal::gemm_blocking_space::gemm_blocking_space(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, bool) [with int StorageOrder = 0; _LhsScalar = double; _RhsScalar = double; int MaxRows = -1; int MaxCols = -1; int MaxDepth = -1; int KcFactor = 1; Eigen::Index = long int]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:507:18: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix]' ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1080:42: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' ./include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1085:45: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' ./include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, -1, 1, true> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, -1, 1, true> >' ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, -1, 1, true, false>' ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, -1, 1, true, Eigen::Dense>' ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, -1, 1, true>' ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:184:17: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' ./include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix]' ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2100:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2100 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2102:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2102 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2103 | QuarterPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:195:21: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' ./include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix]' ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2459:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2459 | PacketBlock kernel; | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = double; RhsScalar = double; Index = long int; DataMapper = Eigen::internal::blas_data_mapper; int mr = 4; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = double]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:198:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' ./include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix]' ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1920:103: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1920 | const int SResPacketHalfSize = unpacket_traits::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1921:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1921 | const int SResPacketQuarterSize = unpacket_traits::half>::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1921:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1977:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1977 | typedef typename conditional=8,typename unpacket_traits::half,SResPacket>::type SResPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1978:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1978 | typedef typename conditional=8,typename unpacket_traits::half,SLhsPacket>::type SLhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1979:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1979 | typedef typename conditional=8,typename unpacket_traits::half,SRhsPacket>::type SRhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1980:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1980 | typedef typename conditional=8,typename unpacket_traits::half,SAccPacket>::type SAccPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >' ./include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' ./include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >' ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> > >' ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> > >' ./include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' ./include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' ./include/Eigen/src/LU/FullPivLU.h:855:60: required from 'static void Eigen::internal::Assignment >, Eigen::internal::assign_op::Scalar>, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; MatrixType = Eigen::Matrix; SrcXprType = Eigen::Inverse > >; typename SrcXprType::Scalar = double; typename DstXprType::Scalar = double]' ./include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Inverse > >; Func = assign_op]' ./include/Eigen/src/Core/PlainObjectBase.h:797:41: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseNullaryOp, Eigen::Matrix > > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseNullaryOp, Eigen::Matrix > > >' ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::CwiseNullaryOp, Eigen::Matrix > >' ./include/Eigen/src/LU/FullPivLU.h:855:39: required from 'static void Eigen::internal::Assignment >, Eigen::internal::assign_op::Scalar>, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; MatrixType = Eigen::Matrix; SrcXprType = Eigen::Inverse > >; typename SrcXprType::Scalar = double; typename DstXprType::Scalar = double]' ./include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Matrix >, -1, 1, true> >' ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; ResultType = double; Scalar = double]' ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long int]' ./include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 2>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' ./include/Eigen/src/Core/Block.h:154:7: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' ./include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' ./include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Inverse > >; Rhs = Eigen::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Inverse > >; CoeffReturnType = double; Eigen::Index = long int]' ./include/Eigen/src/Core/CoreEvaluators.h:769:69: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Functor = sub_assign_op]' ./include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' ./include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = sub_assign_op]' ./include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' ./include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, -1, -1, false>, -1, 1, true>]' ./include/Eigen/src/Core/ProductEvaluators.h:305:153: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; Eigen::Index = long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, -1, 1, true> >; Scalar = double]' ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; ResultType = double; Scalar = double]' ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long int]' ./include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >' ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false> >, Eigen::internal::IndexBased, double>' ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> > >' ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> > >' ./include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' ./include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::CwiseNullaryOp, Eigen::Matrix >, 2>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::CwiseNullaryOp, Eigen::Matrix >, 2> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::CwiseNullaryOp, Eigen::Matrix >, 2> >' ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::CwiseNullaryOp, Eigen::Matrix >, 2, 8>' ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::CwiseNullaryOp, Eigen::Matrix >, 2, Eigen::Dense>' ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::CwiseNullaryOp, Eigen::Matrix >, 2>' ./include/Eigen/src/LU/FullPivLU.h:769:22: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' ./include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::Block, -1, -1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::Block, -1, -1, false>, 0> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::Block, -1, -1, false>, 0> >' ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::Block, -1, -1, false>, 0, 8>' ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::Block, -1, -1, false>, 0>' ./include/Eigen/src/LU/FullPivLU.h:776:59: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' ./include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Block, 1, -1, false>; Scalar = double]' ./include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Block, 1, -1, false>]' ./include/Eigen/src/LU/FullPivLU.h:787:55: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = true]': ./include/Eigen/src/Core/products/TriangularSolverMatrix.h:155:19: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 5; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' ./include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Block, -1, -1, false>; int Side = 1; int Mode = 5]' ./include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Block, -1, -1, false>; unsigned int _Mode = 5]' ./include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Block, -1, -1, false>; unsigned int _Mode = 5]' ./include/Eigen/src/LU/FullPivLU.h:774:20: required from 'void Eigen::FullPivLU::_solve_impl(const RhsType&, DstType&) const [with RhsType = Eigen::CwiseNullaryOp, Eigen::Matrix >; DstType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/Core/Solve.h:147:26: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2459:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2459 | PacketBlock kernel; | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix >, 1, -1, false> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix >, 1, -1, false> >' ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix >, 1, -1, false, false>' ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix >, 1, -1, false, Eigen::Dense>' ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix >, 1, -1, false>' ./include/Eigen/src/Core/ProductEvaluators.h:1050:11: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, const Eigen::Block, -1, -1, false>, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, const Eigen::Block, -1, -1, false>, -1, 1, true>, 0> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, const Eigen::Block, -1, -1, false>, -1, 1, true>, 0> >' ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, const Eigen::Block, -1, -1, false>, -1, 1, true>, 0, 7>' ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, const Eigen::Block, -1, -1, false>, -1, 1, true>, 0, Eigen::Dense>' ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, const Eigen::Block, -1, -1, false>, -1, 1, true>, 0>' ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 2>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true, true>' ./include/Eigen/src/Core/Block.h:154:7: [ skipping 30 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': ./include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, Eigen::Dense>' ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, const Eigen::Block, -1, -1, false>, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Block, -1, -1, false>; Rhs = Eigen::Block, -1, -1, false>; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Block, -1, -1, false>; Rhs = Eigen::Block, -1, -1, false>]' ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Block, -1, -1, false>; Rhs = Eigen::Block, -1, -1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, Eigen::Block, -1, -1, false>, 0>]' ./include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >' ./include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, 1, true>, Eigen::Dense>' ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, const Eigen::Block, -1, -1, false>, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Block, -1, -1, false>; Rhs = Eigen::Block, -1, -1, false>; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Block, -1, -1, false>; Rhs = Eigen::Block, -1, -1, false>]' ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, Eigen::Block, -1, -1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false>, Eigen::Block, -1, -1, false>, 0> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false>, Eigen::Block, -1, -1, false>, 0> >' ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 1, -1, false>, Eigen::Block, -1, -1, false>, 0, 7>' ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 1, -1, false>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 1, -1, false>, Eigen::Block, -1, -1, false>, 0>' ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 2>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false, true>' ./include/Eigen/src/Core/Block.h:154:7: [ skipping 30 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >' ./include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, 1, -1, false>, Eigen::Dense>' ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, 1, -1, false>, Eigen::Block, -1, -1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Block, -1, -1, false>; Rhs = Eigen::Block, -1, -1, false>; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Block, -1, -1, false>; Rhs = Eigen::Block, -1, -1, false>]' ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::Block, -1, -1, false>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::Block, -1, -1, false>, 1> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::Block, -1, -1, false>, 1> >' ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::Block, -1, -1, false>, 1, 8>' ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::Block, -1, -1, false>, 1, Eigen::Dense>' ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::Block, -1, -1, false>, 1>' ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 26 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, true>, 2>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, true> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, true> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, -1, 1, true>, 0>' ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true>, -1, 1, true, true>' ./include/Eigen/src/Core/Block.h:154:7: [ skipping 28 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1, -1, true>, 2>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false>, 1, -1, true> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false>, 1, -1, true> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 1, -1, true>, 0>' ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false>, 1, -1, true, true>' ./include/Eigen/src/Core/Block.h:154:7: [ skipping 28 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, Eigen::Dense>' ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' ./include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 2>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> > >' ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 1, -1, false>, Eigen::Dense>' ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, 1, -1, false> >' ./include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true> > >' ./include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true>, Eigen::Dense>' ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true> >' ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true>; ResScalar = double]' ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1, -1, true> >, 2>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false>, 1, -1, true> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false>, 1, -1, true> > >' ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 1, -1, false>, 1, -1, true>, Eigen::Dense>' ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, true> >' ./include/Eigen/src/Core/Dot.h:50:23: [ skipping 28 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, 1, true> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, 1, true> > >' ./include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, Eigen::Dense>' ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, 1, true> >' ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, 1, true>; ResScalar = double]' ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix >, 1, -1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block, Eigen::Matrix >, 1, -1, false>; Functor = assign_op]' ./include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block, Eigen::Matrix >, 1, -1, false>; Functor = Eigen::internal::assign_op; Weak = void]' ./include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, Eigen::Matrix >, 1, -1, false>; Func = assign_op]' ./include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, Eigen::Matrix >, 1, -1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' ./include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, Eigen::Matrix >, 1, -1, false>]' ./include/Eigen/src/Core/Assign.h:66:28: [ skipping 25 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, true> >' ./include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' ./include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true> > >' ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true> > >' ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 29 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false>, 1, -1, true> >' ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false>, 1, -1, true> > >' ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false>, 1, -1, true> > >' ./include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' ./include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 32 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true> > >' ./include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, Eigen::Dense>' ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true> >' ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Block, -1, -1, false>; Rhs = Eigen::Block, -1, -1, false>; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Block, -1, -1, false>; CoeffReturnType = double; Eigen::Index = long int]' ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 30 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c treelearner/serial_tree_learner.cpp -o treelearner/serial_tree_learner.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c treelearner/tree_learner.cpp -o treelearner/tree_learner.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c treelearner/voting_parallel_tree_learner.cpp -o treelearner/voting_parallel_tree_learner.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils/openmp_wrapper.cpp -o utils/openmp_wrapper.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c c_api.cpp -o c_api.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c lightgbm_R.cpp -o lightgbm_R.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o lightgbm.so boosting/boosting.o boosting/gbdt.o boosting/gbdt_model_text.o boosting/gbdt_prediction.o boosting/prediction_early_stop.o boosting/sample_strategy.o io/bin.o io/config.o io/config_auto.o io/dataset.o io/dataset_loader.o io/file_io.o io/json11.o io/metadata.o io/parser.o io/train_share_states.o io/tree.o metric/dcg_calculator.o metric/metric.o objective/objective_function.o network/linker_topo.o network/linkers_mpi.o network/linkers_socket.o network/network.o treelearner/data_parallel_tree_learner.o treelearner/feature_histogram.o treelearner/feature_parallel_tree_learner.o treelearner/gpu_tree_learner.o treelearner/gradient_discretizer.o treelearner/linear_tree_learner.o treelearner/serial_tree_learner.o treelearner/tree_learner.o treelearner/voting_parallel_tree_learner.o utils/openmp_wrapper.o c_api.o lightgbm_R.o -fopenmp -pthread installing to /tmp/th798/16119574/R-devel/743/library/00LOCK-lightgbm/00new/lightgbm/libs ** R ** data ** demo ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (lightgbm) The downloaded source packages are in '/tmp/th798/16119574/RtmpHgB6oh/downloaded_packages' > cat("Time to install revdep:\n") Time to install revdep: > print(install.time) user system elapsed 149.288 10.084 162.980 > print(Sys.time()) [1] "2025-03-26 01:20:36 MST" > downloaded_packages <- file.path( + tempdir(), + "downloaded_packages") > dl.glob <- file.path( + downloaded_packages, + paste0(rev.dep,"_*.tar.gz")) > rev.dep.dl.row <- cbind(rev.dep, Sys.glob(dl.glob)) > colnames(rev.dep.dl.row) <- c("pkg","path") > rev.dep.release.tar.gz <- normalizePath(rev.dep.dl.row[,"path"], mustWork=TRUE) > pkg.Rcheck <- paste0(rev.dep, ".Rcheck") > > proj.dir <- "~/genomic-ml/data.table-revdeps" > source(file.path(proj.dir, "myStatus.R")) > Rvers <- gsub("[()]", "", gsub(" ", "_", R.version[["version.string"]])) > dir.create(Rvers, showWarnings=FALSE) > Rcheck.list <- list() > for(dt.version.short in c("release", "master")){ + dt.tar.gz <- cargs[[dt.version.short]] + dt.version <- gsub(".tar.gz|/.*?_", "", dt.tar.gz) + print(Sys.time()) + install.packages(dt.tar.gz, repos=NULL) + print(Sys.time()) + check.cmd <- get_check_cmd(rev.dep.release.tar.gz) + system(check.cmd) + print(Sys.time()) + dest.Rcheck <- file.path( + Rvers, + paste0(dt.version, ".Rcheck")) + unlink(dest.Rcheck, recursive=TRUE) + file.rename(pkg.Rcheck, dest.Rcheck) + Rcheck.list[[dt.version]] <- file.path(dest.Rcheck, "00check.log") + } [1] "2025-03-26 01:20:36 MST" Installing package into '/tmp/th798/16119574/R-devel/743/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** this is package 'data.table' version '1.17.0' ** package 'data.table' successfully unpacked and MD5 sums checked ** using staged installation zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c assign.c -o assign.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c between.c -o between.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bmerge.c -o bmerge.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c chmatch.c -o chmatch.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cj.c -o cj.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c coalesce.c -o coalesce.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dogroups.c -o dogroups.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fastmean.c -o fastmean.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fcast.c -o fcast.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fifelse.c -o fifelse.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fmelt.c -o fmelt.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c forder.c -o forder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frank.c -o frank.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fread.c -o fread.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c freadR.c -o freadR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c froll.c -o froll.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frollR.c -o frollR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frolladaptive.c -o frolladaptive.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fsort.c -o fsort.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwrite.c -o fwrite.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwriteR.c -o fwriteR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gsumm.c -o gsumm.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c idatetime.c -o idatetime.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ijoin.c -o ijoin.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c inrange.c -o inrange.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nafill.c -o nafill.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c negate.c -o negate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nqrecreateindices.c -o nqrecreateindices.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c openmp-utils.c -o openmp-utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c programming.c -o programming.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c quickselect.c -o quickselect.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rbindlist.c -o rbindlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c reorder.c -o reorder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shift.c -o shift.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c snprintf.c -o snprintf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c subset.c -o subset.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c transpose.c -o transpose.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c types.c -o types.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c uniqlist.c -o uniqlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.c -o utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecseq.c -o vecseq.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c wrappers.c -o wrappers.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o data.table.so assign.o between.o bmerge.o chmatch.o cj.o coalesce.o dogroups.o fastmean.o fcast.o fifelse.o fmelt.o forder.o frank.o fread.o freadR.o froll.o frollR.o frolladaptive.o fsort.o fwrite.o fwriteR.o gsumm.o idatetime.o ijoin.o init.o inrange.o nafill.o negate.o nqrecreateindices.o openmp-utils.o programming.o quickselect.o rbindlist.o reorder.o shift.o snprintf.o subset.o transpose.o types.o uniqlist.o utils.o vecseq.o wrappers.o -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz PKG_CFLAGS = -fopenmp -I/home/th798/.conda/envs/emacs1/include PKG_LIBS = -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz if [ "data.table.so" != "data_table.so" ]; then mv data.table.so data_table.so; fi if [ "" != "Windows_NT" ] && [ `uname -s` = 'Darwin' ]; then install_name_tool -id data_table.so data_table.so; fi installing to /tmp/th798/16119574/R-devel/743/library/00LOCK-data.table/00new/data.table/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (data.table) [1] "2025-03-26 01:20:58 MST" * using log directory '/tmp/th798/16119574/R-devel/743/lightgbm.Rcheck' * using R Under development (unstable) (2025-03-25 r88054) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Spack GCC) 12.2.0 GNU Fortran (Spack GCC) 12.2.0 * running under: Red Hat Enterprise Linux 8.10 (Ootpa) * using session charset: ASCII * checking for file 'lightgbm/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'lightgbm' version '4.6.0' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package 'lightgbm' can be installed ... OK * used C++ compiler: 'g++ (Spack GCC) 12.2.0' * checking C++ specification ... OK * checking installed package size ... INFO installed size is 23.4Mb sub-directories of 1Mb or more: libs 22.8Mb * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in shell scripts ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking compiled code ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' ERROR Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(lightgbm) # nolint: [unused_import] > > test_check( + package = "lightgbm" + , stop_on_failure = TRUE + , stop_on_warning = FALSE + , reporter = testthat::SummaryReporter$new() + ) Predictor: W.W.W.W.W.WW....W......W...W..W...W.........WW..W...W.......WW......W.......WW.W.W..W.W.W..W.W.W..W.W.W..W.W.W.W..W.W.W..W.W.W..W.W.W..W.W.W..W.WW.W.W..W.W.W..W.W.W..W.W.W..W.W.W.W..W.W.W..W.W.W..W.W.W..W.W.W..W.WW.W.W..W.W.W..W.W.W..W.W.W..W.W.W.W..W.W.W..W.W.W..W.W.W..W.W.W..W.WW..W..W..W..WW...W...W............W....W....WW.W.WW.W basic: W.....WW...WW..WW.W.WW.W.W..WW.W.W......W....W.W.W.W.WW.WW......W..W......WW.....WW.W.W.W.W...W.W....W.W.W..W.W..W.W.W.....W.W.W.W..WW..W.W...W.W.W.W....W..WW.W.W......W......W.W.W.W....W...W.WW...W.W.W......W............W....W.....W.W......W.....W..........W.....W.W.W.W.W.W.W.W..W..W.W..W.W.W.W.WW.W.....WW.1W..W...W...W.W.....W..W.W......................W....W....W.W.W..WW..W.....W....................WW.W.W.W.W.W.W.........W..W..W..W.WW.W.W.W.WW.W.W.WW.W.W.WW.WW.W.W.W.W.W.W..W.W.W..W.WW.WW.WW.WW.WW.WW.W.W.W..W.W.W.W.W..W.W.WW.W.W.W.W.W..W..W.W..W..................................................................................................................................................................W..................................................................................................................................................................W..................................................................................................................................................................W.W.W..W...W.W..W.W.W.WW....WW..W.W.W.W.W.W.WW.W.WW.W custom_objective: W.WW..W.W.W.W.W.W..W dataset: ..W.W.W..W...W.W..W...WW.W..W....W.W.....W..WW.W.W.WW..W.W.W.....WW.W.W..W.W...WW.W.W.W.WW.WW.W.W..W...W...W........W...W...W.W learning_to_rank: W....W.W.W..W.W.W..W.W.W....W.W.WW...W.W.W.W.W.....W....W....W.W.W.W.........W lgb.Booster: W.W.W.W.W......W.W.W.....WW.W...WW.W..WW.W..W.W....W..WW.W..WW..W.W.WW...W...WW..W.W..W...WW..W..W....W.W...W......W......W...W...WW...WW..W....W.......W...............W.W........W.....................W.W.WW.W..W.W.W.W.W.W..W.W.W.W..W.W.W..W.W..W.W.W.W.W..W.W.W.W..W.W.W..W.W..W.W.W.W.W..W.W.W.W..W.W.W..W.W.W..W..W....W....W lgb.convert_with_rules: ......W.....W.........W....W.....W.........W....W....W.....W...........W......W.................W......................W.....W........................W.W lgb.importance: ...........W lgb.interprete: .W.W.W.W.W.W.W.W lgb.model.dt.tree: .W.W.WW.W.W.WW.WW.W.W.WW.WW.W.W.W.W.W.W.W.WW.W.W.WW.WW.W.W.WW.WW.W.W.W.W.W.W.W.WW.W.W.WW.WW.W.W.WW.WW.W.W.W.W.W.W.W.WW.W.W.WW.WW.W.W.WW.WW.W.W.W.W.W.....W lgb.plot.importance: W.W..W.W.W..W.W.W lgb.plot.interpretation: W.W.WW.W metrics: W.W.W.W multithreading: W..W..W..W parameters: W.W.W.....W.W.W.W.W.W.W.W.W.W...WW.W.W..W.W......W......W utils: ..W..W.W..W..W..W..W..W.W..W....WW.W.W.W.W.W.W.W.W.W..W weighted_loss: ..W.W == Warnings ==================================================================== 1. Predictor$finalize() should not fail ('test_Predictor.R:20:5') - Changing language has no effect when envvar LC_ALL='C' 2. Predictor$finalize() should not fail ('test_Predictor.R:22:5') - Changing language has no effect when envvar LC_ALL='C' 3. Predictor$finalize() should not fail ('test_Predictor.R:25:5') - Changing language has no effect when envvar LC_ALL='C' 4. Predictor$finalize() should not fail ('test_Predictor.R:29:5') - Changing language has no effect when envvar LC_ALL='C' 5. (code run outside of `test_that()`) ('test_Predictor.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 6. (code run outside of `test_that()`) ('test_Predictor.R:32:1') - Changing language has no effect when envvar LC_ALL='C' 7. start_iteration works correctly ('test_Predictor.R:82:5') - Changing language has no effect when envvar LC_ALL='C' 8. (code run outside of `test_that()`) ('test_Predictor.R:53:1') - Changing language has no effect when envvar LC_ALL='C' 9. (code run outside of `test_that()`) ('test_Predictor.R:116:1') - Changing language has no effect when envvar LC_ALL='C' 10. (code run outside of `test_that()`) ('test_Predictor.R:147:1') - Changing language has no effect when envvar LC_ALL='C' 11. (code run outside of `test_that()`) ('test_Predictor.R:172:1') - Changing language has no effect when envvar LC_ALL='C' 12. predict() params should override keyword argument for raw-score predictions ('test_Predictor.R:231:3') - Changing language has no effect when envvar LC_ALL='C' 13. (code run outside of `test_that()`) ('test_Predictor.R:194:1') - Changing language has no effect when envvar LC_ALL='C' 14. predict() params should override keyword argument for leaf-index predictions ('test_Predictor.R:271:3') - Changing language has no effect when envvar LC_ALL='C' 15. predict() params should override keyword argument for leaf-index predictions ('test_Predictor.R:273:3') - Changing language has no effect when envvar LC_ALL='C' 16. predict() params should override keyword argument for leaf-index predictions ('test_Predictor.R:285:3') - Changing language has no effect when envvar LC_ALL='C' 17. (code run outside of `test_that()`) ('test_Predictor.R:246:1') - Changing language has no effect when envvar LC_ALL='C' 18. predict() params should override keyword argument for feature contributions ('test_Predictor.R:327:3') - Changing language has no effect when envvar LC_ALL='C' 19. predict() params should override keyword argument for feature contributions ('test_Predictor.R:339:3') - Changing language has no effect when envvar LC_ALL='C' 20. (code run outside of `test_that()`) ('test_Predictor.R:300:1') - Changing language has no effect when envvar LC_ALL='C' 21. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 22. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 23. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 24. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 25. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 26. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 27. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 28. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 29. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 30. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 31. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 32. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 33. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 34. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 35. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 36. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 37. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 38. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 39. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 40. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 41. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 42. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 43. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 44. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 45. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 46. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 47. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 48. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 49. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 50. (code run outside of `test_that()`) ('test_Predictor.R:412:1') - Changing language has no effect when envvar LC_ALL='C' 51. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 52. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 53. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 54. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 55. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 56. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 57. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 58. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 59. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 60. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 61. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 62. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 63. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 64. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 65. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 66. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 67. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 68. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 69. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 70. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 71. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 72. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 73. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 74. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 75. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 76. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 77. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 78. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 79. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 80. (code run outside of `test_that()`) ('test_Predictor.R:434:1') - Changing language has no effect when envvar LC_ALL='C' 81. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 82. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 83. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 84. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 85. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 86. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 87. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 88. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 89. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 90. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 91. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 92. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 93. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 94. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 95. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 96. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 97. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 98. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 99. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 100. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 101. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 102. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 103. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 104. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 105. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 106. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 107. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 108. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 109. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 110. (code run outside of `test_that()`) ('test_Predictor.R:450:1') - Changing language has no effect when envvar LC_ALL='C' 111. predictions for regression and binary classification are returned as vectors ('test_Predictor.R:486:5') - Changing language has no effect when envvar LC_ALL='C' 112. predictions for regression and binary classification are returned as vectors ('test_Predictor.R:489:5') - Changing language has no effect when envvar LC_ALL='C' 113. predictions for regression and binary classification are returned as vectors ('test_Predictor.R:504:5') - Changing language has no effect when envvar LC_ALL='C' 114. predictions for regression and binary classification are returned as vectors ('test_Predictor.R:507:5') - Changing language has no effect when envvar LC_ALL='C' 115. (code run outside of `test_that()`) ('test_Predictor.R:466:1') - Changing language has no effect when envvar LC_ALL='C' 116. predictions for multiclass classification are returned as matrix ('test_Predictor.R:524:5') - Changing language has no effect when envvar LC_ALL='C' 117. predictions for multiclass classification are returned as matrix ('test_Predictor.R:528:5') - Changing language has no effect when envvar LC_ALL='C' 118. (code run outside of `test_that()`) ('test_Predictor.R:511:1') - Changing language has no effect when envvar LC_ALL='C' 119. (code run outside of `test_that()`) ('test_Predictor.R:533:1') - Changing language has no effect when envvar LC_ALL='C' 120. (code run outside of `test_that()`) ('test_Predictor.R:594:1') - Changing language has no effect when envvar LC_ALL='C' 121. (code run outside of `test_that()`) ('test_Predictor.R:624:1') - Changing language has no effect when envvar LC_ALL='C' 122. predict type='class' returns predicted class for classification objectives ('test_Predictor.R:669:5') - Changing language has no effect when envvar LC_ALL='C' 123. predict type='class' returns predicted class for classification objectives ('test_Predictor.R:683:5') - Changing language has no effect when envvar LC_ALL='C' 124. (code run outside of `test_that()`) ('test_Predictor.R:656:1') - Changing language has no effect when envvar LC_ALL='C' 125. predict type='class' returns values in the target's range for regression objectives ('test_Predictor.R:699:5') - Changing language has no effect when envvar LC_ALL='C' 126. (code run outside of `test_that()`) ('test_Predictor.R:686:1') - Changing language has no effect when envvar LC_ALL='C' 127. train and predict binary classification ('test_basic.R:84:3') - Changing language has no effect when envvar LC_ALL='C' 128. (code run outside of `test_that()`) ('test_basic.R:64:1') - Changing language has no effect when envvar LC_ALL='C' 129. train and predict softmax ('test_basic.R:127:3') - Changing language has no effect when envvar LC_ALL='C' 130. (code run outside of `test_that()`) ('test_basic.R:99:1') - Changing language has no effect when envvar LC_ALL='C' 131. use of multiple eval metrics works ('test_basic.R:158:3') - Changing language has no effect when envvar LC_ALL='C' 132. (code run outside of `test_that()`) ('test_basic.R:136:1') - Changing language has no effect when envvar LC_ALL='C' 133. lgb.Booster.upper_bound() and lgb.Booster.lower_bound() work as expected for binary classification ('test_basic.R:182:3') - Changing language has no effect when envvar LC_ALL='C' 134. lgb.Booster.upper_bound() and lgb.Booster.lower_bound() work as expected for binary classification ('test_basic.R:183:3') - Changing language has no effect when envvar LC_ALL='C' 135. (code run outside of `test_that()`) ('test_basic.R:167:1') - Changing language has no effect when envvar LC_ALL='C' 136. lgb.Booster.upper_bound() and lgb.Booster.lower_bound() work as expected for regression ('test_basic.R:201:3') - Changing language has no effect when envvar LC_ALL='C' 137. lgb.Booster.upper_bound() and lgb.Booster.lower_bound() work as expected for regression ('test_basic.R:202:3') - Changing language has no effect when envvar LC_ALL='C' 138. (code run outside of `test_that()`) ('test_basic.R:186:1') - Changing language has no effect when envvar LC_ALL='C' 139. (code run outside of `test_that()`) ('test_basic.R:205:1') - Changing language has no effect when envvar LC_ALL='C' 140. lightgbm() accepts nrounds as either a top-level argument or parameter ('test_basic.R:270:3') - Changing language has no effect when envvar LC_ALL='C' 141. lightgbm() accepts nrounds as either a top-level argument or parameter ('test_basic.R:271:3') - Changing language has no effect when envvar LC_ALL='C' 142. lightgbm() accepts nrounds as either a top-level argument or parameter ('test_basic.R:272:3') - Changing language has no effect when envvar LC_ALL='C' 143. (code run outside of `test_that()`) ('test_basic.R:219:1') - Changing language has no effect when envvar LC_ALL='C' 144. lightgbm() performs evaluation on validation sets if they are provided ('test_basic.R:332:3') - Changing language has no effect when envvar LC_ALL='C' 145. lightgbm() performs evaluation on validation sets if they are provided ('test_basic.R:333:3') - Changing language has no effect when envvar LC_ALL='C' 146. lightgbm() performs evaluation on validation sets if they are provided ('test_basic.R:334:3') - Changing language has no effect when envvar LC_ALL='C' 147. (code run outside of `test_that()`) ('test_basic.R:284:1') - Changing language has no effect when envvar LC_ALL='C' 148. (code run outside of `test_that()`) ('test_basic.R:337:1') - Changing language has no effect when envvar LC_ALL='C' 149. cv works ('test_basic.R:387:3') - Changing language has no effect when envvar LC_ALL='C' 150. (code run outside of `test_that()`) ('test_basic.R:370:1') - Changing language has no effect when envvar LC_ALL='C' 151. CVBooster$reset_parameter() works as expected ('test_basic.R:405:3') - Changing language has no effect when envvar LC_ALL='C' 152. (code run outside of `test_that()`) ('test_basic.R:390:1') - Changing language has no effect when envvar LC_ALL='C' 153. (code run outside of `test_that()`) ('test_basic.R:416:1') - Changing language has no effect when envvar LC_ALL='C' 154. (code run outside of `test_that()`) ('test_basic.R:436:1') - Changing language has no effect when envvar LC_ALL='C' 155. lightgbm.cv() gives the correct best_score and best_iter for a metric where higher values are better ('test_basic.R:482:3') - Changing language has no effect when envvar LC_ALL='C' 156. (code run outside of `test_that()`) ('test_basic.R:461:1') - Changing language has no effect when envvar LC_ALL='C' 157. lgb.cv() fit on linearly-relatead data improves when using linear learners ('test_basic.R:522:3') - Changing language has no effect when envvar LC_ALL='C' 158. lgb.cv() fit on linearly-relatead data improves when using linear learners ('test_basic.R:531:3') - Changing language has no effect when envvar LC_ALL='C' 159. lgb.cv() fit on linearly-relatead data improves when using linear learners ('test_basic.R:533:3') - Changing language has no effect when envvar LC_ALL='C' 160. (code run outside of `test_that()`) ('test_basic.R:495:1') - Changing language has no effect when envvar LC_ALL='C' 161. lgb.cv() respects showsd argument ('test_basic.R:568:3') - Changing language has no effect when envvar LC_ALL='C' 162. (code run outside of `test_that()`) ('test_basic.R:536:1') - Changing language has no effect when envvar LC_ALL='C' 163. (code run outside of `test_that()`) ('test_basic.R:573:1') - Changing language has no effect when envvar LC_ALL='C' 164. (code run outside of `test_that()`) ('test_basic.R:593:1') - Changing language has no effect when envvar LC_ALL='C' 165. lgb.cv() prefers objective in params to keyword argument ('test_basic.R:644:5') - Changing language has no effect when envvar LC_ALL='C' 166. lgb.cv() prefers objective in params to keyword argument ('test_basic.R:645:5') - Changing language has no effect when envvar LC_ALL='C' 167. lgb.cv() prefers objective in params to keyword argument ('test_basic.R:644:5') - Changing language has no effect when envvar LC_ALL='C' 168. lgb.cv() prefers objective in params to keyword argument ('test_basic.R:645:5') - Changing language has no effect when envvar LC_ALL='C' 169. lgb.cv() prefers objective in params to keyword argument ('test_basic.R:644:5') - Changing language has no effect when envvar LC_ALL='C' 170. lgb.cv() prefers objective in params to keyword argument ('test_basic.R:645:5') - Changing language has no effect when envvar LC_ALL='C' 171. (code run outside of `test_that()`) ('test_basic.R:618:1') - Changing language has no effect when envvar LC_ALL='C' 172. (code run outside of `test_that()`) ('test_basic.R:649:1') - Changing language has no effect when envvar LC_ALL='C' 173. lgb.cv() respects eval_train_metric argument ('test_basic.R:708:3') - Changing language has no effect when envvar LC_ALL='C' 174. lgb.cv() respects eval_train_metric argument ('test_basic.R:709:3') - Changing language has no effect when envvar LC_ALL='C' 175. lgb.cv() respects eval_train_metric argument ('test_basic.R:710:3') - Changing language has no effect when envvar LC_ALL='C' 176. (code run outside of `test_that()`) ('test_basic.R:676:1') - Changing language has no effect when envvar LC_ALL='C' 177. lgb.train() works as expected with multiple eval metrics ('test_basic.R:741:3') - Changing language has no effect when envvar LC_ALL='C' 178. (code run outside of `test_that()`) ('test_basic.R:717:1') - Changing language has no effect when envvar LC_ALL='C' 179. (code run outside of `test_that()`) ('test_basic.R:750:1') - Changing language has no effect when envvar LC_ALL='C' 180. (code run outside of `test_that()`) ('test_basic.R:768:1') - Changing language has no effect when envvar LC_ALL='C' 181. lgb.train() prefers objective in params to keyword argument ('test_basic.R:817:3') - Changing language has no effect when envvar LC_ALL='C' 182. lgb.train() prefers objective in params to keyword argument ('test_basic.R:818:3') - Changing language has no effect when envvar LC_ALL='C' 183. (code run outside of `test_that()`) ('test_basic.R:793:1') - Changing language has no effect when envvar LC_ALL='C' 184. (code run outside of `test_that()`) ('test_basic.R:821:1') - Changing language has no effect when envvar LC_ALL='C' 185. (code run outside of `test_that()`) ('test_basic.R:849:1') - Changing language has no effect when envvar LC_ALL='C' 186. lgb.train() accepts nrounds as either a top-level argument or parameter ('test_basic.R:928:3') - Changing language has no effect when envvar LC_ALL='C' 187. lgb.train() accepts nrounds as either a top-level argument or parameter ('test_basic.R:929:3') - Changing language has no effect when envvar LC_ALL='C' 188. lgb.train() accepts nrounds as either a top-level argument or parameter ('test_basic.R:930:3') - Changing language has no effect when envvar LC_ALL='C' 189. (code run outside of `test_that()`) ('test_basic.R:869:1') - Changing language has no effect when envvar LC_ALL='C' 190. (code run outside of `test_that()`) ('test_basic.R:943:1') - Changing language has no effect when envvar LC_ALL='C' 191. (code run outside of `test_that()`) ('test_basic.R:967:1') - Changing language has no effect when envvar LC_ALL='C' 192. (code run outside of `test_that()`) ('test_basic.R:986:1') - Changing language has no effect when envvar LC_ALL='C' 193. (code run outside of `test_that()`) ('test_basic.R:1005:1') - Changing language has no effect when envvar LC_ALL='C' 194. lgb.train() works with force_col_wise and force_row_wise ('test_basic.R:1068:5') - Changing language has no effect when envvar LC_ALL='C' 195. lgb.train() works with force_col_wise and force_row_wise ('test_basic.R:1068:5') - Changing language has no effect when envvar LC_ALL='C' 196. (code run outside of `test_that()`) ('test_basic.R:1024:1') - Changing language has no effect when envvar LC_ALL='C' 197. lgb.train() works as expected with sparse features ('test_basic.R:1097:3') - Changing language has no effect when envvar LC_ALL='C' 198. lgb.train() works as expected with sparse features ('test_basic.R:1101:3') - Changing language has no effect when envvar LC_ALL='C' 199. lgb.train() works as expected with sparse features ('test_basic.R:1103:3') - Changing language has no effect when envvar LC_ALL='C' 200. (code run outside of `test_that()`) ('test_basic.R:1072:1') - Changing language has no effect when envvar LC_ALL='C' 201. (code run outside of `test_that()`) ('test_basic.R:1106:1') - Changing language has no effect when envvar LC_ALL='C' 202. (code run outside of `test_that()`) ('test_basic.R:1180:1') - Changing language has no effect when envvar LC_ALL='C' 203. lgb.train() works with early stopping for classification with a metric that should be maximized ('test_basic.R:1313:3') - Changing language has no effect when envvar LC_ALL='C' 204. lgb.train() works with early stopping for classification with a metric that should be maximized ('test_basic.R:1324:3') - Changing language has no effect when envvar LC_ALL='C' 205. (code run outside of `test_that()`) ('test_basic.R:1254:1') - Changing language has no effect when envvar LC_ALL='C' 206. (code run outside of `test_that()`) ('test_basic.R:1327:1') - Changing language has no effect when envvar LC_ALL='C' 207. (code run outside of `test_that()`) ('test_basic.R:1401:1') - Changing language has no effect when envvar LC_ALL='C' 208. (code run outside of `test_that()`) ('test_basic.R:1453:1') - Changing language has no effect when envvar LC_ALL='C' 209. (code run outside of `test_that()`) ('test_basic.R:1523:1') - Changing language has no effect when envvar LC_ALL='C' 210. lgb.train() works when a mixture of functions and strings are passed to eval ('test_basic.R:1607:3') - Changing language has no effect when envvar LC_ALL='C' 211. lgb.train() works when a mixture of functions and strings are passed to eval ('test_basic.R:1608:3') - Changing language has no effect when envvar LC_ALL='C' 212. lgb.train() works when a mixture of functions and strings are passed to eval ('test_basic.R:1610:3') - Changing language has no effect when envvar LC_ALL='C' 213. lgb.train() works when a mixture of functions and strings are passed to eval ('test_basic.R:1615:3') - Changing language has no effect when envvar LC_ALL='C' 214. (code run outside of `test_that()`) ('test_basic.R:1573:1') - Changing language has no effect when envvar LC_ALL='C' 215. lgb.train() works when a list of strings or a character vector is passed to eval ('test_basic.R:1660:7') - Changing language has no effect when envvar LC_ALL='C' 216. lgb.train() works when a list of strings or a character vector is passed to eval ('test_basic.R:1663:7') - Changing language has no effect when envvar LC_ALL='C' 217. lgb.train() works when a list of strings or a character vector is passed to eval ('test_basic.R:1663:7') - Changing language has no effect when envvar LC_ALL='C' 218. lgb.train() works when a list of strings or a character vector is passed to eval ('test_basic.R:1660:7') - Changing language has no effect when envvar LC_ALL='C' 219. lgb.train() works when a list of strings or a character vector is passed to eval ('test_basic.R:1663:7') - Changing language has no effect when envvar LC_ALL='C' 220. lgb.train() works when a list of strings or a character vector is passed to eval ('test_basic.R:1663:7') - Changing language has no effect when envvar LC_ALL='C' 221. (code run outside of `test_that()`) ('test_basic.R:1619:1') - Changing language has no effect when envvar LC_ALL='C' 222. lgb.train() works when you specify both 'metric' and 'eval' with strings ('test_basic.R:1697:3') - Changing language has no effect when envvar LC_ALL='C' 223. lgb.train() works when you specify both 'metric' and 'eval' with strings ('test_basic.R:1698:3') - Changing language has no effect when envvar LC_ALL='C' 224. (code run outside of `test_that()`) ('test_basic.R:1668:1') - Changing language has no effect when envvar LC_ALL='C' 225. lgb.train() works when you give a function for eval ('test_basic.R:1722:3') - Changing language has no effect when envvar LC_ALL='C' 226. (code run outside of `test_that()`) ('test_basic.R:1701:1') - Changing language has no effect when envvar LC_ALL='C' 227. (code run outside of `test_that()`) ('test_basic.R:1725:1') - Changing language has no effect when envvar LC_ALL='C' 228. lgb.train() supports non-ASCII feature names ('test_basic.R:1819:3') - Changing language has no effect when envvar LC_ALL='C' 229. (code run outside of `test_that()`) ('test_basic.R:1790:1') - Changing language has no effect when envvar LC_ALL='C' 230. lgb.train() works with integer, double, and numeric data ('test_basic.R:1868:5') - Changing language has no effect when envvar LC_ALL='C' 231. lgb.train() works with integer, double, and numeric data ('test_basic.R:1868:5') - Changing language has no effect when envvar LC_ALL='C' 232. lgb.train() works with integer, double, and numeric data ('test_basic.R:1868:5') - Changing language has no effect when envvar LC_ALL='C' 233. (code run outside of `test_that()`) ('test_basic.R:1838:1') - Changing language has no effect when envvar LC_ALL='C' 234. lgb.train() updates params based on keyword arguments ('test_basic.R:1924:3') - Changing language has no effect when envvar LC_ALL='C' 235. lgb.train() updates params based on keyword arguments ('test_basic.R:1926:3') - Changing language has no effect when envvar LC_ALL='C' 236. (code run outside of `test_that()`) ('test_basic.R:1872:1') - Changing language has no effect when envvar LC_ALL='C' 237. (code run outside of `test_that()`) ('test_basic.R:1929:1') - Changing language has no effect when envvar LC_ALL='C' 238. (code run outside of `test_that()`) ('test_basic.R:2090:1') - Changing language has no effect when envvar LC_ALL='C' 239. (code run outside of `test_that()`) ('test_basic.R:2141:1') - Changing language has no effect when envvar LC_ALL='C' 240. lgb.cv() works when you specify both 'metric' and 'eval' with strings ('test_basic.R:2228:3') - Changing language has no effect when envvar LC_ALL='C' 241. lgb.cv() works when you specify both 'metric' and 'eval' with strings ('test_basic.R:2229:3') - Changing language has no effect when envvar LC_ALL='C' 242. (code run outside of `test_that()`) ('test_basic.R:2200:1') - Changing language has no effect when envvar LC_ALL='C' 243. lgb.cv() works when you give a function for eval ('test_basic.R:2255:3') - Changing language has no effect when envvar LC_ALL='C' 244. (code run outside of `test_that()`) ('test_basic.R:2235:1') - Changing language has no effect when envvar LC_ALL='C' 245. (code run outside of `test_that()`) ('test_basic.R:2259:1') - Changing language has no effect when envvar LC_ALL='C' 246. (code run outside of `test_that()`) ('test_basic.R:2317:1') - Changing language has no effect when envvar LC_ALL='C' 247. lgb.cv() respects changes to logging verbosity ('test_basic.R:2393:3') - Changing language has no effect when envvar LC_ALL='C' 248. lgb.cv() respects changes to logging verbosity ('test_basic.R:2394:3') - Changing language has no effect when envvar LC_ALL='C' 249. lgb.cv() respects changes to logging verbosity ('test_basic.R:2407:3') - Changing language has no effect when envvar LC_ALL='C' 250. lgb.cv() respects changes to logging verbosity ('test_basic.R:2408:3') - Changing language has no effect when envvar LC_ALL='C' 251. lgb.cv() respects changes to logging verbosity ('test_basic.R:2423:3') - Changing language has no effect when envvar LC_ALL='C' 252. lgb.cv() respects changes to logging verbosity ('test_basic.R:2424:3') - Changing language has no effect when envvar LC_ALL='C' 253. (code run outside of `test_that()`) ('test_basic.R:2376:1') - Changing language has no effect when envvar LC_ALL='C' 254. lgb.cv() updates params based on keyword arguments ('test_basic.R:2491:5') - Changing language has no effect when envvar LC_ALL='C' 255. lgb.cv() updates params based on keyword arguments ('test_basic.R:2493:5') - Changing language has no effect when envvar LC_ALL='C' 256. lgb.cv() updates params based on keyword arguments ('test_basic.R:2491:5') - Changing language has no effect when envvar LC_ALL='C' 257. lgb.cv() updates params based on keyword arguments ('test_basic.R:2493:5') - Changing language has no effect when envvar LC_ALL='C' 258. (code run outside of `test_that()`) ('test_basic.R:2427:1') - Changing language has no effect when envvar LC_ALL='C' 259. lgb.train() fit on linearly-relatead data improves when using linear learners ('test_basic.R:2525:3') - Changing language has no effect when envvar LC_ALL='C' 260. lgb.train() fit on linearly-relatead data improves when using linear learners ('test_basic.R:2534:3') - Changing language has no effect when envvar LC_ALL='C' 261. lgb.train() fit on linearly-relatead data improves when using linear learners ('test_basic.R:2538:3') - Changing language has no effect when envvar LC_ALL='C' 262. (code run outside of `test_that()`) ('test_basic.R:2498:1') - Changing language has no effect when envvar LC_ALL='C' 263. (code run outside of `test_that()`) ('test_basic.R:2542:1') - Changing language has no effect when envvar LC_ALL='C' 264. lgb.train() works with linear learners even if Dataset has missing values ('test_basic.R:2602:3') - Changing language has no effect when envvar LC_ALL='C' 265. lgb.train() works with linear learners even if Dataset has missing values ('test_basic.R:2611:3') - Changing language has no effect when envvar LC_ALL='C' 266. lgb.train() works with linear learners even if Dataset has missing values ('test_basic.R:2615:3') - Changing language has no effect when envvar LC_ALL='C' 267. (code run outside of `test_that()`) ('test_basic.R:2570:1') - Changing language has no effect when envvar LC_ALL='C' 268. lgb.train() works with linear learners, bagging, and a Dataset that has missing values ('test_basic.R:2652:3') - Changing language has no effect when envvar LC_ALL='C' 269. lgb.train() works with linear learners, bagging, and a Dataset that has missing values ('test_basic.R:2661:3') - Changing language has no effect when envvar LC_ALL='C' 270. lgb.train() works with linear learners, bagging, and a Dataset that has missing values ('test_basic.R:2665:3') - Changing language has no effect when envvar LC_ALL='C' 271. (code run outside of `test_that()`) ('test_basic.R:2618:1') - Changing language has no effect when envvar LC_ALL='C' 272. lgb.train() works with linear learners and data where a feature has only 1 non-NA value ('test_basic.R:2702:3') - Changing language has no effect when envvar LC_ALL='C' 273. (code run outside of `test_that()`) ('test_basic.R:2668:1') - Changing language has no effect when envvar LC_ALL='C' 274. lgb.train() works with linear learners when Dataset has categorical features ('test_basic.R:2735:3') - Changing language has no effect when envvar LC_ALL='C' 275. lgb.train() works with linear learners when Dataset has categorical features ('test_basic.R:2744:3') - Changing language has no effect when envvar LC_ALL='C' 276. lgb.train() works with linear learners when Dataset has categorical features ('test_basic.R:2748:3') - Changing language has no effect when envvar LC_ALL='C' 277. (code run outside of `test_that()`) ('test_basic.R:2705:1') - Changing language has no effect when envvar LC_ALL='C' 278. (code run outside of `test_that()`) ('test_basic.R:2751:1') - Changing language has no effect when envvar LC_ALL='C' 279. (code run outside of `test_that()`) ('test_basic.R:2763:1') - Changing language has no effect when envvar LC_ALL='C' 280. (code run outside of `test_that()`) ('test_basic.R:2776:1') - Changing language has no effect when envvar LC_ALL='C' 281. (code run outside of `test_that()`) ('test_basic.R:2787:1') - Changing language has no effect when envvar LC_ALL='C' 282. (code run outside of `test_that()`) ('test_basic.R:2837:1') - Changing language has no effect when envvar LC_ALL='C' 283. Interaction constraints add missing features correctly as new group ('test_basic.R:2902:5') - Changing language has no effect when envvar LC_ALL='C' 284. Interaction constraints add missing features correctly as new group ('test_basic.R:2902:5') - Changing language has no effect when envvar LC_ALL='C' 285. (code run outside of `test_that()`) ('test_basic.R:2877:1') - Changing language has no effect when envvar LC_ALL='C' 286. lgb.train() supports monotone constraints (categoricals=TRUE, method=basic) ('test_basic.R:3048:7') - Changing language has no effect when envvar LC_ALL='C' 287. (code run outside of `test_that()`) ('test_basic.R:3032:5') - Changing language has no effect when envvar LC_ALL='C' 288. lgb.train() supports monotone constraints (categoricals=TRUE, method=intermediate) ('test_basic.R:3048:7') - Changing language has no effect when envvar LC_ALL='C' 289. (code run outside of `test_that()`) ('test_basic.R:3032:5') - Changing language has no effect when envvar LC_ALL='C' 290. lgb.train() supports monotone constraints (categoricals=TRUE, method=advanced) ('test_basic.R:3048:7') - Changing language has no effect when envvar LC_ALL='C' 291. (code run outside of `test_that()`) ('test_basic.R:3032:5') - Changing language has no effect when envvar LC_ALL='C' 292. lgb.train() supports monotone constraints (categoricals=FALSE, method=basic) ('test_basic.R:3048:7') - Changing language has no effect when envvar LC_ALL='C' 293. (code run outside of `test_that()`) ('test_basic.R:3032:5') - Changing language has no effect when envvar LC_ALL='C' 294. lgb.train() supports monotone constraints (categoricals=FALSE, method=intermediate) ('test_basic.R:3048:7') - Changing language has no effect when envvar LC_ALL='C' 295. (code run outside of `test_that()`) ('test_basic.R:3032:5') - Changing language has no effect when envvar LC_ALL='C' 296. lgb.train() supports monotone constraints (categoricals=FALSE, method=advanced) ('test_basic.R:3048:7') - Changing language has no effect when envvar LC_ALL='C' 297. (code run outside of `test_that()`) ('test_basic.R:3032:5') - Changing language has no effect when envvar LC_ALL='C' 298. lightgbm() accepts objective as function argument and under params ('test_basic.R:3072:3') - Changing language has no effect when envvar LC_ALL='C' 299. lightgbm() accepts objective as function argument and under params ('test_basic.R:3073:3') - Changing language has no effect when envvar LC_ALL='C' 300. lightgbm() accepts objective as function argument and under params ('test_basic.R:3088:3') - Changing language has no effect when envvar LC_ALL='C' 301. lightgbm() accepts objective as function argument and under params ('test_basic.R:3089:3') - Changing language has no effect when envvar LC_ALL='C' 302. (code run outside of `test_that()`) ('test_basic.R:3058:1') - Changing language has no effect when envvar LC_ALL='C' 303. lightgbm() prioritizes objective under params over objective as function argument ('test_basic.R:3107:3') - Changing language has no effect when envvar LC_ALL='C' 304. lightgbm() prioritizes objective under params over objective as function argument ('test_basic.R:3108:3') - Changing language has no effect when envvar LC_ALL='C' 305. lightgbm() prioritizes objective under params over objective as function argument ('test_basic.R:3124:3') - Changing language has no effect when envvar LC_ALL='C' 306. lightgbm() prioritizes objective under params over objective as function argument ('test_basic.R:3125:3') - Changing language has no effect when envvar LC_ALL='C' 307. (code run outside of `test_that()`) ('test_basic.R:3092:1') - Changing language has no effect when envvar LC_ALL='C' 308. lightgbm() accepts init_score as function argument ('test_basic.R:3150:3') - Changing language has no effect when envvar LC_ALL='C' 309. (code run outside of `test_that()`) ('test_basic.R:3128:1') - Changing language has no effect when envvar LC_ALL='C' 310. lightgbm() defaults to 'regression' objective if objective not otherwise provided ('test_basic.R:3167:3') - Changing language has no effect when envvar LC_ALL='C' 311. lightgbm() defaults to 'regression' objective if objective not otherwise provided ('test_basic.R:3168:3') - Changing language has no effect when envvar LC_ALL='C' 312. (code run outside of `test_that()`) ('test_basic.R:3153:1') - Changing language has no effect when envvar LC_ALL='C' 313. lightgbm() accepts 'num_threads' as either top-level argument or under params ('test_basic.R:3185:3') - Changing language has no effect when envvar LC_ALL='C' 314. lightgbm() accepts 'num_threads' as either top-level argument or under params ('test_basic.R:3200:3') - Changing language has no effect when envvar LC_ALL='C' 315. lightgbm() accepts 'num_threads' as either top-level argument or under params ('test_basic.R:3216:3') - Changing language has no effect when envvar LC_ALL='C' 316. (code run outside of `test_that()`) ('test_basic.R:3171:1') - Changing language has no effect when envvar LC_ALL='C' 317. (code run outside of `test_that()`) ('test_basic.R:3219:1') - Changing language has no effect when envvar LC_ALL='C' 318. (code run outside of `test_that()`) ('test_basic.R:3347:1') - Changing language has no effect when envvar LC_ALL='C' 319. (code run outside of `test_that()`) ('test_basic.R:3460:1') - Changing language has no effect when envvar LC_ALL='C' 320. (code run outside of `test_that()`) ('test_basic.R:3575:1') - Changing language has no effect when envvar LC_ALL='C' 321. lightgbm() changes objective='auto' appropriately ('test_basic.R:3700:3') - Changing language has no effect when envvar LC_ALL='C' 322. lightgbm() changes objective='auto' appropriately ('test_basic.R:3701:3') - Changing language has no effect when envvar LC_ALL='C' 323. lightgbm() changes objective='auto' appropriately ('test_basic.R:3713:3') - Changing language has no effect when envvar LC_ALL='C' 324. lightgbm() changes objective='auto' appropriately ('test_basic.R:3727:3') - Changing language has no effect when envvar LC_ALL='C' 325. (code run outside of `test_that()`) ('test_basic.R:3688:1') - Changing language has no effect when envvar LC_ALL='C' 326. lightgbm() determines number of classes for non-default multiclass objectives ('test_basic.R:3749:3') - Changing language has no effect when envvar LC_ALL='C' 327. (code run outside of `test_that()`) ('test_basic.R:3730:1') - Changing language has no effect when envvar LC_ALL='C' 328. (code run outside of `test_that()`) ('test_basic.R:3752:1') - Changing language has no effect when envvar LC_ALL='C' 329. (code run outside of `test_that()`) ('test_basic.R:3761:1') - Changing language has no effect when envvar LC_ALL='C' 330. lightgbm() model predictions retain factor levels for multiclass classification ('test_basic.R:3779:3') - Changing language has no effect when envvar LC_ALL='C' 331. (code run outside of `test_that()`) ('test_basic.R:3772:1') - Changing language has no effect when envvar LC_ALL='C' 332. lightgbm() model predictions retain factor levels for binary classification ('test_basic.R:3798:3') - Changing language has no effect when envvar LC_ALL='C' 333. lightgbm() model predictions retain factor levels for binary classification ('test_basic.R:3802:3') - Changing language has no effect when envvar LC_ALL='C' 334. lightgbm() model predictions retain factor levels for binary classification ('test_basic.R:3803:3') - Changing language has no effect when envvar LC_ALL='C' 335. lightgbm() model predictions retain factor levels for binary classification ('test_basic.R:3804:3') - Changing language has no effect when envvar LC_ALL='C' 336. lightgbm() model predictions retain factor levels for binary classification ('test_basic.R:3807:3') - Changing language has no effect when envvar LC_ALL='C' 337. lightgbm() model predictions retain factor levels for binary classification ('test_basic.R:3808:3') - Changing language has no effect when envvar LC_ALL='C' 338. lightgbm() model predictions retain factor levels for binary classification ('test_basic.R:3809:3') - Changing language has no effect when envvar LC_ALL='C' 339. (code run outside of `test_that()`) ('test_basic.R:3789:1') - Changing language has no effect when envvar LC_ALL='C' 340. lightgbm() accepts named categorical_features ('test_basic.R:3824:3') - Changing language has no effect when envvar LC_ALL='C' 341. (code run outside of `test_that()`) ('test_basic.R:3812:1') - Changing language has no effect when envvar LC_ALL='C' 342. (code run outside of `test_that()`) ('test_basic.R:3827:1') - Changing language has no effect when envvar LC_ALL='C' 343. Evaluation metrics aren't printed as a single-element vector ('test_basic.R:3862:3') - Changing language has no effect when envvar LC_ALL='C' 344. (code run outside of `test_that()`) ('test_basic.R:3842:1') - Changing language has no effect when envvar LC_ALL='C' 345. custom objective works ('test_custom_objective.R:42:3') - Changing language has no effect when envvar LC_ALL='C' 346. (code run outside of `test_that()`) ('test_custom_objective.R:40:1') - Changing language has no effect when envvar LC_ALL='C' 347. using a custom objective, custom eval, and no other metrics works ('test_custom_objective.R:60:3') - Changing language has no effect when envvar LC_ALL='C' 348. using a custom objective, custom eval, and no other metrics works ('test_custom_objective.R:62:3') - Changing language has no effect when envvar LC_ALL='C' 349. using a custom objective, custom eval, and no other metrics works ('test_custom_objective.R:65:3') - Changing language has no effect when envvar LC_ALL='C' 350. using a custom objective, custom eval, and no other metrics works ('test_custom_objective.R:66:3') - Changing language has no effect when envvar LC_ALL='C' 351. using a custom objective, custom eval, and no other metrics works ('test_custom_objective.R:67:3') - Changing language has no effect when envvar LC_ALL='C' 352. using a custom objective, custom eval, and no other metrics works ('test_custom_objective.R:68:3') - Changing language has no effect when envvar LC_ALL='C' 353. (code run outside of `test_that()`) ('test_custom_objective.R:45:1') - Changing language has no effect when envvar LC_ALL='C' 354. (code run outside of `test_that()`) ('test_custom_objective.R:71:1') - Changing language has no effect when envvar LC_ALL='C' 355. (code run outside of `test_that()`) ('test_dataset.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 356. lgb.Dataset: get_field & set_field ('test_dataset.R:45:3') - Changing language has no effect when envvar LC_ALL='C' 357. lgb.Dataset: get_field & set_field ('test_dataset.R:46:3') - Changing language has no effect when envvar LC_ALL='C' 358. (code run outside of `test_that()`) ('test_dataset.R:37:1') - Changing language has no effect when envvar LC_ALL='C' 359. (code run outside of `test_that()`) ('test_dataset.R:52:1') - Changing language has no effect when envvar LC_ALL='C' 360. (code run outside of `test_that()`) ('test_dataset.R:62:1') - Changing language has no effect when envvar LC_ALL='C' 361. (code run outside of `test_that()`) ('test_dataset.R:72:1') - Changing language has no effect when envvar LC_ALL='C' 362. (code run outside of `test_that()`) ('test_dataset.R:94:1') - Changing language has no effect when envvar LC_ALL='C' 363. Dataset$set_reference() updates categorical_feature, colnames, and predictor ('test_dataset.R:146:3') - Changing language has no effect when envvar LC_ALL='C' 364. Dataset$set_reference() updates categorical_feature, colnames, and predictor ('test_dataset.R:147:3') - Changing language has no effect when envvar LC_ALL='C' 365. Dataset$set_reference() updates categorical_feature, colnames, and predictor ('test_dataset.R:156:3') - Changing language has no effect when envvar LC_ALL='C' 366. Dataset$set_reference() updates categorical_feature, colnames, and predictor ('test_dataset.R:172:3') - Changing language has no effect when envvar LC_ALL='C' 367. (code run outside of `test_that()`) ('test_dataset.R:122:1') - Changing language has no effect when envvar LC_ALL='C' 368. (code run outside of `test_that()`) ('test_dataset.R:177:1') - Changing language has no effect when envvar LC_ALL='C' 369. (code run outside of `test_that()`) ('test_dataset.R:192:1') - Changing language has no effect when envvar LC_ALL='C' 370. lgb.Dataset: Dataset should be able to construct from matrix and return non-null handle ('test_dataset.R:212:3') - Changing language has no effect when envvar LC_ALL='C' 371. lgb.Dataset: Dataset should be able to construct from matrix and return non-null handle ('test_dataset.R:213:3') - Changing language has no effect when envvar LC_ALL='C' 372. (code run outside of `test_that()`) ('test_dataset.R:201:1') - Changing language has no effect when envvar LC_ALL='C' 373. (code run outside of `test_that()`) ('test_dataset.R:218:1') - Changing language has no effect when envvar LC_ALL='C' 374. lgb.Dataset$set_field() should convert 'group' to integer ('test_dataset.R:244:3') - Changing language has no effect when envvar LC_ALL='C' 375. (code run outside of `test_that()`) ('test_dataset.R:237:1') - Changing language has no effect when envvar LC_ALL='C' 376. (code run outside of `test_that()`) ('test_dataset.R:250:1') - Changing language has no effect when envvar LC_ALL='C' 377. (code run outside of `test_that()`) ('test_dataset.R:264:1') - Changing language has no effect when envvar LC_ALL='C' 378. (code run outside of `test_that()`) ('test_dataset.R:277:1') - Changing language has no effect when envvar LC_ALL='C' 379. Dataset$get_params() ignores irrelevant parameters ('test_dataset.R:310:3') - Changing language has no effect when envvar LC_ALL='C' 380. (code run outside of `test_that()`) ('test_dataset.R:298:1') - Changing language has no effect when envvar LC_ALL='C' 381. Dataset$update_parameters() does nothing for empty inputs ('test_dataset.R:325:3') - Changing language has no effect when envvar LC_ALL='C' 382. (code run outside of `test_that()`) ('test_dataset.R:313:1') - Changing language has no effect when envvar LC_ALL='C' 383. Dataset$update_params() works correctly for recognized Dataset parameters ('test_dataset.R:346:3') - Changing language has no effect when envvar LC_ALL='C' 384. (code run outside of `test_that()`) ('test_dataset.R:331:1') - Changing language has no effect when envvar LC_ALL='C' 385. Dataset$finalize() should not fail on an already-finalized Dataset ('test_dataset.R:359:3') - Changing language has no effect when envvar LC_ALL='C' 386. Dataset$finalize() should not fail on an already-finalized Dataset ('test_dataset.R:362:3') - Changing language has no effect when envvar LC_ALL='C' 387. Dataset$finalize() should not fail on an already-finalized Dataset ('test_dataset.R:365:3') - Changing language has no effect when envvar LC_ALL='C' 388. Dataset$finalize() should not fail on an already-finalized Dataset ('test_dataset.R:369:3') - Changing language has no effect when envvar LC_ALL='C' 389. (code run outside of `test_that()`) ('test_dataset.R:354:1') - Changing language has no effect when envvar LC_ALL='C' 390. lgb.Dataset: should be able to run lgb.train() immediately after using lgb.Dataset() on a file ('test_dataset.R:404:3') - Changing language has no effect when envvar LC_ALL='C' 391. (code run outside of `test_that()`) ('test_dataset.R:372:1') - Changing language has no effect when envvar LC_ALL='C' 392. lgb.Dataset: should be able to run lgb.cv() immediately after using lgb.Dataset() on a file ('test_dataset.R:440:3') - Changing language has no effect when envvar LC_ALL='C' 393. (code run outside of `test_that()`) ('test_dataset.R:407:1') - Changing language has no effect when envvar LC_ALL='C' 394. (code run outside of `test_that()`) ('test_dataset.R:443:1') - Changing language has no effect when envvar LC_ALL='C' 395. (code run outside of `test_that()`) ('test_dataset.R:472:1') - Changing language has no effect when envvar LC_ALL='C' 396. (code run outside of `test_that()`) ('test_dataset.R:490:1') - Changing language has no effect when envvar LC_ALL='C' 397. (code run outside of `test_that()`) ('test_dataset.R:514:1') - Changing language has no effect when envvar LC_ALL='C' 398. (code run outside of `test_that()`) ('test_dataset.R:538:1') - Changing language has no effect when envvar LC_ALL='C' 399. (code run outside of `test_that()`) ('test_dataset.R:589:1') - Changing language has no effect when envvar LC_ALL='C' 400. (code run outside of `test_that()`) ('test_dataset.R:639:1') - Changing language has no effect when envvar LC_ALL='C' 401. (code run outside of `test_that()`) ('test_dataset.R:654:1') - Changing language has no effect when envvar LC_ALL='C' 402. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:28:5') - Changing language has no effect when envvar LC_ALL='C' 403. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:40:9') - Changing language has no effect when envvar LC_ALL='C' 404. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:41:9') - Changing language has no effect when envvar LC_ALL='C' 405. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:42:9') - Changing language has no effect when envvar LC_ALL='C' 406. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:40:9') - Changing language has no effect when envvar LC_ALL='C' 407. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:41:9') - Changing language has no effect when envvar LC_ALL='C' 408. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:42:9') - Changing language has no effect when envvar LC_ALL='C' 409. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:40:9') - Changing language has no effect when envvar LC_ALL='C' 410. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:41:9') - Changing language has no effect when envvar LC_ALL='C' 411. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:42:9') - Changing language has no effect when envvar LC_ALL='C' 412. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:56:9') - Changing language has no effect when envvar LC_ALL='C' 413. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:57:9') - Changing language has no effect when envvar LC_ALL='C' 414. (code run outside of `test_that()`) ('test_learning_to_rank.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 415. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:97:5') - Changing language has no effect when envvar LC_ALL='C' 416. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:108:5') - Changing language has no effect when envvar LC_ALL='C' 417. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:109:5') - Changing language has no effect when envvar LC_ALL='C' 418. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:110:5') - Changing language has no effect when envvar LC_ALL='C' 419. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:111:5') - Changing language has no effect when envvar LC_ALL='C' 420. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:112:5') - Changing language has no effect when envvar LC_ALL='C' 421. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:130:9') - Changing language has no effect when envvar LC_ALL='C' 422. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:130:9') - Changing language has no effect when envvar LC_ALL='C' 423. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:130:9') - Changing language has no effect when envvar LC_ALL='C' 424. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:135:5') - Changing language has no effect when envvar LC_ALL='C' 425. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:141:5') - Changing language has no effect when envvar LC_ALL='C' 426. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:147:5') - Changing language has no effect when envvar LC_ALL='C' 427. (code run outside of `test_that()`) ('test_learning_to_rank.R:61:1') - Changing language has no effect when envvar LC_ALL='C' 428. Booster$finalize() should not fail ('test_lgb.Booster.R:14:5') - Changing language has no effect when envvar LC_ALL='C' 429. Booster$finalize() should not fail ('test_lgb.Booster.R:16:5') - Changing language has no effect when envvar LC_ALL='C' 430. Booster$finalize() should not fail ('test_lgb.Booster.R:19:5') - Changing language has no effect when envvar LC_ALL='C' 431. Booster$finalize() should not fail ('test_lgb.Booster.R:23:5') - Changing language has no effect when envvar LC_ALL='C' 432. (code run outside of `test_that()`) ('test_lgb.Booster.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 433. (code run outside of `test_that()`) ('test_lgb.Booster.R:26:1') - Changing language has no effect when envvar LC_ALL='C' 434. (code run outside of `test_that()`) ('test_lgb.Booster.R:49:1') - Changing language has no effect when envvar LC_ALL='C' 435. (code run outside of `test_that()`) ('test_lgb.Booster.R:84:1') - Changing language has no effect when envvar LC_ALL='C' 436. (code run outside of `test_that()`) ('test_lgb.Booster.R:118:1') - Changing language has no effect when envvar LC_ALL='C' 437. Loading a Booster from a text file works ('test_lgb.Booster.R:191:5') - Changing language has no effect when envvar LC_ALL='C' 438. Loading a Booster from a text file works ('test_lgb.Booster.R:199:5') - Changing language has no effect when envvar LC_ALL='C' 439. (code run outside of `test_that()`) ('test_lgb.Booster.R:164:1') - Changing language has no effect when envvar LC_ALL='C' 440. boosters with linear models at leaves can be written to text file and re-loaded successfully ('test_lgb.Booster.R:235:5') - Changing language has no effect when envvar LC_ALL='C' 441. boosters with linear models at leaves can be written to text file and re-loaded successfully ('test_lgb.Booster.R:242:5') - Changing language has no effect when envvar LC_ALL='C' 442. (code run outside of `test_that()`) ('test_lgb.Booster.R:212:1') - Changing language has no effect when envvar LC_ALL='C' 443. Loading a Booster from a string works ('test_lgb.Booster.R:272:5') - Changing language has no effect when envvar LC_ALL='C' 444. Loading a Booster from a string works ('test_lgb.Booster.R:279:5') - Changing language has no effect when envvar LC_ALL='C' 445. (code run outside of `test_that()`) ('test_lgb.Booster.R:254:1') - Changing language has no effect when envvar LC_ALL='C' 446. Saving a large model to string should work ('test_lgb.Booster.R:317:5') - Changing language has no effect when envvar LC_ALL='C' 447. (code run outside of `test_that()`) ('test_lgb.Booster.R:289:1') - Changing language has no effect when envvar LC_ALL='C' 448. (code run outside of `test_that()`) ('test_lgb.Booster.R:333:1') - Changing language has no effect when envvar LC_ALL='C' 449. If a string and a file are both passed to lgb.load() the file is used model_str is totally ignored ('test_lgb.Booster.R:379:5') - Changing language has no effect when envvar LC_ALL='C' 450. If a string and a file are both passed to lgb.load() the file is used model_str is totally ignored ('test_lgb.Booster.R:387:5') - Changing language has no effect when envvar LC_ALL='C' 451. (code run outside of `test_that()`) ('test_lgb.Booster.R:361:1') - Changing language has no effect when envvar LC_ALL='C' 452. Creating a Booster from a Dataset should work ('test_lgb.Booster.R:414:5') - Changing language has no effect when envvar LC_ALL='C' 453. Creating a Booster from a Dataset should work ('test_lgb.Booster.R:416:5') - Changing language has no effect when envvar LC_ALL='C' 454. Creating a Booster from a Dataset should work ('test_lgb.Booster.R:417:5') - Changing language has no effect when envvar LC_ALL='C' 455. (code run outside of `test_that()`) ('test_lgb.Booster.R:398:1') - Changing language has no effect when envvar LC_ALL='C' 456. Creating a Booster from a Dataset with an existing predictor should work ('test_lgb.Booster.R:449:5') - Changing language has no effect when envvar LC_ALL='C' 457. Creating a Booster from a Dataset with an existing predictor should work ('test_lgb.Booster.R:452:5') - Changing language has no effect when envvar LC_ALL='C' 458. (code run outside of `test_that()`) ('test_lgb.Booster.R:420:1') - Changing language has no effect when envvar LC_ALL='C' 459. Booster$eval() should work on a Dataset stored in a binary file ('test_lgb.Booster.R:505:5') - Changing language has no effect when envvar LC_ALL='C' 460. (code run outside of `test_that()`) ('test_lgb.Booster.R:458:1') - Changing language has no effect when envvar LC_ALL='C' 461. Booster$rollback_one_iter() should work as expected ('test_lgb.Booster.R:534:5') - Changing language has no effect when envvar LC_ALL='C' 462. Booster$rollback_one_iter() should work as expected ('test_lgb.Booster.R:542:5') - Changing language has no effect when envvar LC_ALL='C' 463. (code run outside of `test_that()`) ('test_lgb.Booster.R:514:1') - Changing language has no effect when envvar LC_ALL='C' 464. Booster$update() passing a train_set works as expected ('test_lgb.Booster.R:568:5') - Changing language has no effect when envvar LC_ALL='C' 465. Booster$update() passing a train_set works as expected ('test_lgb.Booster.R:577:5') - Changing language has no effect when envvar LC_ALL='C' 466. Booster$update() passing a train_set works as expected ('test_lgb.Booster.R:593:5') - Changing language has no effect when envvar LC_ALL='C' 467. (code run outside of `test_that()`) ('test_lgb.Booster.R:550:1') - Changing language has no effect when envvar LC_ALL='C' 468. (code run outside of `test_that()`) ('test_lgb.Booster.R:601:1') - Changing language has no effect when envvar LC_ALL='C' 469. (code run outside of `test_that()`) ('test_lgb.Booster.R:626:1') - Changing language has no effect when envvar LC_ALL='C' 470. (code run outside of `test_that()`) ('test_lgb.Booster.R:675:1') - Changing language has no effect when envvar LC_ALL='C' 471. (code run outside of `test_that()`) ('test_lgb.Booster.R:727:1') - Changing language has no effect when envvar LC_ALL='C' 472. (code run outside of `test_that()`) ('test_lgb.Booster.R:794:1') - Changing language has no effect when envvar LC_ALL='C' 473. (code run outside of `test_that()`) ('test_lgb.Booster.R:825:1') - Changing language has no effect when envvar LC_ALL='C' 474. Saving a model with different feature importance types works ('test_lgb.Booster.R:887:5') - Changing language has no effect when envvar LC_ALL='C' 475. (code run outside of `test_that()`) ('test_lgb.Booster.R:871:1') - Changing language has no effect when envvar LC_ALL='C' 476. Saving a model with unknown importance type fails ('test_lgb.Booster.R:943:5') - Changing language has no effect when envvar LC_ALL='C' 477. (code run outside of `test_that()`) ('test_lgb.Booster.R:927:1') - Changing language has no effect when envvar LC_ALL='C' 478. (code run outside of `test_that()`) ('test_lgb.Booster.R:965:1') - Changing language has no effect when envvar LC_ALL='C' 479. (code run outside of `test_that()`) ('test_lgb.Booster.R:1133:1') - Changing language has no effect when envvar LC_ALL='C' 480. (code run outside of `test_that()`) ('test_lgb.Booster.R:1193:1') - Changing language has no effect when envvar LC_ALL='C' 481. (code run outside of `test_that()`) ('test_lgb.Booster.R:1268:1') - Changing language has no effect when envvar LC_ALL='C' 482. (code run outside of `test_that()`) ('test_lgb.Booster.R:1287:1') - Changing language has no effect when envvar LC_ALL='C' 483. (code run outside of `test_that()`) ('test_lgb.Booster.R:1367:1') - Changing language has no effect when envvar LC_ALL='C' 484. (code run outside of `test_that()`) ('test_lgb.Booster.R:1424:1') - Changing language has no effect when envvar LC_ALL='C' 485. (code run outside of `test_that()`) ('test_lgb.Booster.R:1461:1') - Changing language has no effect when envvar LC_ALL='C' 486. boosters with linear models at leaves can be written to RDS and re-loaded successfully ('test_lgb.Booster.R:1505:5') - Changing language has no effect when envvar LC_ALL='C' 487. boosters with linear models at leaves can be written to RDS and re-loaded successfully ('test_lgb.Booster.R:1512:5') - Changing language has no effect when envvar LC_ALL='C' 488. (code run outside of `test_that()`) ('test_lgb.Booster.R:1483:1') - Changing language has no effect when envvar LC_ALL='C' 489. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 490. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 491. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1554:9') - Changing language has no effect when envvar LC_ALL='C' 492. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 493. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 494. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 495. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 496. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 497. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 498. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1578:9') - Changing language has no effect when envvar LC_ALL='C' 499. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 500. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 501. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 502. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 503. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 504. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 505. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1554:9') - Changing language has no effect when envvar LC_ALL='C' 506. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 507. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 508. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 509. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 510. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 511. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 512. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1578:9') - Changing language has no effect when envvar LC_ALL='C' 513. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 514. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 515. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 516. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 517. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 518. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 519. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1554:9') - Changing language has no effect when envvar LC_ALL='C' 520. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 521. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 522. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 523. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 524. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 525. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 526. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1578:9') - Changing language has no effect when envvar LC_ALL='C' 527. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 528. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 529. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 530. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 531. (code run outside of `test_that()`) ('test_lgb.Booster.R:1521:1') - Changing language has no effect when envvar LC_ALL='C' 532. (code run outside of `test_that()`) ('test_lgb.Booster.R:1656:1') - Changing language has no effect when envvar LC_ALL='C' 533. (code run outside of `test_that()`) ('test_lgb.Booster.R:1718:1') - Changing language has no effect when envvar LC_ALL='C' 534. (code run outside of `test_that()`) ('test_lgb.Booster.R:1734:1') - Changing language has no effect when envvar LC_ALL='C' 535. (code run outside of `test_that()`) ('test_lgb.Booster.R:1759:1') - Changing language has no effect when envvar LC_ALL='C' 536. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 537. lgb.convert_with_rules() should work correctly for a dataset with only character columns ('test_lgb.convert_with_rules.R:38:9') - Changing language has no effect when envvar LC_ALL='C' 538. lgb.convert_with_rules() should work correctly for a dataset with only character columns ('test_lgb.convert_with_rules.R:38:9') - Changing language has no effect when envvar LC_ALL='C' 539. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:20:1') - Changing language has no effect when envvar LC_ALL='C' 540. lgb.convert_with_rules() should work correctly for a dataset with only factor columns ('test_lgb.convert_with_rules.R:63:9') - Changing language has no effect when envvar LC_ALL='C' 541. lgb.convert_with_rules() should work correctly for a dataset with only factor columns ('test_lgb.convert_with_rules.R:63:9') - Changing language has no effect when envvar LC_ALL='C' 542. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:45:1') - Changing language has no effect when envvar LC_ALL='C' 543. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:70:1') - Changing language has no effect when envvar LC_ALL='C' 544. lgb.convert_with_rules() should work correctly for a dataset with numeric, factor, and character columns ('test_lgb.convert_with_rules.R:107:9') - Changing language has no effect when envvar LC_ALL='C' 545. lgb.convert_with_rules() should work correctly for a dataset with numeric, factor, and character columns ('test_lgb.convert_with_rules.R:107:9') - Changing language has no effect when envvar LC_ALL='C' 546. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:88:1') - Changing language has no effect when envvar LC_ALL='C' 547. lgb.convert_with_rules() should convert missing values to the expected value ('test_lgb.convert_with_rules.R:165:9') - Changing language has no effect when envvar LC_ALL='C' 548. lgb.convert_with_rules() should convert missing values to the expected value ('test_lgb.convert_with_rules.R:165:9') - Changing language has no effect when envvar LC_ALL='C' 549. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:118:1') - Changing language has no effect when envvar LC_ALL='C' 550. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:173:1') - Changing language has no effect when envvar LC_ALL='C' 551. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:232:1') - Changing language has no effect when envvar LC_ALL='C' 552. (code run outside of `test_that()`) ('test_lgb.importance.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 553. lgb.interprete works as expected for binary classification ('test_lgb.interprete.R:44:5') - Changing language has no effect when envvar LC_ALL='C' 554. lgb.interprete works as expected for binary classification ('test_lgb.interprete.R:45:5') - Changing language has no effect when envvar LC_ALL='C' 555. lgb.interprete works as expected for binary classification ('test_lgb.interprete.R:46:5') - Changing language has no effect when envvar LC_ALL='C' 556. (code run outside of `test_that()`) ('test_lgb.interprete.R:8:1') - Changing language has no effect when envvar LC_ALL='C' 557. lgb.intereprete works as expected for multiclass classification ('test_lgb.interprete.R:97:5') - Changing language has no effect when envvar LC_ALL='C' 558. lgb.intereprete works as expected for multiclass classification ('test_lgb.interprete.R:98:5') - Changing language has no effect when envvar LC_ALL='C' 559. lgb.intereprete works as expected for multiclass classification ('test_lgb.interprete.R:99:5') - Changing language has no effect when envvar LC_ALL='C' 560. (code run outside of `test_that()`) ('test_lgb.interprete.R:62:1') - Changing language has no effect when envvar LC_ALL='C' 561. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:77:3') - Changing language has no effect when envvar LC_ALL='C' 562. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:81:3') - Changing language has no effect when envvar LC_ALL='C' 563. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:88:3') - Changing language has no effect when envvar LC_ALL='C' 564. Depth calculated from lgb.model.dt.tree() respects max.depth ('test_lgb.model.dt.tree.R:93:5') - Changing language has no effect when envvar LC_ALL='C' 565. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:92:3') - Changing language has no effect when envvar LC_ALL='C' 566. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:96:3') - Changing language has no effect when envvar LC_ALL='C' 567. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:103:3') - Changing language has no effect when envvar LC_ALL='C' 568. leaves from lgb.model.dt.tree() do not have split info ('test_lgb.model.dt.tree.R:121:5') - Changing language has no effect when envvar LC_ALL='C' 569. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:110:3') - Changing language has no effect when envvar LC_ALL='C' 570. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:125:5') - Changing language has no effect when envvar LC_ALL='C' 571. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:126:5') - Changing language has no effect when envvar LC_ALL='C' 572. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:127:5') - Changing language has no effect when envvar LC_ALL='C' 573. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:124:3') - Changing language has no effect when envvar LC_ALL='C' 574. non-leaves from lgb.model.dt.tree() do not have leaf info ('test_lgb.model.dt.tree.R:134:5') - Changing language has no effect when envvar LC_ALL='C' 575. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:130:3') - Changing language has no effect when envvar LC_ALL='C' 576. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:138:5') - Changing language has no effect when envvar LC_ALL='C' 577. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:147:5') - Changing language has no effect when envvar LC_ALL='C' 578. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:150:5') - Changing language has no effect when envvar LC_ALL='C' 579. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:153:5') - Changing language has no effect when envvar LC_ALL='C' 580. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:156:5') - Changing language has no effect when envvar LC_ALL='C' 581. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:137:3') - Changing language has no effect when envvar LC_ALL='C' 582. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:77:3') - Changing language has no effect when envvar LC_ALL='C' 583. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:81:3') - Changing language has no effect when envvar LC_ALL='C' 584. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:88:3') - Changing language has no effect when envvar LC_ALL='C' 585. Depth calculated from lgb.model.dt.tree() respects max.depth ('test_lgb.model.dt.tree.R:93:5') - Changing language has no effect when envvar LC_ALL='C' 586. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:92:3') - Changing language has no effect when envvar LC_ALL='C' 587. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:96:3') - Changing language has no effect when envvar LC_ALL='C' 588. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:103:3') - Changing language has no effect when envvar LC_ALL='C' 589. leaves from lgb.model.dt.tree() do not have split info ('test_lgb.model.dt.tree.R:121:5') - Changing language has no effect when envvar LC_ALL='C' 590. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:110:3') - Changing language has no effect when envvar LC_ALL='C' 591. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:125:5') - Changing language has no effect when envvar LC_ALL='C' 592. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:126:5') - Changing language has no effect when envvar LC_ALL='C' 593. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:127:5') - Changing language has no effect when envvar LC_ALL='C' 594. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:124:3') - Changing language has no effect when envvar LC_ALL='C' 595. non-leaves from lgb.model.dt.tree() do not have leaf info ('test_lgb.model.dt.tree.R:134:5') - Changing language has no effect when envvar LC_ALL='C' 596. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:130:3') - Changing language has no effect when envvar LC_ALL='C' 597. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:138:5') - Changing language has no effect when envvar LC_ALL='C' 598. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:147:5') - Changing language has no effect when envvar LC_ALL='C' 599. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:150:5') - Changing language has no effect when envvar LC_ALL='C' 600. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:153:5') - Changing language has no effect when envvar LC_ALL='C' 601. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:156:5') - Changing language has no effect when envvar LC_ALL='C' 602. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:137:3') - Changing language has no effect when envvar LC_ALL='C' 603. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:77:3') - Changing language has no effect when envvar LC_ALL='C' 604. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:81:3') - Changing language has no effect when envvar LC_ALL='C' 605. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:88:3') - Changing language has no effect when envvar LC_ALL='C' 606. Depth calculated from lgb.model.dt.tree() respects max.depth ('test_lgb.model.dt.tree.R:93:5') - Changing language has no effect when envvar LC_ALL='C' 607. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:92:3') - Changing language has no effect when envvar LC_ALL='C' 608. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:96:3') - Changing language has no effect when envvar LC_ALL='C' 609. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:103:3') - Changing language has no effect when envvar LC_ALL='C' 610. leaves from lgb.model.dt.tree() do not have split info ('test_lgb.model.dt.tree.R:121:5') - Changing language has no effect when envvar LC_ALL='C' 611. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:110:3') - Changing language has no effect when envvar LC_ALL='C' 612. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:125:5') - Changing language has no effect when envvar LC_ALL='C' 613. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:126:5') - Changing language has no effect when envvar LC_ALL='C' 614. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:127:5') - Changing language has no effect when envvar LC_ALL='C' 615. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:124:3') - Changing language has no effect when envvar LC_ALL='C' 616. non-leaves from lgb.model.dt.tree() do not have leaf info ('test_lgb.model.dt.tree.R:134:5') - Changing language has no effect when envvar LC_ALL='C' 617. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:130:3') - Changing language has no effect when envvar LC_ALL='C' 618. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:138:5') - Changing language has no effect when envvar LC_ALL='C' 619. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:147:5') - Changing language has no effect when envvar LC_ALL='C' 620. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:150:5') - Changing language has no effect when envvar LC_ALL='C' 621. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:153:5') - Changing language has no effect when envvar LC_ALL='C' 622. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:156:5') - Changing language has no effect when envvar LC_ALL='C' 623. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:137:3') - Changing language has no effect when envvar LC_ALL='C' 624. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:77:3') - Changing language has no effect when envvar LC_ALL='C' 625. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:81:3') - Changing language has no effect when envvar LC_ALL='C' 626. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:88:3') - Changing language has no effect when envvar LC_ALL='C' 627. Depth calculated from lgb.model.dt.tree() respects max.depth ('test_lgb.model.dt.tree.R:93:5') - Changing language has no effect when envvar LC_ALL='C' 628. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:92:3') - Changing language has no effect when envvar LC_ALL='C' 629. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:96:3') - Changing language has no effect when envvar LC_ALL='C' 630. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:103:3') - Changing language has no effect when envvar LC_ALL='C' 631. leaves from lgb.model.dt.tree() do not have split info ('test_lgb.model.dt.tree.R:121:5') - Changing language has no effect when envvar LC_ALL='C' 632. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:110:3') - Changing language has no effect when envvar LC_ALL='C' 633. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:125:5') - Changing language has no effect when envvar LC_ALL='C' 634. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:126:5') - Changing language has no effect when envvar LC_ALL='C' 635. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:127:5') - Changing language has no effect when envvar LC_ALL='C' 636. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:124:3') - Changing language has no effect when envvar LC_ALL='C' 637. non-leaves from lgb.model.dt.tree() do not have leaf info ('test_lgb.model.dt.tree.R:134:5') - Changing language has no effect when envvar LC_ALL='C' 638. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:130:3') - Changing language has no effect when envvar LC_ALL='C' 639. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:138:5') - Changing language has no effect when envvar LC_ALL='C' 640. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:147:5') - Changing language has no effect when envvar LC_ALL='C' 641. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:150:5') - Changing language has no effect when envvar LC_ALL='C' 642. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:153:5') - Changing language has no effect when envvar LC_ALL='C' 643. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:156:5') - Changing language has no effect when envvar LC_ALL='C' 644. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:137:3') - Changing language has no effect when envvar LC_ALL='C' 645. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:160:1') - Changing language has no effect when envvar LC_ALL='C' 646. lgb.plot.importance() should run without error for well-formed inputs ('test_lgb.plot.importance.R:19:5') - Changing language has no effect when envvar LC_ALL='C' 647. lgb.plot.importance() should run without error for well-formed inputs ('test_lgb.plot.importance.R:37:9') - Changing language has no effect when envvar LC_ALL='C' 648. lgb.plot.importance() should run without error for well-formed inputs ('test_lgb.plot.importance.R:41:9') - Changing language has no effect when envvar LC_ALL='C' 649. lgb.plot.importance() should run without error for well-formed inputs ('test_lgb.plot.importance.R:45:9') - Changing language has no effect when envvar LC_ALL='C' 650. lgb.plot.importance() should run without error for well-formed inputs ('test_lgb.plot.importance.R:37:9') - Changing language has no effect when envvar LC_ALL='C' 651. lgb.plot.importance() should run without error for well-formed inputs ('test_lgb.plot.importance.R:41:9') - Changing language has no effect when envvar LC_ALL='C' 652. lgb.plot.importance() should run without error for well-formed inputs ('test_lgb.plot.importance.R:45:9') - Changing language has no effect when envvar LC_ALL='C' 653. (code run outside of `test_that()`) ('test_lgb.plot.importance.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 654. lgb.plot.interpretation works as expected for binary classification ('test_lgb.plot.interpretation.R:43:5') - Changing language has no effect when envvar LC_ALL='C' 655. lgb.plot.interpretation works as expected for binary classification ('test_lgb.plot.interpretation.R:57:5') - Changing language has no effect when envvar LC_ALL='C' 656. (code run outside of `test_that()`) ('test_lgb.plot.interpretation.R:8:1') - Changing language has no effect when envvar LC_ALL='C' 657. lgb.plot.interpretation works as expected for multiclass classification ('test_lgb.plot.interpretation.R:98:5') - Changing language has no effect when envvar LC_ALL='C' 658. (code run outside of `test_that()`) ('test_lgb.plot.interpretation.R:60:1') - Changing language has no effect when envvar LC_ALL='C' 659. .METRICS_HIGHER_BETTER() should be well formed ('test_metrics.R:5:5') - Changing language has no effect when envvar LC_ALL='C' 660. .METRICS_HIGHER_BETTER() should be well formed ('test_metrics.R:7:5') - Changing language has no effect when envvar LC_ALL='C' 661. .METRICS_HIGHER_BETTER() should be well formed ('test_metrics.R:9:5') - Changing language has no effect when envvar LC_ALL='C' 662. (code run outside of `test_that()`) ('test_metrics.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 663. getLGBMthreads() and setLGBMthreads() work as expected ('test_multithreading.R:4:5') - Changing language has no effect when envvar LC_ALL='C' 664. getLGBMthreads() and setLGBMthreads() work as expected ('test_multithreading.R:9:5') - Changing language has no effect when envvar LC_ALL='C' 665. getLGBMthreads() and setLGBMthreads() work as expected ('test_multithreading.R:14:5') - Changing language has no effect when envvar LC_ALL='C' 666. (code run outside of `test_that()`) ('test_multithreading.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 667. Feature penalties work properly ('test_parameters.R:35:3') - Changing language has no effect when envvar LC_ALL='C' 668. Feature penalties work properly ('test_parameters.R:36:3') - Changing language has no effect when envvar LC_ALL='C' 669. Feature penalties work properly ('test_parameters.R:37:3') - Changing language has no effect when envvar LC_ALL='C' 670. (code run outside of `test_that()`) ('test_parameters.R:6:1') - Changing language has no effect when envvar LC_ALL='C' 671. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:50:3') - Changing language has no effect when envvar LC_ALL='C' 672. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:51:3') - Changing language has no effect when envvar LC_ALL='C' 673. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:52:3') - Changing language has no effect when envvar LC_ALL='C' 674. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:53:3') - Changing language has no effect when envvar LC_ALL='C' 675. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:54:3') - Changing language has no effect when envvar LC_ALL='C' 676. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:55:3') - Changing language has no effect when envvar LC_ALL='C' 677. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:56:3') - Changing language has no effect when envvar LC_ALL='C' 678. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:57:3') - Changing language has no effect when envvar LC_ALL='C' 679. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:58:3') - Changing language has no effect when envvar LC_ALL='C' 680. (code run outside of `test_that()`) ('test_parameters.R:47:1') - Changing language has no effect when envvar LC_ALL='C' 681. .PARAMETER_ALIASES() uses the internal session cache ('test_parameters.R:71:3') - Changing language has no effect when envvar LC_ALL='C' 682. .PARAMETER_ALIASES() uses the internal session cache ('test_parameters.R:75:3') - Changing language has no effect when envvar LC_ALL='C' 683. .PARAMETER_ALIASES() uses the internal session cache ('test_parameters.R:76:3') - Changing language has no effect when envvar LC_ALL='C' 684. .PARAMETER_ALIASES() uses the internal session cache ('test_parameters.R:91:3') - Changing language has no effect when envvar LC_ALL='C' 685. (code run outside of `test_that()`) ('test_parameters.R:63:1') - Changing language has no effect when envvar LC_ALL='C' 686. (code run outside of `test_that()`) ('test_parameters.R:94:1') - Changing language has no effect when envvar LC_ALL='C' 687. (code run outside of `test_that()`) ('test_parameters.R:131:1') - Changing language has no effect when envvar LC_ALL='C' 688. (code run outside of `test_that()`) ('test_utils.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 689. (code run outside of `test_that()`) ('test_utils.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 690. (code run outside of `test_that()`) ('test_utils.R:27:1') - Changing language has no effect when envvar LC_ALL='C' 691. (code run outside of `test_that()`) ('test_utils.R:38:1') - Changing language has no effect when envvar LC_ALL='C' 692. (code run outside of `test_that()`) ('test_utils.R:47:1') - Changing language has no effect when envvar LC_ALL='C' 693. (code run outside of `test_that()`) ('test_utils.R:56:1') - Changing language has no effect when envvar LC_ALL='C' 694. (code run outside of `test_that()`) ('test_utils.R:65:1') - Changing language has no effect when envvar LC_ALL='C' 695. (code run outside of `test_that()`) ('test_utils.R:74:1') - Changing language has no effect when envvar LC_ALL='C' 696. (code run outside of `test_that()`) ('test_utils.R:83:1') - Changing language has no effect when envvar LC_ALL='C' 697. (code run outside of `test_that()`) ('test_utils.R:93:1') - Changing language has no effect when envvar LC_ALL='C' 698. (code run outside of `test_that()`) ('test_utils.R:111:1') - Changing language has no effect when envvar LC_ALL='C' 699. .equal_or_both_null produces expected results ('test_utils.R:140:5') - Changing language has no effect when envvar LC_ALL='C' 700. .equal_or_both_null produces expected results ('test_utils.R:141:5') - Changing language has no effect when envvar LC_ALL='C' 701. .equal_or_both_null produces expected results ('test_utils.R:142:5') - Changing language has no effect when envvar LC_ALL='C' 702. .equal_or_both_null produces expected results ('test_utils.R:143:5') - Changing language has no effect when envvar LC_ALL='C' 703. .equal_or_both_null produces expected results ('test_utils.R:144:5') - Changing language has no effect when envvar LC_ALL='C' 704. .equal_or_both_null produces expected results ('test_utils.R:145:5') - Changing language has no effect when envvar LC_ALL='C' 705. .equal_or_both_null produces expected results ('test_utils.R:146:5') - Changing language has no effect when envvar LC_ALL='C' 706. .equal_or_both_null produces expected results ('test_utils.R:147:5') - Changing language has no effect when envvar LC_ALL='C' 707. .equal_or_both_null produces expected results ('test_utils.R:148:5') - Changing language has no effect when envvar LC_ALL='C' 708. (code run outside of `test_that()`) ('test_utils.R:139:1') - Changing language has no effect when envvar LC_ALL='C' 709. (code run outside of `test_that()`) ('test_utils.R:151:1') - Changing language has no effect when envvar LC_ALL='C' 710. Gamma regression reacts on 'weight' ('test_weighted_loss.R:64:3') - Changing language has no effect when envvar LC_ALL='C' 711. (code run outside of `test_that()`) ('test_weighted_loss.R:1:1') - Changing language has no effect when envvar LC_ALL='C' == Failed ====================================================================== -- 1. Failure ('test_basic.R:1831:5'): lgb.train() supports non-ASCII feature na dumped_model[["feature_names"]] not identical to iconv(feature_names, to = "UTF-8"). 4/4 mismatches x[1]: "F_<9b>" y[1]: NA x[2]: "F_<80>" y[2]: NA x[3]: "F_<8c>" y[3]: NA x[4]: "F_<89>" y[4]: NA == DONE ======================================================================== Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: 1 ERROR See '/tmp/th798/16119574/R-devel/743/lightgbm.Rcheck/00check.log' for details. [1] "2025-03-26 01:26:22 MST" [1] "2025-03-26 01:26:22 MST" Installing package into '/tmp/th798/16119574/R-devel/743/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** this is package 'data.table' version '1.17.99' ** using staged installation zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c assign.c -o assign.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c between.c -o between.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bmerge.c -o bmerge.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c chmatch.c -o chmatch.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cj.c -o cj.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c coalesce.c -o coalesce.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dogroups.c -o dogroups.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fastmean.c -o fastmean.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fcast.c -o fcast.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fifelse.c -o fifelse.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fmelt.c -o fmelt.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c forder.c -o forder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frank.c -o frank.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fread.c -o fread.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c freadR.c -o freadR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c froll.c -o froll.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frollR.c -o frollR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frolladaptive.c -o frolladaptive.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fsort.c -o fsort.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwrite.c -o fwrite.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwriteR.c -o fwriteR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gsumm.c -o gsumm.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c idatetime.c -o idatetime.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ijoin.c -o ijoin.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c inrange.c -o inrange.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nafill.c -o nafill.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c negate.c -o negate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nqrecreateindices.c -o nqrecreateindices.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c openmp-utils.c -o openmp-utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c programming.c -o programming.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c quickselect.c -o quickselect.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rbindlist.c -o rbindlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c reorder.c -o reorder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shift.c -o shift.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c snprintf.c -o snprintf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c subset.c -o subset.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c transpose.c -o transpose.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c types.c -o types.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c uniqlist.c -o uniqlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.c -o utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecseq.c -o vecseq.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c wrappers.c -o wrappers.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o data.table.so assign.o between.o bmerge.o chmatch.o cj.o coalesce.o dogroups.o fastmean.o fcast.o fifelse.o fmelt.o forder.o frank.o fread.o freadR.o froll.o frollR.o frolladaptive.o fsort.o fwrite.o fwriteR.o gsumm.o idatetime.o ijoin.o init.o inrange.o nafill.o negate.o nqrecreateindices.o openmp-utils.o programming.o quickselect.o rbindlist.o reorder.o shift.o snprintf.o subset.o transpose.o types.o uniqlist.o utils.o vecseq.o wrappers.o -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz PKG_CFLAGS = -fopenmp -I/home/th798/.conda/envs/emacs1/include PKG_LIBS = -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz if [ "data.table.so" != "data_table.so" ]; then mv data.table.so data_table.so; fi if [ "" != "Windows_NT" ] && [ `uname -s` = 'Darwin' ]; then install_name_tool -id data_table.so data_table.so; fi installing to /tmp/th798/16119574/R-devel/743/library/00LOCK-data.table/00new/data.table/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (data.table) [1] "2025-03-26 01:26:44 MST" * using log directory '/tmp/th798/16119574/R-devel/743/lightgbm.Rcheck' * using R Under development (unstable) (2025-03-25 r88054) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Spack GCC) 12.2.0 GNU Fortran (Spack GCC) 12.2.0 * running under: Red Hat Enterprise Linux 8.10 (Ootpa) * using session charset: ASCII * checking for file 'lightgbm/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'lightgbm' version '4.6.0' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package 'lightgbm' can be installed ... OK * used C++ compiler: 'g++ (Spack GCC) 12.2.0' * checking C++ specification ... OK * checking installed package size ... INFO installed size is 23.4Mb sub-directories of 1Mb or more: libs 22.8Mb * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in shell scripts ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking compiled code ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' ERROR Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(lightgbm) # nolint: [unused_import] > > test_check( + package = "lightgbm" + , stop_on_failure = TRUE + , stop_on_warning = FALSE + , reporter = testthat::SummaryReporter$new() + ) Predictor: W.W.W.W.W.WW....W......W...W..W...W.........WW..W...W.......WW......W.......WW.W.W..W.W.W..W.W.W..W.W.W..W.W.W.W..W.W.W..W.W.W..W.W.W..W.W.W..W.WW.W.W..W.W.W..W.W.W..W.W.W..W.W.W.W..W.W.W..W.W.W..W.W.W..W.W.W..W.WW.W.W..W.W.W..W.W.W..W.W.W..W.W.W.W..W.W.W..W.W.W..W.W.W..W.W.W..W.WW..W..W..W..WW...W...W............W....W....WW.W.WW.W basic: W.....WW...WW..WW.W.WW.W.W..WW.W.W......W....W.W.W.W.WW.WW......W..W......WW.....WW.W.W.W.W...W.W....W.W.W..W.W..W.W.W.....W.W.W.W..WW..W.W...W.W.W.W....W..WW.W.W......W......W.W.W.W....W...W.WW...W.W.W......W............W....W.....W.W......W.....W..........W.....W.W.W.W.W.W.W.W..W..W.W..W.W.W.W.WW.W.....WW.1W..W...W...W.W.....W..W.W......................W....W....W.W.W..WW..W.....W....................WW.W.W.W.W.W.W.........W..W..W..W.WW.W.W.W.WW.W.W.WW.W.W.WW.WW.W.W.W.W.W.W..W.W.W..W.WW.WW.WW.WW.WW.WW.W.W.W..W.W.W.W.W..W.W.WW.W.W.W.W.W..W..W.W..W..................................................................................................................................................................W..................................................................................................................................................................W..................................................................................................................................................................W.W.W..W...W.W..W.W.W.WW....WW..W.W.W.W.W.W.WW.W.WW.W custom_objective: W.WW..W.W.W.W.W.W..W dataset: ..W.W.W..W...W.W..W...WW.W..W....W.W.....W..WW.W.W.WW..W.W.W.....WW.W.W..W.W...WW.W.W.W.WW.WW.W.W..W...W...W........W...W...W.W learning_to_rank: W....W.W.W..W.W.W..W.W.W....W.W.WW...W.W.W.W.W.....W....W....W.W.W.W.........W lgb.Booster: W.W.W.W.W......W.W.W.....WW.W...WW.W..WW.W..W.W....W..WW.W..WW..W.W.WW...W...WW..W.W..W...WW..W..W....W.W...W......W......W...W...WW...WW..W....W.......W...............W.W........W.....................W.W.WW.W..W.W.W.W.W.W..W.W.W.W..W.W.W..W.W..W.W.W.W.W..W.W.W.W..W.W.W..W.W..W.W.W.W.W..W.W.W.W..W.W.W..W.W.W..W..W....W....W lgb.convert_with_rules: ......W.....W.........W....W.....W.........W....W....W.....W...........W......W.................W......................W.....W........................W.W lgb.importance: ...........W lgb.interprete: .W.W.W.W.W.W.W.W lgb.model.dt.tree: .W.W.WW.W.W.WW.WW.W.W.WW.WW.W.W.W.W.W.W.W.WW.W.W.WW.WW.W.W.WW.WW.W.W.W.W.W.W.W.WW.W.W.WW.WW.W.W.WW.WW.W.W.W.W.W.W.W.WW.W.W.WW.WW.W.W.WW.WW.W.W.W.W.W.....W lgb.plot.importance: W.W..W.W.W..W.W.W lgb.plot.interpretation: W.W.WW.W metrics: W.W.W.W multithreading: W..W..W..W parameters: W.W.W.....W.W.W.W.W.W.W.W.W.W...WW.W.W..W.W......W......W utils: ..W..W.W..W..W..W..W..W.W..W....WW.W.W.W.W.W.W.W.W.W..W weighted_loss: ..W.W == Warnings ==================================================================== 1. Predictor$finalize() should not fail ('test_Predictor.R:20:5') - Changing language has no effect when envvar LC_ALL='C' 2. Predictor$finalize() should not fail ('test_Predictor.R:22:5') - Changing language has no effect when envvar LC_ALL='C' 3. Predictor$finalize() should not fail ('test_Predictor.R:25:5') - Changing language has no effect when envvar LC_ALL='C' 4. Predictor$finalize() should not fail ('test_Predictor.R:29:5') - Changing language has no effect when envvar LC_ALL='C' 5. (code run outside of `test_that()`) ('test_Predictor.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 6. (code run outside of `test_that()`) ('test_Predictor.R:32:1') - Changing language has no effect when envvar LC_ALL='C' 7. start_iteration works correctly ('test_Predictor.R:82:5') - Changing language has no effect when envvar LC_ALL='C' 8. (code run outside of `test_that()`) ('test_Predictor.R:53:1') - Changing language has no effect when envvar LC_ALL='C' 9. (code run outside of `test_that()`) ('test_Predictor.R:116:1') - Changing language has no effect when envvar LC_ALL='C' 10. (code run outside of `test_that()`) ('test_Predictor.R:147:1') - Changing language has no effect when envvar LC_ALL='C' 11. (code run outside of `test_that()`) ('test_Predictor.R:172:1') - Changing language has no effect when envvar LC_ALL='C' 12. predict() params should override keyword argument for raw-score predictions ('test_Predictor.R:231:3') - Changing language has no effect when envvar LC_ALL='C' 13. (code run outside of `test_that()`) ('test_Predictor.R:194:1') - Changing language has no effect when envvar LC_ALL='C' 14. predict() params should override keyword argument for leaf-index predictions ('test_Predictor.R:271:3') - Changing language has no effect when envvar LC_ALL='C' 15. predict() params should override keyword argument for leaf-index predictions ('test_Predictor.R:273:3') - Changing language has no effect when envvar LC_ALL='C' 16. predict() params should override keyword argument for leaf-index predictions ('test_Predictor.R:285:3') - Changing language has no effect when envvar LC_ALL='C' 17. (code run outside of `test_that()`) ('test_Predictor.R:246:1') - Changing language has no effect when envvar LC_ALL='C' 18. predict() params should override keyword argument for feature contributions ('test_Predictor.R:327:3') - Changing language has no effect when envvar LC_ALL='C' 19. predict() params should override keyword argument for feature contributions ('test_Predictor.R:339:3') - Changing language has no effect when envvar LC_ALL='C' 20. (code run outside of `test_that()`) ('test_Predictor.R:300:1') - Changing language has no effect when envvar LC_ALL='C' 21. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 22. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 23. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 24. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 25. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 26. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 27. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 28. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 29. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 30. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 31. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 32. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 33. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 34. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 35. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 36. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 37. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 38. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 39. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 40. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 41. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 42. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 43. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 44. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 45. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 46. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 47. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 48. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 49. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 50. (code run outside of `test_that()`) ('test_Predictor.R:412:1') - Changing language has no effect when envvar LC_ALL='C' 51. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 52. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 53. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 54. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 55. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 56. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 57. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 58. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 59. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 60. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 61. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 62. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 63. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 64. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 65. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 66. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 67. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 68. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 69. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 70. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 71. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 72. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 73. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 74. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 75. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 76. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 77. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 78. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 79. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 80. (code run outside of `test_that()`) ('test_Predictor.R:434:1') - Changing language has no effect when envvar LC_ALL='C' 81. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 82. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 83. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 84. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 85. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 86. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 87. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 88. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 89. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 90. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 91. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 92. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 93. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 94. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 95. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 96. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 97. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 98. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 99. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 100. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 101. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 102. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 103. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 104. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 105. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 106. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 107. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 108. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 109. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 110. (code run outside of `test_that()`) ('test_Predictor.R:450:1') - Changing language has no effect when envvar LC_ALL='C' 111. predictions for regression and binary classification are returned as vectors ('test_Predictor.R:486:5') - Changing language has no effect when envvar LC_ALL='C' 112. predictions for regression and binary classification are returned as vectors ('test_Predictor.R:489:5') - Changing language has no effect when envvar LC_ALL='C' 113. predictions for regression and binary classification are returned as vectors ('test_Predictor.R:504:5') - Changing language has no effect when envvar LC_ALL='C' 114. predictions for regression and binary classification are returned as vectors ('test_Predictor.R:507:5') - Changing language has no effect when envvar LC_ALL='C' 115. (code run outside of `test_that()`) ('test_Predictor.R:466:1') - Changing language has no effect when envvar LC_ALL='C' 116. predictions for multiclass classification are returned as matrix ('test_Predictor.R:524:5') - Changing language has no effect when envvar LC_ALL='C' 117. predictions for multiclass classification are returned as matrix ('test_Predictor.R:528:5') - Changing language has no effect when envvar LC_ALL='C' 118. (code run outside of `test_that()`) ('test_Predictor.R:511:1') - Changing language has no effect when envvar LC_ALL='C' 119. (code run outside of `test_that()`) ('test_Predictor.R:533:1') - Changing language has no effect when envvar LC_ALL='C' 120. (code run outside of `test_that()`) ('test_Predictor.R:594:1') - Changing language has no effect when envvar LC_ALL='C' 121. (code run outside of `test_that()`) ('test_Predictor.R:624:1') - Changing language has no effect when envvar LC_ALL='C' 122. predict type='class' returns predicted class for classification objectives ('test_Predictor.R:669:5') - Changing language has no effect when envvar LC_ALL='C' 123. predict type='class' returns predicted class for classification objectives ('test_Predictor.R:683:5') - Changing language has no effect when envvar LC_ALL='C' 124. (code run outside of `test_that()`) ('test_Predictor.R:656:1') - Changing language has no effect when envvar LC_ALL='C' 125. predict type='class' returns values in the target's range for regression objectives ('test_Predictor.R:699:5') - Changing language has no effect when envvar LC_ALL='C' 126. (code run outside of `test_that()`) ('test_Predictor.R:686:1') - Changing language has no effect when envvar LC_ALL='C' 127. train and predict binary classification ('test_basic.R:84:3') - Changing language has no effect when envvar LC_ALL='C' 128. (code run outside of `test_that()`) ('test_basic.R:64:1') - Changing language has no effect when envvar LC_ALL='C' 129. train and predict softmax ('test_basic.R:127:3') - Changing language has no effect when envvar LC_ALL='C' 130. (code run outside of `test_that()`) ('test_basic.R:99:1') - Changing language has no effect when envvar LC_ALL='C' 131. use of multiple eval metrics works ('test_basic.R:158:3') - Changing language has no effect when envvar LC_ALL='C' 132. (code run outside of `test_that()`) ('test_basic.R:136:1') - Changing language has no effect when envvar LC_ALL='C' 133. lgb.Booster.upper_bound() and lgb.Booster.lower_bound() work as expected for binary classification ('test_basic.R:182:3') - Changing language has no effect when envvar LC_ALL='C' 134. lgb.Booster.upper_bound() and lgb.Booster.lower_bound() work as expected for binary classification ('test_basic.R:183:3') - Changing language has no effect when envvar LC_ALL='C' 135. (code run outside of `test_that()`) ('test_basic.R:167:1') - Changing language has no effect when envvar LC_ALL='C' 136. lgb.Booster.upper_bound() and lgb.Booster.lower_bound() work as expected for regression ('test_basic.R:201:3') - Changing language has no effect when envvar LC_ALL='C' 137. lgb.Booster.upper_bound() and lgb.Booster.lower_bound() work as expected for regression ('test_basic.R:202:3') - Changing language has no effect when envvar LC_ALL='C' 138. (code run outside of `test_that()`) ('test_basic.R:186:1') - Changing language has no effect when envvar LC_ALL='C' 139. (code run outside of `test_that()`) ('test_basic.R:205:1') - Changing language has no effect when envvar LC_ALL='C' 140. lightgbm() accepts nrounds as either a top-level argument or parameter ('test_basic.R:270:3') - Changing language has no effect when envvar LC_ALL='C' 141. lightgbm() accepts nrounds as either a top-level argument or parameter ('test_basic.R:271:3') - Changing language has no effect when envvar LC_ALL='C' 142. lightgbm() accepts nrounds as either a top-level argument or parameter ('test_basic.R:272:3') - Changing language has no effect when envvar LC_ALL='C' 143. (code run outside of `test_that()`) ('test_basic.R:219:1') - Changing language has no effect when envvar LC_ALL='C' 144. lightgbm() performs evaluation on validation sets if they are provided ('test_basic.R:332:3') - Changing language has no effect when envvar LC_ALL='C' 145. lightgbm() performs evaluation on validation sets if they are provided ('test_basic.R:333:3') - Changing language has no effect when envvar LC_ALL='C' 146. lightgbm() performs evaluation on validation sets if they are provided ('test_basic.R:334:3') - Changing language has no effect when envvar LC_ALL='C' 147. (code run outside of `test_that()`) ('test_basic.R:284:1') - Changing language has no effect when envvar LC_ALL='C' 148. (code run outside of `test_that()`) ('test_basic.R:337:1') - Changing language has no effect when envvar LC_ALL='C' 149. cv works ('test_basic.R:387:3') - Changing language has no effect when envvar LC_ALL='C' 150. (code run outside of `test_that()`) ('test_basic.R:370:1') - Changing language has no effect when envvar LC_ALL='C' 151. CVBooster$reset_parameter() works as expected ('test_basic.R:405:3') - Changing language has no effect when envvar LC_ALL='C' 152. (code run outside of `test_that()`) ('test_basic.R:390:1') - Changing language has no effect when envvar LC_ALL='C' 153. (code run outside of `test_that()`) ('test_basic.R:416:1') - Changing language has no effect when envvar LC_ALL='C' 154. (code run outside of `test_that()`) ('test_basic.R:436:1') - Changing language has no effect when envvar LC_ALL='C' 155. lightgbm.cv() gives the correct best_score and best_iter for a metric where higher values are better ('test_basic.R:482:3') - Changing language has no effect when envvar LC_ALL='C' 156. (code run outside of `test_that()`) ('test_basic.R:461:1') - Changing language has no effect when envvar LC_ALL='C' 157. lgb.cv() fit on linearly-relatead data improves when using linear learners ('test_basic.R:522:3') - Changing language has no effect when envvar LC_ALL='C' 158. lgb.cv() fit on linearly-relatead data improves when using linear learners ('test_basic.R:531:3') - Changing language has no effect when envvar LC_ALL='C' 159. lgb.cv() fit on linearly-relatead data improves when using linear learners ('test_basic.R:533:3') - Changing language has no effect when envvar LC_ALL='C' 160. (code run outside of `test_that()`) ('test_basic.R:495:1') - Changing language has no effect when envvar LC_ALL='C' 161. lgb.cv() respects showsd argument ('test_basic.R:568:3') - Changing language has no effect when envvar LC_ALL='C' 162. (code run outside of `test_that()`) ('test_basic.R:536:1') - Changing language has no effect when envvar LC_ALL='C' 163. (code run outside of `test_that()`) ('test_basic.R:573:1') - Changing language has no effect when envvar LC_ALL='C' 164. (code run outside of `test_that()`) ('test_basic.R:593:1') - Changing language has no effect when envvar LC_ALL='C' 165. lgb.cv() prefers objective in params to keyword argument ('test_basic.R:644:5') - Changing language has no effect when envvar LC_ALL='C' 166. lgb.cv() prefers objective in params to keyword argument ('test_basic.R:645:5') - Changing language has no effect when envvar LC_ALL='C' 167. lgb.cv() prefers objective in params to keyword argument ('test_basic.R:644:5') - Changing language has no effect when envvar LC_ALL='C' 168. lgb.cv() prefers objective in params to keyword argument ('test_basic.R:645:5') - Changing language has no effect when envvar LC_ALL='C' 169. lgb.cv() prefers objective in params to keyword argument ('test_basic.R:644:5') - Changing language has no effect when envvar LC_ALL='C' 170. lgb.cv() prefers objective in params to keyword argument ('test_basic.R:645:5') - Changing language has no effect when envvar LC_ALL='C' 171. (code run outside of `test_that()`) ('test_basic.R:618:1') - Changing language has no effect when envvar LC_ALL='C' 172. (code run outside of `test_that()`) ('test_basic.R:649:1') - Changing language has no effect when envvar LC_ALL='C' 173. lgb.cv() respects eval_train_metric argument ('test_basic.R:708:3') - Changing language has no effect when envvar LC_ALL='C' 174. lgb.cv() respects eval_train_metric argument ('test_basic.R:709:3') - Changing language has no effect when envvar LC_ALL='C' 175. lgb.cv() respects eval_train_metric argument ('test_basic.R:710:3') - Changing language has no effect when envvar LC_ALL='C' 176. (code run outside of `test_that()`) ('test_basic.R:676:1') - Changing language has no effect when envvar LC_ALL='C' 177. lgb.train() works as expected with multiple eval metrics ('test_basic.R:741:3') - Changing language has no effect when envvar LC_ALL='C' 178. (code run outside of `test_that()`) ('test_basic.R:717:1') - Changing language has no effect when envvar LC_ALL='C' 179. (code run outside of `test_that()`) ('test_basic.R:750:1') - Changing language has no effect when envvar LC_ALL='C' 180. (code run outside of `test_that()`) ('test_basic.R:768:1') - Changing language has no effect when envvar LC_ALL='C' 181. lgb.train() prefers objective in params to keyword argument ('test_basic.R:817:3') - Changing language has no effect when envvar LC_ALL='C' 182. lgb.train() prefers objective in params to keyword argument ('test_basic.R:818:3') - Changing language has no effect when envvar LC_ALL='C' 183. (code run outside of `test_that()`) ('test_basic.R:793:1') - Changing language has no effect when envvar LC_ALL='C' 184. (code run outside of `test_that()`) ('test_basic.R:821:1') - Changing language has no effect when envvar LC_ALL='C' 185. (code run outside of `test_that()`) ('test_basic.R:849:1') - Changing language has no effect when envvar LC_ALL='C' 186. lgb.train() accepts nrounds as either a top-level argument or parameter ('test_basic.R:928:3') - Changing language has no effect when envvar LC_ALL='C' 187. lgb.train() accepts nrounds as either a top-level argument or parameter ('test_basic.R:929:3') - Changing language has no effect when envvar LC_ALL='C' 188. lgb.train() accepts nrounds as either a top-level argument or parameter ('test_basic.R:930:3') - Changing language has no effect when envvar LC_ALL='C' 189. (code run outside of `test_that()`) ('test_basic.R:869:1') - Changing language has no effect when envvar LC_ALL='C' 190. (code run outside of `test_that()`) ('test_basic.R:943:1') - Changing language has no effect when envvar LC_ALL='C' 191. (code run outside of `test_that()`) ('test_basic.R:967:1') - Changing language has no effect when envvar LC_ALL='C' 192. (code run outside of `test_that()`) ('test_basic.R:986:1') - Changing language has no effect when envvar LC_ALL='C' 193. (code run outside of `test_that()`) ('test_basic.R:1005:1') - Changing language has no effect when envvar LC_ALL='C' 194. lgb.train() works with force_col_wise and force_row_wise ('test_basic.R:1068:5') - Changing language has no effect when envvar LC_ALL='C' 195. lgb.train() works with force_col_wise and force_row_wise ('test_basic.R:1068:5') - Changing language has no effect when envvar LC_ALL='C' 196. (code run outside of `test_that()`) ('test_basic.R:1024:1') - Changing language has no effect when envvar LC_ALL='C' 197. lgb.train() works as expected with sparse features ('test_basic.R:1097:3') - Changing language has no effect when envvar LC_ALL='C' 198. lgb.train() works as expected with sparse features ('test_basic.R:1101:3') - Changing language has no effect when envvar LC_ALL='C' 199. lgb.train() works as expected with sparse features ('test_basic.R:1103:3') - Changing language has no effect when envvar LC_ALL='C' 200. (code run outside of `test_that()`) ('test_basic.R:1072:1') - Changing language has no effect when envvar LC_ALL='C' 201. (code run outside of `test_that()`) ('test_basic.R:1106:1') - Changing language has no effect when envvar LC_ALL='C' 202. (code run outside of `test_that()`) ('test_basic.R:1180:1') - Changing language has no effect when envvar LC_ALL='C' 203. lgb.train() works with early stopping for classification with a metric that should be maximized ('test_basic.R:1313:3') - Changing language has no effect when envvar LC_ALL='C' 204. lgb.train() works with early stopping for classification with a metric that should be maximized ('test_basic.R:1324:3') - Changing language has no effect when envvar LC_ALL='C' 205. (code run outside of `test_that()`) ('test_basic.R:1254:1') - Changing language has no effect when envvar LC_ALL='C' 206. (code run outside of `test_that()`) ('test_basic.R:1327:1') - Changing language has no effect when envvar LC_ALL='C' 207. (code run outside of `test_that()`) ('test_basic.R:1401:1') - Changing language has no effect when envvar LC_ALL='C' 208. (code run outside of `test_that()`) ('test_basic.R:1453:1') - Changing language has no effect when envvar LC_ALL='C' 209. (code run outside of `test_that()`) ('test_basic.R:1523:1') - Changing language has no effect when envvar LC_ALL='C' 210. lgb.train() works when a mixture of functions and strings are passed to eval ('test_basic.R:1607:3') - Changing language has no effect when envvar LC_ALL='C' 211. lgb.train() works when a mixture of functions and strings are passed to eval ('test_basic.R:1608:3') - Changing language has no effect when envvar LC_ALL='C' 212. lgb.train() works when a mixture of functions and strings are passed to eval ('test_basic.R:1610:3') - Changing language has no effect when envvar LC_ALL='C' 213. lgb.train() works when a mixture of functions and strings are passed to eval ('test_basic.R:1615:3') - Changing language has no effect when envvar LC_ALL='C' 214. (code run outside of `test_that()`) ('test_basic.R:1573:1') - Changing language has no effect when envvar LC_ALL='C' 215. lgb.train() works when a list of strings or a character vector is passed to eval ('test_basic.R:1660:7') - Changing language has no effect when envvar LC_ALL='C' 216. lgb.train() works when a list of strings or a character vector is passed to eval ('test_basic.R:1663:7') - Changing language has no effect when envvar LC_ALL='C' 217. lgb.train() works when a list of strings or a character vector is passed to eval ('test_basic.R:1663:7') - Changing language has no effect when envvar LC_ALL='C' 218. lgb.train() works when a list of strings or a character vector is passed to eval ('test_basic.R:1660:7') - Changing language has no effect when envvar LC_ALL='C' 219. lgb.train() works when a list of strings or a character vector is passed to eval ('test_basic.R:1663:7') - Changing language has no effect when envvar LC_ALL='C' 220. lgb.train() works when a list of strings or a character vector is passed to eval ('test_basic.R:1663:7') - Changing language has no effect when envvar LC_ALL='C' 221. (code run outside of `test_that()`) ('test_basic.R:1619:1') - Changing language has no effect when envvar LC_ALL='C' 222. lgb.train() works when you specify both 'metric' and 'eval' with strings ('test_basic.R:1697:3') - Changing language has no effect when envvar LC_ALL='C' 223. lgb.train() works when you specify both 'metric' and 'eval' with strings ('test_basic.R:1698:3') - Changing language has no effect when envvar LC_ALL='C' 224. (code run outside of `test_that()`) ('test_basic.R:1668:1') - Changing language has no effect when envvar LC_ALL='C' 225. lgb.train() works when you give a function for eval ('test_basic.R:1722:3') - Changing language has no effect when envvar LC_ALL='C' 226. (code run outside of `test_that()`) ('test_basic.R:1701:1') - Changing language has no effect when envvar LC_ALL='C' 227. (code run outside of `test_that()`) ('test_basic.R:1725:1') - Changing language has no effect when envvar LC_ALL='C' 228. lgb.train() supports non-ASCII feature names ('test_basic.R:1819:3') - Changing language has no effect when envvar LC_ALL='C' 229. (code run outside of `test_that()`) ('test_basic.R:1790:1') - Changing language has no effect when envvar LC_ALL='C' 230. lgb.train() works with integer, double, and numeric data ('test_basic.R:1868:5') - Changing language has no effect when envvar LC_ALL='C' 231. lgb.train() works with integer, double, and numeric data ('test_basic.R:1868:5') - Changing language has no effect when envvar LC_ALL='C' 232. lgb.train() works with integer, double, and numeric data ('test_basic.R:1868:5') - Changing language has no effect when envvar LC_ALL='C' 233. (code run outside of `test_that()`) ('test_basic.R:1838:1') - Changing language has no effect when envvar LC_ALL='C' 234. lgb.train() updates params based on keyword arguments ('test_basic.R:1924:3') - Changing language has no effect when envvar LC_ALL='C' 235. lgb.train() updates params based on keyword arguments ('test_basic.R:1926:3') - Changing language has no effect when envvar LC_ALL='C' 236. (code run outside of `test_that()`) ('test_basic.R:1872:1') - Changing language has no effect when envvar LC_ALL='C' 237. (code run outside of `test_that()`) ('test_basic.R:1929:1') - Changing language has no effect when envvar LC_ALL='C' 238. (code run outside of `test_that()`) ('test_basic.R:2090:1') - Changing language has no effect when envvar LC_ALL='C' 239. (code run outside of `test_that()`) ('test_basic.R:2141:1') - Changing language has no effect when envvar LC_ALL='C' 240. lgb.cv() works when you specify both 'metric' and 'eval' with strings ('test_basic.R:2228:3') - Changing language has no effect when envvar LC_ALL='C' 241. lgb.cv() works when you specify both 'metric' and 'eval' with strings ('test_basic.R:2229:3') - Changing language has no effect when envvar LC_ALL='C' 242. (code run outside of `test_that()`) ('test_basic.R:2200:1') - Changing language has no effect when envvar LC_ALL='C' 243. lgb.cv() works when you give a function for eval ('test_basic.R:2255:3') - Changing language has no effect when envvar LC_ALL='C' 244. (code run outside of `test_that()`) ('test_basic.R:2235:1') - Changing language has no effect when envvar LC_ALL='C' 245. (code run outside of `test_that()`) ('test_basic.R:2259:1') - Changing language has no effect when envvar LC_ALL='C' 246. (code run outside of `test_that()`) ('test_basic.R:2317:1') - Changing language has no effect when envvar LC_ALL='C' 247. lgb.cv() respects changes to logging verbosity ('test_basic.R:2393:3') - Changing language has no effect when envvar LC_ALL='C' 248. lgb.cv() respects changes to logging verbosity ('test_basic.R:2394:3') - Changing language has no effect when envvar LC_ALL='C' 249. lgb.cv() respects changes to logging verbosity ('test_basic.R:2407:3') - Changing language has no effect when envvar LC_ALL='C' 250. lgb.cv() respects changes to logging verbosity ('test_basic.R:2408:3') - Changing language has no effect when envvar LC_ALL='C' 251. lgb.cv() respects changes to logging verbosity ('test_basic.R:2423:3') - Changing language has no effect when envvar LC_ALL='C' 252. lgb.cv() respects changes to logging verbosity ('test_basic.R:2424:3') - Changing language has no effect when envvar LC_ALL='C' 253. (code run outside of `test_that()`) ('test_basic.R:2376:1') - Changing language has no effect when envvar LC_ALL='C' 254. lgb.cv() updates params based on keyword arguments ('test_basic.R:2491:5') - Changing language has no effect when envvar LC_ALL='C' 255. lgb.cv() updates params based on keyword arguments ('test_basic.R:2493:5') - Changing language has no effect when envvar LC_ALL='C' 256. lgb.cv() updates params based on keyword arguments ('test_basic.R:2491:5') - Changing language has no effect when envvar LC_ALL='C' 257. lgb.cv() updates params based on keyword arguments ('test_basic.R:2493:5') - Changing language has no effect when envvar LC_ALL='C' 258. (code run outside of `test_that()`) ('test_basic.R:2427:1') - Changing language has no effect when envvar LC_ALL='C' 259. lgb.train() fit on linearly-relatead data improves when using linear learners ('test_basic.R:2525:3') - Changing language has no effect when envvar LC_ALL='C' 260. lgb.train() fit on linearly-relatead data improves when using linear learners ('test_basic.R:2534:3') - Changing language has no effect when envvar LC_ALL='C' 261. lgb.train() fit on linearly-relatead data improves when using linear learners ('test_basic.R:2538:3') - Changing language has no effect when envvar LC_ALL='C' 262. (code run outside of `test_that()`) ('test_basic.R:2498:1') - Changing language has no effect when envvar LC_ALL='C' 263. (code run outside of `test_that()`) ('test_basic.R:2542:1') - Changing language has no effect when envvar LC_ALL='C' 264. lgb.train() works with linear learners even if Dataset has missing values ('test_basic.R:2602:3') - Changing language has no effect when envvar LC_ALL='C' 265. lgb.train() works with linear learners even if Dataset has missing values ('test_basic.R:2611:3') - Changing language has no effect when envvar LC_ALL='C' 266. lgb.train() works with linear learners even if Dataset has missing values ('test_basic.R:2615:3') - Changing language has no effect when envvar LC_ALL='C' 267. (code run outside of `test_that()`) ('test_basic.R:2570:1') - Changing language has no effect when envvar LC_ALL='C' 268. lgb.train() works with linear learners, bagging, and a Dataset that has missing values ('test_basic.R:2652:3') - Changing language has no effect when envvar LC_ALL='C' 269. lgb.train() works with linear learners, bagging, and a Dataset that has missing values ('test_basic.R:2661:3') - Changing language has no effect when envvar LC_ALL='C' 270. lgb.train() works with linear learners, bagging, and a Dataset that has missing values ('test_basic.R:2665:3') - Changing language has no effect when envvar LC_ALL='C' 271. (code run outside of `test_that()`) ('test_basic.R:2618:1') - Changing language has no effect when envvar LC_ALL='C' 272. lgb.train() works with linear learners and data where a feature has only 1 non-NA value ('test_basic.R:2702:3') - Changing language has no effect when envvar LC_ALL='C' 273. (code run outside of `test_that()`) ('test_basic.R:2668:1') - Changing language has no effect when envvar LC_ALL='C' 274. lgb.train() works with linear learners when Dataset has categorical features ('test_basic.R:2735:3') - Changing language has no effect when envvar LC_ALL='C' 275. lgb.train() works with linear learners when Dataset has categorical features ('test_basic.R:2744:3') - Changing language has no effect when envvar LC_ALL='C' 276. lgb.train() works with linear learners when Dataset has categorical features ('test_basic.R:2748:3') - Changing language has no effect when envvar LC_ALL='C' 277. (code run outside of `test_that()`) ('test_basic.R:2705:1') - Changing language has no effect when envvar LC_ALL='C' 278. (code run outside of `test_that()`) ('test_basic.R:2751:1') - Changing language has no effect when envvar LC_ALL='C' 279. (code run outside of `test_that()`) ('test_basic.R:2763:1') - Changing language has no effect when envvar LC_ALL='C' 280. (code run outside of `test_that()`) ('test_basic.R:2776:1') - Changing language has no effect when envvar LC_ALL='C' 281. (code run outside of `test_that()`) ('test_basic.R:2787:1') - Changing language has no effect when envvar LC_ALL='C' 282. (code run outside of `test_that()`) ('test_basic.R:2837:1') - Changing language has no effect when envvar LC_ALL='C' 283. Interaction constraints add missing features correctly as new group ('test_basic.R:2902:5') - Changing language has no effect when envvar LC_ALL='C' 284. Interaction constraints add missing features correctly as new group ('test_basic.R:2902:5') - Changing language has no effect when envvar LC_ALL='C' 285. (code run outside of `test_that()`) ('test_basic.R:2877:1') - Changing language has no effect when envvar LC_ALL='C' 286. lgb.train() supports monotone constraints (categoricals=TRUE, method=basic) ('test_basic.R:3048:7') - Changing language has no effect when envvar LC_ALL='C' 287. (code run outside of `test_that()`) ('test_basic.R:3032:5') - Changing language has no effect when envvar LC_ALL='C' 288. lgb.train() supports monotone constraints (categoricals=TRUE, method=intermediate) ('test_basic.R:3048:7') - Changing language has no effect when envvar LC_ALL='C' 289. (code run outside of `test_that()`) ('test_basic.R:3032:5') - Changing language has no effect when envvar LC_ALL='C' 290. lgb.train() supports monotone constraints (categoricals=TRUE, method=advanced) ('test_basic.R:3048:7') - Changing language has no effect when envvar LC_ALL='C' 291. (code run outside of `test_that()`) ('test_basic.R:3032:5') - Changing language has no effect when envvar LC_ALL='C' 292. lgb.train() supports monotone constraints (categoricals=FALSE, method=basic) ('test_basic.R:3048:7') - Changing language has no effect when envvar LC_ALL='C' 293. (code run outside of `test_that()`) ('test_basic.R:3032:5') - Changing language has no effect when envvar LC_ALL='C' 294. lgb.train() supports monotone constraints (categoricals=FALSE, method=intermediate) ('test_basic.R:3048:7') - Changing language has no effect when envvar LC_ALL='C' 295. (code run outside of `test_that()`) ('test_basic.R:3032:5') - Changing language has no effect when envvar LC_ALL='C' 296. lgb.train() supports monotone constraints (categoricals=FALSE, method=advanced) ('test_basic.R:3048:7') - Changing language has no effect when envvar LC_ALL='C' 297. (code run outside of `test_that()`) ('test_basic.R:3032:5') - Changing language has no effect when envvar LC_ALL='C' 298. lightgbm() accepts objective as function argument and under params ('test_basic.R:3072:3') - Changing language has no effect when envvar LC_ALL='C' 299. lightgbm() accepts objective as function argument and under params ('test_basic.R:3073:3') - Changing language has no effect when envvar LC_ALL='C' 300. lightgbm() accepts objective as function argument and under params ('test_basic.R:3088:3') - Changing language has no effect when envvar LC_ALL='C' 301. lightgbm() accepts objective as function argument and under params ('test_basic.R:3089:3') - Changing language has no effect when envvar LC_ALL='C' 302. (code run outside of `test_that()`) ('test_basic.R:3058:1') - Changing language has no effect when envvar LC_ALL='C' 303. lightgbm() prioritizes objective under params over objective as function argument ('test_basic.R:3107:3') - Changing language has no effect when envvar LC_ALL='C' 304. lightgbm() prioritizes objective under params over objective as function argument ('test_basic.R:3108:3') - Changing language has no effect when envvar LC_ALL='C' 305. lightgbm() prioritizes objective under params over objective as function argument ('test_basic.R:3124:3') - Changing language has no effect when envvar LC_ALL='C' 306. lightgbm() prioritizes objective under params over objective as function argument ('test_basic.R:3125:3') - Changing language has no effect when envvar LC_ALL='C' 307. (code run outside of `test_that()`) ('test_basic.R:3092:1') - Changing language has no effect when envvar LC_ALL='C' 308. lightgbm() accepts init_score as function argument ('test_basic.R:3150:3') - Changing language has no effect when envvar LC_ALL='C' 309. (code run outside of `test_that()`) ('test_basic.R:3128:1') - Changing language has no effect when envvar LC_ALL='C' 310. lightgbm() defaults to 'regression' objective if objective not otherwise provided ('test_basic.R:3167:3') - Changing language has no effect when envvar LC_ALL='C' 311. lightgbm() defaults to 'regression' objective if objective not otherwise provided ('test_basic.R:3168:3') - Changing language has no effect when envvar LC_ALL='C' 312. (code run outside of `test_that()`) ('test_basic.R:3153:1') - Changing language has no effect when envvar LC_ALL='C' 313. lightgbm() accepts 'num_threads' as either top-level argument or under params ('test_basic.R:3185:3') - Changing language has no effect when envvar LC_ALL='C' 314. lightgbm() accepts 'num_threads' as either top-level argument or under params ('test_basic.R:3200:3') - Changing language has no effect when envvar LC_ALL='C' 315. lightgbm() accepts 'num_threads' as either top-level argument or under params ('test_basic.R:3216:3') - Changing language has no effect when envvar LC_ALL='C' 316. (code run outside of `test_that()`) ('test_basic.R:3171:1') - Changing language has no effect when envvar LC_ALL='C' 317. (code run outside of `test_that()`) ('test_basic.R:3219:1') - Changing language has no effect when envvar LC_ALL='C' 318. (code run outside of `test_that()`) ('test_basic.R:3347:1') - Changing language has no effect when envvar LC_ALL='C' 319. (code run outside of `test_that()`) ('test_basic.R:3460:1') - Changing language has no effect when envvar LC_ALL='C' 320. (code run outside of `test_that()`) ('test_basic.R:3575:1') - Changing language has no effect when envvar LC_ALL='C' 321. lightgbm() changes objective='auto' appropriately ('test_basic.R:3700:3') - Changing language has no effect when envvar LC_ALL='C' 322. lightgbm() changes objective='auto' appropriately ('test_basic.R:3701:3') - Changing language has no effect when envvar LC_ALL='C' 323. lightgbm() changes objective='auto' appropriately ('test_basic.R:3713:3') - Changing language has no effect when envvar LC_ALL='C' 324. lightgbm() changes objective='auto' appropriately ('test_basic.R:3727:3') - Changing language has no effect when envvar LC_ALL='C' 325. (code run outside of `test_that()`) ('test_basic.R:3688:1') - Changing language has no effect when envvar LC_ALL='C' 326. lightgbm() determines number of classes for non-default multiclass objectives ('test_basic.R:3749:3') - Changing language has no effect when envvar LC_ALL='C' 327. (code run outside of `test_that()`) ('test_basic.R:3730:1') - Changing language has no effect when envvar LC_ALL='C' 328. (code run outside of `test_that()`) ('test_basic.R:3752:1') - Changing language has no effect when envvar LC_ALL='C' 329. (code run outside of `test_that()`) ('test_basic.R:3761:1') - Changing language has no effect when envvar LC_ALL='C' 330. lightgbm() model predictions retain factor levels for multiclass classification ('test_basic.R:3779:3') - Changing language has no effect when envvar LC_ALL='C' 331. (code run outside of `test_that()`) ('test_basic.R:3772:1') - Changing language has no effect when envvar LC_ALL='C' 332. lightgbm() model predictions retain factor levels for binary classification ('test_basic.R:3798:3') - Changing language has no effect when envvar LC_ALL='C' 333. lightgbm() model predictions retain factor levels for binary classification ('test_basic.R:3802:3') - Changing language has no effect when envvar LC_ALL='C' 334. lightgbm() model predictions retain factor levels for binary classification ('test_basic.R:3803:3') - Changing language has no effect when envvar LC_ALL='C' 335. lightgbm() model predictions retain factor levels for binary classification ('test_basic.R:3804:3') - Changing language has no effect when envvar LC_ALL='C' 336. lightgbm() model predictions retain factor levels for binary classification ('test_basic.R:3807:3') - Changing language has no effect when envvar LC_ALL='C' 337. lightgbm() model predictions retain factor levels for binary classification ('test_basic.R:3808:3') - Changing language has no effect when envvar LC_ALL='C' 338. lightgbm() model predictions retain factor levels for binary classification ('test_basic.R:3809:3') - Changing language has no effect when envvar LC_ALL='C' 339. (code run outside of `test_that()`) ('test_basic.R:3789:1') - Changing language has no effect when envvar LC_ALL='C' 340. lightgbm() accepts named categorical_features ('test_basic.R:3824:3') - Changing language has no effect when envvar LC_ALL='C' 341. (code run outside of `test_that()`) ('test_basic.R:3812:1') - Changing language has no effect when envvar LC_ALL='C' 342. (code run outside of `test_that()`) ('test_basic.R:3827:1') - Changing language has no effect when envvar LC_ALL='C' 343. Evaluation metrics aren't printed as a single-element vector ('test_basic.R:3862:3') - Changing language has no effect when envvar LC_ALL='C' 344. (code run outside of `test_that()`) ('test_basic.R:3842:1') - Changing language has no effect when envvar LC_ALL='C' 345. custom objective works ('test_custom_objective.R:42:3') - Changing language has no effect when envvar LC_ALL='C' 346. (code run outside of `test_that()`) ('test_custom_objective.R:40:1') - Changing language has no effect when envvar LC_ALL='C' 347. using a custom objective, custom eval, and no other metrics works ('test_custom_objective.R:60:3') - Changing language has no effect when envvar LC_ALL='C' 348. using a custom objective, custom eval, and no other metrics works ('test_custom_objective.R:62:3') - Changing language has no effect when envvar LC_ALL='C' 349. using a custom objective, custom eval, and no other metrics works ('test_custom_objective.R:65:3') - Changing language has no effect when envvar LC_ALL='C' 350. using a custom objective, custom eval, and no other metrics works ('test_custom_objective.R:66:3') - Changing language has no effect when envvar LC_ALL='C' 351. using a custom objective, custom eval, and no other metrics works ('test_custom_objective.R:67:3') - Changing language has no effect when envvar LC_ALL='C' 352. using a custom objective, custom eval, and no other metrics works ('test_custom_objective.R:68:3') - Changing language has no effect when envvar LC_ALL='C' 353. (code run outside of `test_that()`) ('test_custom_objective.R:45:1') - Changing language has no effect when envvar LC_ALL='C' 354. (code run outside of `test_that()`) ('test_custom_objective.R:71:1') - Changing language has no effect when envvar LC_ALL='C' 355. (code run outside of `test_that()`) ('test_dataset.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 356. lgb.Dataset: get_field & set_field ('test_dataset.R:45:3') - Changing language has no effect when envvar LC_ALL='C' 357. lgb.Dataset: get_field & set_field ('test_dataset.R:46:3') - Changing language has no effect when envvar LC_ALL='C' 358. (code run outside of `test_that()`) ('test_dataset.R:37:1') - Changing language has no effect when envvar LC_ALL='C' 359. (code run outside of `test_that()`) ('test_dataset.R:52:1') - Changing language has no effect when envvar LC_ALL='C' 360. (code run outside of `test_that()`) ('test_dataset.R:62:1') - Changing language has no effect when envvar LC_ALL='C' 361. (code run outside of `test_that()`) ('test_dataset.R:72:1') - Changing language has no effect when envvar LC_ALL='C' 362. (code run outside of `test_that()`) ('test_dataset.R:94:1') - Changing language has no effect when envvar LC_ALL='C' 363. Dataset$set_reference() updates categorical_feature, colnames, and predictor ('test_dataset.R:146:3') - Changing language has no effect when envvar LC_ALL='C' 364. Dataset$set_reference() updates categorical_feature, colnames, and predictor ('test_dataset.R:147:3') - Changing language has no effect when envvar LC_ALL='C' 365. Dataset$set_reference() updates categorical_feature, colnames, and predictor ('test_dataset.R:156:3') - Changing language has no effect when envvar LC_ALL='C' 366. Dataset$set_reference() updates categorical_feature, colnames, and predictor ('test_dataset.R:172:3') - Changing language has no effect when envvar LC_ALL='C' 367. (code run outside of `test_that()`) ('test_dataset.R:122:1') - Changing language has no effect when envvar LC_ALL='C' 368. (code run outside of `test_that()`) ('test_dataset.R:177:1') - Changing language has no effect when envvar LC_ALL='C' 369. (code run outside of `test_that()`) ('test_dataset.R:192:1') - Changing language has no effect when envvar LC_ALL='C' 370. lgb.Dataset: Dataset should be able to construct from matrix and return non-null handle ('test_dataset.R:212:3') - Changing language has no effect when envvar LC_ALL='C' 371. lgb.Dataset: Dataset should be able to construct from matrix and return non-null handle ('test_dataset.R:213:3') - Changing language has no effect when envvar LC_ALL='C' 372. (code run outside of `test_that()`) ('test_dataset.R:201:1') - Changing language has no effect when envvar LC_ALL='C' 373. (code run outside of `test_that()`) ('test_dataset.R:218:1') - Changing language has no effect when envvar LC_ALL='C' 374. lgb.Dataset$set_field() should convert 'group' to integer ('test_dataset.R:244:3') - Changing language has no effect when envvar LC_ALL='C' 375. (code run outside of `test_that()`) ('test_dataset.R:237:1') - Changing language has no effect when envvar LC_ALL='C' 376. (code run outside of `test_that()`) ('test_dataset.R:250:1') - Changing language has no effect when envvar LC_ALL='C' 377. (code run outside of `test_that()`) ('test_dataset.R:264:1') - Changing language has no effect when envvar LC_ALL='C' 378. (code run outside of `test_that()`) ('test_dataset.R:277:1') - Changing language has no effect when envvar LC_ALL='C' 379. Dataset$get_params() ignores irrelevant parameters ('test_dataset.R:310:3') - Changing language has no effect when envvar LC_ALL='C' 380. (code run outside of `test_that()`) ('test_dataset.R:298:1') - Changing language has no effect when envvar LC_ALL='C' 381. Dataset$update_parameters() does nothing for empty inputs ('test_dataset.R:325:3') - Changing language has no effect when envvar LC_ALL='C' 382. (code run outside of `test_that()`) ('test_dataset.R:313:1') - Changing language has no effect when envvar LC_ALL='C' 383. Dataset$update_params() works correctly for recognized Dataset parameters ('test_dataset.R:346:3') - Changing language has no effect when envvar LC_ALL='C' 384. (code run outside of `test_that()`) ('test_dataset.R:331:1') - Changing language has no effect when envvar LC_ALL='C' 385. Dataset$finalize() should not fail on an already-finalized Dataset ('test_dataset.R:359:3') - Changing language has no effect when envvar LC_ALL='C' 386. Dataset$finalize() should not fail on an already-finalized Dataset ('test_dataset.R:362:3') - Changing language has no effect when envvar LC_ALL='C' 387. Dataset$finalize() should not fail on an already-finalized Dataset ('test_dataset.R:365:3') - Changing language has no effect when envvar LC_ALL='C' 388. Dataset$finalize() should not fail on an already-finalized Dataset ('test_dataset.R:369:3') - Changing language has no effect when envvar LC_ALL='C' 389. (code run outside of `test_that()`) ('test_dataset.R:354:1') - Changing language has no effect when envvar LC_ALL='C' 390. lgb.Dataset: should be able to run lgb.train() immediately after using lgb.Dataset() on a file ('test_dataset.R:404:3') - Changing language has no effect when envvar LC_ALL='C' 391. (code run outside of `test_that()`) ('test_dataset.R:372:1') - Changing language has no effect when envvar LC_ALL='C' 392. lgb.Dataset: should be able to run lgb.cv() immediately after using lgb.Dataset() on a file ('test_dataset.R:440:3') - Changing language has no effect when envvar LC_ALL='C' 393. (code run outside of `test_that()`) ('test_dataset.R:407:1') - Changing language has no effect when envvar LC_ALL='C' 394. (code run outside of `test_that()`) ('test_dataset.R:443:1') - Changing language has no effect when envvar LC_ALL='C' 395. (code run outside of `test_that()`) ('test_dataset.R:472:1') - Changing language has no effect when envvar LC_ALL='C' 396. (code run outside of `test_that()`) ('test_dataset.R:490:1') - Changing language has no effect when envvar LC_ALL='C' 397. (code run outside of `test_that()`) ('test_dataset.R:514:1') - Changing language has no effect when envvar LC_ALL='C' 398. (code run outside of `test_that()`) ('test_dataset.R:538:1') - Changing language has no effect when envvar LC_ALL='C' 399. (code run outside of `test_that()`) ('test_dataset.R:589:1') - Changing language has no effect when envvar LC_ALL='C' 400. (code run outside of `test_that()`) ('test_dataset.R:639:1') - Changing language has no effect when envvar LC_ALL='C' 401. (code run outside of `test_that()`) ('test_dataset.R:654:1') - Changing language has no effect when envvar LC_ALL='C' 402. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:28:5') - Changing language has no effect when envvar LC_ALL='C' 403. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:40:9') - Changing language has no effect when envvar LC_ALL='C' 404. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:41:9') - Changing language has no effect when envvar LC_ALL='C' 405. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:42:9') - Changing language has no effect when envvar LC_ALL='C' 406. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:40:9') - Changing language has no effect when envvar LC_ALL='C' 407. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:41:9') - Changing language has no effect when envvar LC_ALL='C' 408. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:42:9') - Changing language has no effect when envvar LC_ALL='C' 409. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:40:9') - Changing language has no effect when envvar LC_ALL='C' 410. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:41:9') - Changing language has no effect when envvar LC_ALL='C' 411. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:42:9') - Changing language has no effect when envvar LC_ALL='C' 412. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:56:9') - Changing language has no effect when envvar LC_ALL='C' 413. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:57:9') - Changing language has no effect when envvar LC_ALL='C' 414. (code run outside of `test_that()`) ('test_learning_to_rank.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 415. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:97:5') - Changing language has no effect when envvar LC_ALL='C' 416. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:108:5') - Changing language has no effect when envvar LC_ALL='C' 417. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:109:5') - Changing language has no effect when envvar LC_ALL='C' 418. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:110:5') - Changing language has no effect when envvar LC_ALL='C' 419. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:111:5') - Changing language has no effect when envvar LC_ALL='C' 420. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:112:5') - Changing language has no effect when envvar LC_ALL='C' 421. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:130:9') - Changing language has no effect when envvar LC_ALL='C' 422. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:130:9') - Changing language has no effect when envvar LC_ALL='C' 423. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:130:9') - Changing language has no effect when envvar LC_ALL='C' 424. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:135:5') - Changing language has no effect when envvar LC_ALL='C' 425. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:141:5') - Changing language has no effect when envvar LC_ALL='C' 426. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:147:5') - Changing language has no effect when envvar LC_ALL='C' 427. (code run outside of `test_that()`) ('test_learning_to_rank.R:61:1') - Changing language has no effect when envvar LC_ALL='C' 428. Booster$finalize() should not fail ('test_lgb.Booster.R:14:5') - Changing language has no effect when envvar LC_ALL='C' 429. Booster$finalize() should not fail ('test_lgb.Booster.R:16:5') - Changing language has no effect when envvar LC_ALL='C' 430. Booster$finalize() should not fail ('test_lgb.Booster.R:19:5') - Changing language has no effect when envvar LC_ALL='C' 431. Booster$finalize() should not fail ('test_lgb.Booster.R:23:5') - Changing language has no effect when envvar LC_ALL='C' 432. (code run outside of `test_that()`) ('test_lgb.Booster.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 433. (code run outside of `test_that()`) ('test_lgb.Booster.R:26:1') - Changing language has no effect when envvar LC_ALL='C' 434. (code run outside of `test_that()`) ('test_lgb.Booster.R:49:1') - Changing language has no effect when envvar LC_ALL='C' 435. (code run outside of `test_that()`) ('test_lgb.Booster.R:84:1') - Changing language has no effect when envvar LC_ALL='C' 436. (code run outside of `test_that()`) ('test_lgb.Booster.R:118:1') - Changing language has no effect when envvar LC_ALL='C' 437. Loading a Booster from a text file works ('test_lgb.Booster.R:191:5') - Changing language has no effect when envvar LC_ALL='C' 438. Loading a Booster from a text file works ('test_lgb.Booster.R:199:5') - Changing language has no effect when envvar LC_ALL='C' 439. (code run outside of `test_that()`) ('test_lgb.Booster.R:164:1') - Changing language has no effect when envvar LC_ALL='C' 440. boosters with linear models at leaves can be written to text file and re-loaded successfully ('test_lgb.Booster.R:235:5') - Changing language has no effect when envvar LC_ALL='C' 441. boosters with linear models at leaves can be written to text file and re-loaded successfully ('test_lgb.Booster.R:242:5') - Changing language has no effect when envvar LC_ALL='C' 442. (code run outside of `test_that()`) ('test_lgb.Booster.R:212:1') - Changing language has no effect when envvar LC_ALL='C' 443. Loading a Booster from a string works ('test_lgb.Booster.R:272:5') - Changing language has no effect when envvar LC_ALL='C' 444. Loading a Booster from a string works ('test_lgb.Booster.R:279:5') - Changing language has no effect when envvar LC_ALL='C' 445. (code run outside of `test_that()`) ('test_lgb.Booster.R:254:1') - Changing language has no effect when envvar LC_ALL='C' 446. Saving a large model to string should work ('test_lgb.Booster.R:317:5') - Changing language has no effect when envvar LC_ALL='C' 447. (code run outside of `test_that()`) ('test_lgb.Booster.R:289:1') - Changing language has no effect when envvar LC_ALL='C' 448. (code run outside of `test_that()`) ('test_lgb.Booster.R:333:1') - Changing language has no effect when envvar LC_ALL='C' 449. If a string and a file are both passed to lgb.load() the file is used model_str is totally ignored ('test_lgb.Booster.R:379:5') - Changing language has no effect when envvar LC_ALL='C' 450. If a string and a file are both passed to lgb.load() the file is used model_str is totally ignored ('test_lgb.Booster.R:387:5') - Changing language has no effect when envvar LC_ALL='C' 451. (code run outside of `test_that()`) ('test_lgb.Booster.R:361:1') - Changing language has no effect when envvar LC_ALL='C' 452. Creating a Booster from a Dataset should work ('test_lgb.Booster.R:414:5') - Changing language has no effect when envvar LC_ALL='C' 453. Creating a Booster from a Dataset should work ('test_lgb.Booster.R:416:5') - Changing language has no effect when envvar LC_ALL='C' 454. Creating a Booster from a Dataset should work ('test_lgb.Booster.R:417:5') - Changing language has no effect when envvar LC_ALL='C' 455. (code run outside of `test_that()`) ('test_lgb.Booster.R:398:1') - Changing language has no effect when envvar LC_ALL='C' 456. Creating a Booster from a Dataset with an existing predictor should work ('test_lgb.Booster.R:449:5') - Changing language has no effect when envvar LC_ALL='C' 457. Creating a Booster from a Dataset with an existing predictor should work ('test_lgb.Booster.R:452:5') - Changing language has no effect when envvar LC_ALL='C' 458. (code run outside of `test_that()`) ('test_lgb.Booster.R:420:1') - Changing language has no effect when envvar LC_ALL='C' 459. Booster$eval() should work on a Dataset stored in a binary file ('test_lgb.Booster.R:505:5') - Changing language has no effect when envvar LC_ALL='C' 460. (code run outside of `test_that()`) ('test_lgb.Booster.R:458:1') - Changing language has no effect when envvar LC_ALL='C' 461. Booster$rollback_one_iter() should work as expected ('test_lgb.Booster.R:534:5') - Changing language has no effect when envvar LC_ALL='C' 462. Booster$rollback_one_iter() should work as expected ('test_lgb.Booster.R:542:5') - Changing language has no effect when envvar LC_ALL='C' 463. (code run outside of `test_that()`) ('test_lgb.Booster.R:514:1') - Changing language has no effect when envvar LC_ALL='C' 464. Booster$update() passing a train_set works as expected ('test_lgb.Booster.R:568:5') - Changing language has no effect when envvar LC_ALL='C' 465. Booster$update() passing a train_set works as expected ('test_lgb.Booster.R:577:5') - Changing language has no effect when envvar LC_ALL='C' 466. Booster$update() passing a train_set works as expected ('test_lgb.Booster.R:593:5') - Changing language has no effect when envvar LC_ALL='C' 467. (code run outside of `test_that()`) ('test_lgb.Booster.R:550:1') - Changing language has no effect when envvar LC_ALL='C' 468. (code run outside of `test_that()`) ('test_lgb.Booster.R:601:1') - Changing language has no effect when envvar LC_ALL='C' 469. (code run outside of `test_that()`) ('test_lgb.Booster.R:626:1') - Changing language has no effect when envvar LC_ALL='C' 470. (code run outside of `test_that()`) ('test_lgb.Booster.R:675:1') - Changing language has no effect when envvar LC_ALL='C' 471. (code run outside of `test_that()`) ('test_lgb.Booster.R:727:1') - Changing language has no effect when envvar LC_ALL='C' 472. (code run outside of `test_that()`) ('test_lgb.Booster.R:794:1') - Changing language has no effect when envvar LC_ALL='C' 473. (code run outside of `test_that()`) ('test_lgb.Booster.R:825:1') - Changing language has no effect when envvar LC_ALL='C' 474. Saving a model with different feature importance types works ('test_lgb.Booster.R:887:5') - Changing language has no effect when envvar LC_ALL='C' 475. (code run outside of `test_that()`) ('test_lgb.Booster.R:871:1') - Changing language has no effect when envvar LC_ALL='C' 476. Saving a model with unknown importance type fails ('test_lgb.Booster.R:943:5') - Changing language has no effect when envvar LC_ALL='C' 477. (code run outside of `test_that()`) ('test_lgb.Booster.R:927:1') - Changing language has no effect when envvar LC_ALL='C' 478. (code run outside of `test_that()`) ('test_lgb.Booster.R:965:1') - Changing language has no effect when envvar LC_ALL='C' 479. (code run outside of `test_that()`) ('test_lgb.Booster.R:1133:1') - Changing language has no effect when envvar LC_ALL='C' 480. (code run outside of `test_that()`) ('test_lgb.Booster.R:1193:1') - Changing language has no effect when envvar LC_ALL='C' 481. (code run outside of `test_that()`) ('test_lgb.Booster.R:1268:1') - Changing language has no effect when envvar LC_ALL='C' 482. (code run outside of `test_that()`) ('test_lgb.Booster.R:1287:1') - Changing language has no effect when envvar LC_ALL='C' 483. (code run outside of `test_that()`) ('test_lgb.Booster.R:1367:1') - Changing language has no effect when envvar LC_ALL='C' 484. (code run outside of `test_that()`) ('test_lgb.Booster.R:1424:1') - Changing language has no effect when envvar LC_ALL='C' 485. (code run outside of `test_that()`) ('test_lgb.Booster.R:1461:1') - Changing language has no effect when envvar LC_ALL='C' 486. boosters with linear models at leaves can be written to RDS and re-loaded successfully ('test_lgb.Booster.R:1505:5') - Changing language has no effect when envvar LC_ALL='C' 487. boosters with linear models at leaves can be written to RDS and re-loaded successfully ('test_lgb.Booster.R:1512:5') - Changing language has no effect when envvar LC_ALL='C' 488. (code run outside of `test_that()`) ('test_lgb.Booster.R:1483:1') - Changing language has no effect when envvar LC_ALL='C' 489. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 490. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 491. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1554:9') - Changing language has no effect when envvar LC_ALL='C' 492. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 493. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 494. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 495. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 496. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 497. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 498. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1578:9') - Changing language has no effect when envvar LC_ALL='C' 499. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 500. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 501. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 502. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 503. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 504. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 505. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1554:9') - Changing language has no effect when envvar LC_ALL='C' 506. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 507. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 508. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 509. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 510. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 511. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 512. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1578:9') - Changing language has no effect when envvar LC_ALL='C' 513. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 514. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 515. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 516. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 517. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 518. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 519. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1554:9') - Changing language has no effect when envvar LC_ALL='C' 520. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 521. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 522. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 523. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 524. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 525. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 526. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1578:9') - Changing language has no effect when envvar LC_ALL='C' 527. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 528. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 529. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 530. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 531. (code run outside of `test_that()`) ('test_lgb.Booster.R:1521:1') - Changing language has no effect when envvar LC_ALL='C' 532. (code run outside of `test_that()`) ('test_lgb.Booster.R:1656:1') - Changing language has no effect when envvar LC_ALL='C' 533. (code run outside of `test_that()`) ('test_lgb.Booster.R:1718:1') - Changing language has no effect when envvar LC_ALL='C' 534. (code run outside of `test_that()`) ('test_lgb.Booster.R:1734:1') - Changing language has no effect when envvar LC_ALL='C' 535. (code run outside of `test_that()`) ('test_lgb.Booster.R:1759:1') - Changing language has no effect when envvar LC_ALL='C' 536. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 537. lgb.convert_with_rules() should work correctly for a dataset with only character columns ('test_lgb.convert_with_rules.R:38:9') - Changing language has no effect when envvar LC_ALL='C' 538. lgb.convert_with_rules() should work correctly for a dataset with only character columns ('test_lgb.convert_with_rules.R:38:9') - Changing language has no effect when envvar LC_ALL='C' 539. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:20:1') - Changing language has no effect when envvar LC_ALL='C' 540. lgb.convert_with_rules() should work correctly for a dataset with only factor columns ('test_lgb.convert_with_rules.R:63:9') - Changing language has no effect when envvar LC_ALL='C' 541. lgb.convert_with_rules() should work correctly for a dataset with only factor columns ('test_lgb.convert_with_rules.R:63:9') - Changing language has no effect when envvar LC_ALL='C' 542. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:45:1') - Changing language has no effect when envvar LC_ALL='C' 543. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:70:1') - Changing language has no effect when envvar LC_ALL='C' 544. lgb.convert_with_rules() should work correctly for a dataset with numeric, factor, and character columns ('test_lgb.convert_with_rules.R:107:9') - Changing language has no effect when envvar LC_ALL='C' 545. lgb.convert_with_rules() should work correctly for a dataset with numeric, factor, and character columns ('test_lgb.convert_with_rules.R:107:9') - Changing language has no effect when envvar LC_ALL='C' 546. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:88:1') - Changing language has no effect when envvar LC_ALL='C' 547. lgb.convert_with_rules() should convert missing values to the expected value ('test_lgb.convert_with_rules.R:165:9') - Changing language has no effect when envvar LC_ALL='C' 548. lgb.convert_with_rules() should convert missing values to the expected value ('test_lgb.convert_with_rules.R:165:9') - Changing language has no effect when envvar LC_ALL='C' 549. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:118:1') - Changing language has no effect when envvar LC_ALL='C' 550. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:173:1') - Changing language has no effect when envvar LC_ALL='C' 551. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:232:1') - Changing language has no effect when envvar LC_ALL='C' 552. (code run outside of `test_that()`) ('test_lgb.importance.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 553. lgb.interprete works as expected for binary classification ('test_lgb.interprete.R:44:5') - Changing language has no effect when envvar LC_ALL='C' 554. lgb.interprete works as expected for binary classification ('test_lgb.interprete.R:45:5') - Changing language has no effect when envvar LC_ALL='C' 555. lgb.interprete works as expected for binary classification ('test_lgb.interprete.R:46:5') - Changing language has no effect when envvar LC_ALL='C' 556. (code run outside of `test_that()`) ('test_lgb.interprete.R:8:1') - Changing language has no effect when envvar LC_ALL='C' 557. lgb.intereprete works as expected for multiclass classification ('test_lgb.interprete.R:97:5') - Changing language has no effect when envvar LC_ALL='C' 558. lgb.intereprete works as expected for multiclass classification ('test_lgb.interprete.R:98:5') - Changing language has no effect when envvar LC_ALL='C' 559. lgb.intereprete works as expected for multiclass classification ('test_lgb.interprete.R:99:5') - Changing language has no effect when envvar LC_ALL='C' 560. (code run outside of `test_that()`) ('test_lgb.interprete.R:62:1') - Changing language has no effect when envvar LC_ALL='C' 561. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:77:3') - Changing language has no effect when envvar LC_ALL='C' 562. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:81:3') - Changing language has no effect when envvar LC_ALL='C' 563. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:88:3') - Changing language has no effect when envvar LC_ALL='C' 564. Depth calculated from lgb.model.dt.tree() respects max.depth ('test_lgb.model.dt.tree.R:93:5') - Changing language has no effect when envvar LC_ALL='C' 565. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:92:3') - Changing language has no effect when envvar LC_ALL='C' 566. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:96:3') - Changing language has no effect when envvar LC_ALL='C' 567. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:103:3') - Changing language has no effect when envvar LC_ALL='C' 568. leaves from lgb.model.dt.tree() do not have split info ('test_lgb.model.dt.tree.R:121:5') - Changing language has no effect when envvar LC_ALL='C' 569. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:110:3') - Changing language has no effect when envvar LC_ALL='C' 570. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:125:5') - Changing language has no effect when envvar LC_ALL='C' 571. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:126:5') - Changing language has no effect when envvar LC_ALL='C' 572. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:127:5') - Changing language has no effect when envvar LC_ALL='C' 573. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:124:3') - Changing language has no effect when envvar LC_ALL='C' 574. non-leaves from lgb.model.dt.tree() do not have leaf info ('test_lgb.model.dt.tree.R:134:5') - Changing language has no effect when envvar LC_ALL='C' 575. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:130:3') - Changing language has no effect when envvar LC_ALL='C' 576. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:138:5') - Changing language has no effect when envvar LC_ALL='C' 577. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:147:5') - Changing language has no effect when envvar LC_ALL='C' 578. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:150:5') - Changing language has no effect when envvar LC_ALL='C' 579. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:153:5') - Changing language has no effect when envvar LC_ALL='C' 580. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:156:5') - Changing language has no effect when envvar LC_ALL='C' 581. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:137:3') - Changing language has no effect when envvar LC_ALL='C' 582. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:77:3') - Changing language has no effect when envvar LC_ALL='C' 583. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:81:3') - Changing language has no effect when envvar LC_ALL='C' 584. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:88:3') - Changing language has no effect when envvar LC_ALL='C' 585. Depth calculated from lgb.model.dt.tree() respects max.depth ('test_lgb.model.dt.tree.R:93:5') - Changing language has no effect when envvar LC_ALL='C' 586. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:92:3') - Changing language has no effect when envvar LC_ALL='C' 587. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:96:3') - Changing language has no effect when envvar LC_ALL='C' 588. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:103:3') - Changing language has no effect when envvar LC_ALL='C' 589. leaves from lgb.model.dt.tree() do not have split info ('test_lgb.model.dt.tree.R:121:5') - Changing language has no effect when envvar LC_ALL='C' 590. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:110:3') - Changing language has no effect when envvar LC_ALL='C' 591. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:125:5') - Changing language has no effect when envvar LC_ALL='C' 592. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:126:5') - Changing language has no effect when envvar LC_ALL='C' 593. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:127:5') - Changing language has no effect when envvar LC_ALL='C' 594. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:124:3') - Changing language has no effect when envvar LC_ALL='C' 595. non-leaves from lgb.model.dt.tree() do not have leaf info ('test_lgb.model.dt.tree.R:134:5') - Changing language has no effect when envvar LC_ALL='C' 596. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:130:3') - Changing language has no effect when envvar LC_ALL='C' 597. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:138:5') - Changing language has no effect when envvar LC_ALL='C' 598. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:147:5') - Changing language has no effect when envvar LC_ALL='C' 599. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:150:5') - Changing language has no effect when envvar LC_ALL='C' 600. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:153:5') - Changing language has no effect when envvar LC_ALL='C' 601. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:156:5') - Changing language has no effect when envvar LC_ALL='C' 602. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:137:3') - Changing language has no effect when envvar LC_ALL='C' 603. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:77:3') - Changing language has no effect when envvar LC_ALL='C' 604. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:81:3') - Changing language has no effect when envvar LC_ALL='C' 605. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:88:3') - Changing language has no effect when envvar LC_ALL='C' 606. Depth calculated from lgb.model.dt.tree() respects max.depth ('test_lgb.model.dt.tree.R:93:5') - Changing language has no effect when envvar LC_ALL='C' 607. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:92:3') - Changing language has no effect when envvar LC_ALL='C' 608. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:96:3') - Changing language has no effect when envvar LC_ALL='C' 609. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:103:3') - Changing language has no effect when envvar LC_ALL='C' 610. leaves from lgb.model.dt.tree() do not have split info ('test_lgb.model.dt.tree.R:121:5') - Changing language has no effect when envvar LC_ALL='C' 611. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:110:3') - Changing language has no effect when envvar LC_ALL='C' 612. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:125:5') - Changing language has no effect when envvar LC_ALL='C' 613. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:126:5') - Changing language has no effect when envvar LC_ALL='C' 614. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:127:5') - Changing language has no effect when envvar LC_ALL='C' 615. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:124:3') - Changing language has no effect when envvar LC_ALL='C' 616. non-leaves from lgb.model.dt.tree() do not have leaf info ('test_lgb.model.dt.tree.R:134:5') - Changing language has no effect when envvar LC_ALL='C' 617. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:130:3') - Changing language has no effect when envvar LC_ALL='C' 618. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:138:5') - Changing language has no effect when envvar LC_ALL='C' 619. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:147:5') - Changing language has no effect when envvar LC_ALL='C' 620. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:150:5') - Changing language has no effect when envvar LC_ALL='C' 621. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:153:5') - Changing language has no effect when envvar LC_ALL='C' 622. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:156:5') - Changing language has no effect when envvar LC_ALL='C' 623. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:137:3') - Changing language has no effect when envvar LC_ALL='C' 624. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:77:3') - Changing language has no effect when envvar LC_ALL='C' 625. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:81:3') - Changing language has no effect when envvar LC_ALL='C' 626. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:88:3') - Changing language has no effect when envvar LC_ALL='C' 627. Depth calculated from lgb.model.dt.tree() respects max.depth ('test_lgb.model.dt.tree.R:93:5') - Changing language has no effect when envvar LC_ALL='C' 628. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:92:3') - Changing language has no effect when envvar LC_ALL='C' 629. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:96:3') - Changing language has no effect when envvar LC_ALL='C' 630. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:103:3') - Changing language has no effect when envvar LC_ALL='C' 631. leaves from lgb.model.dt.tree() do not have split info ('test_lgb.model.dt.tree.R:121:5') - Changing language has no effect when envvar LC_ALL='C' 632. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:110:3') - Changing language has no effect when envvar LC_ALL='C' 633. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:125:5') - Changing language has no effect when envvar LC_ALL='C' 634. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:126:5') - Changing language has no effect when envvar LC_ALL='C' 635. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:127:5') - Changing language has no effect when envvar LC_ALL='C' 636. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:124:3') - Changing language has no effect when envvar LC_ALL='C' 637. non-leaves from lgb.model.dt.tree() do not have leaf info ('test_lgb.model.dt.tree.R:134:5') - Changing language has no effect when envvar LC_ALL='C' 638. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:130:3') - Changing language has no effect when envvar LC_ALL='C' 639. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:138:5') - Changing language has no effect when envvar LC_ALL='C' 640. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:147:5') - Changing language has no effect when envvar LC_ALL='C' 641. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:150:5') - Changing language has no effect when envvar LC_ALL='C' 642. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:153:5') - Changing language has no effect when envvar LC_ALL='C' 643. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:156:5') - Changing language has no effect when envvar LC_ALL='C' 644. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:137:3') - Changing language has no effect when envvar LC_ALL='C' 645. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:160:1') - Changing language has no effect when envvar LC_ALL='C' 646. lgb.plot.importance() should run without error for well-formed inputs ('test_lgb.plot.importance.R:19:5') - Changing language has no effect when envvar LC_ALL='C' 647. lgb.plot.importance() should run without error for well-formed inputs ('test_lgb.plot.importance.R:37:9') - Changing language has no effect when envvar LC_ALL='C' 648. lgb.plot.importance() should run without error for well-formed inputs ('test_lgb.plot.importance.R:41:9') - Changing language has no effect when envvar LC_ALL='C' 649. lgb.plot.importance() should run without error for well-formed inputs ('test_lgb.plot.importance.R:45:9') - Changing language has no effect when envvar LC_ALL='C' 650. lgb.plot.importance() should run without error for well-formed inputs ('test_lgb.plot.importance.R:37:9') - Changing language has no effect when envvar LC_ALL='C' 651. lgb.plot.importance() should run without error for well-formed inputs ('test_lgb.plot.importance.R:41:9') - Changing language has no effect when envvar LC_ALL='C' 652. lgb.plot.importance() should run without error for well-formed inputs ('test_lgb.plot.importance.R:45:9') - Changing language has no effect when envvar LC_ALL='C' 653. (code run outside of `test_that()`) ('test_lgb.plot.importance.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 654. lgb.plot.interpretation works as expected for binary classification ('test_lgb.plot.interpretation.R:43:5') - Changing language has no effect when envvar LC_ALL='C' 655. lgb.plot.interpretation works as expected for binary classification ('test_lgb.plot.interpretation.R:57:5') - Changing language has no effect when envvar LC_ALL='C' 656. (code run outside of `test_that()`) ('test_lgb.plot.interpretation.R:8:1') - Changing language has no effect when envvar LC_ALL='C' 657. lgb.plot.interpretation works as expected for multiclass classification ('test_lgb.plot.interpretation.R:98:5') - Changing language has no effect when envvar LC_ALL='C' 658. (code run outside of `test_that()`) ('test_lgb.plot.interpretation.R:60:1') - Changing language has no effect when envvar LC_ALL='C' 659. .METRICS_HIGHER_BETTER() should be well formed ('test_metrics.R:5:5') - Changing language has no effect when envvar LC_ALL='C' 660. .METRICS_HIGHER_BETTER() should be well formed ('test_metrics.R:7:5') - Changing language has no effect when envvar LC_ALL='C' 661. .METRICS_HIGHER_BETTER() should be well formed ('test_metrics.R:9:5') - Changing language has no effect when envvar LC_ALL='C' 662. (code run outside of `test_that()`) ('test_metrics.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 663. getLGBMthreads() and setLGBMthreads() work as expected ('test_multithreading.R:4:5') - Changing language has no effect when envvar LC_ALL='C' 664. getLGBMthreads() and setLGBMthreads() work as expected ('test_multithreading.R:9:5') - Changing language has no effect when envvar LC_ALL='C' 665. getLGBMthreads() and setLGBMthreads() work as expected ('test_multithreading.R:14:5') - Changing language has no effect when envvar LC_ALL='C' 666. (code run outside of `test_that()`) ('test_multithreading.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 667. Feature penalties work properly ('test_parameters.R:35:3') - Changing language has no effect when envvar LC_ALL='C' 668. Feature penalties work properly ('test_parameters.R:36:3') - Changing language has no effect when envvar LC_ALL='C' 669. Feature penalties work properly ('test_parameters.R:37:3') - Changing language has no effect when envvar LC_ALL='C' 670. (code run outside of `test_that()`) ('test_parameters.R:6:1') - Changing language has no effect when envvar LC_ALL='C' 671. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:50:3') - Changing language has no effect when envvar LC_ALL='C' 672. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:51:3') - Changing language has no effect when envvar LC_ALL='C' 673. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:52:3') - Changing language has no effect when envvar LC_ALL='C' 674. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:53:3') - Changing language has no effect when envvar LC_ALL='C' 675. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:54:3') - Changing language has no effect when envvar LC_ALL='C' 676. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:55:3') - Changing language has no effect when envvar LC_ALL='C' 677. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:56:3') - Changing language has no effect when envvar LC_ALL='C' 678. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:57:3') - Changing language has no effect when envvar LC_ALL='C' 679. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:58:3') - Changing language has no effect when envvar LC_ALL='C' 680. (code run outside of `test_that()`) ('test_parameters.R:47:1') - Changing language has no effect when envvar LC_ALL='C' 681. .PARAMETER_ALIASES() uses the internal session cache ('test_parameters.R:71:3') - Changing language has no effect when envvar LC_ALL='C' 682. .PARAMETER_ALIASES() uses the internal session cache ('test_parameters.R:75:3') - Changing language has no effect when envvar LC_ALL='C' 683. .PARAMETER_ALIASES() uses the internal session cache ('test_parameters.R:76:3') - Changing language has no effect when envvar LC_ALL='C' 684. .PARAMETER_ALIASES() uses the internal session cache ('test_parameters.R:91:3') - Changing language has no effect when envvar LC_ALL='C' 685. (code run outside of `test_that()`) ('test_parameters.R:63:1') - Changing language has no effect when envvar LC_ALL='C' 686. (code run outside of `test_that()`) ('test_parameters.R:94:1') - Changing language has no effect when envvar LC_ALL='C' 687. (code run outside of `test_that()`) ('test_parameters.R:131:1') - Changing language has no effect when envvar LC_ALL='C' 688. (code run outside of `test_that()`) ('test_utils.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 689. (code run outside of `test_that()`) ('test_utils.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 690. (code run outside of `test_that()`) ('test_utils.R:27:1') - Changing language has no effect when envvar LC_ALL='C' 691. (code run outside of `test_that()`) ('test_utils.R:38:1') - Changing language has no effect when envvar LC_ALL='C' 692. (code run outside of `test_that()`) ('test_utils.R:47:1') - Changing language has no effect when envvar LC_ALL='C' 693. (code run outside of `test_that()`) ('test_utils.R:56:1') - Changing language has no effect when envvar LC_ALL='C' 694. (code run outside of `test_that()`) ('test_utils.R:65:1') - Changing language has no effect when envvar LC_ALL='C' 695. (code run outside of `test_that()`) ('test_utils.R:74:1') - Changing language has no effect when envvar LC_ALL='C' 696. (code run outside of `test_that()`) ('test_utils.R:83:1') - Changing language has no effect when envvar LC_ALL='C' 697. (code run outside of `test_that()`) ('test_utils.R:93:1') - Changing language has no effect when envvar LC_ALL='C' 698. (code run outside of `test_that()`) ('test_utils.R:111:1') - Changing language has no effect when envvar LC_ALL='C' 699. .equal_or_both_null produces expected results ('test_utils.R:140:5') - Changing language has no effect when envvar LC_ALL='C' 700. .equal_or_both_null produces expected results ('test_utils.R:141:5') - Changing language has no effect when envvar LC_ALL='C' 701. .equal_or_both_null produces expected results ('test_utils.R:142:5') - Changing language has no effect when envvar LC_ALL='C' 702. .equal_or_both_null produces expected results ('test_utils.R:143:5') - Changing language has no effect when envvar LC_ALL='C' 703. .equal_or_both_null produces expected results ('test_utils.R:144:5') - Changing language has no effect when envvar LC_ALL='C' 704. .equal_or_both_null produces expected results ('test_utils.R:145:5') - Changing language has no effect when envvar LC_ALL='C' 705. .equal_or_both_null produces expected results ('test_utils.R:146:5') - Changing language has no effect when envvar LC_ALL='C' 706. .equal_or_both_null produces expected results ('test_utils.R:147:5') - Changing language has no effect when envvar LC_ALL='C' 707. .equal_or_both_null produces expected results ('test_utils.R:148:5') - Changing language has no effect when envvar LC_ALL='C' 708. (code run outside of `test_that()`) ('test_utils.R:139:1') - Changing language has no effect when envvar LC_ALL='C' 709. (code run outside of `test_that()`) ('test_utils.R:151:1') - Changing language has no effect when envvar LC_ALL='C' 710. Gamma regression reacts on 'weight' ('test_weighted_loss.R:64:3') - Changing language has no effect when envvar LC_ALL='C' 711. (code run outside of `test_that()`) ('test_weighted_loss.R:1:1') - Changing language has no effect when envvar LC_ALL='C' == Failed ====================================================================== -- 1. Failure ('test_basic.R:1831:5'): lgb.train() supports non-ASCII feature na dumped_model[["feature_names"]] not identical to iconv(feature_names, to = "UTF-8"). 4/4 mismatches x[1]: "F_<9b>" y[1]: NA x[2]: "F_<80>" y[2]: NA x[3]: "F_<8c>" y[3]: NA x[4]: "F_<89>" y[4]: NA == DONE ======================================================================== Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: 1 ERROR See '/tmp/th798/16119574/R-devel/743/lightgbm.Rcheck/00check.log' for details. [1] "2025-03-26 01:32:05 MST" > system(paste(c("diff -u", Rcheck.list), collapse=" ")) > library(data.table, lib.loc=R.home("library")) > (sig.diff.dt <- myDiff(Rvers)) Key: Empty data.table (0 rows and 3 cols): checking,master,release > > ## If there are significant differences, use git bisect to find when > ## they started. > if(nrow(sig.diff.dt)){ + dt.git <- file.path(task.dir, "data.table.git") + system(paste("cd ~/R/data.table && git fetch --tags")) + system(paste("git clone ~/R/data.table", dt.git)) + release.tag <- gsub(".tar.gz|.*_", "", cargs[["release"]]) + rev.parse.cmd <- paste( + "cd", dt.git, "&& git rev-parse master") + master.sha <- system(rev.parse.cmd, intern=TRUE) + merge.base.cmd <- paste( + "cd", dt.git, "&& git merge-base master", release.tag) + merge.base.sha <- system(merge.base.cmd, intern=TRUE) + old.sha <- merge.base.sha + run_R <- file.path(proj.dir, "install_dt_then_check_dep.R") + sig.diff.dt[, first.bad.commit := NA_character_] + sig.diff.dt[, comments := NA_character_] + for(diff.i in 1:nrow(sig.diff.dt)){ + sig.diff.row <- sig.diff.dt[diff.i] + bisect.cmd <- paste( + "cd", dt.git, "&&", + "git bisect start &&", + "git bisect old", old.sha, "&&", + "git bisect new master &&", + "git bisect run", + R.home('bin/Rscript'), + run_R, + shQuote(sig.diff.row$checking), + sig.diff.row$release, + rev.dep.release.tar.gz, + release.tag) + print(bisect.cmd) + bisect.out <- system(bisect.cmd, intern=TRUE) + cat(bisect.out,sep="\n") + if(is.null(attr(bisect.out,"status"))){ + first.bad.sha <- nc::capture_all_str( + bisect.out, + sha="[0-9a-f]+", + " is the first new commit")$sha + parent.cmd <- paste( + "cd ~/R/data.table && git log --pretty=%P -n 1", + first.bad.sha) + parent.sha <- system(parent.cmd, intern=TRUE) + sig.diff.dt[diff.i, first.bad.commit := first.bad.sha] + parent.msg <- paste0("parent=", parent.sha) + this.comment <- if(parent.sha==old.sha){ + paste(parent.msg, "same as git bisect old") + }else if(first.bad.sha==master.sha){ + paste("same as git bisect new=master,", parent.msg) + }else{ + parent.msg + } + sig.diff.dt[diff.i, comments := this.comment] + } + } + ## add CRAN column. + sig.diff.dt[, CRAN := { + flavor <- get_flavor(Rvers) + details <- data.table(flavor=unique(flavor))[, { + base <- "https://www.r-project.org/nosvn/R.check/" + u <- paste0(base, flavor, "/", rev.dep, "-00check.txt") + check.txt <- tempfile() + tryCatch({ + download.file(u, check.txt, quiet=TRUE) + }, error=function(e){ + NULL + }) + check.lines <- if(file.exists(check.txt)){ + readLines(check.txt,encoding="UTF-8") + }else{ + "" + } + repl.lines <- gsub("[\u2018\u2019]", "'", check.lines) + ##gsub("[‘’]", "'", check.lines) does not work with LC_ALL=C. + myStatus(line.vec=repl.lines) + }, by=flavor] + select.dt <- data.table(flavor, checking) + details[select.dt, msg, on=.(flavor, checking)] + }] + dir.create(file.path(job.dir, Rvers)) + diffs.csv <- file.path(job.dir, Rvers, "significant_differences.csv") + data.table::fwrite(sig.diff.dt, diffs.csv) + print(sig.diff.dt) + } > WARNING: ignoring environment value of R_HOME R version 4.4.3 (2025-02-28) -- "Trophy Case" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > cargs <- commandArgs(trailingOnly=TRUE) > if(length(cargs)==0){ + ## before running interactively, make sure to start emacs/R with + ## environment defined in /scratch/...check_one.sh, particularly + ## R_LIBS_USER=/tmp/... otherwise we get error when installing + ## data.table. + base <- "/scratch/th798/data.table-revdeps/*" + cargs <- c( + Sys.glob(file.path(base,"deps.csv")), + "349", + Sys.glob(file.path(base, "data.table_release_*tar.gz")), + Sys.glob(file.path(base, "data.table_master_*tar.gz")) + ) + } > names(cargs) <- c("deps.csv", "task.str", "release", "master") > dput(cargs) c(deps.csv = "/scratch/th798/data.table-revdeps/2025-03-26/deps.csv", task.str = "743", release = "/scratch/th798/data.table-revdeps/2025-03-26/data.table_release_1.17.0.tar.gz", master = "/scratch/th798/data.table-revdeps/2025-03-26/data.table_master_1.17.99.77b43940971091a63baeccf65ec3b2d729dc3a57.tar.gz" ) > (task.dir <- dirname(.libPaths()[1]))#should be /tmp/th798/slurmid/R-vers [1] "/tmp/th798/16119574/R-release/743" > if(requireNamespace("R.cache"))R.cache::getCachePath() Loading required namespace: R.cache [1] "/tmp/th798/16119574/R-release/743/R.cache" > task.id <- as.integer(cargs[["task.str"]]) > deps.df <- read.csv(cargs[["deps.csv"]]) > (rev.dep <- deps.df$Package[task.id]) [1] "lightgbm" > job.dir <- file.path(dirname(cargs[["deps.csv"]]), "tasks", task.id) > setwd(task.dir) > .libPaths() [1] "/tmp/th798/16119574/R-release/743/library" [2] "/projects/genomic-ml/R/R-release/library" > options(repos=c(#this should be in ~/.Rprofile too. + CRAN="http://cloud.r-project.org")) > print(Sys.time()) [1] "2025-03-26 01:32:10 MST" > install.time <- system.time({ + install.packages(rev.dep, dep=TRUE) + }) Installing package into '/tmp/th798/16119574/R-release/743/library' (as 'lib' is unspecified) trying URL 'http://cloud.r-project.org/src/contrib/lightgbm_4.6.0.tar.gz' Content type 'application/x-gzip' length 1724660 bytes (1.6 MB) ================================================== downloaded 1.6 MB * installing *source* package 'lightgbm' ... ** package 'lightgbm' successfully unpacked and MD5 sums checked ** using staged installation checking location of R... /home/th798/R/R-release checking whether MM_PREFETCH works... yes checking whether MM_MALLOC works... yes configure: creating ./config.status config.status: creating src/Makevars ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' using C++17 /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c boosting/boosting.cpp -o boosting/boosting.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c boosting/gbdt.cpp -o boosting/gbdt.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c boosting/gbdt_model_text.cpp -o boosting/gbdt_model_text.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c boosting/gbdt_prediction.cpp -o boosting/gbdt_prediction.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c boosting/prediction_early_stop.cpp -o boosting/prediction_early_stop.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c boosting/sample_strategy.cpp -o boosting/sample_strategy.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c io/bin.cpp -o io/bin.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c io/config.cpp -o io/config.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c io/config_auto.cpp -o io/config_auto.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c io/dataset.cpp -o io/dataset.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c io/dataset_loader.cpp -o io/dataset_loader.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c io/file_io.cpp -o io/file_io.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c io/json11.cpp -o io/json11.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c io/metadata.cpp -o io/metadata.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c io/parser.cpp -o io/parser.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c io/train_share_states.cpp -o io/train_share_states.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c io/tree.cpp -o io/tree.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c metric/dcg_calculator.cpp -o metric/dcg_calculator.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c metric/metric.cpp -o metric/metric.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c objective/objective_function.cpp -o objective/objective_function.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c network/linker_topo.cpp -o network/linker_topo.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c network/linkers_mpi.cpp -o network/linkers_mpi.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c network/linkers_socket.cpp -o network/linkers_socket.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c network/network.cpp -o network/network.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c treelearner/data_parallel_tree_learner.cpp -o treelearner/data_parallel_tree_learner.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c treelearner/feature_histogram.cpp -o treelearner/feature_histogram.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c treelearner/feature_parallel_tree_learner.cpp -o treelearner/feature_parallel_tree_learner.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c treelearner/gpu_tree_learner.cpp -o treelearner/gpu_tree_learner.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c treelearner/gradient_discretizer.cpp -o treelearner/gradient_discretizer.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c treelearner/linear_tree_learner.cpp -o treelearner/linear_tree_learner.o In file included from ./include/Eigen/Core:205, from ./include/Eigen/Dense:1, from treelearner/linear_tree_learner.cpp:7: ./include/Eigen/src/Core/arch/SSE/PacketMath.h:46:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 46 | typedef eigen_packet_wrapper<__m128i, 0> Packet4i; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:47:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 47 | typedef eigen_packet_wrapper<__m128i, 1> Packet16b; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:49:39: warning: ignoring attributes on template argument '__m128' [-Wignored-attributes] 49 | template<> struct is_arithmetic<__m128> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:50:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 50 | template<> struct is_arithmetic<__m128i> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:51:40: warning: ignoring attributes on template argument '__m128d' [-Wignored-attributes] 51 | template<> struct is_arithmetic<__m128d> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:222:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 222 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:228:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 228 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1124:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 1124 | ptranspose(PacketBlock& kernel) { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1129:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 1129 | ptranspose(PacketBlock& kernel) { | ^ In file included from ./include/Eigen/Core:174: ./include/Eigen/src/Core/arch/Default/ConjHelper.h:16:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 16 | struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:173:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 173 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:29:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 29 | struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:173:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 173 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:16:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 16 | struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:298:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 298 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:29:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 29 | struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:298:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 298 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:165: ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here ./include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from ./include/Eigen/Core:271: ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here ./include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' treelearner/linear_tree_learner.cpp:347:17: required from here ./include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' treelearner/linear_tree_learner.cpp:347:17: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' ./include/Eigen/src/Core/Inverse.h:68:7: required from 'class Eigen::InverseImpl >, Eigen::SolverStorage>' ./include/Eigen/src/Core/Inverse.h:43:7: required from 'class Eigen::Inverse > >' treelearner/linear_tree_learner.cpp:356:61: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Inverse > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Inverse > > > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Inverse > > > >' ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Inverse > >, Eigen::Dense>' ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Inverse > > >' treelearner/linear_tree_learner.cpp:356:65: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Inverse > > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Inverse > > >, Eigen::Matrix, 0> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Inverse > > >, Eigen::Matrix, 0> >' ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Inverse > > >, Eigen::Matrix, 0, 8>' ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Inverse > > >, Eigen::Matrix, 0, Eigen::Dense>' ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>' treelearner/linear_tree_learner.cpp:356:63: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' ./include/Eigen/src/LU/FullPivLU.h:495:28: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' ./include/Eigen/src/LU/FullPivLU.h:495:44: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' ./include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, false> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, false> > >' ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, -1, false>, Eigen::Dense>' ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, -1, false> >' ./include/Eigen/src/LU/FullPivLU.h:520:35: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' ./include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' ./include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, 0>' ./include/Eigen/src/Core/MapBase.h:223:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' ./include/Eigen/src/Core/MapBase.h:223:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, Eigen::Block, 1, -1, false>, 1, -1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false>, Eigen::Block, 1, -1, false>, 1, -1, false>, 0> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false>, Eigen::Block, 1, -1, false>, 1, -1, false>, 0> >' ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, true>, -1, 1, false>, Eigen::Block, 1, -1, false>, 1, -1, false>, 0, 5>' ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, true>, -1, 1, false>, Eigen::Block, 1, -1, false>, 1, -1, false>, 0, Eigen::Dense>' ./include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' ./include/Eigen/src/Core/Matrix.h:178:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' ./include/Eigen/src/Core/SelfCwiseBinaryOp.h:41:67: required from 'Derived& Eigen::DenseBase::operator/=(const Scalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double]' ./include/Eigen/src/LU/FullPivLU.h:559:34: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from ./include/Eigen/Core:277: ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >' ./include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, -1, -1, false> >, Eigen::internal::IndexBased, double>' ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, -1, false> > >' ./include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, -1, -1, false> > >' ./include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, const Eigen::Block, -1, -1, false> >, 0>; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, -1, false> >]' ./include/Eigen/src/Core/Visitor.h:348:14: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Inverse > > >, const Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Inverse > > >, const Eigen::Block, -1, 1, true>, 0> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Inverse > > >, const Eigen::Block, -1, 1, true>, 0> >' ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Inverse > > >, const Eigen::Block, -1, 1, true>, 0, 7>' ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Inverse > > >, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Inverse > > >, const Eigen::Block, -1, 1, true>, 0>' ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' ./include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' ./include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, 1, true>, Eigen::Dense>' ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::Inverse > > >, const Eigen::Block, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix]' ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Inverse > > >, 1, -1, false>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Inverse > > >, 1, -1, false>, Eigen::Matrix, 0> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Inverse > > >, 1, -1, false>, Eigen::Matrix, 0> >' ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Inverse > > >, 1, -1, false>, Eigen::Matrix, 0, 7>' ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Inverse > > >, 1, -1, false>, Eigen::Matrix, 0, Eigen::Dense>' ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Inverse > > >, 1, -1, false>, Eigen::Matrix, 0>' ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Inverse > > >, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Inverse > > >, 1, -1, false> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Inverse > > >, 1, -1, false> >' ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Inverse > > >, 1, -1, false, false>' ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Inverse > > >, 1, -1, false, Eigen::Dense>' ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Inverse > > >, 1, -1, false>' ./include/Eigen/src/Core/Product.h:113:15: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Inverse > > >, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Inverse > > >, 1, -1, false> >' ./include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, const Eigen::Inverse > > >, 1, -1, false>, Eigen::Dense>' ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::Inverse > > >, 1, -1, false>, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix]' ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::Matrix, 1> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::Matrix, 1> >' ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::Matrix, 1, 8>' ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::Matrix, 1, Eigen::Dense>' ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::Matrix, 1>' ./include/Eigen/src/Core/ProductEvaluators.h:469:72: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product > >, Eigen::Matrix, 1> > >' ./include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product > >, Eigen::Matrix, 1>, Eigen::Dense>' ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product > >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product > >, Eigen::Matrix, 1> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product > >, Eigen::Matrix, 1> > >' ./include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product > >, Eigen::Matrix, 1>, Eigen::Dense>' ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product > >, Eigen::Matrix, 1> >' ./include/Eigen/src/Core/ProductEvaluators.h:469:55: required from 'static void Eigen::internal::generic_product_impl::eval_dynamic_impl(Dst&, const LhsT&, const RhsT&, const Func&, const Scalar&, Eigen::internal::true_type) [with Dst = Eigen::Matrix; LhsT = Eigen::Inverse > >; RhsT = Eigen::Matrix; Func = Eigen::internal::assign_op; Scalar = double; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix]' ./include/Eigen/src/Core/ProductEvaluators.h:446:22: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' ./include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' ./include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:444:18: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 2>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, true, true>' ./include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >' ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true, false>' ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true, Eigen::Dense>' ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true>' ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' ./include/Eigen/src/Core/Matrix.h:178:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block, 1, -1, false>; Functor = swap_assign_op]' ./include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block, 1, -1, false>; Functor = Eigen::internal::swap_assign_op; Weak = void]' ./include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, 1, -1, false>; Func = swap_assign_op]' ./include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, 1, -1, false>; Func = swap_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' ./include/Eigen/src/Core/DenseBase.h:424:22: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::Block, -1, 1, true>; Functor = swap_assign_op]' ./include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::Block, -1, 1, true>; Functor = Eigen::internal::swap_assign_op; Weak = void]' ./include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::Block, -1, 1, true>; Func = swap_assign_op]' ./include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::Block, -1, 1, true>; Func = swap_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' ./include/Eigen/src/Core/DenseBase.h:424:22: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = div_assign_op]' ./include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = Eigen::internal::div_assign_op; Weak = void]' ./include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op]' ./include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' ./include/Eigen/src/Core/SelfCwiseBinaryOp.h:41:28: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >': ./include/Eigen/src/Core/ProductEvaluators.h:274:18: required from 'void Eigen::internal::outer_product_selector_run(Dst&, const Lhs&, const Rhs&, const Func&, const false_type&) [with Dst = Eigen::Block, -1, -1, false>; Lhs = Eigen::Block, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 1, -1, false>, 1, -1, false>; Func = generic_product_impl, -1, 1, true>, -1, 1, false>, Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::DenseShape, Eigen::DenseShape, 5>::sub]' ./include/Eigen/src/Core/ProductEvaluators.h:329:41: required from 'static void Eigen::internal::generic_product_impl::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Block, -1, -1, false>; Lhs = Eigen::Block, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 1, -1, false>, 1, -1, false>]' ./include/Eigen/src/Core/ProductEvaluators.h:178:42: required from 'static void Eigen::internal::Assignment, Eigen::internal::sub_assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::sub_assign_op&) [with DstXprType = Eigen::Block, -1, -1, false>; Lhs = Eigen::Block, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 1, -1, false>, 1, -1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, 1, true>, -1, 1, false>, Eigen::Block, 1, -1, false>, 1, -1, false>, 0>]' ./include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Product, -1, 1, true>, -1, 1, false>, Eigen::Block, 1, -1, false>, 1, -1, false>, 0>; Func = sub_assign_op]' ./include/Eigen/src/Core/NoAlias.h:59:31: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' ./include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' ./include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' ./include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >' ./include/Eigen/src/Core/ProductEvaluators.h:280:48: required from 'void Eigen::internal::outer_product_selector_run(Dst&, const Lhs&, const Rhs&, const Func&, const false_type&) [with Dst = Eigen::Block, -1, -1, false>; Lhs = Eigen::Block, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 1, -1, false>, 1, -1, false>; Func = generic_product_impl, -1, 1, true>, -1, 1, false>, Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::DenseShape, Eigen::DenseShape, 5>::sub]' ./include/Eigen/src/Core/ProductEvaluators.h:329:41: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from ./include/Eigen/Core:333: ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:87:38: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Block, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = const Eigen::Block, -1, 1, true>; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix]' ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:91:42: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Block, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = const Eigen::Block, -1, 1, true>; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix]' ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:95:45: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Block, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = const Eigen::Block, -1, 1, true>; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix]' ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, Eigen::Stride<0, 0> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, Eigen::Stride<0, 0> > >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, Eigen::Stride<0, 0> >, 0>' ./include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' ./include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> >, Eigen::Dense>' ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >' ./include/Eigen/src/Core/GeneralProduct.h:296:40: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Block, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' ./include/Eigen/src/Core/Transpose.h:52:37: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' ./include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' ./include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Inverse > > >, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Inverse > > >, 1, -1, false> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Inverse > > >, 1, -1, false> > >' ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Inverse > > >, 1, -1, false>, Eigen::Dense>' ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >' ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Inverse > > >, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' ./include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Inverse > > >, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> > >' ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true>, Eigen::Dense>' ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >' ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' ./include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' ./include/Eigen/src/Core/MapBase.h:223:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 1>' ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 3>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' ./include/Eigen/src/Core/MapBase.h:223:34: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from ./include/Eigen/Core:330: ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:147:40: required from 'void Eigen::internal::evaluateProductBlockingSizesHeuristic(Index&, Index&, Index&, Index) [with LhsScalar = double; RhsScalar = double; int KcFactor = 1; Index = long int]' ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:342:81: required from 'void Eigen::internal::computeProductBlockingSizes(Index&, Index&, Index&, Index) [with LhsScalar = double; RhsScalar = double; int KcFactor = 1; Index = long int]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:355:66: required from 'Eigen::internal::gemm_blocking_space::gemm_blocking_space(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, bool) [with int StorageOrder = 0; _LhsScalar = double; _RhsScalar = double; int MaxRows = -1; int MaxCols = -1; int MaxDepth = -1; int KcFactor = 1; Eigen::Index = long int]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:507:18: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix]' ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1080:42: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' ./include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1085:45: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' ./include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, -1, 1, true> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, -1, 1, true> >' ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, -1, 1, true, false>' ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, -1, 1, true, Eigen::Dense>' ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, -1, 1, true>' ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:184:17: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' ./include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix]' ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2100:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2100 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2102:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2102 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2103 | QuarterPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:195:21: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' ./include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix]' ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2459:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2459 | PacketBlock kernel; | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = double; RhsScalar = double; Index = long int; DataMapper = Eigen::internal::blas_data_mapper; int mr = 4; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = double]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:198:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' ./include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix]' ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1920:103: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1920 | const int SResPacketHalfSize = unpacket_traits::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1921:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1921 | const int SResPacketQuarterSize = unpacket_traits::half>::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1921:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1977:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1977 | typedef typename conditional=8,typename unpacket_traits::half,SResPacket>::type SResPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1978:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1978 | typedef typename conditional=8,typename unpacket_traits::half,SLhsPacket>::type SLhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1979:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1979 | typedef typename conditional=8,typename unpacket_traits::half,SRhsPacket>::type SRhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1980:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1980 | typedef typename conditional=8,typename unpacket_traits::half,SAccPacket>::type SAccPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >' ./include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' ./include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >' ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> > >' ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> > >' ./include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' ./include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' ./include/Eigen/src/LU/FullPivLU.h:855:60: required from 'static void Eigen::internal::Assignment >, Eigen::internal::assign_op::Scalar>, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; MatrixType = Eigen::Matrix; SrcXprType = Eigen::Inverse > >; typename SrcXprType::Scalar = double; typename DstXprType::Scalar = double]' ./include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Inverse > >; Func = assign_op]' ./include/Eigen/src/Core/PlainObjectBase.h:797:41: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseNullaryOp, Eigen::Matrix > > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseNullaryOp, Eigen::Matrix > > >' ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::CwiseNullaryOp, Eigen::Matrix > >' ./include/Eigen/src/LU/FullPivLU.h:855:39: required from 'static void Eigen::internal::Assignment >, Eigen::internal::assign_op::Scalar>, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; MatrixType = Eigen::Matrix; SrcXprType = Eigen::Inverse > >; typename SrcXprType::Scalar = double; typename DstXprType::Scalar = double]' ./include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Matrix >, -1, 1, true> >' ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; ResultType = double; Scalar = double]' ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long int]' ./include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 2>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' ./include/Eigen/src/Core/Block.h:154:7: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' ./include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' ./include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Inverse > >; Rhs = Eigen::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Inverse > >; CoeffReturnType = double; Eigen::Index = long int]' ./include/Eigen/src/Core/CoreEvaluators.h:769:69: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Functor = sub_assign_op]' ./include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' ./include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = sub_assign_op]' ./include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' ./include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, -1, -1, false>, -1, 1, true>]' ./include/Eigen/src/Core/ProductEvaluators.h:305:153: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; Eigen::Index = long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, -1, 1, true> >; Scalar = double]' ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; ResultType = double; Scalar = double]' ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long int]' ./include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:470:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/LU/FullPivLU.h:872:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' treelearner/linear_tree_learner.cpp:356:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >' ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false> >, Eigen::internal::IndexBased, double>' ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> > >' ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> > >' ./include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' ./include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::CwiseNullaryOp, Eigen::Matrix >, 2>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::CwiseNullaryOp, Eigen::Matrix >, 2> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::CwiseNullaryOp, Eigen::Matrix >, 2> >' ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::CwiseNullaryOp, Eigen::Matrix >, 2, 8>' ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::CwiseNullaryOp, Eigen::Matrix >, 2, Eigen::Dense>' ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::CwiseNullaryOp, Eigen::Matrix >, 2>' ./include/Eigen/src/LU/FullPivLU.h:769:22: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' ./include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::Block, -1, -1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::Block, -1, -1, false>, 0> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::Block, -1, -1, false>, 0> >' ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::Block, -1, -1, false>, 0, 8>' ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::Block, -1, -1, false>, 0>' ./include/Eigen/src/LU/FullPivLU.h:776:59: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' ./include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Block, 1, -1, false>; Scalar = double]' ./include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Block, 1, -1, false>]' ./include/Eigen/src/LU/FullPivLU.h:787:55: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = true]': ./include/Eigen/src/Core/products/TriangularSolverMatrix.h:155:19: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 5; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' ./include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Block, -1, -1, false>; int Side = 1; int Mode = 5]' ./include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Block, -1, -1, false>; unsigned int _Mode = 5]' ./include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Block, -1, -1, false>; unsigned int _Mode = 5]' ./include/Eigen/src/LU/FullPivLU.h:774:20: required from 'void Eigen::FullPivLU::_solve_impl(const RhsType&, DstType&) const [with RhsType = Eigen::CwiseNullaryOp, Eigen::Matrix >; DstType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ./include/Eigen/src/Core/Solve.h:147:26: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2459:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2459 | PacketBlock kernel; | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix >, 1, -1, false> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix >, 1, -1, false> >' ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix >, 1, -1, false, false>' ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix >, 1, -1, false, Eigen::Dense>' ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix >, 1, -1, false>' ./include/Eigen/src/Core/ProductEvaluators.h:1050:11: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, const Eigen::Block, -1, -1, false>, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, const Eigen::Block, -1, -1, false>, -1, 1, true>, 0> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, const Eigen::Block, -1, -1, false>, -1, 1, true>, 0> >' ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, const Eigen::Block, -1, -1, false>, -1, 1, true>, 0, 7>' ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, const Eigen::Block, -1, -1, false>, -1, 1, true>, 0, Eigen::Dense>' ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, const Eigen::Block, -1, -1, false>, -1, 1, true>, 0>' ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 2>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true, true>' ./include/Eigen/src/Core/Block.h:154:7: [ skipping 30 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': ./include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, Eigen::Dense>' ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, const Eigen::Block, -1, -1, false>, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Block, -1, -1, false>; Rhs = Eigen::Block, -1, -1, false>; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Block, -1, -1, false>; Rhs = Eigen::Block, -1, -1, false>]' ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Block, -1, -1, false>; Rhs = Eigen::Block, -1, -1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, Eigen::Block, -1, -1, false>, 0>]' ./include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >' ./include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, 1, true>, Eigen::Dense>' ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, const Eigen::Block, -1, -1, false>, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Block, -1, -1, false>; Rhs = Eigen::Block, -1, -1, false>; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Block, -1, -1, false>; Rhs = Eigen::Block, -1, -1, false>]' ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, Eigen::Block, -1, -1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false>, Eigen::Block, -1, -1, false>, 0> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false>, Eigen::Block, -1, -1, false>, 0> >' ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 1, -1, false>, Eigen::Block, -1, -1, false>, 0, 7>' ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 1, -1, false>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 1, -1, false>, Eigen::Block, -1, -1, false>, 0>' ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 2>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false, true>' ./include/Eigen/src/Core/Block.h:154:7: [ skipping 30 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >' ./include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, 1, -1, false>, Eigen::Dense>' ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, 1, -1, false>, Eigen::Block, -1, -1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Block, -1, -1, false>; Rhs = Eigen::Block, -1, -1, false>; Scalar = double]' ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Block, -1, -1, false>; Rhs = Eigen::Block, -1, -1, false>]' ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::Block, -1, -1, false>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::Block, -1, -1, false>, 1> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::Block, -1, -1, false>, 1> >' ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::Block, -1, -1, false>, 1, 8>' ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::Block, -1, -1, false>, 1, Eigen::Dense>' ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::Block, -1, -1, false>, 1>' ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 26 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, true>, 2>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, true> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, true> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, -1, 1, true>, 0>' ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true>, -1, 1, true, true>' ./include/Eigen/src/Core/Block.h:154:7: [ skipping 28 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1, -1, true>, 2>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false>, 1, -1, true> >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false>, 1, -1, true> >' ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 1, -1, true>, 0>' ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false>, 1, -1, true, true>' ./include/Eigen/src/Core/Block.h:154:7: [ skipping 28 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, Eigen::Dense>' ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' ./include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 2>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> > >' ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 1, -1, false>, Eigen::Dense>' ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, 1, -1, false> >' ./include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true> > >' ./include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true>, Eigen::Dense>' ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true> >' ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true>; ResScalar = double]' ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1, -1, true> >, 2>' ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false>, 1, -1, true> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false>, 1, -1, true> > >' ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 1, -1, false>, 1, -1, true>, Eigen::Dense>' ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, true> >' ./include/Eigen/src/Core/Dot.h:50:23: [ skipping 28 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, 1, true> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, 1, true> > >' ./include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, Eigen::Dense>' ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, 1, true> >' ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, 1, true>; ResScalar = double]' ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix >, 1, -1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block, Eigen::Matrix >, 1, -1, false>; Functor = assign_op]' ./include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block, Eigen::Matrix >, 1, -1, false>; Functor = Eigen::internal::assign_op; Weak = void]' ./include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, Eigen::Matrix >, 1, -1, false>; Func = assign_op]' ./include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, Eigen::Matrix >, 1, -1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' ./include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, Eigen::Matrix >, 1, -1, false>]' ./include/Eigen/src/Core/Assign.h:66:28: [ skipping 25 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, true> >' ./include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' ./include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true> > >' ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true> > >' ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 29 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false>, 1, -1, true> >' ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false>, 1, -1, true> > >' ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false>, 1, -1, true> > >' ./include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' ./include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 32 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true> > >' ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true> > >' ./include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, Eigen::Dense>' ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true> >' ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Block, -1, -1, false>; Rhs = Eigen::Block, -1, -1, false>; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Block, -1, -1, false>; CoeffReturnType = double; Eigen::Index = long int]' ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 30 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' treelearner/linear_tree_learner.cpp:356:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:126:26: required from 'LightGBM::Tree* LightGBM::LinearTreeLearner::Train(const LightGBM::score_t*, const LightGBM::score_t*, bool) [with TREE_LEARNER_TYPE = LightGBM::SerialTreeLearner; LightGBM::score_t = float]' treelearner/linear_tree_learner.cpp:391:129: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c treelearner/serial_tree_learner.cpp -o treelearner/serial_tree_learner.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c treelearner/tree_learner.cpp -o treelearner/tree_learner.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c treelearner/voting_parallel_tree_learner.cpp -o treelearner/voting_parallel_tree_learner.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils/openmp_wrapper.cpp -o utils/openmp_wrapper.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c c_api.cpp -o c_api.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DEIGEN_DONT_PARALLELIZE -DMM_PREFETCH=1 -DMM_MALLOC=1 -DUSE_SOCKET -DLGB_R_BUILD -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c lightgbm_R.cpp -o lightgbm_R.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o lightgbm.so boosting/boosting.o boosting/gbdt.o boosting/gbdt_model_text.o boosting/gbdt_prediction.o boosting/prediction_early_stop.o boosting/sample_strategy.o io/bin.o io/config.o io/config_auto.o io/dataset.o io/dataset_loader.o io/file_io.o io/json11.o io/metadata.o io/parser.o io/train_share_states.o io/tree.o metric/dcg_calculator.o metric/metric.o objective/objective_function.o network/linker_topo.o network/linkers_mpi.o network/linkers_socket.o network/network.o treelearner/data_parallel_tree_learner.o treelearner/feature_histogram.o treelearner/feature_parallel_tree_learner.o treelearner/gpu_tree_learner.o treelearner/gradient_discretizer.o treelearner/linear_tree_learner.o treelearner/serial_tree_learner.o treelearner/tree_learner.o treelearner/voting_parallel_tree_learner.o utils/openmp_wrapper.o c_api.o lightgbm_R.o -fopenmp -pthread installing to /tmp/th798/16119574/R-release/743/library/00LOCK-lightgbm/00new/lightgbm/libs ** R ** data ** demo ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (lightgbm) The downloaded source packages are in '/tmp/th798/16119574/Rtmpoc6Z4h/downloaded_packages' > cat("Time to install revdep:\n") Time to install revdep: > print(install.time) user system elapsed 145.135 9.671 157.012 > print(Sys.time()) [1] "2025-03-26 01:34:48 MST" > downloaded_packages <- file.path( + tempdir(), + "downloaded_packages") > dl.glob <- file.path( + downloaded_packages, + paste0(rev.dep,"_*.tar.gz")) > rev.dep.dl.row <- cbind(rev.dep, Sys.glob(dl.glob)) > colnames(rev.dep.dl.row) <- c("pkg","path") > rev.dep.release.tar.gz <- normalizePath(rev.dep.dl.row[,"path"], mustWork=TRUE) > pkg.Rcheck <- paste0(rev.dep, ".Rcheck") > > proj.dir <- "~/genomic-ml/data.table-revdeps" > source(file.path(proj.dir, "myStatus.R")) > Rvers <- gsub("[()]", "", gsub(" ", "_", R.version[["version.string"]])) > dir.create(Rvers, showWarnings=FALSE) > Rcheck.list <- list() > for(dt.version.short in c("release", "master")){ + dt.tar.gz <- cargs[[dt.version.short]] + dt.version <- gsub(".tar.gz|/.*?_", "", dt.tar.gz) + print(Sys.time()) + install.packages(dt.tar.gz, repos=NULL) + print(Sys.time()) + check.cmd <- get_check_cmd(rev.dep.release.tar.gz) + system(check.cmd) + print(Sys.time()) + dest.Rcheck <- file.path( + Rvers, + paste0(dt.version, ".Rcheck")) + unlink(dest.Rcheck, recursive=TRUE) + file.rename(pkg.Rcheck, dest.Rcheck) + Rcheck.list[[dt.version]] <- file.path(dest.Rcheck, "00check.log") + } [1] "2025-03-26 01:34:48 MST" Installing package into '/tmp/th798/16119574/R-release/743/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** package 'data.table' successfully unpacked and MD5 sums checked ** using staged installation zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c assign.c -o assign.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c between.c -o between.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bmerge.c -o bmerge.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c chmatch.c -o chmatch.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cj.c -o cj.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c coalesce.c -o coalesce.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dogroups.c -o dogroups.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fastmean.c -o fastmean.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fcast.c -o fcast.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fifelse.c -o fifelse.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fmelt.c -o fmelt.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c forder.c -o forder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frank.c -o frank.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fread.c -o fread.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c freadR.c -o freadR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c froll.c -o froll.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frollR.c -o frollR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frolladaptive.c -o frolladaptive.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fsort.c -o fsort.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwrite.c -o fwrite.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwriteR.c -o fwriteR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gsumm.c -o gsumm.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c idatetime.c -o idatetime.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ijoin.c -o ijoin.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c inrange.c -o inrange.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nafill.c -o nafill.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c negate.c -o negate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nqrecreateindices.c -o nqrecreateindices.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c openmp-utils.c -o openmp-utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c programming.c -o programming.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c quickselect.c -o quickselect.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rbindlist.c -o rbindlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c reorder.c -o reorder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shift.c -o shift.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c snprintf.c -o snprintf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c subset.c -o subset.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c transpose.c -o transpose.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c types.c -o types.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c uniqlist.c -o uniqlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.c -o utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecseq.c -o vecseq.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c wrappers.c -o wrappers.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o data.table.so assign.o between.o bmerge.o chmatch.o cj.o coalesce.o dogroups.o fastmean.o fcast.o fifelse.o fmelt.o forder.o frank.o fread.o freadR.o froll.o frollR.o frolladaptive.o fsort.o fwrite.o fwriteR.o gsumm.o idatetime.o ijoin.o init.o inrange.o nafill.o negate.o nqrecreateindices.o openmp-utils.o programming.o quickselect.o rbindlist.o reorder.o shift.o snprintf.o subset.o transpose.o types.o uniqlist.o utils.o vecseq.o wrappers.o -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz PKG_CFLAGS = -fopenmp -I/home/th798/.conda/envs/emacs1/include PKG_LIBS = -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz if [ "data.table.so" != "data_table.so" ]; then mv data.table.so data_table.so; fi if [ "" != "Windows_NT" ] && [ `uname -s` = 'Darwin' ]; then install_name_tool -id data_table.so data_table.so; fi installing to /tmp/th798/16119574/R-release/743/library/00LOCK-data.table/00new/data.table/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (data.table) [1] "2025-03-26 01:35:08 MST" * using log directory '/tmp/th798/16119574/R-release/743/lightgbm.Rcheck' * using R version 4.4.3 (2025-02-28) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Spack GCC) 12.2.0 GNU Fortran (Spack GCC) 12.2.0 * running under: Red Hat Enterprise Linux 8.10 (Ootpa) * using session charset: ASCII * checking for file 'lightgbm/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'lightgbm' version '4.6.0' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package 'lightgbm' can be installed ... OK * used C++ compiler: 'g++ (Spack GCC) 12.2.0' * checking C++ specification ... OK Not all R platforms support C++17 * checking installed package size ... NOTE installed size is 23.4Mb sub-directories of 1Mb or more: libs 22.8Mb * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in shell scripts ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking compiled code ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' ERROR Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(lightgbm) # nolint: [unused_import] > > test_check( + package = "lightgbm" + , stop_on_failure = TRUE + , stop_on_warning = FALSE + , reporter = testthat::SummaryReporter$new() + ) Predictor: W.W.W.W.W.WW....W......W...W..W...W.........WW..W...W.......WW......W.......WW.W.W..W.W.W..W.W.W..W.W.W..W.W.W.W..W.W.W..W.W.W..W.W.W..W.W.W..W.WW.W.W..W.W.W..W.W.W..W.W.W..W.W.W.W..W.W.W..W.W.W..W.W.W..W.W.W..W.WW.W.W..W.W.W..W.W.W..W.W.W..W.W.W.W..W.W.W..W.W.W..W.W.W..W.W.W..W.WW..W..W..W..WW...W...W............W....W....WW.W.WW.W basic: W.....WW...WW..WW.W.WW.W.W..WW.W.W......W....W.W.W.W.WW.WW......W..W......WW.....WW.W.W.W.W...W.W....W.W.W..W.W..W.W.W.....W.W.W.W..WW..W.W...W.W.W.W....W..WW.W.W......W......W.W.W.W....W...W.WW...W.W.W......W............W....W.....W.W......W.....W..........W.....W.W.W.W.W.W.W.W..W..W.W..W.W.W.W.WW.W.....WW.1W..W...W...W.W.....W..W.W......................W....W....W.W.W..WW..W.....W....................WW.W.W.W.W.W.W.........W..W..W..W.WW.W.W.W.WW.W.W.WW.W.W.WW.WW.W.W.W.W.W.W..W.W.W..W.WW.WW.WW.WW.WW.WW.W.W.W..W.W.W.W.W..W.W.WW.W.W.W.W.W..W..W.W..W..................................................................................................................................................................W..................................................................................................................................................................W..................................................................................................................................................................W.W.W..W...W.W..W.W.W.WW....WW..W.W.W.W.W.W.WW.W.WW.W custom_objective: W.WW..W.W.W.W.W.W..W dataset: ..W.W.W..W...W.W..W...WW.W..W....W.W.....W..WW.W.W.WW..W.W.W.....WW.W.W..W.W...WW.W.W.W.WW.WW.W.W..W...W...W........W...W...W.W learning_to_rank: W....W.W.W..W.W.W..W.W.W....W.W.WW...W.W.W.W.W.....W....W....W.W.W.W.........W lgb.Booster: W.W.W.W.W......W.W.W.....WW.W...WW.W..WW.W..W.W....W..WW.W..WW..W.W.WW...W...WW..W.W..W...WW..W..W....W.W...W......W......W...W...WW...WW..W....W.......W...............W.W........W.....................W.W.WW.W..W.W.W.W.W.W..W.W.W.W..W.W.W..W.W..W.W.W.W.W..W.W.W.W..W.W.W..W.W..W.W.W.W.W..W.W.W.W..W.W.W..W.W.W..W..W....W....W lgb.convert_with_rules: ......W.....W.........W....W.....W.........W....W....W.....W...........W......W.................W......................W.....W........................W.W lgb.importance: ...........W lgb.interprete: .W.W.W.W.W.W.W.W lgb.model.dt.tree: .W.W.WW.W.W.WW.WW.W.W.WW.WW.W.W.W.W.W.W.W.WW.W.W.WW.WW.W.W.WW.WW.W.W.W.W.W.W.W.WW.W.W.WW.WW.W.W.WW.WW.W.W.W.W.W.W.W.WW.W.W.WW.WW.W.W.WW.WW.W.W.W.W.W.....W lgb.plot.importance: W.W..W.W.W..W.W.W lgb.plot.interpretation: W.W.WW.W metrics: W.W.W.W multithreading: W..W..W..W parameters: W.W.W.....W.W.W.W.W.W.W.W.W.W...WW.W.W..W.W......W......W utils: ..W..W.W..W..W..W..W..W.W..W....WW.W.W.W.W.W.W.W.W.W..W weighted_loss: ..W.W == Warnings ==================================================================== 1. Predictor$finalize() should not fail ('test_Predictor.R:20:5') - Changing language has no effect when envvar LC_ALL='C' 2. Predictor$finalize() should not fail ('test_Predictor.R:22:5') - Changing language has no effect when envvar LC_ALL='C' 3. Predictor$finalize() should not fail ('test_Predictor.R:25:5') - Changing language has no effect when envvar LC_ALL='C' 4. Predictor$finalize() should not fail ('test_Predictor.R:29:5') - Changing language has no effect when envvar LC_ALL='C' 5. (code run outside of `test_that()`) ('test_Predictor.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 6. (code run outside of `test_that()`) ('test_Predictor.R:32:1') - Changing language has no effect when envvar LC_ALL='C' 7. start_iteration works correctly ('test_Predictor.R:82:5') - Changing language has no effect when envvar LC_ALL='C' 8. (code run outside of `test_that()`) ('test_Predictor.R:53:1') - Changing language has no effect when envvar LC_ALL='C' 9. (code run outside of `test_that()`) ('test_Predictor.R:116:1') - Changing language has no effect when envvar LC_ALL='C' 10. (code run outside of `test_that()`) ('test_Predictor.R:147:1') - Changing language has no effect when envvar LC_ALL='C' 11. (code run outside of `test_that()`) ('test_Predictor.R:172:1') - Changing language has no effect when envvar LC_ALL='C' 12. predict() params should override keyword argument for raw-score predictions ('test_Predictor.R:231:3') - Changing language has no effect when envvar LC_ALL='C' 13. (code run outside of `test_that()`) ('test_Predictor.R:194:1') - Changing language has no effect when envvar LC_ALL='C' 14. predict() params should override keyword argument for leaf-index predictions ('test_Predictor.R:271:3') - Changing language has no effect when envvar LC_ALL='C' 15. predict() params should override keyword argument for leaf-index predictions ('test_Predictor.R:273:3') - Changing language has no effect when envvar LC_ALL='C' 16. predict() params should override keyword argument for leaf-index predictions ('test_Predictor.R:285:3') - Changing language has no effect when envvar LC_ALL='C' 17. (code run outside of `test_that()`) ('test_Predictor.R:246:1') - Changing language has no effect when envvar LC_ALL='C' 18. predict() params should override keyword argument for feature contributions ('test_Predictor.R:327:3') - Changing language has no effect when envvar LC_ALL='C' 19. predict() params should override keyword argument for feature contributions ('test_Predictor.R:339:3') - Changing language has no effect when envvar LC_ALL='C' 20. (code run outside of `test_that()`) ('test_Predictor.R:300:1') - Changing language has no effect when envvar LC_ALL='C' 21. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 22. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 23. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 24. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 25. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 26. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 27. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 28. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 29. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 30. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 31. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 32. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 33. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 34. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 35. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 36. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 37. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 38. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 39. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 40. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 41. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 42. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 43. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 44. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 45. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 46. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 47. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 48. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 49. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 50. (code run outside of `test_that()`) ('test_Predictor.R:412:1') - Changing language has no effect when envvar LC_ALL='C' 51. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 52. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 53. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 54. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 55. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 56. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 57. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 58. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 59. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 60. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 61. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 62. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 63. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 64. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 65. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 66. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 67. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 68. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 69. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 70. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 71. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 72. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 73. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 74. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 75. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 76. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 77. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 78. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 79. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 80. (code run outside of `test_that()`) ('test_Predictor.R:434:1') - Changing language has no effect when envvar LC_ALL='C' 81. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 82. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 83. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 84. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 85. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 86. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 87. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 88. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 89. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 90. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 91. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 92. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 93. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 94. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 95. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 96. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 97. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 98. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 99. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 100. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 101. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 102. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 103. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 104. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 105. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 106. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 107. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 108. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 109. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 110. (code run outside of `test_that()`) ('test_Predictor.R:450:1') - Changing language has no effect when envvar LC_ALL='C' 111. predictions for regression and binary classification are returned as vectors ('test_Predictor.R:486:5') - Changing language has no effect when envvar LC_ALL='C' 112. predictions for regression and binary classification are returned as vectors ('test_Predictor.R:489:5') - Changing language has no effect when envvar LC_ALL='C' 113. predictions for regression and binary classification are returned as vectors ('test_Predictor.R:504:5') - Changing language has no effect when envvar LC_ALL='C' 114. predictions for regression and binary classification are returned as vectors ('test_Predictor.R:507:5') - Changing language has no effect when envvar LC_ALL='C' 115. (code run outside of `test_that()`) ('test_Predictor.R:466:1') - Changing language has no effect when envvar LC_ALL='C' 116. predictions for multiclass classification are returned as matrix ('test_Predictor.R:524:5') - Changing language has no effect when envvar LC_ALL='C' 117. predictions for multiclass classification are returned as matrix ('test_Predictor.R:528:5') - Changing language has no effect when envvar LC_ALL='C' 118. (code run outside of `test_that()`) ('test_Predictor.R:511:1') - Changing language has no effect when envvar LC_ALL='C' 119. (code run outside of `test_that()`) ('test_Predictor.R:533:1') - Changing language has no effect when envvar LC_ALL='C' 120. (code run outside of `test_that()`) ('test_Predictor.R:594:1') - Changing language has no effect when envvar LC_ALL='C' 121. (code run outside of `test_that()`) ('test_Predictor.R:624:1') - Changing language has no effect when envvar LC_ALL='C' 122. predict type='class' returns predicted class for classification objectives ('test_Predictor.R:669:5') - Changing language has no effect when envvar LC_ALL='C' 123. predict type='class' returns predicted class for classification objectives ('test_Predictor.R:683:5') - Changing language has no effect when envvar LC_ALL='C' 124. (code run outside of `test_that()`) ('test_Predictor.R:656:1') - Changing language has no effect when envvar LC_ALL='C' 125. predict type='class' returns values in the target's range for regression objectives ('test_Predictor.R:699:5') - Changing language has no effect when envvar LC_ALL='C' 126. (code run outside of `test_that()`) ('test_Predictor.R:686:1') - Changing language has no effect when envvar LC_ALL='C' 127. train and predict binary classification ('test_basic.R:84:3') - Changing language has no effect when envvar LC_ALL='C' 128. (code run outside of `test_that()`) ('test_basic.R:64:1') - Changing language has no effect when envvar LC_ALL='C' 129. train and predict softmax ('test_basic.R:127:3') - Changing language has no effect when envvar LC_ALL='C' 130. (code run outside of `test_that()`) ('test_basic.R:99:1') - Changing language has no effect when envvar LC_ALL='C' 131. use of multiple eval metrics works ('test_basic.R:158:3') - Changing language has no effect when envvar LC_ALL='C' 132. (code run outside of `test_that()`) ('test_basic.R:136:1') - Changing language has no effect when envvar LC_ALL='C' 133. lgb.Booster.upper_bound() and lgb.Booster.lower_bound() work as expected for binary classification ('test_basic.R:182:3') - Changing language has no effect when envvar LC_ALL='C' 134. lgb.Booster.upper_bound() and lgb.Booster.lower_bound() work as expected for binary classification ('test_basic.R:183:3') - Changing language has no effect when envvar LC_ALL='C' 135. (code run outside of `test_that()`) ('test_basic.R:167:1') - Changing language has no effect when envvar LC_ALL='C' 136. lgb.Booster.upper_bound() and lgb.Booster.lower_bound() work as expected for regression ('test_basic.R:201:3') - Changing language has no effect when envvar LC_ALL='C' 137. lgb.Booster.upper_bound() and lgb.Booster.lower_bound() work as expected for regression ('test_basic.R:202:3') - Changing language has no effect when envvar LC_ALL='C' 138. (code run outside of `test_that()`) ('test_basic.R:186:1') - Changing language has no effect when envvar LC_ALL='C' 139. (code run outside of `test_that()`) ('test_basic.R:205:1') - Changing language has no effect when envvar LC_ALL='C' 140. lightgbm() accepts nrounds as either a top-level argument or parameter ('test_basic.R:270:3') - Changing language has no effect when envvar LC_ALL='C' 141. lightgbm() accepts nrounds as either a top-level argument or parameter ('test_basic.R:271:3') - Changing language has no effect when envvar LC_ALL='C' 142. lightgbm() accepts nrounds as either a top-level argument or parameter ('test_basic.R:272:3') - Changing language has no effect when envvar LC_ALL='C' 143. (code run outside of `test_that()`) ('test_basic.R:219:1') - Changing language has no effect when envvar LC_ALL='C' 144. lightgbm() performs evaluation on validation sets if they are provided ('test_basic.R:332:3') - Changing language has no effect when envvar LC_ALL='C' 145. lightgbm() performs evaluation on validation sets if they are provided ('test_basic.R:333:3') - Changing language has no effect when envvar LC_ALL='C' 146. lightgbm() performs evaluation on validation sets if they are provided ('test_basic.R:334:3') - Changing language has no effect when envvar LC_ALL='C' 147. (code run outside of `test_that()`) ('test_basic.R:284:1') - Changing language has no effect when envvar LC_ALL='C' 148. (code run outside of `test_that()`) ('test_basic.R:337:1') - Changing language has no effect when envvar LC_ALL='C' 149. cv works ('test_basic.R:387:3') - Changing language has no effect when envvar LC_ALL='C' 150. (code run outside of `test_that()`) ('test_basic.R:370:1') - Changing language has no effect when envvar LC_ALL='C' 151. CVBooster$reset_parameter() works as expected ('test_basic.R:405:3') - Changing language has no effect when envvar LC_ALL='C' 152. (code run outside of `test_that()`) ('test_basic.R:390:1') - Changing language has no effect when envvar LC_ALL='C' 153. (code run outside of `test_that()`) ('test_basic.R:416:1') - Changing language has no effect when envvar LC_ALL='C' 154. (code run outside of `test_that()`) ('test_basic.R:436:1') - Changing language has no effect when envvar LC_ALL='C' 155. lightgbm.cv() gives the correct best_score and best_iter for a metric where higher values are better ('test_basic.R:482:3') - Changing language has no effect when envvar LC_ALL='C' 156. (code run outside of `test_that()`) ('test_basic.R:461:1') - Changing language has no effect when envvar LC_ALL='C' 157. lgb.cv() fit on linearly-relatead data improves when using linear learners ('test_basic.R:522:3') - Changing language has no effect when envvar LC_ALL='C' 158. lgb.cv() fit on linearly-relatead data improves when using linear learners ('test_basic.R:531:3') - Changing language has no effect when envvar LC_ALL='C' 159. lgb.cv() fit on linearly-relatead data improves when using linear learners ('test_basic.R:533:3') - Changing language has no effect when envvar LC_ALL='C' 160. (code run outside of `test_that()`) ('test_basic.R:495:1') - Changing language has no effect when envvar LC_ALL='C' 161. lgb.cv() respects showsd argument ('test_basic.R:568:3') - Changing language has no effect when envvar LC_ALL='C' 162. (code run outside of `test_that()`) ('test_basic.R:536:1') - Changing language has no effect when envvar LC_ALL='C' 163. (code run outside of `test_that()`) ('test_basic.R:573:1') - Changing language has no effect when envvar LC_ALL='C' 164. (code run outside of `test_that()`) ('test_basic.R:593:1') - Changing language has no effect when envvar LC_ALL='C' 165. lgb.cv() prefers objective in params to keyword argument ('test_basic.R:644:5') - Changing language has no effect when envvar LC_ALL='C' 166. lgb.cv() prefers objective in params to keyword argument ('test_basic.R:645:5') - Changing language has no effect when envvar LC_ALL='C' 167. lgb.cv() prefers objective in params to keyword argument ('test_basic.R:644:5') - Changing language has no effect when envvar LC_ALL='C' 168. lgb.cv() prefers objective in params to keyword argument ('test_basic.R:645:5') - Changing language has no effect when envvar LC_ALL='C' 169. lgb.cv() prefers objective in params to keyword argument ('test_basic.R:644:5') - Changing language has no effect when envvar LC_ALL='C' 170. lgb.cv() prefers objective in params to keyword argument ('test_basic.R:645:5') - Changing language has no effect when envvar LC_ALL='C' 171. (code run outside of `test_that()`) ('test_basic.R:618:1') - Changing language has no effect when envvar LC_ALL='C' 172. (code run outside of `test_that()`) ('test_basic.R:649:1') - Changing language has no effect when envvar LC_ALL='C' 173. lgb.cv() respects eval_train_metric argument ('test_basic.R:708:3') - Changing language has no effect when envvar LC_ALL='C' 174. lgb.cv() respects eval_train_metric argument ('test_basic.R:709:3') - Changing language has no effect when envvar LC_ALL='C' 175. lgb.cv() respects eval_train_metric argument ('test_basic.R:710:3') - Changing language has no effect when envvar LC_ALL='C' 176. (code run outside of `test_that()`) ('test_basic.R:676:1') - Changing language has no effect when envvar LC_ALL='C' 177. lgb.train() works as expected with multiple eval metrics ('test_basic.R:741:3') - Changing language has no effect when envvar LC_ALL='C' 178. (code run outside of `test_that()`) ('test_basic.R:717:1') - Changing language has no effect when envvar LC_ALL='C' 179. (code run outside of `test_that()`) ('test_basic.R:750:1') - Changing language has no effect when envvar LC_ALL='C' 180. (code run outside of `test_that()`) ('test_basic.R:768:1') - Changing language has no effect when envvar LC_ALL='C' 181. lgb.train() prefers objective in params to keyword argument ('test_basic.R:817:3') - Changing language has no effect when envvar LC_ALL='C' 182. lgb.train() prefers objective in params to keyword argument ('test_basic.R:818:3') - Changing language has no effect when envvar LC_ALL='C' 183. (code run outside of `test_that()`) ('test_basic.R:793:1') - Changing language has no effect when envvar LC_ALL='C' 184. (code run outside of `test_that()`) ('test_basic.R:821:1') - Changing language has no effect when envvar LC_ALL='C' 185. (code run outside of `test_that()`) ('test_basic.R:849:1') - Changing language has no effect when envvar LC_ALL='C' 186. lgb.train() accepts nrounds as either a top-level argument or parameter ('test_basic.R:928:3') - Changing language has no effect when envvar LC_ALL='C' 187. lgb.train() accepts nrounds as either a top-level argument or parameter ('test_basic.R:929:3') - Changing language has no effect when envvar LC_ALL='C' 188. lgb.train() accepts nrounds as either a top-level argument or parameter ('test_basic.R:930:3') - Changing language has no effect when envvar LC_ALL='C' 189. (code run outside of `test_that()`) ('test_basic.R:869:1') - Changing language has no effect when envvar LC_ALL='C' 190. (code run outside of `test_that()`) ('test_basic.R:943:1') - Changing language has no effect when envvar LC_ALL='C' 191. (code run outside of `test_that()`) ('test_basic.R:967:1') - Changing language has no effect when envvar LC_ALL='C' 192. (code run outside of `test_that()`) ('test_basic.R:986:1') - Changing language has no effect when envvar LC_ALL='C' 193. (code run outside of `test_that()`) ('test_basic.R:1005:1') - Changing language has no effect when envvar LC_ALL='C' 194. lgb.train() works with force_col_wise and force_row_wise ('test_basic.R:1068:5') - Changing language has no effect when envvar LC_ALL='C' 195. lgb.train() works with force_col_wise and force_row_wise ('test_basic.R:1068:5') - Changing language has no effect when envvar LC_ALL='C' 196. (code run outside of `test_that()`) ('test_basic.R:1024:1') - Changing language has no effect when envvar LC_ALL='C' 197. lgb.train() works as expected with sparse features ('test_basic.R:1097:3') - Changing language has no effect when envvar LC_ALL='C' 198. lgb.train() works as expected with sparse features ('test_basic.R:1101:3') - Changing language has no effect when envvar LC_ALL='C' 199. lgb.train() works as expected with sparse features ('test_basic.R:1103:3') - Changing language has no effect when envvar LC_ALL='C' 200. (code run outside of `test_that()`) ('test_basic.R:1072:1') - Changing language has no effect when envvar LC_ALL='C' 201. (code run outside of `test_that()`) ('test_basic.R:1106:1') - Changing language has no effect when envvar LC_ALL='C' 202. (code run outside of `test_that()`) ('test_basic.R:1180:1') - Changing language has no effect when envvar LC_ALL='C' 203. lgb.train() works with early stopping for classification with a metric that should be maximized ('test_basic.R:1313:3') - Changing language has no effect when envvar LC_ALL='C' 204. lgb.train() works with early stopping for classification with a metric that should be maximized ('test_basic.R:1324:3') - Changing language has no effect when envvar LC_ALL='C' 205. (code run outside of `test_that()`) ('test_basic.R:1254:1') - Changing language has no effect when envvar LC_ALL='C' 206. (code run outside of `test_that()`) ('test_basic.R:1327:1') - Changing language has no effect when envvar LC_ALL='C' 207. (code run outside of `test_that()`) ('test_basic.R:1401:1') - Changing language has no effect when envvar LC_ALL='C' 208. (code run outside of `test_that()`) ('test_basic.R:1453:1') - Changing language has no effect when envvar LC_ALL='C' 209. (code run outside of `test_that()`) ('test_basic.R:1523:1') - Changing language has no effect when envvar LC_ALL='C' 210. lgb.train() works when a mixture of functions and strings are passed to eval ('test_basic.R:1607:3') - Changing language has no effect when envvar LC_ALL='C' 211. lgb.train() works when a mixture of functions and strings are passed to eval ('test_basic.R:1608:3') - Changing language has no effect when envvar LC_ALL='C' 212. lgb.train() works when a mixture of functions and strings are passed to eval ('test_basic.R:1610:3') - Changing language has no effect when envvar LC_ALL='C' 213. lgb.train() works when a mixture of functions and strings are passed to eval ('test_basic.R:1615:3') - Changing language has no effect when envvar LC_ALL='C' 214. (code run outside of `test_that()`) ('test_basic.R:1573:1') - Changing language has no effect when envvar LC_ALL='C' 215. lgb.train() works when a list of strings or a character vector is passed to eval ('test_basic.R:1660:7') - Changing language has no effect when envvar LC_ALL='C' 216. lgb.train() works when a list of strings or a character vector is passed to eval ('test_basic.R:1663:7') - Changing language has no effect when envvar LC_ALL='C' 217. lgb.train() works when a list of strings or a character vector is passed to eval ('test_basic.R:1663:7') - Changing language has no effect when envvar LC_ALL='C' 218. lgb.train() works when a list of strings or a character vector is passed to eval ('test_basic.R:1660:7') - Changing language has no effect when envvar LC_ALL='C' 219. lgb.train() works when a list of strings or a character vector is passed to eval ('test_basic.R:1663:7') - Changing language has no effect when envvar LC_ALL='C' 220. lgb.train() works when a list of strings or a character vector is passed to eval ('test_basic.R:1663:7') - Changing language has no effect when envvar LC_ALL='C' 221. (code run outside of `test_that()`) ('test_basic.R:1619:1') - Changing language has no effect when envvar LC_ALL='C' 222. lgb.train() works when you specify both 'metric' and 'eval' with strings ('test_basic.R:1697:3') - Changing language has no effect when envvar LC_ALL='C' 223. lgb.train() works when you specify both 'metric' and 'eval' with strings ('test_basic.R:1698:3') - Changing language has no effect when envvar LC_ALL='C' 224. (code run outside of `test_that()`) ('test_basic.R:1668:1') - Changing language has no effect when envvar LC_ALL='C' 225. lgb.train() works when you give a function for eval ('test_basic.R:1722:3') - Changing language has no effect when envvar LC_ALL='C' 226. (code run outside of `test_that()`) ('test_basic.R:1701:1') - Changing language has no effect when envvar LC_ALL='C' 227. (code run outside of `test_that()`) ('test_basic.R:1725:1') - Changing language has no effect when envvar LC_ALL='C' 228. lgb.train() supports non-ASCII feature names ('test_basic.R:1819:3') - Changing language has no effect when envvar LC_ALL='C' 229. (code run outside of `test_that()`) ('test_basic.R:1790:1') - Changing language has no effect when envvar LC_ALL='C' 230. lgb.train() works with integer, double, and numeric data ('test_basic.R:1868:5') - Changing language has no effect when envvar LC_ALL='C' 231. lgb.train() works with integer, double, and numeric data ('test_basic.R:1868:5') - Changing language has no effect when envvar LC_ALL='C' 232. lgb.train() works with integer, double, and numeric data ('test_basic.R:1868:5') - Changing language has no effect when envvar LC_ALL='C' 233. (code run outside of `test_that()`) ('test_basic.R:1838:1') - Changing language has no effect when envvar LC_ALL='C' 234. lgb.train() updates params based on keyword arguments ('test_basic.R:1924:3') - Changing language has no effect when envvar LC_ALL='C' 235. lgb.train() updates params based on keyword arguments ('test_basic.R:1926:3') - Changing language has no effect when envvar LC_ALL='C' 236. (code run outside of `test_that()`) ('test_basic.R:1872:1') - Changing language has no effect when envvar LC_ALL='C' 237. (code run outside of `test_that()`) ('test_basic.R:1929:1') - Changing language has no effect when envvar LC_ALL='C' 238. (code run outside of `test_that()`) ('test_basic.R:2090:1') - Changing language has no effect when envvar LC_ALL='C' 239. (code run outside of `test_that()`) ('test_basic.R:2141:1') - Changing language has no effect when envvar LC_ALL='C' 240. lgb.cv() works when you specify both 'metric' and 'eval' with strings ('test_basic.R:2228:3') - Changing language has no effect when envvar LC_ALL='C' 241. lgb.cv() works when you specify both 'metric' and 'eval' with strings ('test_basic.R:2229:3') - Changing language has no effect when envvar LC_ALL='C' 242. (code run outside of `test_that()`) ('test_basic.R:2200:1') - Changing language has no effect when envvar LC_ALL='C' 243. lgb.cv() works when you give a function for eval ('test_basic.R:2255:3') - Changing language has no effect when envvar LC_ALL='C' 244. (code run outside of `test_that()`) ('test_basic.R:2235:1') - Changing language has no effect when envvar LC_ALL='C' 245. (code run outside of `test_that()`) ('test_basic.R:2259:1') - Changing language has no effect when envvar LC_ALL='C' 246. (code run outside of `test_that()`) ('test_basic.R:2317:1') - Changing language has no effect when envvar LC_ALL='C' 247. lgb.cv() respects changes to logging verbosity ('test_basic.R:2393:3') - Changing language has no effect when envvar LC_ALL='C' 248. lgb.cv() respects changes to logging verbosity ('test_basic.R:2394:3') - Changing language has no effect when envvar LC_ALL='C' 249. lgb.cv() respects changes to logging verbosity ('test_basic.R:2407:3') - Changing language has no effect when envvar LC_ALL='C' 250. lgb.cv() respects changes to logging verbosity ('test_basic.R:2408:3') - Changing language has no effect when envvar LC_ALL='C' 251. lgb.cv() respects changes to logging verbosity ('test_basic.R:2423:3') - Changing language has no effect when envvar LC_ALL='C' 252. lgb.cv() respects changes to logging verbosity ('test_basic.R:2424:3') - Changing language has no effect when envvar LC_ALL='C' 253. (code run outside of `test_that()`) ('test_basic.R:2376:1') - Changing language has no effect when envvar LC_ALL='C' 254. lgb.cv() updates params based on keyword arguments ('test_basic.R:2491:5') - Changing language has no effect when envvar LC_ALL='C' 255. lgb.cv() updates params based on keyword arguments ('test_basic.R:2493:5') - Changing language has no effect when envvar LC_ALL='C' 256. lgb.cv() updates params based on keyword arguments ('test_basic.R:2491:5') - Changing language has no effect when envvar LC_ALL='C' 257. lgb.cv() updates params based on keyword arguments ('test_basic.R:2493:5') - Changing language has no effect when envvar LC_ALL='C' 258. (code run outside of `test_that()`) ('test_basic.R:2427:1') - Changing language has no effect when envvar LC_ALL='C' 259. lgb.train() fit on linearly-relatead data improves when using linear learners ('test_basic.R:2525:3') - Changing language has no effect when envvar LC_ALL='C' 260. lgb.train() fit on linearly-relatead data improves when using linear learners ('test_basic.R:2534:3') - Changing language has no effect when envvar LC_ALL='C' 261. lgb.train() fit on linearly-relatead data improves when using linear learners ('test_basic.R:2538:3') - Changing language has no effect when envvar LC_ALL='C' 262. (code run outside of `test_that()`) ('test_basic.R:2498:1') - Changing language has no effect when envvar LC_ALL='C' 263. (code run outside of `test_that()`) ('test_basic.R:2542:1') - Changing language has no effect when envvar LC_ALL='C' 264. lgb.train() works with linear learners even if Dataset has missing values ('test_basic.R:2602:3') - Changing language has no effect when envvar LC_ALL='C' 265. lgb.train() works with linear learners even if Dataset has missing values ('test_basic.R:2611:3') - Changing language has no effect when envvar LC_ALL='C' 266. lgb.train() works with linear learners even if Dataset has missing values ('test_basic.R:2615:3') - Changing language has no effect when envvar LC_ALL='C' 267. (code run outside of `test_that()`) ('test_basic.R:2570:1') - Changing language has no effect when envvar LC_ALL='C' 268. lgb.train() works with linear learners, bagging, and a Dataset that has missing values ('test_basic.R:2652:3') - Changing language has no effect when envvar LC_ALL='C' 269. lgb.train() works with linear learners, bagging, and a Dataset that has missing values ('test_basic.R:2661:3') - Changing language has no effect when envvar LC_ALL='C' 270. lgb.train() works with linear learners, bagging, and a Dataset that has missing values ('test_basic.R:2665:3') - Changing language has no effect when envvar LC_ALL='C' 271. (code run outside of `test_that()`) ('test_basic.R:2618:1') - Changing language has no effect when envvar LC_ALL='C' 272. lgb.train() works with linear learners and data where a feature has only 1 non-NA value ('test_basic.R:2702:3') - Changing language has no effect when envvar LC_ALL='C' 273. (code run outside of `test_that()`) ('test_basic.R:2668:1') - Changing language has no effect when envvar LC_ALL='C' 274. lgb.train() works with linear learners when Dataset has categorical features ('test_basic.R:2735:3') - Changing language has no effect when envvar LC_ALL='C' 275. lgb.train() works with linear learners when Dataset has categorical features ('test_basic.R:2744:3') - Changing language has no effect when envvar LC_ALL='C' 276. lgb.train() works with linear learners when Dataset has categorical features ('test_basic.R:2748:3') - Changing language has no effect when envvar LC_ALL='C' 277. (code run outside of `test_that()`) ('test_basic.R:2705:1') - Changing language has no effect when envvar LC_ALL='C' 278. (code run outside of `test_that()`) ('test_basic.R:2751:1') - Changing language has no effect when envvar LC_ALL='C' 279. (code run outside of `test_that()`) ('test_basic.R:2763:1') - Changing language has no effect when envvar LC_ALL='C' 280. (code run outside of `test_that()`) ('test_basic.R:2776:1') - Changing language has no effect when envvar LC_ALL='C' 281. (code run outside of `test_that()`) ('test_basic.R:2787:1') - Changing language has no effect when envvar LC_ALL='C' 282. (code run outside of `test_that()`) ('test_basic.R:2837:1') - Changing language has no effect when envvar LC_ALL='C' 283. Interaction constraints add missing features correctly as new group ('test_basic.R:2902:5') - Changing language has no effect when envvar LC_ALL='C' 284. Interaction constraints add missing features correctly as new group ('test_basic.R:2902:5') - Changing language has no effect when envvar LC_ALL='C' 285. (code run outside of `test_that()`) ('test_basic.R:2877:1') - Changing language has no effect when envvar LC_ALL='C' 286. lgb.train() supports monotone constraints (categoricals=TRUE, method=basic) ('test_basic.R:3048:7') - Changing language has no effect when envvar LC_ALL='C' 287. (code run outside of `test_that()`) ('test_basic.R:3032:5') - Changing language has no effect when envvar LC_ALL='C' 288. lgb.train() supports monotone constraints (categoricals=TRUE, method=intermediate) ('test_basic.R:3048:7') - Changing language has no effect when envvar LC_ALL='C' 289. (code run outside of `test_that()`) ('test_basic.R:3032:5') - Changing language has no effect when envvar LC_ALL='C' 290. lgb.train() supports monotone constraints (categoricals=TRUE, method=advanced) ('test_basic.R:3048:7') - Changing language has no effect when envvar LC_ALL='C' 291. (code run outside of `test_that()`) ('test_basic.R:3032:5') - Changing language has no effect when envvar LC_ALL='C' 292. lgb.train() supports monotone constraints (categoricals=FALSE, method=basic) ('test_basic.R:3048:7') - Changing language has no effect when envvar LC_ALL='C' 293. (code run outside of `test_that()`) ('test_basic.R:3032:5') - Changing language has no effect when envvar LC_ALL='C' 294. lgb.train() supports monotone constraints (categoricals=FALSE, method=intermediate) ('test_basic.R:3048:7') - Changing language has no effect when envvar LC_ALL='C' 295. (code run outside of `test_that()`) ('test_basic.R:3032:5') - Changing language has no effect when envvar LC_ALL='C' 296. lgb.train() supports monotone constraints (categoricals=FALSE, method=advanced) ('test_basic.R:3048:7') - Changing language has no effect when envvar LC_ALL='C' 297. (code run outside of `test_that()`) ('test_basic.R:3032:5') - Changing language has no effect when envvar LC_ALL='C' 298. lightgbm() accepts objective as function argument and under params ('test_basic.R:3072:3') - Changing language has no effect when envvar LC_ALL='C' 299. lightgbm() accepts objective as function argument and under params ('test_basic.R:3073:3') - Changing language has no effect when envvar LC_ALL='C' 300. lightgbm() accepts objective as function argument and under params ('test_basic.R:3088:3') - Changing language has no effect when envvar LC_ALL='C' 301. lightgbm() accepts objective as function argument and under params ('test_basic.R:3089:3') - Changing language has no effect when envvar LC_ALL='C' 302. (code run outside of `test_that()`) ('test_basic.R:3058:1') - Changing language has no effect when envvar LC_ALL='C' 303. lightgbm() prioritizes objective under params over objective as function argument ('test_basic.R:3107:3') - Changing language has no effect when envvar LC_ALL='C' 304. lightgbm() prioritizes objective under params over objective as function argument ('test_basic.R:3108:3') - Changing language has no effect when envvar LC_ALL='C' 305. lightgbm() prioritizes objective under params over objective as function argument ('test_basic.R:3124:3') - Changing language has no effect when envvar LC_ALL='C' 306. lightgbm() prioritizes objective under params over objective as function argument ('test_basic.R:3125:3') - Changing language has no effect when envvar LC_ALL='C' 307. (code run outside of `test_that()`) ('test_basic.R:3092:1') - Changing language has no effect when envvar LC_ALL='C' 308. lightgbm() accepts init_score as function argument ('test_basic.R:3150:3') - Changing language has no effect when envvar LC_ALL='C' 309. (code run outside of `test_that()`) ('test_basic.R:3128:1') - Changing language has no effect when envvar LC_ALL='C' 310. lightgbm() defaults to 'regression' objective if objective not otherwise provided ('test_basic.R:3167:3') - Changing language has no effect when envvar LC_ALL='C' 311. lightgbm() defaults to 'regression' objective if objective not otherwise provided ('test_basic.R:3168:3') - Changing language has no effect when envvar LC_ALL='C' 312. (code run outside of `test_that()`) ('test_basic.R:3153:1') - Changing language has no effect when envvar LC_ALL='C' 313. lightgbm() accepts 'num_threads' as either top-level argument or under params ('test_basic.R:3185:3') - Changing language has no effect when envvar LC_ALL='C' 314. lightgbm() accepts 'num_threads' as either top-level argument or under params ('test_basic.R:3200:3') - Changing language has no effect when envvar LC_ALL='C' 315. lightgbm() accepts 'num_threads' as either top-level argument or under params ('test_basic.R:3216:3') - Changing language has no effect when envvar LC_ALL='C' 316. (code run outside of `test_that()`) ('test_basic.R:3171:1') - Changing language has no effect when envvar LC_ALL='C' 317. (code run outside of `test_that()`) ('test_basic.R:3219:1') - Changing language has no effect when envvar LC_ALL='C' 318. (code run outside of `test_that()`) ('test_basic.R:3347:1') - Changing language has no effect when envvar LC_ALL='C' 319. (code run outside of `test_that()`) ('test_basic.R:3460:1') - Changing language has no effect when envvar LC_ALL='C' 320. (code run outside of `test_that()`) ('test_basic.R:3575:1') - Changing language has no effect when envvar LC_ALL='C' 321. lightgbm() changes objective='auto' appropriately ('test_basic.R:3700:3') - Changing language has no effect when envvar LC_ALL='C' 322. lightgbm() changes objective='auto' appropriately ('test_basic.R:3701:3') - Changing language has no effect when envvar LC_ALL='C' 323. lightgbm() changes objective='auto' appropriately ('test_basic.R:3713:3') - Changing language has no effect when envvar LC_ALL='C' 324. lightgbm() changes objective='auto' appropriately ('test_basic.R:3727:3') - Changing language has no effect when envvar LC_ALL='C' 325. (code run outside of `test_that()`) ('test_basic.R:3688:1') - Changing language has no effect when envvar LC_ALL='C' 326. lightgbm() determines number of classes for non-default multiclass objectives ('test_basic.R:3749:3') - Changing language has no effect when envvar LC_ALL='C' 327. (code run outside of `test_that()`) ('test_basic.R:3730:1') - Changing language has no effect when envvar LC_ALL='C' 328. (code run outside of `test_that()`) ('test_basic.R:3752:1') - Changing language has no effect when envvar LC_ALL='C' 329. (code run outside of `test_that()`) ('test_basic.R:3761:1') - Changing language has no effect when envvar LC_ALL='C' 330. lightgbm() model predictions retain factor levels for multiclass classification ('test_basic.R:3779:3') - Changing language has no effect when envvar LC_ALL='C' 331. (code run outside of `test_that()`) ('test_basic.R:3772:1') - Changing language has no effect when envvar LC_ALL='C' 332. lightgbm() model predictions retain factor levels for binary classification ('test_basic.R:3798:3') - Changing language has no effect when envvar LC_ALL='C' 333. lightgbm() model predictions retain factor levels for binary classification ('test_basic.R:3802:3') - Changing language has no effect when envvar LC_ALL='C' 334. lightgbm() model predictions retain factor levels for binary classification ('test_basic.R:3803:3') - Changing language has no effect when envvar LC_ALL='C' 335. lightgbm() model predictions retain factor levels for binary classification ('test_basic.R:3804:3') - Changing language has no effect when envvar LC_ALL='C' 336. lightgbm() model predictions retain factor levels for binary classification ('test_basic.R:3807:3') - Changing language has no effect when envvar LC_ALL='C' 337. lightgbm() model predictions retain factor levels for binary classification ('test_basic.R:3808:3') - Changing language has no effect when envvar LC_ALL='C' 338. lightgbm() model predictions retain factor levels for binary classification ('test_basic.R:3809:3') - Changing language has no effect when envvar LC_ALL='C' 339. (code run outside of `test_that()`) ('test_basic.R:3789:1') - Changing language has no effect when envvar LC_ALL='C' 340. lightgbm() accepts named categorical_features ('test_basic.R:3824:3') - Changing language has no effect when envvar LC_ALL='C' 341. (code run outside of `test_that()`) ('test_basic.R:3812:1') - Changing language has no effect when envvar LC_ALL='C' 342. (code run outside of `test_that()`) ('test_basic.R:3827:1') - Changing language has no effect when envvar LC_ALL='C' 343. Evaluation metrics aren't printed as a single-element vector ('test_basic.R:3862:3') - Changing language has no effect when envvar LC_ALL='C' 344. (code run outside of `test_that()`) ('test_basic.R:3842:1') - Changing language has no effect when envvar LC_ALL='C' 345. custom objective works ('test_custom_objective.R:42:3') - Changing language has no effect when envvar LC_ALL='C' 346. (code run outside of `test_that()`) ('test_custom_objective.R:40:1') - Changing language has no effect when envvar LC_ALL='C' 347. using a custom objective, custom eval, and no other metrics works ('test_custom_objective.R:60:3') - Changing language has no effect when envvar LC_ALL='C' 348. using a custom objective, custom eval, and no other metrics works ('test_custom_objective.R:62:3') - Changing language has no effect when envvar LC_ALL='C' 349. using a custom objective, custom eval, and no other metrics works ('test_custom_objective.R:65:3') - Changing language has no effect when envvar LC_ALL='C' 350. using a custom objective, custom eval, and no other metrics works ('test_custom_objective.R:66:3') - Changing language has no effect when envvar LC_ALL='C' 351. using a custom objective, custom eval, and no other metrics works ('test_custom_objective.R:67:3') - Changing language has no effect when envvar LC_ALL='C' 352. using a custom objective, custom eval, and no other metrics works ('test_custom_objective.R:68:3') - Changing language has no effect when envvar LC_ALL='C' 353. (code run outside of `test_that()`) ('test_custom_objective.R:45:1') - Changing language has no effect when envvar LC_ALL='C' 354. (code run outside of `test_that()`) ('test_custom_objective.R:71:1') - Changing language has no effect when envvar LC_ALL='C' 355. (code run outside of `test_that()`) ('test_dataset.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 356. lgb.Dataset: get_field & set_field ('test_dataset.R:45:3') - Changing language has no effect when envvar LC_ALL='C' 357. lgb.Dataset: get_field & set_field ('test_dataset.R:46:3') - Changing language has no effect when envvar LC_ALL='C' 358. (code run outside of `test_that()`) ('test_dataset.R:37:1') - Changing language has no effect when envvar LC_ALL='C' 359. (code run outside of `test_that()`) ('test_dataset.R:52:1') - Changing language has no effect when envvar LC_ALL='C' 360. (code run outside of `test_that()`) ('test_dataset.R:62:1') - Changing language has no effect when envvar LC_ALL='C' 361. (code run outside of `test_that()`) ('test_dataset.R:72:1') - Changing language has no effect when envvar LC_ALL='C' 362. (code run outside of `test_that()`) ('test_dataset.R:94:1') - Changing language has no effect when envvar LC_ALL='C' 363. Dataset$set_reference() updates categorical_feature, colnames, and predictor ('test_dataset.R:146:3') - Changing language has no effect when envvar LC_ALL='C' 364. Dataset$set_reference() updates categorical_feature, colnames, and predictor ('test_dataset.R:147:3') - Changing language has no effect when envvar LC_ALL='C' 365. Dataset$set_reference() updates categorical_feature, colnames, and predictor ('test_dataset.R:156:3') - Changing language has no effect when envvar LC_ALL='C' 366. Dataset$set_reference() updates categorical_feature, colnames, and predictor ('test_dataset.R:172:3') - Changing language has no effect when envvar LC_ALL='C' 367. (code run outside of `test_that()`) ('test_dataset.R:122:1') - Changing language has no effect when envvar LC_ALL='C' 368. (code run outside of `test_that()`) ('test_dataset.R:177:1') - Changing language has no effect when envvar LC_ALL='C' 369. (code run outside of `test_that()`) ('test_dataset.R:192:1') - Changing language has no effect when envvar LC_ALL='C' 370. lgb.Dataset: Dataset should be able to construct from matrix and return non-null handle ('test_dataset.R:212:3') - Changing language has no effect when envvar LC_ALL='C' 371. lgb.Dataset: Dataset should be able to construct from matrix and return non-null handle ('test_dataset.R:213:3') - Changing language has no effect when envvar LC_ALL='C' 372. (code run outside of `test_that()`) ('test_dataset.R:201:1') - Changing language has no effect when envvar LC_ALL='C' 373. (code run outside of `test_that()`) ('test_dataset.R:218:1') - Changing language has no effect when envvar LC_ALL='C' 374. lgb.Dataset$set_field() should convert 'group' to integer ('test_dataset.R:244:3') - Changing language has no effect when envvar LC_ALL='C' 375. (code run outside of `test_that()`) ('test_dataset.R:237:1') - Changing language has no effect when envvar LC_ALL='C' 376. (code run outside of `test_that()`) ('test_dataset.R:250:1') - Changing language has no effect when envvar LC_ALL='C' 377. (code run outside of `test_that()`) ('test_dataset.R:264:1') - Changing language has no effect when envvar LC_ALL='C' 378. (code run outside of `test_that()`) ('test_dataset.R:277:1') - Changing language has no effect when envvar LC_ALL='C' 379. Dataset$get_params() ignores irrelevant parameters ('test_dataset.R:310:3') - Changing language has no effect when envvar LC_ALL='C' 380. (code run outside of `test_that()`) ('test_dataset.R:298:1') - Changing language has no effect when envvar LC_ALL='C' 381. Dataset$update_parameters() does nothing for empty inputs ('test_dataset.R:325:3') - Changing language has no effect when envvar LC_ALL='C' 382. (code run outside of `test_that()`) ('test_dataset.R:313:1') - Changing language has no effect when envvar LC_ALL='C' 383. Dataset$update_params() works correctly for recognized Dataset parameters ('test_dataset.R:346:3') - Changing language has no effect when envvar LC_ALL='C' 384. (code run outside of `test_that()`) ('test_dataset.R:331:1') - Changing language has no effect when envvar LC_ALL='C' 385. Dataset$finalize() should not fail on an already-finalized Dataset ('test_dataset.R:359:3') - Changing language has no effect when envvar LC_ALL='C' 386. Dataset$finalize() should not fail on an already-finalized Dataset ('test_dataset.R:362:3') - Changing language has no effect when envvar LC_ALL='C' 387. Dataset$finalize() should not fail on an already-finalized Dataset ('test_dataset.R:365:3') - Changing language has no effect when envvar LC_ALL='C' 388. Dataset$finalize() should not fail on an already-finalized Dataset ('test_dataset.R:369:3') - Changing language has no effect when envvar LC_ALL='C' 389. (code run outside of `test_that()`) ('test_dataset.R:354:1') - Changing language has no effect when envvar LC_ALL='C' 390. lgb.Dataset: should be able to run lgb.train() immediately after using lgb.Dataset() on a file ('test_dataset.R:404:3') - Changing language has no effect when envvar LC_ALL='C' 391. (code run outside of `test_that()`) ('test_dataset.R:372:1') - Changing language has no effect when envvar LC_ALL='C' 392. lgb.Dataset: should be able to run lgb.cv() immediately after using lgb.Dataset() on a file ('test_dataset.R:440:3') - Changing language has no effect when envvar LC_ALL='C' 393. (code run outside of `test_that()`) ('test_dataset.R:407:1') - Changing language has no effect when envvar LC_ALL='C' 394. (code run outside of `test_that()`) ('test_dataset.R:443:1') - Changing language has no effect when envvar LC_ALL='C' 395. (code run outside of `test_that()`) ('test_dataset.R:472:1') - Changing language has no effect when envvar LC_ALL='C' 396. (code run outside of `test_that()`) ('test_dataset.R:490:1') - Changing language has no effect when envvar LC_ALL='C' 397. (code run outside of `test_that()`) ('test_dataset.R:514:1') - Changing language has no effect when envvar LC_ALL='C' 398. (code run outside of `test_that()`) ('test_dataset.R:538:1') - Changing language has no effect when envvar LC_ALL='C' 399. (code run outside of `test_that()`) ('test_dataset.R:589:1') - Changing language has no effect when envvar LC_ALL='C' 400. (code run outside of `test_that()`) ('test_dataset.R:639:1') - Changing language has no effect when envvar LC_ALL='C' 401. (code run outside of `test_that()`) ('test_dataset.R:654:1') - Changing language has no effect when envvar LC_ALL='C' 402. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:28:5') - Changing language has no effect when envvar LC_ALL='C' 403. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:40:9') - Changing language has no effect when envvar LC_ALL='C' 404. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:41:9') - Changing language has no effect when envvar LC_ALL='C' 405. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:42:9') - Changing language has no effect when envvar LC_ALL='C' 406. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:40:9') - Changing language has no effect when envvar LC_ALL='C' 407. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:41:9') - Changing language has no effect when envvar LC_ALL='C' 408. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:42:9') - Changing language has no effect when envvar LC_ALL='C' 409. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:40:9') - Changing language has no effect when envvar LC_ALL='C' 410. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:41:9') - Changing language has no effect when envvar LC_ALL='C' 411. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:42:9') - Changing language has no effect when envvar LC_ALL='C' 412. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:56:9') - Changing language has no effect when envvar LC_ALL='C' 413. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:57:9') - Changing language has no effect when envvar LC_ALL='C' 414. (code run outside of `test_that()`) ('test_learning_to_rank.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 415. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:97:5') - Changing language has no effect when envvar LC_ALL='C' 416. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:108:5') - Changing language has no effect when envvar LC_ALL='C' 417. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:109:5') - Changing language has no effect when envvar LC_ALL='C' 418. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:110:5') - Changing language has no effect when envvar LC_ALL='C' 419. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:111:5') - Changing language has no effect when envvar LC_ALL='C' 420. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:112:5') - Changing language has no effect when envvar LC_ALL='C' 421. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:130:9') - Changing language has no effect when envvar LC_ALL='C' 422. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:130:9') - Changing language has no effect when envvar LC_ALL='C' 423. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:130:9') - Changing language has no effect when envvar LC_ALL='C' 424. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:135:5') - Changing language has no effect when envvar LC_ALL='C' 425. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:141:5') - Changing language has no effect when envvar LC_ALL='C' 426. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:147:5') - Changing language has no effect when envvar LC_ALL='C' 427. (code run outside of `test_that()`) ('test_learning_to_rank.R:61:1') - Changing language has no effect when envvar LC_ALL='C' 428. Booster$finalize() should not fail ('test_lgb.Booster.R:14:5') - Changing language has no effect when envvar LC_ALL='C' 429. Booster$finalize() should not fail ('test_lgb.Booster.R:16:5') - Changing language has no effect when envvar LC_ALL='C' 430. Booster$finalize() should not fail ('test_lgb.Booster.R:19:5') - Changing language has no effect when envvar LC_ALL='C' 431. Booster$finalize() should not fail ('test_lgb.Booster.R:23:5') - Changing language has no effect when envvar LC_ALL='C' 432. (code run outside of `test_that()`) ('test_lgb.Booster.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 433. (code run outside of `test_that()`) ('test_lgb.Booster.R:26:1') - Changing language has no effect when envvar LC_ALL='C' 434. (code run outside of `test_that()`) ('test_lgb.Booster.R:49:1') - Changing language has no effect when envvar LC_ALL='C' 435. (code run outside of `test_that()`) ('test_lgb.Booster.R:84:1') - Changing language has no effect when envvar LC_ALL='C' 436. (code run outside of `test_that()`) ('test_lgb.Booster.R:118:1') - Changing language has no effect when envvar LC_ALL='C' 437. Loading a Booster from a text file works ('test_lgb.Booster.R:191:5') - Changing language has no effect when envvar LC_ALL='C' 438. Loading a Booster from a text file works ('test_lgb.Booster.R:199:5') - Changing language has no effect when envvar LC_ALL='C' 439. (code run outside of `test_that()`) ('test_lgb.Booster.R:164:1') - Changing language has no effect when envvar LC_ALL='C' 440. boosters with linear models at leaves can be written to text file and re-loaded successfully ('test_lgb.Booster.R:235:5') - Changing language has no effect when envvar LC_ALL='C' 441. boosters with linear models at leaves can be written to text file and re-loaded successfully ('test_lgb.Booster.R:242:5') - Changing language has no effect when envvar LC_ALL='C' 442. (code run outside of `test_that()`) ('test_lgb.Booster.R:212:1') - Changing language has no effect when envvar LC_ALL='C' 443. Loading a Booster from a string works ('test_lgb.Booster.R:272:5') - Changing language has no effect when envvar LC_ALL='C' 444. Loading a Booster from a string works ('test_lgb.Booster.R:279:5') - Changing language has no effect when envvar LC_ALL='C' 445. (code run outside of `test_that()`) ('test_lgb.Booster.R:254:1') - Changing language has no effect when envvar LC_ALL='C' 446. Saving a large model to string should work ('test_lgb.Booster.R:317:5') - Changing language has no effect when envvar LC_ALL='C' 447. (code run outside of `test_that()`) ('test_lgb.Booster.R:289:1') - Changing language has no effect when envvar LC_ALL='C' 448. (code run outside of `test_that()`) ('test_lgb.Booster.R:333:1') - Changing language has no effect when envvar LC_ALL='C' 449. If a string and a file are both passed to lgb.load() the file is used model_str is totally ignored ('test_lgb.Booster.R:379:5') - Changing language has no effect when envvar LC_ALL='C' 450. If a string and a file are both passed to lgb.load() the file is used model_str is totally ignored ('test_lgb.Booster.R:387:5') - Changing language has no effect when envvar LC_ALL='C' 451. (code run outside of `test_that()`) ('test_lgb.Booster.R:361:1') - Changing language has no effect when envvar LC_ALL='C' 452. Creating a Booster from a Dataset should work ('test_lgb.Booster.R:414:5') - Changing language has no effect when envvar LC_ALL='C' 453. Creating a Booster from a Dataset should work ('test_lgb.Booster.R:416:5') - Changing language has no effect when envvar LC_ALL='C' 454. Creating a Booster from a Dataset should work ('test_lgb.Booster.R:417:5') - Changing language has no effect when envvar LC_ALL='C' 455. (code run outside of `test_that()`) ('test_lgb.Booster.R:398:1') - Changing language has no effect when envvar LC_ALL='C' 456. Creating a Booster from a Dataset with an existing predictor should work ('test_lgb.Booster.R:449:5') - Changing language has no effect when envvar LC_ALL='C' 457. Creating a Booster from a Dataset with an existing predictor should work ('test_lgb.Booster.R:452:5') - Changing language has no effect when envvar LC_ALL='C' 458. (code run outside of `test_that()`) ('test_lgb.Booster.R:420:1') - Changing language has no effect when envvar LC_ALL='C' 459. Booster$eval() should work on a Dataset stored in a binary file ('test_lgb.Booster.R:505:5') - Changing language has no effect when envvar LC_ALL='C' 460. (code run outside of `test_that()`) ('test_lgb.Booster.R:458:1') - Changing language has no effect when envvar LC_ALL='C' 461. Booster$rollback_one_iter() should work as expected ('test_lgb.Booster.R:534:5') - Changing language has no effect when envvar LC_ALL='C' 462. Booster$rollback_one_iter() should work as expected ('test_lgb.Booster.R:542:5') - Changing language has no effect when envvar LC_ALL='C' 463. (code run outside of `test_that()`) ('test_lgb.Booster.R:514:1') - Changing language has no effect when envvar LC_ALL='C' 464. Booster$update() passing a train_set works as expected ('test_lgb.Booster.R:568:5') - Changing language has no effect when envvar LC_ALL='C' 465. Booster$update() passing a train_set works as expected ('test_lgb.Booster.R:577:5') - Changing language has no effect when envvar LC_ALL='C' 466. Booster$update() passing a train_set works as expected ('test_lgb.Booster.R:593:5') - Changing language has no effect when envvar LC_ALL='C' 467. (code run outside of `test_that()`) ('test_lgb.Booster.R:550:1') - Changing language has no effect when envvar LC_ALL='C' 468. (code run outside of `test_that()`) ('test_lgb.Booster.R:601:1') - Changing language has no effect when envvar LC_ALL='C' 469. (code run outside of `test_that()`) ('test_lgb.Booster.R:626:1') - Changing language has no effect when envvar LC_ALL='C' 470. (code run outside of `test_that()`) ('test_lgb.Booster.R:675:1') - Changing language has no effect when envvar LC_ALL='C' 471. (code run outside of `test_that()`) ('test_lgb.Booster.R:727:1') - Changing language has no effect when envvar LC_ALL='C' 472. (code run outside of `test_that()`) ('test_lgb.Booster.R:794:1') - Changing language has no effect when envvar LC_ALL='C' 473. (code run outside of `test_that()`) ('test_lgb.Booster.R:825:1') - Changing language has no effect when envvar LC_ALL='C' 474. Saving a model with different feature importance types works ('test_lgb.Booster.R:887:5') - Changing language has no effect when envvar LC_ALL='C' 475. (code run outside of `test_that()`) ('test_lgb.Booster.R:871:1') - Changing language has no effect when envvar LC_ALL='C' 476. Saving a model with unknown importance type fails ('test_lgb.Booster.R:943:5') - Changing language has no effect when envvar LC_ALL='C' 477. (code run outside of `test_that()`) ('test_lgb.Booster.R:927:1') - Changing language has no effect when envvar LC_ALL='C' 478. (code run outside of `test_that()`) ('test_lgb.Booster.R:965:1') - Changing language has no effect when envvar LC_ALL='C' 479. (code run outside of `test_that()`) ('test_lgb.Booster.R:1133:1') - Changing language has no effect when envvar LC_ALL='C' 480. (code run outside of `test_that()`) ('test_lgb.Booster.R:1193:1') - Changing language has no effect when envvar LC_ALL='C' 481. (code run outside of `test_that()`) ('test_lgb.Booster.R:1268:1') - Changing language has no effect when envvar LC_ALL='C' 482. (code run outside of `test_that()`) ('test_lgb.Booster.R:1287:1') - Changing language has no effect when envvar LC_ALL='C' 483. (code run outside of `test_that()`) ('test_lgb.Booster.R:1367:1') - Changing language has no effect when envvar LC_ALL='C' 484. (code run outside of `test_that()`) ('test_lgb.Booster.R:1424:1') - Changing language has no effect when envvar LC_ALL='C' 485. (code run outside of `test_that()`) ('test_lgb.Booster.R:1461:1') - Changing language has no effect when envvar LC_ALL='C' 486. boosters with linear models at leaves can be written to RDS and re-loaded successfully ('test_lgb.Booster.R:1505:5') - Changing language has no effect when envvar LC_ALL='C' 487. boosters with linear models at leaves can be written to RDS and re-loaded successfully ('test_lgb.Booster.R:1512:5') - Changing language has no effect when envvar LC_ALL='C' 488. (code run outside of `test_that()`) ('test_lgb.Booster.R:1483:1') - Changing language has no effect when envvar LC_ALL='C' 489. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 490. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 491. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1554:9') - Changing language has no effect when envvar LC_ALL='C' 492. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 493. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 494. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 495. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 496. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 497. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 498. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1578:9') - Changing language has no effect when envvar LC_ALL='C' 499. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 500. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 501. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 502. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 503. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 504. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 505. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1554:9') - Changing language has no effect when envvar LC_ALL='C' 506. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 507. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 508. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 509. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 510. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 511. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 512. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1578:9') - Changing language has no effect when envvar LC_ALL='C' 513. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 514. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 515. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 516. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 517. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 518. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 519. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1554:9') - Changing language has no effect when envvar LC_ALL='C' 520. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 521. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 522. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 523. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 524. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 525. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 526. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1578:9') - Changing language has no effect when envvar LC_ALL='C' 527. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 528. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 529. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 530. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 531. (code run outside of `test_that()`) ('test_lgb.Booster.R:1521:1') - Changing language has no effect when envvar LC_ALL='C' 532. (code run outside of `test_that()`) ('test_lgb.Booster.R:1656:1') - Changing language has no effect when envvar LC_ALL='C' 533. (code run outside of `test_that()`) ('test_lgb.Booster.R:1718:1') - Changing language has no effect when envvar LC_ALL='C' 534. (code run outside of `test_that()`) ('test_lgb.Booster.R:1734:1') - Changing language has no effect when envvar LC_ALL='C' 535. (code run outside of `test_that()`) ('test_lgb.Booster.R:1759:1') - Changing language has no effect when envvar LC_ALL='C' 536. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 537. lgb.convert_with_rules() should work correctly for a dataset with only character columns ('test_lgb.convert_with_rules.R:38:9') - Changing language has no effect when envvar LC_ALL='C' 538. lgb.convert_with_rules() should work correctly for a dataset with only character columns ('test_lgb.convert_with_rules.R:38:9') - Changing language has no effect when envvar LC_ALL='C' 539. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:20:1') - Changing language has no effect when envvar LC_ALL='C' 540. lgb.convert_with_rules() should work correctly for a dataset with only factor columns ('test_lgb.convert_with_rules.R:63:9') - Changing language has no effect when envvar LC_ALL='C' 541. lgb.convert_with_rules() should work correctly for a dataset with only factor columns ('test_lgb.convert_with_rules.R:63:9') - Changing language has no effect when envvar LC_ALL='C' 542. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:45:1') - Changing language has no effect when envvar LC_ALL='C' 543. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:70:1') - Changing language has no effect when envvar LC_ALL='C' 544. lgb.convert_with_rules() should work correctly for a dataset with numeric, factor, and character columns ('test_lgb.convert_with_rules.R:107:9') - Changing language has no effect when envvar LC_ALL='C' 545. lgb.convert_with_rules() should work correctly for a dataset with numeric, factor, and character columns ('test_lgb.convert_with_rules.R:107:9') - Changing language has no effect when envvar LC_ALL='C' 546. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:88:1') - Changing language has no effect when envvar LC_ALL='C' 547. lgb.convert_with_rules() should convert missing values to the expected value ('test_lgb.convert_with_rules.R:165:9') - Changing language has no effect when envvar LC_ALL='C' 548. lgb.convert_with_rules() should convert missing values to the expected value ('test_lgb.convert_with_rules.R:165:9') - Changing language has no effect when envvar LC_ALL='C' 549. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:118:1') - Changing language has no effect when envvar LC_ALL='C' 550. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:173:1') - Changing language has no effect when envvar LC_ALL='C' 551. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:232:1') - Changing language has no effect when envvar LC_ALL='C' 552. (code run outside of `test_that()`) ('test_lgb.importance.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 553. lgb.interprete works as expected for binary classification ('test_lgb.interprete.R:44:5') - Changing language has no effect when envvar LC_ALL='C' 554. lgb.interprete works as expected for binary classification ('test_lgb.interprete.R:45:5') - Changing language has no effect when envvar LC_ALL='C' 555. lgb.interprete works as expected for binary classification ('test_lgb.interprete.R:46:5') - Changing language has no effect when envvar LC_ALL='C' 556. (code run outside of `test_that()`) ('test_lgb.interprete.R:8:1') - Changing language has no effect when envvar LC_ALL='C' 557. lgb.intereprete works as expected for multiclass classification ('test_lgb.interprete.R:97:5') - Changing language has no effect when envvar LC_ALL='C' 558. lgb.intereprete works as expected for multiclass classification ('test_lgb.interprete.R:98:5') - Changing language has no effect when envvar LC_ALL='C' 559. lgb.intereprete works as expected for multiclass classification ('test_lgb.interprete.R:99:5') - Changing language has no effect when envvar LC_ALL='C' 560. (code run outside of `test_that()`) ('test_lgb.interprete.R:62:1') - Changing language has no effect when envvar LC_ALL='C' 561. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:77:3') - Changing language has no effect when envvar LC_ALL='C' 562. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:81:3') - Changing language has no effect when envvar LC_ALL='C' 563. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:88:3') - Changing language has no effect when envvar LC_ALL='C' 564. Depth calculated from lgb.model.dt.tree() respects max.depth ('test_lgb.model.dt.tree.R:93:5') - Changing language has no effect when envvar LC_ALL='C' 565. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:92:3') - Changing language has no effect when envvar LC_ALL='C' 566. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:96:3') - Changing language has no effect when envvar LC_ALL='C' 567. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:103:3') - Changing language has no effect when envvar LC_ALL='C' 568. leaves from lgb.model.dt.tree() do not have split info ('test_lgb.model.dt.tree.R:121:5') - Changing language has no effect when envvar LC_ALL='C' 569. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:110:3') - Changing language has no effect when envvar LC_ALL='C' 570. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:125:5') - Changing language has no effect when envvar LC_ALL='C' 571. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:126:5') - Changing language has no effect when envvar LC_ALL='C' 572. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:127:5') - Changing language has no effect when envvar LC_ALL='C' 573. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:124:3') - Changing language has no effect when envvar LC_ALL='C' 574. non-leaves from lgb.model.dt.tree() do not have leaf info ('test_lgb.model.dt.tree.R:134:5') - Changing language has no effect when envvar LC_ALL='C' 575. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:130:3') - Changing language has no effect when envvar LC_ALL='C' 576. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:138:5') - Changing language has no effect when envvar LC_ALL='C' 577. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:147:5') - Changing language has no effect when envvar LC_ALL='C' 578. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:150:5') - Changing language has no effect when envvar LC_ALL='C' 579. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:153:5') - Changing language has no effect when envvar LC_ALL='C' 580. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:156:5') - Changing language has no effect when envvar LC_ALL='C' 581. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:137:3') - Changing language has no effect when envvar LC_ALL='C' 582. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:77:3') - Changing language has no effect when envvar LC_ALL='C' 583. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:81:3') - Changing language has no effect when envvar LC_ALL='C' 584. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:88:3') - Changing language has no effect when envvar LC_ALL='C' 585. Depth calculated from lgb.model.dt.tree() respects max.depth ('test_lgb.model.dt.tree.R:93:5') - Changing language has no effect when envvar LC_ALL='C' 586. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:92:3') - Changing language has no effect when envvar LC_ALL='C' 587. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:96:3') - Changing language has no effect when envvar LC_ALL='C' 588. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:103:3') - Changing language has no effect when envvar LC_ALL='C' 589. leaves from lgb.model.dt.tree() do not have split info ('test_lgb.model.dt.tree.R:121:5') - Changing language has no effect when envvar LC_ALL='C' 590. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:110:3') - Changing language has no effect when envvar LC_ALL='C' 591. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:125:5') - Changing language has no effect when envvar LC_ALL='C' 592. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:126:5') - Changing language has no effect when envvar LC_ALL='C' 593. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:127:5') - Changing language has no effect when envvar LC_ALL='C' 594. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:124:3') - Changing language has no effect when envvar LC_ALL='C' 595. non-leaves from lgb.model.dt.tree() do not have leaf info ('test_lgb.model.dt.tree.R:134:5') - Changing language has no effect when envvar LC_ALL='C' 596. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:130:3') - Changing language has no effect when envvar LC_ALL='C' 597. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:138:5') - Changing language has no effect when envvar LC_ALL='C' 598. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:147:5') - Changing language has no effect when envvar LC_ALL='C' 599. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:150:5') - Changing language has no effect when envvar LC_ALL='C' 600. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:153:5') - Changing language has no effect when envvar LC_ALL='C' 601. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:156:5') - Changing language has no effect when envvar LC_ALL='C' 602. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:137:3') - Changing language has no effect when envvar LC_ALL='C' 603. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:77:3') - Changing language has no effect when envvar LC_ALL='C' 604. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:81:3') - Changing language has no effect when envvar LC_ALL='C' 605. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:88:3') - Changing language has no effect when envvar LC_ALL='C' 606. Depth calculated from lgb.model.dt.tree() respects max.depth ('test_lgb.model.dt.tree.R:93:5') - Changing language has no effect when envvar LC_ALL='C' 607. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:92:3') - Changing language has no effect when envvar LC_ALL='C' 608. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:96:3') - Changing language has no effect when envvar LC_ALL='C' 609. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:103:3') - Changing language has no effect when envvar LC_ALL='C' 610. leaves from lgb.model.dt.tree() do not have split info ('test_lgb.model.dt.tree.R:121:5') - Changing language has no effect when envvar LC_ALL='C' 611. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:110:3') - Changing language has no effect when envvar LC_ALL='C' 612. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:125:5') - Changing language has no effect when envvar LC_ALL='C' 613. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:126:5') - Changing language has no effect when envvar LC_ALL='C' 614. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:127:5') - Changing language has no effect when envvar LC_ALL='C' 615. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:124:3') - Changing language has no effect when envvar LC_ALL='C' 616. non-leaves from lgb.model.dt.tree() do not have leaf info ('test_lgb.model.dt.tree.R:134:5') - Changing language has no effect when envvar LC_ALL='C' 617. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:130:3') - Changing language has no effect when envvar LC_ALL='C' 618. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:138:5') - Changing language has no effect when envvar LC_ALL='C' 619. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:147:5') - Changing language has no effect when envvar LC_ALL='C' 620. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:150:5') - Changing language has no effect when envvar LC_ALL='C' 621. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:153:5') - Changing language has no effect when envvar LC_ALL='C' 622. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:156:5') - Changing language has no effect when envvar LC_ALL='C' 623. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:137:3') - Changing language has no effect when envvar LC_ALL='C' 624. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:77:3') - Changing language has no effect when envvar LC_ALL='C' 625. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:81:3') - Changing language has no effect when envvar LC_ALL='C' 626. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:88:3') - Changing language has no effect when envvar LC_ALL='C' 627. Depth calculated from lgb.model.dt.tree() respects max.depth ('test_lgb.model.dt.tree.R:93:5') - Changing language has no effect when envvar LC_ALL='C' 628. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:92:3') - Changing language has no effect when envvar LC_ALL='C' 629. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:96:3') - Changing language has no effect when envvar LC_ALL='C' 630. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:103:3') - Changing language has no effect when envvar LC_ALL='C' 631. leaves from lgb.model.dt.tree() do not have split info ('test_lgb.model.dt.tree.R:121:5') - Changing language has no effect when envvar LC_ALL='C' 632. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:110:3') - Changing language has no effect when envvar LC_ALL='C' 633. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:125:5') - Changing language has no effect when envvar LC_ALL='C' 634. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:126:5') - Changing language has no effect when envvar LC_ALL='C' 635. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:127:5') - Changing language has no effect when envvar LC_ALL='C' 636. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:124:3') - Changing language has no effect when envvar LC_ALL='C' 637. non-leaves from lgb.model.dt.tree() do not have leaf info ('test_lgb.model.dt.tree.R:134:5') - Changing language has no effect when envvar LC_ALL='C' 638. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:130:3') - Changing language has no effect when envvar LC_ALL='C' 639. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:138:5') - Changing language has no effect when envvar LC_ALL='C' 640. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:147:5') - Changing language has no effect when envvar LC_ALL='C' 641. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:150:5') - Changing language has no effect when envvar LC_ALL='C' 642. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:153:5') - Changing language has no effect when envvar LC_ALL='C' 643. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:156:5') - Changing language has no effect when envvar LC_ALL='C' 644. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:137:3') - Changing language has no effect when envvar LC_ALL='C' 645. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:160:1') - Changing language has no effect when envvar LC_ALL='C' 646. lgb.plot.importance() should run without error for well-formed inputs ('test_lgb.plot.importance.R:19:5') - Changing language has no effect when envvar LC_ALL='C' 647. lgb.plot.importance() should run without error for well-formed inputs ('test_lgb.plot.importance.R:37:9') - Changing language has no effect when envvar LC_ALL='C' 648. lgb.plot.importance() should run without error for well-formed inputs ('test_lgb.plot.importance.R:41:9') - Changing language has no effect when envvar LC_ALL='C' 649. lgb.plot.importance() should run without error for well-formed inputs ('test_lgb.plot.importance.R:45:9') - Changing language has no effect when envvar LC_ALL='C' 650. lgb.plot.importance() should run without error for well-formed inputs ('test_lgb.plot.importance.R:37:9') - Changing language has no effect when envvar LC_ALL='C' 651. lgb.plot.importance() should run without error for well-formed inputs ('test_lgb.plot.importance.R:41:9') - Changing language has no effect when envvar LC_ALL='C' 652. lgb.plot.importance() should run without error for well-formed inputs ('test_lgb.plot.importance.R:45:9') - Changing language has no effect when envvar LC_ALL='C' 653. (code run outside of `test_that()`) ('test_lgb.plot.importance.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 654. lgb.plot.interpretation works as expected for binary classification ('test_lgb.plot.interpretation.R:43:5') - Changing language has no effect when envvar LC_ALL='C' 655. lgb.plot.interpretation works as expected for binary classification ('test_lgb.plot.interpretation.R:57:5') - Changing language has no effect when envvar LC_ALL='C' 656. (code run outside of `test_that()`) ('test_lgb.plot.interpretation.R:8:1') - Changing language has no effect when envvar LC_ALL='C' 657. lgb.plot.interpretation works as expected for multiclass classification ('test_lgb.plot.interpretation.R:98:5') - Changing language has no effect when envvar LC_ALL='C' 658. (code run outside of `test_that()`) ('test_lgb.plot.interpretation.R:60:1') - Changing language has no effect when envvar LC_ALL='C' 659. .METRICS_HIGHER_BETTER() should be well formed ('test_metrics.R:5:5') - Changing language has no effect when envvar LC_ALL='C' 660. .METRICS_HIGHER_BETTER() should be well formed ('test_metrics.R:7:5') - Changing language has no effect when envvar LC_ALL='C' 661. .METRICS_HIGHER_BETTER() should be well formed ('test_metrics.R:9:5') - Changing language has no effect when envvar LC_ALL='C' 662. (code run outside of `test_that()`) ('test_metrics.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 663. getLGBMthreads() and setLGBMthreads() work as expected ('test_multithreading.R:4:5') - Changing language has no effect when envvar LC_ALL='C' 664. getLGBMthreads() and setLGBMthreads() work as expected ('test_multithreading.R:9:5') - Changing language has no effect when envvar LC_ALL='C' 665. getLGBMthreads() and setLGBMthreads() work as expected ('test_multithreading.R:14:5') - Changing language has no effect when envvar LC_ALL='C' 666. (code run outside of `test_that()`) ('test_multithreading.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 667. Feature penalties work properly ('test_parameters.R:35:3') - Changing language has no effect when envvar LC_ALL='C' 668. Feature penalties work properly ('test_parameters.R:36:3') - Changing language has no effect when envvar LC_ALL='C' 669. Feature penalties work properly ('test_parameters.R:37:3') - Changing language has no effect when envvar LC_ALL='C' 670. (code run outside of `test_that()`) ('test_parameters.R:6:1') - Changing language has no effect when envvar LC_ALL='C' 671. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:50:3') - Changing language has no effect when envvar LC_ALL='C' 672. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:51:3') - Changing language has no effect when envvar LC_ALL='C' 673. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:52:3') - Changing language has no effect when envvar LC_ALL='C' 674. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:53:3') - Changing language has no effect when envvar LC_ALL='C' 675. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:54:3') - Changing language has no effect when envvar LC_ALL='C' 676. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:55:3') - Changing language has no effect when envvar LC_ALL='C' 677. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:56:3') - Changing language has no effect when envvar LC_ALL='C' 678. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:57:3') - Changing language has no effect when envvar LC_ALL='C' 679. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:58:3') - Changing language has no effect when envvar LC_ALL='C' 680. (code run outside of `test_that()`) ('test_parameters.R:47:1') - Changing language has no effect when envvar LC_ALL='C' 681. .PARAMETER_ALIASES() uses the internal session cache ('test_parameters.R:71:3') - Changing language has no effect when envvar LC_ALL='C' 682. .PARAMETER_ALIASES() uses the internal session cache ('test_parameters.R:75:3') - Changing language has no effect when envvar LC_ALL='C' 683. .PARAMETER_ALIASES() uses the internal session cache ('test_parameters.R:76:3') - Changing language has no effect when envvar LC_ALL='C' 684. .PARAMETER_ALIASES() uses the internal session cache ('test_parameters.R:91:3') - Changing language has no effect when envvar LC_ALL='C' 685. (code run outside of `test_that()`) ('test_parameters.R:63:1') - Changing language has no effect when envvar LC_ALL='C' 686. (code run outside of `test_that()`) ('test_parameters.R:94:1') - Changing language has no effect when envvar LC_ALL='C' 687. (code run outside of `test_that()`) ('test_parameters.R:131:1') - Changing language has no effect when envvar LC_ALL='C' 688. (code run outside of `test_that()`) ('test_utils.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 689. (code run outside of `test_that()`) ('test_utils.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 690. (code run outside of `test_that()`) ('test_utils.R:27:1') - Changing language has no effect when envvar LC_ALL='C' 691. (code run outside of `test_that()`) ('test_utils.R:38:1') - Changing language has no effect when envvar LC_ALL='C' 692. (code run outside of `test_that()`) ('test_utils.R:47:1') - Changing language has no effect when envvar LC_ALL='C' 693. (code run outside of `test_that()`) ('test_utils.R:56:1') - Changing language has no effect when envvar LC_ALL='C' 694. (code run outside of `test_that()`) ('test_utils.R:65:1') - Changing language has no effect when envvar LC_ALL='C' 695. (code run outside of `test_that()`) ('test_utils.R:74:1') - Changing language has no effect when envvar LC_ALL='C' 696. (code run outside of `test_that()`) ('test_utils.R:83:1') - Changing language has no effect when envvar LC_ALL='C' 697. (code run outside of `test_that()`) ('test_utils.R:93:1') - Changing language has no effect when envvar LC_ALL='C' 698. (code run outside of `test_that()`) ('test_utils.R:111:1') - Changing language has no effect when envvar LC_ALL='C' 699. .equal_or_both_null produces expected results ('test_utils.R:140:5') - Changing language has no effect when envvar LC_ALL='C' 700. .equal_or_both_null produces expected results ('test_utils.R:141:5') - Changing language has no effect when envvar LC_ALL='C' 701. .equal_or_both_null produces expected results ('test_utils.R:142:5') - Changing language has no effect when envvar LC_ALL='C' 702. .equal_or_both_null produces expected results ('test_utils.R:143:5') - Changing language has no effect when envvar LC_ALL='C' 703. .equal_or_both_null produces expected results ('test_utils.R:144:5') - Changing language has no effect when envvar LC_ALL='C' 704. .equal_or_both_null produces expected results ('test_utils.R:145:5') - Changing language has no effect when envvar LC_ALL='C' 705. .equal_or_both_null produces expected results ('test_utils.R:146:5') - Changing language has no effect when envvar LC_ALL='C' 706. .equal_or_both_null produces expected results ('test_utils.R:147:5') - Changing language has no effect when envvar LC_ALL='C' 707. .equal_or_both_null produces expected results ('test_utils.R:148:5') - Changing language has no effect when envvar LC_ALL='C' 708. (code run outside of `test_that()`) ('test_utils.R:139:1') - Changing language has no effect when envvar LC_ALL='C' 709. (code run outside of `test_that()`) ('test_utils.R:151:1') - Changing language has no effect when envvar LC_ALL='C' 710. Gamma regression reacts on 'weight' ('test_weighted_loss.R:64:3') - Changing language has no effect when envvar LC_ALL='C' 711. (code run outside of `test_that()`) ('test_weighted_loss.R:1:1') - Changing language has no effect when envvar LC_ALL='C' == Failed ====================================================================== -- 1. Failure ('test_basic.R:1831:5'): lgb.train() supports non-ASCII feature na dumped_model[["feature_names"]] not identical to iconv(feature_names, to = "UTF-8"). 4/4 mismatches x[1]: "F_<9b>" y[1]: NA x[2]: "F_<80>" y[2]: NA x[3]: "F_<8c>" y[3]: NA x[4]: "F_<89>" y[4]: NA == DONE ======================================================================== Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: 1 ERROR, 1 NOTE See '/tmp/th798/16119574/R-release/743/lightgbm.Rcheck/00check.log' for details. [1] "2025-03-26 01:40:24 MST" [1] "2025-03-26 01:40:24 MST" Installing package into '/tmp/th798/16119574/R-release/743/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** using staged installation zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c assign.c -o assign.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c between.c -o between.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bmerge.c -o bmerge.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c chmatch.c -o chmatch.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cj.c -o cj.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c coalesce.c -o coalesce.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dogroups.c -o dogroups.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fastmean.c -o fastmean.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fcast.c -o fcast.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fifelse.c -o fifelse.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fmelt.c -o fmelt.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c forder.c -o forder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frank.c -o frank.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fread.c -o fread.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c freadR.c -o freadR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c froll.c -o froll.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frollR.c -o frollR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frolladaptive.c -o frolladaptive.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fsort.c -o fsort.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwrite.c -o fwrite.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwriteR.c -o fwriteR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gsumm.c -o gsumm.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c idatetime.c -o idatetime.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ijoin.c -o ijoin.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c inrange.c -o inrange.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nafill.c -o nafill.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c negate.c -o negate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nqrecreateindices.c -o nqrecreateindices.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c openmp-utils.c -o openmp-utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c programming.c -o programming.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c quickselect.c -o quickselect.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rbindlist.c -o rbindlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c reorder.c -o reorder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shift.c -o shift.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c snprintf.c -o snprintf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c subset.c -o subset.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c transpose.c -o transpose.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c types.c -o types.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c uniqlist.c -o uniqlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.c -o utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecseq.c -o vecseq.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c wrappers.c -o wrappers.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o data.table.so assign.o between.o bmerge.o chmatch.o cj.o coalesce.o dogroups.o fastmean.o fcast.o fifelse.o fmelt.o forder.o frank.o fread.o freadR.o froll.o frollR.o frolladaptive.o fsort.o fwrite.o fwriteR.o gsumm.o idatetime.o ijoin.o init.o inrange.o nafill.o negate.o nqrecreateindices.o openmp-utils.o programming.o quickselect.o rbindlist.o reorder.o shift.o snprintf.o subset.o transpose.o types.o uniqlist.o utils.o vecseq.o wrappers.o -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz PKG_CFLAGS = -fopenmp -I/home/th798/.conda/envs/emacs1/include PKG_LIBS = -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz if [ "data.table.so" != "data_table.so" ]; then mv data.table.so data_table.so; fi if [ "" != "Windows_NT" ] && [ `uname -s` = 'Darwin' ]; then install_name_tool -id data_table.so data_table.so; fi installing to /tmp/th798/16119574/R-release/743/library/00LOCK-data.table/00new/data.table/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (data.table) [1] "2025-03-26 01:40:45 MST" * using log directory '/tmp/th798/16119574/R-release/743/lightgbm.Rcheck' * using R version 4.4.3 (2025-02-28) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Spack GCC) 12.2.0 GNU Fortran (Spack GCC) 12.2.0 * running under: Red Hat Enterprise Linux 8.10 (Ootpa) * using session charset: ASCII * checking for file 'lightgbm/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'lightgbm' version '4.6.0' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package 'lightgbm' can be installed ... OK * used C++ compiler: 'g++ (Spack GCC) 12.2.0' * checking C++ specification ... OK Not all R platforms support C++17 * checking installed package size ... NOTE installed size is 23.4Mb sub-directories of 1Mb or more: libs 22.8Mb * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in shell scripts ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking compiled code ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' ERROR Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(lightgbm) # nolint: [unused_import] > > test_check( + package = "lightgbm" + , stop_on_failure = TRUE + , stop_on_warning = FALSE + , reporter = testthat::SummaryReporter$new() + ) Predictor: W.W.W.W.W.WW....W......W...W..W...W.........WW..W...W.......WW......W.......WW.W.W..W.W.W..W.W.W..W.W.W..W.W.W.W..W.W.W..W.W.W..W.W.W..W.W.W..W.WW.W.W..W.W.W..W.W.W..W.W.W..W.W.W.W..W.W.W..W.W.W..W.W.W..W.W.W..W.WW.W.W..W.W.W..W.W.W..W.W.W..W.W.W.W..W.W.W..W.W.W..W.W.W..W.W.W..W.WW..W..W..W..WW...W...W............W....W....WW.W.WW.W basic: W.....WW...WW..WW.W.WW.W.W..WW.W.W......W....W.W.W.W.WW.WW......W..W......WW.....WW.W.W.W.W...W.W....W.W.W..W.W..W.W.W.....W.W.W.W..WW..W.W...W.W.W.W....W..WW.W.W......W......W.W.W.W....W...W.WW...W.W.W......W............W....W.....W.W......W.....W..........W.....W.W.W.W.W.W.W.W..W..W.W..W.W.W.W.WW.W.....WW.1W..W...W...W.W.....W..W.W......................W....W....W.W.W..WW..W.....W....................WW.W.W.W.W.W.W.........W..W..W..W.WW.W.W.W.WW.W.W.WW.W.W.WW.WW.W.W.W.W.W.W..W.W.W..W.WW.WW.WW.WW.WW.WW.W.W.W..W.W.W.W.W..W.W.WW.W.W.W.W.W..W..W.W..W..................................................................................................................................................................W..................................................................................................................................................................W..................................................................................................................................................................W.W.W..W...W.W..W.W.W.WW....WW..W.W.W.W.W.W.WW.W.WW.W custom_objective: W.WW..W.W.W.W.W.W..W dataset: ..W.W.W..W...W.W..W...WW.W..W....W.W.....W..WW.W.W.WW..W.W.W.....WW.W.W..W.W...WW.W.W.W.WW.WW.W.W..W...W...W........W...W...W.W learning_to_rank: W....W.W.W..W.W.W..W.W.W....W.W.WW...W.W.W.W.W.....W....W....W.W.W.W.........W lgb.Booster: W.W.W.W.W......W.W.W.....WW.W...WW.W..WW.W..W.W....W..WW.W..WW..W.W.WW...W...WW..W.W..W...WW..W..W....W.W...W......W......W...W...WW...WW..W....W.......W...............W.W........W.....................W.W.WW.W..W.W.W.W.W.W..W.W.W.W..W.W.W..W.W..W.W.W.W.W..W.W.W.W..W.W.W..W.W..W.W.W.W.W..W.W.W.W..W.W.W..W.W.W..W..W....W....W lgb.convert_with_rules: ......W.....W.........W....W.....W.........W....W....W.....W...........W......W.................W......................W.....W........................W.W lgb.importance: ...........W lgb.interprete: .W.W.W.W.W.W.W.W lgb.model.dt.tree: .W.W.WW.W.W.WW.WW.W.W.WW.WW.W.W.W.W.W.W.W.WW.W.W.WW.WW.W.W.WW.WW.W.W.W.W.W.W.W.WW.W.W.WW.WW.W.W.WW.WW.W.W.W.W.W.W.W.WW.W.W.WW.WW.W.W.WW.WW.W.W.W.W.W.....W lgb.plot.importance: W.W..W.W.W..W.W.W lgb.plot.interpretation: W.W.WW.W metrics: W.W.W.W multithreading: W..W..W..W parameters: W.W.W.....W.W.W.W.W.W.W.W.W.W...WW.W.W..W.W......W......W utils: ..W..W.W..W..W..W..W..W.W..W....WW.W.W.W.W.W.W.W.W.W..W weighted_loss: ..W.W == Warnings ==================================================================== 1. Predictor$finalize() should not fail ('test_Predictor.R:20:5') - Changing language has no effect when envvar LC_ALL='C' 2. Predictor$finalize() should not fail ('test_Predictor.R:22:5') - Changing language has no effect when envvar LC_ALL='C' 3. Predictor$finalize() should not fail ('test_Predictor.R:25:5') - Changing language has no effect when envvar LC_ALL='C' 4. Predictor$finalize() should not fail ('test_Predictor.R:29:5') - Changing language has no effect when envvar LC_ALL='C' 5. (code run outside of `test_that()`) ('test_Predictor.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 6. (code run outside of `test_that()`) ('test_Predictor.R:32:1') - Changing language has no effect when envvar LC_ALL='C' 7. start_iteration works correctly ('test_Predictor.R:82:5') - Changing language has no effect when envvar LC_ALL='C' 8. (code run outside of `test_that()`) ('test_Predictor.R:53:1') - Changing language has no effect when envvar LC_ALL='C' 9. (code run outside of `test_that()`) ('test_Predictor.R:116:1') - Changing language has no effect when envvar LC_ALL='C' 10. (code run outside of `test_that()`) ('test_Predictor.R:147:1') - Changing language has no effect when envvar LC_ALL='C' 11. (code run outside of `test_that()`) ('test_Predictor.R:172:1') - Changing language has no effect when envvar LC_ALL='C' 12. predict() params should override keyword argument for raw-score predictions ('test_Predictor.R:231:3') - Changing language has no effect when envvar LC_ALL='C' 13. (code run outside of `test_that()`) ('test_Predictor.R:194:1') - Changing language has no effect when envvar LC_ALL='C' 14. predict() params should override keyword argument for leaf-index predictions ('test_Predictor.R:271:3') - Changing language has no effect when envvar LC_ALL='C' 15. predict() params should override keyword argument for leaf-index predictions ('test_Predictor.R:273:3') - Changing language has no effect when envvar LC_ALL='C' 16. predict() params should override keyword argument for leaf-index predictions ('test_Predictor.R:285:3') - Changing language has no effect when envvar LC_ALL='C' 17. (code run outside of `test_that()`) ('test_Predictor.R:246:1') - Changing language has no effect when envvar LC_ALL='C' 18. predict() params should override keyword argument for feature contributions ('test_Predictor.R:327:3') - Changing language has no effect when envvar LC_ALL='C' 19. predict() params should override keyword argument for feature contributions ('test_Predictor.R:339:3') - Changing language has no effect when envvar LC_ALL='C' 20. (code run outside of `test_that()`) ('test_Predictor.R:300:1') - Changing language has no effect when envvar LC_ALL='C' 21. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 22. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 23. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 24. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 25. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 26. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 27. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 28. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 29. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 30. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 31. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 32. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 33. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 34. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 35. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 36. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 37. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 38. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 39. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 40. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 41. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 42. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 43. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 44. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 45. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 46. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 47. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 48. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 49. predict() keeps row names from data (regression) ('test_Predictor.R:431:5') - Changing language has no effect when envvar LC_ALL='C' 50. (code run outside of `test_that()`) ('test_Predictor.R:412:1') - Changing language has no effect when envvar LC_ALL='C' 51. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 52. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 53. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 54. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 55. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 56. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 57. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 58. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 59. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 60. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 61. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 62. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 63. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 64. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 65. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 66. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 67. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 68. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 69. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 70. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 71. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 72. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 73. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 74. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 75. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 76. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 77. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 78. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 79. predict() keeps row names from data (binary classification) ('test_Predictor.R:447:5') - Changing language has no effect when envvar LC_ALL='C' 80. (code run outside of `test_that()`) ('test_Predictor.R:434:1') - Changing language has no effect when envvar LC_ALL='C' 81. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 82. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 83. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 84. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 85. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 86. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 87. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 88. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 89. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 90. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 91. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 92. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 93. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 94. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 95. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 96. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 97. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 98. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 99. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 100. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 101. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 102. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 103. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 104. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 105. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 106. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 107. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 108. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 109. predict() keeps row names from data (multi-class classification) ('test_Predictor.R:463:5') - Changing language has no effect when envvar LC_ALL='C' 110. (code run outside of `test_that()`) ('test_Predictor.R:450:1') - Changing language has no effect when envvar LC_ALL='C' 111. predictions for regression and binary classification are returned as vectors ('test_Predictor.R:486:5') - Changing language has no effect when envvar LC_ALL='C' 112. predictions for regression and binary classification are returned as vectors ('test_Predictor.R:489:5') - Changing language has no effect when envvar LC_ALL='C' 113. predictions for regression and binary classification are returned as vectors ('test_Predictor.R:504:5') - Changing language has no effect when envvar LC_ALL='C' 114. predictions for regression and binary classification are returned as vectors ('test_Predictor.R:507:5') - Changing language has no effect when envvar LC_ALL='C' 115. (code run outside of `test_that()`) ('test_Predictor.R:466:1') - Changing language has no effect when envvar LC_ALL='C' 116. predictions for multiclass classification are returned as matrix ('test_Predictor.R:524:5') - Changing language has no effect when envvar LC_ALL='C' 117. predictions for multiclass classification are returned as matrix ('test_Predictor.R:528:5') - Changing language has no effect when envvar LC_ALL='C' 118. (code run outside of `test_that()`) ('test_Predictor.R:511:1') - Changing language has no effect when envvar LC_ALL='C' 119. (code run outside of `test_that()`) ('test_Predictor.R:533:1') - Changing language has no effect when envvar LC_ALL='C' 120. (code run outside of `test_that()`) ('test_Predictor.R:594:1') - Changing language has no effect when envvar LC_ALL='C' 121. (code run outside of `test_that()`) ('test_Predictor.R:624:1') - Changing language has no effect when envvar LC_ALL='C' 122. predict type='class' returns predicted class for classification objectives ('test_Predictor.R:669:5') - Changing language has no effect when envvar LC_ALL='C' 123. predict type='class' returns predicted class for classification objectives ('test_Predictor.R:683:5') - Changing language has no effect when envvar LC_ALL='C' 124. (code run outside of `test_that()`) ('test_Predictor.R:656:1') - Changing language has no effect when envvar LC_ALL='C' 125. predict type='class' returns values in the target's range for regression objectives ('test_Predictor.R:699:5') - Changing language has no effect when envvar LC_ALL='C' 126. (code run outside of `test_that()`) ('test_Predictor.R:686:1') - Changing language has no effect when envvar LC_ALL='C' 127. train and predict binary classification ('test_basic.R:84:3') - Changing language has no effect when envvar LC_ALL='C' 128. (code run outside of `test_that()`) ('test_basic.R:64:1') - Changing language has no effect when envvar LC_ALL='C' 129. train and predict softmax ('test_basic.R:127:3') - Changing language has no effect when envvar LC_ALL='C' 130. (code run outside of `test_that()`) ('test_basic.R:99:1') - Changing language has no effect when envvar LC_ALL='C' 131. use of multiple eval metrics works ('test_basic.R:158:3') - Changing language has no effect when envvar LC_ALL='C' 132. (code run outside of `test_that()`) ('test_basic.R:136:1') - Changing language has no effect when envvar LC_ALL='C' 133. lgb.Booster.upper_bound() and lgb.Booster.lower_bound() work as expected for binary classification ('test_basic.R:182:3') - Changing language has no effect when envvar LC_ALL='C' 134. lgb.Booster.upper_bound() and lgb.Booster.lower_bound() work as expected for binary classification ('test_basic.R:183:3') - Changing language has no effect when envvar LC_ALL='C' 135. (code run outside of `test_that()`) ('test_basic.R:167:1') - Changing language has no effect when envvar LC_ALL='C' 136. lgb.Booster.upper_bound() and lgb.Booster.lower_bound() work as expected for regression ('test_basic.R:201:3') - Changing language has no effect when envvar LC_ALL='C' 137. lgb.Booster.upper_bound() and lgb.Booster.lower_bound() work as expected for regression ('test_basic.R:202:3') - Changing language has no effect when envvar LC_ALL='C' 138. (code run outside of `test_that()`) ('test_basic.R:186:1') - Changing language has no effect when envvar LC_ALL='C' 139. (code run outside of `test_that()`) ('test_basic.R:205:1') - Changing language has no effect when envvar LC_ALL='C' 140. lightgbm() accepts nrounds as either a top-level argument or parameter ('test_basic.R:270:3') - Changing language has no effect when envvar LC_ALL='C' 141. lightgbm() accepts nrounds as either a top-level argument or parameter ('test_basic.R:271:3') - Changing language has no effect when envvar LC_ALL='C' 142. lightgbm() accepts nrounds as either a top-level argument or parameter ('test_basic.R:272:3') - Changing language has no effect when envvar LC_ALL='C' 143. (code run outside of `test_that()`) ('test_basic.R:219:1') - Changing language has no effect when envvar LC_ALL='C' 144. lightgbm() performs evaluation on validation sets if they are provided ('test_basic.R:332:3') - Changing language has no effect when envvar LC_ALL='C' 145. lightgbm() performs evaluation on validation sets if they are provided ('test_basic.R:333:3') - Changing language has no effect when envvar LC_ALL='C' 146. lightgbm() performs evaluation on validation sets if they are provided ('test_basic.R:334:3') - Changing language has no effect when envvar LC_ALL='C' 147. (code run outside of `test_that()`) ('test_basic.R:284:1') - Changing language has no effect when envvar LC_ALL='C' 148. (code run outside of `test_that()`) ('test_basic.R:337:1') - Changing language has no effect when envvar LC_ALL='C' 149. cv works ('test_basic.R:387:3') - Changing language has no effect when envvar LC_ALL='C' 150. (code run outside of `test_that()`) ('test_basic.R:370:1') - Changing language has no effect when envvar LC_ALL='C' 151. CVBooster$reset_parameter() works as expected ('test_basic.R:405:3') - Changing language has no effect when envvar LC_ALL='C' 152. (code run outside of `test_that()`) ('test_basic.R:390:1') - Changing language has no effect when envvar LC_ALL='C' 153. (code run outside of `test_that()`) ('test_basic.R:416:1') - Changing language has no effect when envvar LC_ALL='C' 154. (code run outside of `test_that()`) ('test_basic.R:436:1') - Changing language has no effect when envvar LC_ALL='C' 155. lightgbm.cv() gives the correct best_score and best_iter for a metric where higher values are better ('test_basic.R:482:3') - Changing language has no effect when envvar LC_ALL='C' 156. (code run outside of `test_that()`) ('test_basic.R:461:1') - Changing language has no effect when envvar LC_ALL='C' 157. lgb.cv() fit on linearly-relatead data improves when using linear learners ('test_basic.R:522:3') - Changing language has no effect when envvar LC_ALL='C' 158. lgb.cv() fit on linearly-relatead data improves when using linear learners ('test_basic.R:531:3') - Changing language has no effect when envvar LC_ALL='C' 159. lgb.cv() fit on linearly-relatead data improves when using linear learners ('test_basic.R:533:3') - Changing language has no effect when envvar LC_ALL='C' 160. (code run outside of `test_that()`) ('test_basic.R:495:1') - Changing language has no effect when envvar LC_ALL='C' 161. lgb.cv() respects showsd argument ('test_basic.R:568:3') - Changing language has no effect when envvar LC_ALL='C' 162. (code run outside of `test_that()`) ('test_basic.R:536:1') - Changing language has no effect when envvar LC_ALL='C' 163. (code run outside of `test_that()`) ('test_basic.R:573:1') - Changing language has no effect when envvar LC_ALL='C' 164. (code run outside of `test_that()`) ('test_basic.R:593:1') - Changing language has no effect when envvar LC_ALL='C' 165. lgb.cv() prefers objective in params to keyword argument ('test_basic.R:644:5') - Changing language has no effect when envvar LC_ALL='C' 166. lgb.cv() prefers objective in params to keyword argument ('test_basic.R:645:5') - Changing language has no effect when envvar LC_ALL='C' 167. lgb.cv() prefers objective in params to keyword argument ('test_basic.R:644:5') - Changing language has no effect when envvar LC_ALL='C' 168. lgb.cv() prefers objective in params to keyword argument ('test_basic.R:645:5') - Changing language has no effect when envvar LC_ALL='C' 169. lgb.cv() prefers objective in params to keyword argument ('test_basic.R:644:5') - Changing language has no effect when envvar LC_ALL='C' 170. lgb.cv() prefers objective in params to keyword argument ('test_basic.R:645:5') - Changing language has no effect when envvar LC_ALL='C' 171. (code run outside of `test_that()`) ('test_basic.R:618:1') - Changing language has no effect when envvar LC_ALL='C' 172. (code run outside of `test_that()`) ('test_basic.R:649:1') - Changing language has no effect when envvar LC_ALL='C' 173. lgb.cv() respects eval_train_metric argument ('test_basic.R:708:3') - Changing language has no effect when envvar LC_ALL='C' 174. lgb.cv() respects eval_train_metric argument ('test_basic.R:709:3') - Changing language has no effect when envvar LC_ALL='C' 175. lgb.cv() respects eval_train_metric argument ('test_basic.R:710:3') - Changing language has no effect when envvar LC_ALL='C' 176. (code run outside of `test_that()`) ('test_basic.R:676:1') - Changing language has no effect when envvar LC_ALL='C' 177. lgb.train() works as expected with multiple eval metrics ('test_basic.R:741:3') - Changing language has no effect when envvar LC_ALL='C' 178. (code run outside of `test_that()`) ('test_basic.R:717:1') - Changing language has no effect when envvar LC_ALL='C' 179. (code run outside of `test_that()`) ('test_basic.R:750:1') - Changing language has no effect when envvar LC_ALL='C' 180. (code run outside of `test_that()`) ('test_basic.R:768:1') - Changing language has no effect when envvar LC_ALL='C' 181. lgb.train() prefers objective in params to keyword argument ('test_basic.R:817:3') - Changing language has no effect when envvar LC_ALL='C' 182. lgb.train() prefers objective in params to keyword argument ('test_basic.R:818:3') - Changing language has no effect when envvar LC_ALL='C' 183. (code run outside of `test_that()`) ('test_basic.R:793:1') - Changing language has no effect when envvar LC_ALL='C' 184. (code run outside of `test_that()`) ('test_basic.R:821:1') - Changing language has no effect when envvar LC_ALL='C' 185. (code run outside of `test_that()`) ('test_basic.R:849:1') - Changing language has no effect when envvar LC_ALL='C' 186. lgb.train() accepts nrounds as either a top-level argument or parameter ('test_basic.R:928:3') - Changing language has no effect when envvar LC_ALL='C' 187. lgb.train() accepts nrounds as either a top-level argument or parameter ('test_basic.R:929:3') - Changing language has no effect when envvar LC_ALL='C' 188. lgb.train() accepts nrounds as either a top-level argument or parameter ('test_basic.R:930:3') - Changing language has no effect when envvar LC_ALL='C' 189. (code run outside of `test_that()`) ('test_basic.R:869:1') - Changing language has no effect when envvar LC_ALL='C' 190. (code run outside of `test_that()`) ('test_basic.R:943:1') - Changing language has no effect when envvar LC_ALL='C' 191. (code run outside of `test_that()`) ('test_basic.R:967:1') - Changing language has no effect when envvar LC_ALL='C' 192. (code run outside of `test_that()`) ('test_basic.R:986:1') - Changing language has no effect when envvar LC_ALL='C' 193. (code run outside of `test_that()`) ('test_basic.R:1005:1') - Changing language has no effect when envvar LC_ALL='C' 194. lgb.train() works with force_col_wise and force_row_wise ('test_basic.R:1068:5') - Changing language has no effect when envvar LC_ALL='C' 195. lgb.train() works with force_col_wise and force_row_wise ('test_basic.R:1068:5') - Changing language has no effect when envvar LC_ALL='C' 196. (code run outside of `test_that()`) ('test_basic.R:1024:1') - Changing language has no effect when envvar LC_ALL='C' 197. lgb.train() works as expected with sparse features ('test_basic.R:1097:3') - Changing language has no effect when envvar LC_ALL='C' 198. lgb.train() works as expected with sparse features ('test_basic.R:1101:3') - Changing language has no effect when envvar LC_ALL='C' 199. lgb.train() works as expected with sparse features ('test_basic.R:1103:3') - Changing language has no effect when envvar LC_ALL='C' 200. (code run outside of `test_that()`) ('test_basic.R:1072:1') - Changing language has no effect when envvar LC_ALL='C' 201. (code run outside of `test_that()`) ('test_basic.R:1106:1') - Changing language has no effect when envvar LC_ALL='C' 202. (code run outside of `test_that()`) ('test_basic.R:1180:1') - Changing language has no effect when envvar LC_ALL='C' 203. lgb.train() works with early stopping for classification with a metric that should be maximized ('test_basic.R:1313:3') - Changing language has no effect when envvar LC_ALL='C' 204. lgb.train() works with early stopping for classification with a metric that should be maximized ('test_basic.R:1324:3') - Changing language has no effect when envvar LC_ALL='C' 205. (code run outside of `test_that()`) ('test_basic.R:1254:1') - Changing language has no effect when envvar LC_ALL='C' 206. (code run outside of `test_that()`) ('test_basic.R:1327:1') - Changing language has no effect when envvar LC_ALL='C' 207. (code run outside of `test_that()`) ('test_basic.R:1401:1') - Changing language has no effect when envvar LC_ALL='C' 208. (code run outside of `test_that()`) ('test_basic.R:1453:1') - Changing language has no effect when envvar LC_ALL='C' 209. (code run outside of `test_that()`) ('test_basic.R:1523:1') - Changing language has no effect when envvar LC_ALL='C' 210. lgb.train() works when a mixture of functions and strings are passed to eval ('test_basic.R:1607:3') - Changing language has no effect when envvar LC_ALL='C' 211. lgb.train() works when a mixture of functions and strings are passed to eval ('test_basic.R:1608:3') - Changing language has no effect when envvar LC_ALL='C' 212. lgb.train() works when a mixture of functions and strings are passed to eval ('test_basic.R:1610:3') - Changing language has no effect when envvar LC_ALL='C' 213. lgb.train() works when a mixture of functions and strings are passed to eval ('test_basic.R:1615:3') - Changing language has no effect when envvar LC_ALL='C' 214. (code run outside of `test_that()`) ('test_basic.R:1573:1') - Changing language has no effect when envvar LC_ALL='C' 215. lgb.train() works when a list of strings or a character vector is passed to eval ('test_basic.R:1660:7') - Changing language has no effect when envvar LC_ALL='C' 216. lgb.train() works when a list of strings or a character vector is passed to eval ('test_basic.R:1663:7') - Changing language has no effect when envvar LC_ALL='C' 217. lgb.train() works when a list of strings or a character vector is passed to eval ('test_basic.R:1663:7') - Changing language has no effect when envvar LC_ALL='C' 218. lgb.train() works when a list of strings or a character vector is passed to eval ('test_basic.R:1660:7') - Changing language has no effect when envvar LC_ALL='C' 219. lgb.train() works when a list of strings or a character vector is passed to eval ('test_basic.R:1663:7') - Changing language has no effect when envvar LC_ALL='C' 220. lgb.train() works when a list of strings or a character vector is passed to eval ('test_basic.R:1663:7') - Changing language has no effect when envvar LC_ALL='C' 221. (code run outside of `test_that()`) ('test_basic.R:1619:1') - Changing language has no effect when envvar LC_ALL='C' 222. lgb.train() works when you specify both 'metric' and 'eval' with strings ('test_basic.R:1697:3') - Changing language has no effect when envvar LC_ALL='C' 223. lgb.train() works when you specify both 'metric' and 'eval' with strings ('test_basic.R:1698:3') - Changing language has no effect when envvar LC_ALL='C' 224. (code run outside of `test_that()`) ('test_basic.R:1668:1') - Changing language has no effect when envvar LC_ALL='C' 225. lgb.train() works when you give a function for eval ('test_basic.R:1722:3') - Changing language has no effect when envvar LC_ALL='C' 226. (code run outside of `test_that()`) ('test_basic.R:1701:1') - Changing language has no effect when envvar LC_ALL='C' 227. (code run outside of `test_that()`) ('test_basic.R:1725:1') - Changing language has no effect when envvar LC_ALL='C' 228. lgb.train() supports non-ASCII feature names ('test_basic.R:1819:3') - Changing language has no effect when envvar LC_ALL='C' 229. (code run outside of `test_that()`) ('test_basic.R:1790:1') - Changing language has no effect when envvar LC_ALL='C' 230. lgb.train() works with integer, double, and numeric data ('test_basic.R:1868:5') - Changing language has no effect when envvar LC_ALL='C' 231. lgb.train() works with integer, double, and numeric data ('test_basic.R:1868:5') - Changing language has no effect when envvar LC_ALL='C' 232. lgb.train() works with integer, double, and numeric data ('test_basic.R:1868:5') - Changing language has no effect when envvar LC_ALL='C' 233. (code run outside of `test_that()`) ('test_basic.R:1838:1') - Changing language has no effect when envvar LC_ALL='C' 234. lgb.train() updates params based on keyword arguments ('test_basic.R:1924:3') - Changing language has no effect when envvar LC_ALL='C' 235. lgb.train() updates params based on keyword arguments ('test_basic.R:1926:3') - Changing language has no effect when envvar LC_ALL='C' 236. (code run outside of `test_that()`) ('test_basic.R:1872:1') - Changing language has no effect when envvar LC_ALL='C' 237. (code run outside of `test_that()`) ('test_basic.R:1929:1') - Changing language has no effect when envvar LC_ALL='C' 238. (code run outside of `test_that()`) ('test_basic.R:2090:1') - Changing language has no effect when envvar LC_ALL='C' 239. (code run outside of `test_that()`) ('test_basic.R:2141:1') - Changing language has no effect when envvar LC_ALL='C' 240. lgb.cv() works when you specify both 'metric' and 'eval' with strings ('test_basic.R:2228:3') - Changing language has no effect when envvar LC_ALL='C' 241. lgb.cv() works when you specify both 'metric' and 'eval' with strings ('test_basic.R:2229:3') - Changing language has no effect when envvar LC_ALL='C' 242. (code run outside of `test_that()`) ('test_basic.R:2200:1') - Changing language has no effect when envvar LC_ALL='C' 243. lgb.cv() works when you give a function for eval ('test_basic.R:2255:3') - Changing language has no effect when envvar LC_ALL='C' 244. (code run outside of `test_that()`) ('test_basic.R:2235:1') - Changing language has no effect when envvar LC_ALL='C' 245. (code run outside of `test_that()`) ('test_basic.R:2259:1') - Changing language has no effect when envvar LC_ALL='C' 246. (code run outside of `test_that()`) ('test_basic.R:2317:1') - Changing language has no effect when envvar LC_ALL='C' 247. lgb.cv() respects changes to logging verbosity ('test_basic.R:2393:3') - Changing language has no effect when envvar LC_ALL='C' 248. lgb.cv() respects changes to logging verbosity ('test_basic.R:2394:3') - Changing language has no effect when envvar LC_ALL='C' 249. lgb.cv() respects changes to logging verbosity ('test_basic.R:2407:3') - Changing language has no effect when envvar LC_ALL='C' 250. lgb.cv() respects changes to logging verbosity ('test_basic.R:2408:3') - Changing language has no effect when envvar LC_ALL='C' 251. lgb.cv() respects changes to logging verbosity ('test_basic.R:2423:3') - Changing language has no effect when envvar LC_ALL='C' 252. lgb.cv() respects changes to logging verbosity ('test_basic.R:2424:3') - Changing language has no effect when envvar LC_ALL='C' 253. (code run outside of `test_that()`) ('test_basic.R:2376:1') - Changing language has no effect when envvar LC_ALL='C' 254. lgb.cv() updates params based on keyword arguments ('test_basic.R:2491:5') - Changing language has no effect when envvar LC_ALL='C' 255. lgb.cv() updates params based on keyword arguments ('test_basic.R:2493:5') - Changing language has no effect when envvar LC_ALL='C' 256. lgb.cv() updates params based on keyword arguments ('test_basic.R:2491:5') - Changing language has no effect when envvar LC_ALL='C' 257. lgb.cv() updates params based on keyword arguments ('test_basic.R:2493:5') - Changing language has no effect when envvar LC_ALL='C' 258. (code run outside of `test_that()`) ('test_basic.R:2427:1') - Changing language has no effect when envvar LC_ALL='C' 259. lgb.train() fit on linearly-relatead data improves when using linear learners ('test_basic.R:2525:3') - Changing language has no effect when envvar LC_ALL='C' 260. lgb.train() fit on linearly-relatead data improves when using linear learners ('test_basic.R:2534:3') - Changing language has no effect when envvar LC_ALL='C' 261. lgb.train() fit on linearly-relatead data improves when using linear learners ('test_basic.R:2538:3') - Changing language has no effect when envvar LC_ALL='C' 262. (code run outside of `test_that()`) ('test_basic.R:2498:1') - Changing language has no effect when envvar LC_ALL='C' 263. (code run outside of `test_that()`) ('test_basic.R:2542:1') - Changing language has no effect when envvar LC_ALL='C' 264. lgb.train() works with linear learners even if Dataset has missing values ('test_basic.R:2602:3') - Changing language has no effect when envvar LC_ALL='C' 265. lgb.train() works with linear learners even if Dataset has missing values ('test_basic.R:2611:3') - Changing language has no effect when envvar LC_ALL='C' 266. lgb.train() works with linear learners even if Dataset has missing values ('test_basic.R:2615:3') - Changing language has no effect when envvar LC_ALL='C' 267. (code run outside of `test_that()`) ('test_basic.R:2570:1') - Changing language has no effect when envvar LC_ALL='C' 268. lgb.train() works with linear learners, bagging, and a Dataset that has missing values ('test_basic.R:2652:3') - Changing language has no effect when envvar LC_ALL='C' 269. lgb.train() works with linear learners, bagging, and a Dataset that has missing values ('test_basic.R:2661:3') - Changing language has no effect when envvar LC_ALL='C' 270. lgb.train() works with linear learners, bagging, and a Dataset that has missing values ('test_basic.R:2665:3') - Changing language has no effect when envvar LC_ALL='C' 271. (code run outside of `test_that()`) ('test_basic.R:2618:1') - Changing language has no effect when envvar LC_ALL='C' 272. lgb.train() works with linear learners and data where a feature has only 1 non-NA value ('test_basic.R:2702:3') - Changing language has no effect when envvar LC_ALL='C' 273. (code run outside of `test_that()`) ('test_basic.R:2668:1') - Changing language has no effect when envvar LC_ALL='C' 274. lgb.train() works with linear learners when Dataset has categorical features ('test_basic.R:2735:3') - Changing language has no effect when envvar LC_ALL='C' 275. lgb.train() works with linear learners when Dataset has categorical features ('test_basic.R:2744:3') - Changing language has no effect when envvar LC_ALL='C' 276. lgb.train() works with linear learners when Dataset has categorical features ('test_basic.R:2748:3') - Changing language has no effect when envvar LC_ALL='C' 277. (code run outside of `test_that()`) ('test_basic.R:2705:1') - Changing language has no effect when envvar LC_ALL='C' 278. (code run outside of `test_that()`) ('test_basic.R:2751:1') - Changing language has no effect when envvar LC_ALL='C' 279. (code run outside of `test_that()`) ('test_basic.R:2763:1') - Changing language has no effect when envvar LC_ALL='C' 280. (code run outside of `test_that()`) ('test_basic.R:2776:1') - Changing language has no effect when envvar LC_ALL='C' 281. (code run outside of `test_that()`) ('test_basic.R:2787:1') - Changing language has no effect when envvar LC_ALL='C' 282. (code run outside of `test_that()`) ('test_basic.R:2837:1') - Changing language has no effect when envvar LC_ALL='C' 283. Interaction constraints add missing features correctly as new group ('test_basic.R:2902:5') - Changing language has no effect when envvar LC_ALL='C' 284. Interaction constraints add missing features correctly as new group ('test_basic.R:2902:5') - Changing language has no effect when envvar LC_ALL='C' 285. (code run outside of `test_that()`) ('test_basic.R:2877:1') - Changing language has no effect when envvar LC_ALL='C' 286. lgb.train() supports monotone constraints (categoricals=TRUE, method=basic) ('test_basic.R:3048:7') - Changing language has no effect when envvar LC_ALL='C' 287. (code run outside of `test_that()`) ('test_basic.R:3032:5') - Changing language has no effect when envvar LC_ALL='C' 288. lgb.train() supports monotone constraints (categoricals=TRUE, method=intermediate) ('test_basic.R:3048:7') - Changing language has no effect when envvar LC_ALL='C' 289. (code run outside of `test_that()`) ('test_basic.R:3032:5') - Changing language has no effect when envvar LC_ALL='C' 290. lgb.train() supports monotone constraints (categoricals=TRUE, method=advanced) ('test_basic.R:3048:7') - Changing language has no effect when envvar LC_ALL='C' 291. (code run outside of `test_that()`) ('test_basic.R:3032:5') - Changing language has no effect when envvar LC_ALL='C' 292. lgb.train() supports monotone constraints (categoricals=FALSE, method=basic) ('test_basic.R:3048:7') - Changing language has no effect when envvar LC_ALL='C' 293. (code run outside of `test_that()`) ('test_basic.R:3032:5') - Changing language has no effect when envvar LC_ALL='C' 294. lgb.train() supports monotone constraints (categoricals=FALSE, method=intermediate) ('test_basic.R:3048:7') - Changing language has no effect when envvar LC_ALL='C' 295. (code run outside of `test_that()`) ('test_basic.R:3032:5') - Changing language has no effect when envvar LC_ALL='C' 296. lgb.train() supports monotone constraints (categoricals=FALSE, method=advanced) ('test_basic.R:3048:7') - Changing language has no effect when envvar LC_ALL='C' 297. (code run outside of `test_that()`) ('test_basic.R:3032:5') - Changing language has no effect when envvar LC_ALL='C' 298. lightgbm() accepts objective as function argument and under params ('test_basic.R:3072:3') - Changing language has no effect when envvar LC_ALL='C' 299. lightgbm() accepts objective as function argument and under params ('test_basic.R:3073:3') - Changing language has no effect when envvar LC_ALL='C' 300. lightgbm() accepts objective as function argument and under params ('test_basic.R:3088:3') - Changing language has no effect when envvar LC_ALL='C' 301. lightgbm() accepts objective as function argument and under params ('test_basic.R:3089:3') - Changing language has no effect when envvar LC_ALL='C' 302. (code run outside of `test_that()`) ('test_basic.R:3058:1') - Changing language has no effect when envvar LC_ALL='C' 303. lightgbm() prioritizes objective under params over objective as function argument ('test_basic.R:3107:3') - Changing language has no effect when envvar LC_ALL='C' 304. lightgbm() prioritizes objective under params over objective as function argument ('test_basic.R:3108:3') - Changing language has no effect when envvar LC_ALL='C' 305. lightgbm() prioritizes objective under params over objective as function argument ('test_basic.R:3124:3') - Changing language has no effect when envvar LC_ALL='C' 306. lightgbm() prioritizes objective under params over objective as function argument ('test_basic.R:3125:3') - Changing language has no effect when envvar LC_ALL='C' 307. (code run outside of `test_that()`) ('test_basic.R:3092:1') - Changing language has no effect when envvar LC_ALL='C' 308. lightgbm() accepts init_score as function argument ('test_basic.R:3150:3') - Changing language has no effect when envvar LC_ALL='C' 309. (code run outside of `test_that()`) ('test_basic.R:3128:1') - Changing language has no effect when envvar LC_ALL='C' 310. lightgbm() defaults to 'regression' objective if objective not otherwise provided ('test_basic.R:3167:3') - Changing language has no effect when envvar LC_ALL='C' 311. lightgbm() defaults to 'regression' objective if objective not otherwise provided ('test_basic.R:3168:3') - Changing language has no effect when envvar LC_ALL='C' 312. (code run outside of `test_that()`) ('test_basic.R:3153:1') - Changing language has no effect when envvar LC_ALL='C' 313. lightgbm() accepts 'num_threads' as either top-level argument or under params ('test_basic.R:3185:3') - Changing language has no effect when envvar LC_ALL='C' 314. lightgbm() accepts 'num_threads' as either top-level argument or under params ('test_basic.R:3200:3') - Changing language has no effect when envvar LC_ALL='C' 315. lightgbm() accepts 'num_threads' as either top-level argument or under params ('test_basic.R:3216:3') - Changing language has no effect when envvar LC_ALL='C' 316. (code run outside of `test_that()`) ('test_basic.R:3171:1') - Changing language has no effect when envvar LC_ALL='C' 317. (code run outside of `test_that()`) ('test_basic.R:3219:1') - Changing language has no effect when envvar LC_ALL='C' 318. (code run outside of `test_that()`) ('test_basic.R:3347:1') - Changing language has no effect when envvar LC_ALL='C' 319. (code run outside of `test_that()`) ('test_basic.R:3460:1') - Changing language has no effect when envvar LC_ALL='C' 320. (code run outside of `test_that()`) ('test_basic.R:3575:1') - Changing language has no effect when envvar LC_ALL='C' 321. lightgbm() changes objective='auto' appropriately ('test_basic.R:3700:3') - Changing language has no effect when envvar LC_ALL='C' 322. lightgbm() changes objective='auto' appropriately ('test_basic.R:3701:3') - Changing language has no effect when envvar LC_ALL='C' 323. lightgbm() changes objective='auto' appropriately ('test_basic.R:3713:3') - Changing language has no effect when envvar LC_ALL='C' 324. lightgbm() changes objective='auto' appropriately ('test_basic.R:3727:3') - Changing language has no effect when envvar LC_ALL='C' 325. (code run outside of `test_that()`) ('test_basic.R:3688:1') - Changing language has no effect when envvar LC_ALL='C' 326. lightgbm() determines number of classes for non-default multiclass objectives ('test_basic.R:3749:3') - Changing language has no effect when envvar LC_ALL='C' 327. (code run outside of `test_that()`) ('test_basic.R:3730:1') - Changing language has no effect when envvar LC_ALL='C' 328. (code run outside of `test_that()`) ('test_basic.R:3752:1') - Changing language has no effect when envvar LC_ALL='C' 329. (code run outside of `test_that()`) ('test_basic.R:3761:1') - Changing language has no effect when envvar LC_ALL='C' 330. lightgbm() model predictions retain factor levels for multiclass classification ('test_basic.R:3779:3') - Changing language has no effect when envvar LC_ALL='C' 331. (code run outside of `test_that()`) ('test_basic.R:3772:1') - Changing language has no effect when envvar LC_ALL='C' 332. lightgbm() model predictions retain factor levels for binary classification ('test_basic.R:3798:3') - Changing language has no effect when envvar LC_ALL='C' 333. lightgbm() model predictions retain factor levels for binary classification ('test_basic.R:3802:3') - Changing language has no effect when envvar LC_ALL='C' 334. lightgbm() model predictions retain factor levels for binary classification ('test_basic.R:3803:3') - Changing language has no effect when envvar LC_ALL='C' 335. lightgbm() model predictions retain factor levels for binary classification ('test_basic.R:3804:3') - Changing language has no effect when envvar LC_ALL='C' 336. lightgbm() model predictions retain factor levels for binary classification ('test_basic.R:3807:3') - Changing language has no effect when envvar LC_ALL='C' 337. lightgbm() model predictions retain factor levels for binary classification ('test_basic.R:3808:3') - Changing language has no effect when envvar LC_ALL='C' 338. lightgbm() model predictions retain factor levels for binary classification ('test_basic.R:3809:3') - Changing language has no effect when envvar LC_ALL='C' 339. (code run outside of `test_that()`) ('test_basic.R:3789:1') - Changing language has no effect when envvar LC_ALL='C' 340. lightgbm() accepts named categorical_features ('test_basic.R:3824:3') - Changing language has no effect when envvar LC_ALL='C' 341. (code run outside of `test_that()`) ('test_basic.R:3812:1') - Changing language has no effect when envvar LC_ALL='C' 342. (code run outside of `test_that()`) ('test_basic.R:3827:1') - Changing language has no effect when envvar LC_ALL='C' 343. Evaluation metrics aren't printed as a single-element vector ('test_basic.R:3862:3') - Changing language has no effect when envvar LC_ALL='C' 344. (code run outside of `test_that()`) ('test_basic.R:3842:1') - Changing language has no effect when envvar LC_ALL='C' 345. custom objective works ('test_custom_objective.R:42:3') - Changing language has no effect when envvar LC_ALL='C' 346. (code run outside of `test_that()`) ('test_custom_objective.R:40:1') - Changing language has no effect when envvar LC_ALL='C' 347. using a custom objective, custom eval, and no other metrics works ('test_custom_objective.R:60:3') - Changing language has no effect when envvar LC_ALL='C' 348. using a custom objective, custom eval, and no other metrics works ('test_custom_objective.R:62:3') - Changing language has no effect when envvar LC_ALL='C' 349. using a custom objective, custom eval, and no other metrics works ('test_custom_objective.R:65:3') - Changing language has no effect when envvar LC_ALL='C' 350. using a custom objective, custom eval, and no other metrics works ('test_custom_objective.R:66:3') - Changing language has no effect when envvar LC_ALL='C' 351. using a custom objective, custom eval, and no other metrics works ('test_custom_objective.R:67:3') - Changing language has no effect when envvar LC_ALL='C' 352. using a custom objective, custom eval, and no other metrics works ('test_custom_objective.R:68:3') - Changing language has no effect when envvar LC_ALL='C' 353. (code run outside of `test_that()`) ('test_custom_objective.R:45:1') - Changing language has no effect when envvar LC_ALL='C' 354. (code run outside of `test_that()`) ('test_custom_objective.R:71:1') - Changing language has no effect when envvar LC_ALL='C' 355. (code run outside of `test_that()`) ('test_dataset.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 356. lgb.Dataset: get_field & set_field ('test_dataset.R:45:3') - Changing language has no effect when envvar LC_ALL='C' 357. lgb.Dataset: get_field & set_field ('test_dataset.R:46:3') - Changing language has no effect when envvar LC_ALL='C' 358. (code run outside of `test_that()`) ('test_dataset.R:37:1') - Changing language has no effect when envvar LC_ALL='C' 359. (code run outside of `test_that()`) ('test_dataset.R:52:1') - Changing language has no effect when envvar LC_ALL='C' 360. (code run outside of `test_that()`) ('test_dataset.R:62:1') - Changing language has no effect when envvar LC_ALL='C' 361. (code run outside of `test_that()`) ('test_dataset.R:72:1') - Changing language has no effect when envvar LC_ALL='C' 362. (code run outside of `test_that()`) ('test_dataset.R:94:1') - Changing language has no effect when envvar LC_ALL='C' 363. Dataset$set_reference() updates categorical_feature, colnames, and predictor ('test_dataset.R:146:3') - Changing language has no effect when envvar LC_ALL='C' 364. Dataset$set_reference() updates categorical_feature, colnames, and predictor ('test_dataset.R:147:3') - Changing language has no effect when envvar LC_ALL='C' 365. Dataset$set_reference() updates categorical_feature, colnames, and predictor ('test_dataset.R:156:3') - Changing language has no effect when envvar LC_ALL='C' 366. Dataset$set_reference() updates categorical_feature, colnames, and predictor ('test_dataset.R:172:3') - Changing language has no effect when envvar LC_ALL='C' 367. (code run outside of `test_that()`) ('test_dataset.R:122:1') - Changing language has no effect when envvar LC_ALL='C' 368. (code run outside of `test_that()`) ('test_dataset.R:177:1') - Changing language has no effect when envvar LC_ALL='C' 369. (code run outside of `test_that()`) ('test_dataset.R:192:1') - Changing language has no effect when envvar LC_ALL='C' 370. lgb.Dataset: Dataset should be able to construct from matrix and return non-null handle ('test_dataset.R:212:3') - Changing language has no effect when envvar LC_ALL='C' 371. lgb.Dataset: Dataset should be able to construct from matrix and return non-null handle ('test_dataset.R:213:3') - Changing language has no effect when envvar LC_ALL='C' 372. (code run outside of `test_that()`) ('test_dataset.R:201:1') - Changing language has no effect when envvar LC_ALL='C' 373. (code run outside of `test_that()`) ('test_dataset.R:218:1') - Changing language has no effect when envvar LC_ALL='C' 374. lgb.Dataset$set_field() should convert 'group' to integer ('test_dataset.R:244:3') - Changing language has no effect when envvar LC_ALL='C' 375. (code run outside of `test_that()`) ('test_dataset.R:237:1') - Changing language has no effect when envvar LC_ALL='C' 376. (code run outside of `test_that()`) ('test_dataset.R:250:1') - Changing language has no effect when envvar LC_ALL='C' 377. (code run outside of `test_that()`) ('test_dataset.R:264:1') - Changing language has no effect when envvar LC_ALL='C' 378. (code run outside of `test_that()`) ('test_dataset.R:277:1') - Changing language has no effect when envvar LC_ALL='C' 379. Dataset$get_params() ignores irrelevant parameters ('test_dataset.R:310:3') - Changing language has no effect when envvar LC_ALL='C' 380. (code run outside of `test_that()`) ('test_dataset.R:298:1') - Changing language has no effect when envvar LC_ALL='C' 381. Dataset$update_parameters() does nothing for empty inputs ('test_dataset.R:325:3') - Changing language has no effect when envvar LC_ALL='C' 382. (code run outside of `test_that()`) ('test_dataset.R:313:1') - Changing language has no effect when envvar LC_ALL='C' 383. Dataset$update_params() works correctly for recognized Dataset parameters ('test_dataset.R:346:3') - Changing language has no effect when envvar LC_ALL='C' 384. (code run outside of `test_that()`) ('test_dataset.R:331:1') - Changing language has no effect when envvar LC_ALL='C' 385. Dataset$finalize() should not fail on an already-finalized Dataset ('test_dataset.R:359:3') - Changing language has no effect when envvar LC_ALL='C' 386. Dataset$finalize() should not fail on an already-finalized Dataset ('test_dataset.R:362:3') - Changing language has no effect when envvar LC_ALL='C' 387. Dataset$finalize() should not fail on an already-finalized Dataset ('test_dataset.R:365:3') - Changing language has no effect when envvar LC_ALL='C' 388. Dataset$finalize() should not fail on an already-finalized Dataset ('test_dataset.R:369:3') - Changing language has no effect when envvar LC_ALL='C' 389. (code run outside of `test_that()`) ('test_dataset.R:354:1') - Changing language has no effect when envvar LC_ALL='C' 390. lgb.Dataset: should be able to run lgb.train() immediately after using lgb.Dataset() on a file ('test_dataset.R:404:3') - Changing language has no effect when envvar LC_ALL='C' 391. (code run outside of `test_that()`) ('test_dataset.R:372:1') - Changing language has no effect when envvar LC_ALL='C' 392. lgb.Dataset: should be able to run lgb.cv() immediately after using lgb.Dataset() on a file ('test_dataset.R:440:3') - Changing language has no effect when envvar LC_ALL='C' 393. (code run outside of `test_that()`) ('test_dataset.R:407:1') - Changing language has no effect when envvar LC_ALL='C' 394. (code run outside of `test_that()`) ('test_dataset.R:443:1') - Changing language has no effect when envvar LC_ALL='C' 395. (code run outside of `test_that()`) ('test_dataset.R:472:1') - Changing language has no effect when envvar LC_ALL='C' 396. (code run outside of `test_that()`) ('test_dataset.R:490:1') - Changing language has no effect when envvar LC_ALL='C' 397. (code run outside of `test_that()`) ('test_dataset.R:514:1') - Changing language has no effect when envvar LC_ALL='C' 398. (code run outside of `test_that()`) ('test_dataset.R:538:1') - Changing language has no effect when envvar LC_ALL='C' 399. (code run outside of `test_that()`) ('test_dataset.R:589:1') - Changing language has no effect when envvar LC_ALL='C' 400. (code run outside of `test_that()`) ('test_dataset.R:639:1') - Changing language has no effect when envvar LC_ALL='C' 401. (code run outside of `test_that()`) ('test_dataset.R:654:1') - Changing language has no effect when envvar LC_ALL='C' 402. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:28:5') - Changing language has no effect when envvar LC_ALL='C' 403. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:40:9') - Changing language has no effect when envvar LC_ALL='C' 404. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:41:9') - Changing language has no effect when envvar LC_ALL='C' 405. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:42:9') - Changing language has no effect when envvar LC_ALL='C' 406. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:40:9') - Changing language has no effect when envvar LC_ALL='C' 407. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:41:9') - Changing language has no effect when envvar LC_ALL='C' 408. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:42:9') - Changing language has no effect when envvar LC_ALL='C' 409. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:40:9') - Changing language has no effect when envvar LC_ALL='C' 410. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:41:9') - Changing language has no effect when envvar LC_ALL='C' 411. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:42:9') - Changing language has no effect when envvar LC_ALL='C' 412. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:56:9') - Changing language has no effect when envvar LC_ALL='C' 413. learning-to-rank with lgb.train() works as expected ('test_learning_to_rank.R:57:9') - Changing language has no effect when envvar LC_ALL='C' 414. (code run outside of `test_that()`) ('test_learning_to_rank.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 415. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:97:5') - Changing language has no effect when envvar LC_ALL='C' 416. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:108:5') - Changing language has no effect when envvar LC_ALL='C' 417. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:109:5') - Changing language has no effect when envvar LC_ALL='C' 418. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:110:5') - Changing language has no effect when envvar LC_ALL='C' 419. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:111:5') - Changing language has no effect when envvar LC_ALL='C' 420. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:112:5') - Changing language has no effect when envvar LC_ALL='C' 421. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:130:9') - Changing language has no effect when envvar LC_ALL='C' 422. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:130:9') - Changing language has no effect when envvar LC_ALL='C' 423. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:130:9') - Changing language has no effect when envvar LC_ALL='C' 424. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:135:5') - Changing language has no effect when envvar LC_ALL='C' 425. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:141:5') - Changing language has no effect when envvar LC_ALL='C' 426. learning-to-rank with lgb.cv() works as expected ('test_learning_to_rank.R:147:5') - Changing language has no effect when envvar LC_ALL='C' 427. (code run outside of `test_that()`) ('test_learning_to_rank.R:61:1') - Changing language has no effect when envvar LC_ALL='C' 428. Booster$finalize() should not fail ('test_lgb.Booster.R:14:5') - Changing language has no effect when envvar LC_ALL='C' 429. Booster$finalize() should not fail ('test_lgb.Booster.R:16:5') - Changing language has no effect when envvar LC_ALL='C' 430. Booster$finalize() should not fail ('test_lgb.Booster.R:19:5') - Changing language has no effect when envvar LC_ALL='C' 431. Booster$finalize() should not fail ('test_lgb.Booster.R:23:5') - Changing language has no effect when envvar LC_ALL='C' 432. (code run outside of `test_that()`) ('test_lgb.Booster.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 433. (code run outside of `test_that()`) ('test_lgb.Booster.R:26:1') - Changing language has no effect when envvar LC_ALL='C' 434. (code run outside of `test_that()`) ('test_lgb.Booster.R:49:1') - Changing language has no effect when envvar LC_ALL='C' 435. (code run outside of `test_that()`) ('test_lgb.Booster.R:84:1') - Changing language has no effect when envvar LC_ALL='C' 436. (code run outside of `test_that()`) ('test_lgb.Booster.R:118:1') - Changing language has no effect when envvar LC_ALL='C' 437. Loading a Booster from a text file works ('test_lgb.Booster.R:191:5') - Changing language has no effect when envvar LC_ALL='C' 438. Loading a Booster from a text file works ('test_lgb.Booster.R:199:5') - Changing language has no effect when envvar LC_ALL='C' 439. (code run outside of `test_that()`) ('test_lgb.Booster.R:164:1') - Changing language has no effect when envvar LC_ALL='C' 440. boosters with linear models at leaves can be written to text file and re-loaded successfully ('test_lgb.Booster.R:235:5') - Changing language has no effect when envvar LC_ALL='C' 441. boosters with linear models at leaves can be written to text file and re-loaded successfully ('test_lgb.Booster.R:242:5') - Changing language has no effect when envvar LC_ALL='C' 442. (code run outside of `test_that()`) ('test_lgb.Booster.R:212:1') - Changing language has no effect when envvar LC_ALL='C' 443. Loading a Booster from a string works ('test_lgb.Booster.R:272:5') - Changing language has no effect when envvar LC_ALL='C' 444. Loading a Booster from a string works ('test_lgb.Booster.R:279:5') - Changing language has no effect when envvar LC_ALL='C' 445. (code run outside of `test_that()`) ('test_lgb.Booster.R:254:1') - Changing language has no effect when envvar LC_ALL='C' 446. Saving a large model to string should work ('test_lgb.Booster.R:317:5') - Changing language has no effect when envvar LC_ALL='C' 447. (code run outside of `test_that()`) ('test_lgb.Booster.R:289:1') - Changing language has no effect when envvar LC_ALL='C' 448. (code run outside of `test_that()`) ('test_lgb.Booster.R:333:1') - Changing language has no effect when envvar LC_ALL='C' 449. If a string and a file are both passed to lgb.load() the file is used model_str is totally ignored ('test_lgb.Booster.R:379:5') - Changing language has no effect when envvar LC_ALL='C' 450. If a string and a file are both passed to lgb.load() the file is used model_str is totally ignored ('test_lgb.Booster.R:387:5') - Changing language has no effect when envvar LC_ALL='C' 451. (code run outside of `test_that()`) ('test_lgb.Booster.R:361:1') - Changing language has no effect when envvar LC_ALL='C' 452. Creating a Booster from a Dataset should work ('test_lgb.Booster.R:414:5') - Changing language has no effect when envvar LC_ALL='C' 453. Creating a Booster from a Dataset should work ('test_lgb.Booster.R:416:5') - Changing language has no effect when envvar LC_ALL='C' 454. Creating a Booster from a Dataset should work ('test_lgb.Booster.R:417:5') - Changing language has no effect when envvar LC_ALL='C' 455. (code run outside of `test_that()`) ('test_lgb.Booster.R:398:1') - Changing language has no effect when envvar LC_ALL='C' 456. Creating a Booster from a Dataset with an existing predictor should work ('test_lgb.Booster.R:449:5') - Changing language has no effect when envvar LC_ALL='C' 457. Creating a Booster from a Dataset with an existing predictor should work ('test_lgb.Booster.R:452:5') - Changing language has no effect when envvar LC_ALL='C' 458. (code run outside of `test_that()`) ('test_lgb.Booster.R:420:1') - Changing language has no effect when envvar LC_ALL='C' 459. Booster$eval() should work on a Dataset stored in a binary file ('test_lgb.Booster.R:505:5') - Changing language has no effect when envvar LC_ALL='C' 460. (code run outside of `test_that()`) ('test_lgb.Booster.R:458:1') - Changing language has no effect when envvar LC_ALL='C' 461. Booster$rollback_one_iter() should work as expected ('test_lgb.Booster.R:534:5') - Changing language has no effect when envvar LC_ALL='C' 462. Booster$rollback_one_iter() should work as expected ('test_lgb.Booster.R:542:5') - Changing language has no effect when envvar LC_ALL='C' 463. (code run outside of `test_that()`) ('test_lgb.Booster.R:514:1') - Changing language has no effect when envvar LC_ALL='C' 464. Booster$update() passing a train_set works as expected ('test_lgb.Booster.R:568:5') - Changing language has no effect when envvar LC_ALL='C' 465. Booster$update() passing a train_set works as expected ('test_lgb.Booster.R:577:5') - Changing language has no effect when envvar LC_ALL='C' 466. Booster$update() passing a train_set works as expected ('test_lgb.Booster.R:593:5') - Changing language has no effect when envvar LC_ALL='C' 467. (code run outside of `test_that()`) ('test_lgb.Booster.R:550:1') - Changing language has no effect when envvar LC_ALL='C' 468. (code run outside of `test_that()`) ('test_lgb.Booster.R:601:1') - Changing language has no effect when envvar LC_ALL='C' 469. (code run outside of `test_that()`) ('test_lgb.Booster.R:626:1') - Changing language has no effect when envvar LC_ALL='C' 470. (code run outside of `test_that()`) ('test_lgb.Booster.R:675:1') - Changing language has no effect when envvar LC_ALL='C' 471. (code run outside of `test_that()`) ('test_lgb.Booster.R:727:1') - Changing language has no effect when envvar LC_ALL='C' 472. (code run outside of `test_that()`) ('test_lgb.Booster.R:794:1') - Changing language has no effect when envvar LC_ALL='C' 473. (code run outside of `test_that()`) ('test_lgb.Booster.R:825:1') - Changing language has no effect when envvar LC_ALL='C' 474. Saving a model with different feature importance types works ('test_lgb.Booster.R:887:5') - Changing language has no effect when envvar LC_ALL='C' 475. (code run outside of `test_that()`) ('test_lgb.Booster.R:871:1') - Changing language has no effect when envvar LC_ALL='C' 476. Saving a model with unknown importance type fails ('test_lgb.Booster.R:943:5') - Changing language has no effect when envvar LC_ALL='C' 477. (code run outside of `test_that()`) ('test_lgb.Booster.R:927:1') - Changing language has no effect when envvar LC_ALL='C' 478. (code run outside of `test_that()`) ('test_lgb.Booster.R:965:1') - Changing language has no effect when envvar LC_ALL='C' 479. (code run outside of `test_that()`) ('test_lgb.Booster.R:1133:1') - Changing language has no effect when envvar LC_ALL='C' 480. (code run outside of `test_that()`) ('test_lgb.Booster.R:1193:1') - Changing language has no effect when envvar LC_ALL='C' 481. (code run outside of `test_that()`) ('test_lgb.Booster.R:1268:1') - Changing language has no effect when envvar LC_ALL='C' 482. (code run outside of `test_that()`) ('test_lgb.Booster.R:1287:1') - Changing language has no effect when envvar LC_ALL='C' 483. (code run outside of `test_that()`) ('test_lgb.Booster.R:1367:1') - Changing language has no effect when envvar LC_ALL='C' 484. (code run outside of `test_that()`) ('test_lgb.Booster.R:1424:1') - Changing language has no effect when envvar LC_ALL='C' 485. (code run outside of `test_that()`) ('test_lgb.Booster.R:1461:1') - Changing language has no effect when envvar LC_ALL='C' 486. boosters with linear models at leaves can be written to RDS and re-loaded successfully ('test_lgb.Booster.R:1505:5') - Changing language has no effect when envvar LC_ALL='C' 487. boosters with linear models at leaves can be written to RDS and re-loaded successfully ('test_lgb.Booster.R:1512:5') - Changing language has no effect when envvar LC_ALL='C' 488. (code run outside of `test_that()`) ('test_lgb.Booster.R:1483:1') - Changing language has no effect when envvar LC_ALL='C' 489. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 490. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 491. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1554:9') - Changing language has no effect when envvar LC_ALL='C' 492. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 493. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 494. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 495. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 496. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 497. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 498. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1578:9') - Changing language has no effect when envvar LC_ALL='C' 499. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 500. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 501. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 502. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 503. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 504. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 505. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1554:9') - Changing language has no effect when envvar LC_ALL='C' 506. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 507. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 508. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 509. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 510. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 511. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 512. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1578:9') - Changing language has no effect when envvar LC_ALL='C' 513. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 514. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 515. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 516. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 517. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 518. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 519. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1554:9') - Changing language has no effect when envvar LC_ALL='C' 520. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 521. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 522. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1530:7') - Changing language has no effect when envvar LC_ALL='C' 523. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1531:7') - Changing language has no effect when envvar LC_ALL='C' 524. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 525. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 526. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1578:9') - Changing language has no effect when envvar LC_ALL='C' 527. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 528. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 529. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1535:7') - Changing language has no effect when envvar LC_ALL='C' 530. Booster's print, show, and summary work correctly ('test_lgb.Booster.R:1536:7') - Changing language has no effect when envvar LC_ALL='C' 531. (code run outside of `test_that()`) ('test_lgb.Booster.R:1521:1') - Changing language has no effect when envvar LC_ALL='C' 532. (code run outside of `test_that()`) ('test_lgb.Booster.R:1656:1') - Changing language has no effect when envvar LC_ALL='C' 533. (code run outside of `test_that()`) ('test_lgb.Booster.R:1718:1') - Changing language has no effect when envvar LC_ALL='C' 534. (code run outside of `test_that()`) ('test_lgb.Booster.R:1734:1') - Changing language has no effect when envvar LC_ALL='C' 535. (code run outside of `test_that()`) ('test_lgb.Booster.R:1759:1') - Changing language has no effect when envvar LC_ALL='C' 536. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 537. lgb.convert_with_rules() should work correctly for a dataset with only character columns ('test_lgb.convert_with_rules.R:38:9') - Changing language has no effect when envvar LC_ALL='C' 538. lgb.convert_with_rules() should work correctly for a dataset with only character columns ('test_lgb.convert_with_rules.R:38:9') - Changing language has no effect when envvar LC_ALL='C' 539. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:20:1') - Changing language has no effect when envvar LC_ALL='C' 540. lgb.convert_with_rules() should work correctly for a dataset with only factor columns ('test_lgb.convert_with_rules.R:63:9') - Changing language has no effect when envvar LC_ALL='C' 541. lgb.convert_with_rules() should work correctly for a dataset with only factor columns ('test_lgb.convert_with_rules.R:63:9') - Changing language has no effect when envvar LC_ALL='C' 542. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:45:1') - Changing language has no effect when envvar LC_ALL='C' 543. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:70:1') - Changing language has no effect when envvar LC_ALL='C' 544. lgb.convert_with_rules() should work correctly for a dataset with numeric, factor, and character columns ('test_lgb.convert_with_rules.R:107:9') - Changing language has no effect when envvar LC_ALL='C' 545. lgb.convert_with_rules() should work correctly for a dataset with numeric, factor, and character columns ('test_lgb.convert_with_rules.R:107:9') - Changing language has no effect when envvar LC_ALL='C' 546. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:88:1') - Changing language has no effect when envvar LC_ALL='C' 547. lgb.convert_with_rules() should convert missing values to the expected value ('test_lgb.convert_with_rules.R:165:9') - Changing language has no effect when envvar LC_ALL='C' 548. lgb.convert_with_rules() should convert missing values to the expected value ('test_lgb.convert_with_rules.R:165:9') - Changing language has no effect when envvar LC_ALL='C' 549. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:118:1') - Changing language has no effect when envvar LC_ALL='C' 550. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:173:1') - Changing language has no effect when envvar LC_ALL='C' 551. (code run outside of `test_that()`) ('test_lgb.convert_with_rules.R:232:1') - Changing language has no effect when envvar LC_ALL='C' 552. (code run outside of `test_that()`) ('test_lgb.importance.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 553. lgb.interprete works as expected for binary classification ('test_lgb.interprete.R:44:5') - Changing language has no effect when envvar LC_ALL='C' 554. lgb.interprete works as expected for binary classification ('test_lgb.interprete.R:45:5') - Changing language has no effect when envvar LC_ALL='C' 555. lgb.interprete works as expected for binary classification ('test_lgb.interprete.R:46:5') - Changing language has no effect when envvar LC_ALL='C' 556. (code run outside of `test_that()`) ('test_lgb.interprete.R:8:1') - Changing language has no effect when envvar LC_ALL='C' 557. lgb.intereprete works as expected for multiclass classification ('test_lgb.interprete.R:97:5') - Changing language has no effect when envvar LC_ALL='C' 558. lgb.intereprete works as expected for multiclass classification ('test_lgb.interprete.R:98:5') - Changing language has no effect when envvar LC_ALL='C' 559. lgb.intereprete works as expected for multiclass classification ('test_lgb.interprete.R:99:5') - Changing language has no effect when envvar LC_ALL='C' 560. (code run outside of `test_that()`) ('test_lgb.interprete.R:62:1') - Changing language has no effect when envvar LC_ALL='C' 561. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:77:3') - Changing language has no effect when envvar LC_ALL='C' 562. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:81:3') - Changing language has no effect when envvar LC_ALL='C' 563. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:88:3') - Changing language has no effect when envvar LC_ALL='C' 564. Depth calculated from lgb.model.dt.tree() respects max.depth ('test_lgb.model.dt.tree.R:93:5') - Changing language has no effect when envvar LC_ALL='C' 565. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:92:3') - Changing language has no effect when envvar LC_ALL='C' 566. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:96:3') - Changing language has no effect when envvar LC_ALL='C' 567. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:103:3') - Changing language has no effect when envvar LC_ALL='C' 568. leaves from lgb.model.dt.tree() do not have split info ('test_lgb.model.dt.tree.R:121:5') - Changing language has no effect when envvar LC_ALL='C' 569. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:110:3') - Changing language has no effect when envvar LC_ALL='C' 570. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:125:5') - Changing language has no effect when envvar LC_ALL='C' 571. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:126:5') - Changing language has no effect when envvar LC_ALL='C' 572. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:127:5') - Changing language has no effect when envvar LC_ALL='C' 573. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:124:3') - Changing language has no effect when envvar LC_ALL='C' 574. non-leaves from lgb.model.dt.tree() do not have leaf info ('test_lgb.model.dt.tree.R:134:5') - Changing language has no effect when envvar LC_ALL='C' 575. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:130:3') - Changing language has no effect when envvar LC_ALL='C' 576. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:138:5') - Changing language has no effect when envvar LC_ALL='C' 577. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:147:5') - Changing language has no effect when envvar LC_ALL='C' 578. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:150:5') - Changing language has no effect when envvar LC_ALL='C' 579. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:153:5') - Changing language has no effect when envvar LC_ALL='C' 580. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:156:5') - Changing language has no effect when envvar LC_ALL='C' 581. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:137:3') - Changing language has no effect when envvar LC_ALL='C' 582. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:77:3') - Changing language has no effect when envvar LC_ALL='C' 583. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:81:3') - Changing language has no effect when envvar LC_ALL='C' 584. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:88:3') - Changing language has no effect when envvar LC_ALL='C' 585. Depth calculated from lgb.model.dt.tree() respects max.depth ('test_lgb.model.dt.tree.R:93:5') - Changing language has no effect when envvar LC_ALL='C' 586. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:92:3') - Changing language has no effect when envvar LC_ALL='C' 587. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:96:3') - Changing language has no effect when envvar LC_ALL='C' 588. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:103:3') - Changing language has no effect when envvar LC_ALL='C' 589. leaves from lgb.model.dt.tree() do not have split info ('test_lgb.model.dt.tree.R:121:5') - Changing language has no effect when envvar LC_ALL='C' 590. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:110:3') - Changing language has no effect when envvar LC_ALL='C' 591. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:125:5') - Changing language has no effect when envvar LC_ALL='C' 592. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:126:5') - Changing language has no effect when envvar LC_ALL='C' 593. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:127:5') - Changing language has no effect when envvar LC_ALL='C' 594. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:124:3') - Changing language has no effect when envvar LC_ALL='C' 595. non-leaves from lgb.model.dt.tree() do not have leaf info ('test_lgb.model.dt.tree.R:134:5') - Changing language has no effect when envvar LC_ALL='C' 596. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:130:3') - Changing language has no effect when envvar LC_ALL='C' 597. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:138:5') - Changing language has no effect when envvar LC_ALL='C' 598. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:147:5') - Changing language has no effect when envvar LC_ALL='C' 599. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:150:5') - Changing language has no effect when envvar LC_ALL='C' 600. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:153:5') - Changing language has no effect when envvar LC_ALL='C' 601. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:156:5') - Changing language has no effect when envvar LC_ALL='C' 602. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:137:3') - Changing language has no effect when envvar LC_ALL='C' 603. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:77:3') - Changing language has no effect when envvar LC_ALL='C' 604. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:81:3') - Changing language has no effect when envvar LC_ALL='C' 605. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:88:3') - Changing language has no effect when envvar LC_ALL='C' 606. Depth calculated from lgb.model.dt.tree() respects max.depth ('test_lgb.model.dt.tree.R:93:5') - Changing language has no effect when envvar LC_ALL='C' 607. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:92:3') - Changing language has no effect when envvar LC_ALL='C' 608. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:96:3') - Changing language has no effect when envvar LC_ALL='C' 609. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:103:3') - Changing language has no effect when envvar LC_ALL='C' 610. leaves from lgb.model.dt.tree() do not have split info ('test_lgb.model.dt.tree.R:121:5') - Changing language has no effect when envvar LC_ALL='C' 611. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:110:3') - Changing language has no effect when envvar LC_ALL='C' 612. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:125:5') - Changing language has no effect when envvar LC_ALL='C' 613. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:126:5') - Changing language has no effect when envvar LC_ALL='C' 614. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:127:5') - Changing language has no effect when envvar LC_ALL='C' 615. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:124:3') - Changing language has no effect when envvar LC_ALL='C' 616. non-leaves from lgb.model.dt.tree() do not have leaf info ('test_lgb.model.dt.tree.R:134:5') - Changing language has no effect when envvar LC_ALL='C' 617. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:130:3') - Changing language has no effect when envvar LC_ALL='C' 618. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:138:5') - Changing language has no effect when envvar LC_ALL='C' 619. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:147:5') - Changing language has no effect when envvar LC_ALL='C' 620. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:150:5') - Changing language has no effect when envvar LC_ALL='C' 621. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:153:5') - Changing language has no effect when envvar LC_ALL='C' 622. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:156:5') - Changing language has no effect when envvar LC_ALL='C' 623. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:137:3') - Changing language has no effect when envvar LC_ALL='C' 624. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:77:3') - Changing language has no effect when envvar LC_ALL='C' 625. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:81:3') - Changing language has no effect when envvar LC_ALL='C' 626. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:88:3') - Changing language has no effect when envvar LC_ALL='C' 627. Depth calculated from lgb.model.dt.tree() respects max.depth ('test_lgb.model.dt.tree.R:93:5') - Changing language has no effect when envvar LC_ALL='C' 628. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:92:3') - Changing language has no effect when envvar LC_ALL='C' 629. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:96:3') - Changing language has no effect when envvar LC_ALL='C' 630. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:103:3') - Changing language has no effect when envvar LC_ALL='C' 631. leaves from lgb.model.dt.tree() do not have split info ('test_lgb.model.dt.tree.R:121:5') - Changing language has no effect when envvar LC_ALL='C' 632. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:110:3') - Changing language has no effect when envvar LC_ALL='C' 633. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:125:5') - Changing language has no effect when envvar LC_ALL='C' 634. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:126:5') - Changing language has no effect when envvar LC_ALL='C' 635. leaves from lgb.model.dt.tree() have valid leaf info ('test_lgb.model.dt.tree.R:127:5') - Changing language has no effect when envvar LC_ALL='C' 636. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:124:3') - Changing language has no effect when envvar LC_ALL='C' 637. non-leaves from lgb.model.dt.tree() do not have leaf info ('test_lgb.model.dt.tree.R:134:5') - Changing language has no effect when envvar LC_ALL='C' 638. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:130:3') - Changing language has no effect when envvar LC_ALL='C' 639. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:138:5') - Changing language has no effect when envvar LC_ALL='C' 640. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:147:5') - Changing language has no effect when envvar LC_ALL='C' 641. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:150:5') - Changing language has no effect when envvar LC_ALL='C' 642. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:153:5') - Changing language has no effect when envvar LC_ALL='C' 643. non-leaves from lgb.model.dt.tree() have valid split info ('test_lgb.model.dt.tree.R:156:5') - Changing language has no effect when envvar LC_ALL='C' 644. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:137:3') - Changing language has no effect when envvar LC_ALL='C' 645. (code run outside of `test_that()`) ('test_lgb.model.dt.tree.R:160:1') - Changing language has no effect when envvar LC_ALL='C' 646. lgb.plot.importance() should run without error for well-formed inputs ('test_lgb.plot.importance.R:19:5') - Changing language has no effect when envvar LC_ALL='C' 647. lgb.plot.importance() should run without error for well-formed inputs ('test_lgb.plot.importance.R:37:9') - Changing language has no effect when envvar LC_ALL='C' 648. lgb.plot.importance() should run without error for well-formed inputs ('test_lgb.plot.importance.R:41:9') - Changing language has no effect when envvar LC_ALL='C' 649. lgb.plot.importance() should run without error for well-formed inputs ('test_lgb.plot.importance.R:45:9') - Changing language has no effect when envvar LC_ALL='C' 650. lgb.plot.importance() should run without error for well-formed inputs ('test_lgb.plot.importance.R:37:9') - Changing language has no effect when envvar LC_ALL='C' 651. lgb.plot.importance() should run without error for well-formed inputs ('test_lgb.plot.importance.R:41:9') - Changing language has no effect when envvar LC_ALL='C' 652. lgb.plot.importance() should run without error for well-formed inputs ('test_lgb.plot.importance.R:45:9') - Changing language has no effect when envvar LC_ALL='C' 653. (code run outside of `test_that()`) ('test_lgb.plot.importance.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 654. lgb.plot.interpretation works as expected for binary classification ('test_lgb.plot.interpretation.R:43:5') - Changing language has no effect when envvar LC_ALL='C' 655. lgb.plot.interpretation works as expected for binary classification ('test_lgb.plot.interpretation.R:57:5') - Changing language has no effect when envvar LC_ALL='C' 656. (code run outside of `test_that()`) ('test_lgb.plot.interpretation.R:8:1') - Changing language has no effect when envvar LC_ALL='C' 657. lgb.plot.interpretation works as expected for multiclass classification ('test_lgb.plot.interpretation.R:98:5') - Changing language has no effect when envvar LC_ALL='C' 658. (code run outside of `test_that()`) ('test_lgb.plot.interpretation.R:60:1') - Changing language has no effect when envvar LC_ALL='C' 659. .METRICS_HIGHER_BETTER() should be well formed ('test_metrics.R:5:5') - Changing language has no effect when envvar LC_ALL='C' 660. .METRICS_HIGHER_BETTER() should be well formed ('test_metrics.R:7:5') - Changing language has no effect when envvar LC_ALL='C' 661. .METRICS_HIGHER_BETTER() should be well formed ('test_metrics.R:9:5') - Changing language has no effect when envvar LC_ALL='C' 662. (code run outside of `test_that()`) ('test_metrics.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 663. getLGBMthreads() and setLGBMthreads() work as expected ('test_multithreading.R:4:5') - Changing language has no effect when envvar LC_ALL='C' 664. getLGBMthreads() and setLGBMthreads() work as expected ('test_multithreading.R:9:5') - Changing language has no effect when envvar LC_ALL='C' 665. getLGBMthreads() and setLGBMthreads() work as expected ('test_multithreading.R:14:5') - Changing language has no effect when envvar LC_ALL='C' 666. (code run outside of `test_that()`) ('test_multithreading.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 667. Feature penalties work properly ('test_parameters.R:35:3') - Changing language has no effect when envvar LC_ALL='C' 668. Feature penalties work properly ('test_parameters.R:36:3') - Changing language has no effect when envvar LC_ALL='C' 669. Feature penalties work properly ('test_parameters.R:37:3') - Changing language has no effect when envvar LC_ALL='C' 670. (code run outside of `test_that()`) ('test_parameters.R:6:1') - Changing language has no effect when envvar LC_ALL='C' 671. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:50:3') - Changing language has no effect when envvar LC_ALL='C' 672. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:51:3') - Changing language has no effect when envvar LC_ALL='C' 673. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:52:3') - Changing language has no effect when envvar LC_ALL='C' 674. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:53:3') - Changing language has no effect when envvar LC_ALL='C' 675. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:54:3') - Changing language has no effect when envvar LC_ALL='C' 676. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:55:3') - Changing language has no effect when envvar LC_ALL='C' 677. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:56:3') - Changing language has no effect when envvar LC_ALL='C' 678. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:57:3') - Changing language has no effect when envvar LC_ALL='C' 679. .PARAMETER_ALIASES() returns a named list of character vectors, where names are unique ('test_parameters.R:58:3') - Changing language has no effect when envvar LC_ALL='C' 680. (code run outside of `test_that()`) ('test_parameters.R:47:1') - Changing language has no effect when envvar LC_ALL='C' 681. .PARAMETER_ALIASES() uses the internal session cache ('test_parameters.R:71:3') - Changing language has no effect when envvar LC_ALL='C' 682. .PARAMETER_ALIASES() uses the internal session cache ('test_parameters.R:75:3') - Changing language has no effect when envvar LC_ALL='C' 683. .PARAMETER_ALIASES() uses the internal session cache ('test_parameters.R:76:3') - Changing language has no effect when envvar LC_ALL='C' 684. .PARAMETER_ALIASES() uses the internal session cache ('test_parameters.R:91:3') - Changing language has no effect when envvar LC_ALL='C' 685. (code run outside of `test_that()`) ('test_parameters.R:63:1') - Changing language has no effect when envvar LC_ALL='C' 686. (code run outside of `test_that()`) ('test_parameters.R:94:1') - Changing language has no effect when envvar LC_ALL='C' 687. (code run outside of `test_that()`) ('test_parameters.R:131:1') - Changing language has no effect when envvar LC_ALL='C' 688. (code run outside of `test_that()`) ('test_utils.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 689. (code run outside of `test_that()`) ('test_utils.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 690. (code run outside of `test_that()`) ('test_utils.R:27:1') - Changing language has no effect when envvar LC_ALL='C' 691. (code run outside of `test_that()`) ('test_utils.R:38:1') - Changing language has no effect when envvar LC_ALL='C' 692. (code run outside of `test_that()`) ('test_utils.R:47:1') - Changing language has no effect when envvar LC_ALL='C' 693. (code run outside of `test_that()`) ('test_utils.R:56:1') - Changing language has no effect when envvar LC_ALL='C' 694. (code run outside of `test_that()`) ('test_utils.R:65:1') - Changing language has no effect when envvar LC_ALL='C' 695. (code run outside of `test_that()`) ('test_utils.R:74:1') - Changing language has no effect when envvar LC_ALL='C' 696. (code run outside of `test_that()`) ('test_utils.R:83:1') - Changing language has no effect when envvar LC_ALL='C' 697. (code run outside of `test_that()`) ('test_utils.R:93:1') - Changing language has no effect when envvar LC_ALL='C' 698. (code run outside of `test_that()`) ('test_utils.R:111:1') - Changing language has no effect when envvar LC_ALL='C' 699. .equal_or_both_null produces expected results ('test_utils.R:140:5') - Changing language has no effect when envvar LC_ALL='C' 700. .equal_or_both_null produces expected results ('test_utils.R:141:5') - Changing language has no effect when envvar LC_ALL='C' 701. .equal_or_both_null produces expected results ('test_utils.R:142:5') - Changing language has no effect when envvar LC_ALL='C' 702. .equal_or_both_null produces expected results ('test_utils.R:143:5') - Changing language has no effect when envvar LC_ALL='C' 703. .equal_or_both_null produces expected results ('test_utils.R:144:5') - Changing language has no effect when envvar LC_ALL='C' 704. .equal_or_both_null produces expected results ('test_utils.R:145:5') - Changing language has no effect when envvar LC_ALL='C' 705. .equal_or_both_null produces expected results ('test_utils.R:146:5') - Changing language has no effect when envvar LC_ALL='C' 706. .equal_or_both_null produces expected results ('test_utils.R:147:5') - Changing language has no effect when envvar LC_ALL='C' 707. .equal_or_both_null produces expected results ('test_utils.R:148:5') - Changing language has no effect when envvar LC_ALL='C' 708. (code run outside of `test_that()`) ('test_utils.R:139:1') - Changing language has no effect when envvar LC_ALL='C' 709. (code run outside of `test_that()`) ('test_utils.R:151:1') - Changing language has no effect when envvar LC_ALL='C' 710. Gamma regression reacts on 'weight' ('test_weighted_loss.R:64:3') - Changing language has no effect when envvar LC_ALL='C' 711. (code run outside of `test_that()`) ('test_weighted_loss.R:1:1') - Changing language has no effect when envvar LC_ALL='C' == Failed ====================================================================== -- 1. Failure ('test_basic.R:1831:5'): lgb.train() supports non-ASCII feature na dumped_model[["feature_names"]] not identical to iconv(feature_names, to = "UTF-8"). 4/4 mismatches x[1]: "F_<9b>" y[1]: NA x[2]: "F_<80>" y[2]: NA x[3]: "F_<8c>" y[3]: NA x[4]: "F_<89>" y[4]: NA == DONE ======================================================================== Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: 1 ERROR, 1 NOTE See '/tmp/th798/16119574/R-release/743/lightgbm.Rcheck/00check.log' for details. [1] "2025-03-26 01:46:01 MST" > system(paste(c("diff -u", Rcheck.list), collapse=" ")) > library(data.table, lib.loc=R.home("library")) > (sig.diff.dt <- myDiff(Rvers)) Key: Empty data.table (0 rows and 3 cols): checking,master,release > > ## If there are significant differences, use git bisect to find when > ## they started. > if(nrow(sig.diff.dt)){ + dt.git <- file.path(task.dir, "data.table.git") + system(paste("cd ~/R/data.table && git fetch --tags")) + system(paste("git clone ~/R/data.table", dt.git)) + release.tag <- gsub(".tar.gz|.*_", "", cargs[["release"]]) + rev.parse.cmd <- paste( + "cd", dt.git, "&& git rev-parse master") + master.sha <- system(rev.parse.cmd, intern=TRUE) + merge.base.cmd <- paste( + "cd", dt.git, "&& git merge-base master", release.tag) + merge.base.sha <- system(merge.base.cmd, intern=TRUE) + old.sha <- merge.base.sha + run_R <- file.path(proj.dir, "install_dt_then_check_dep.R") + sig.diff.dt[, first.bad.commit := NA_character_] + sig.diff.dt[, comments := NA_character_] + for(diff.i in 1:nrow(sig.diff.dt)){ + sig.diff.row <- sig.diff.dt[diff.i] + bisect.cmd <- paste( + "cd", dt.git, "&&", + "git bisect start &&", + "git bisect old", old.sha, "&&", + "git bisect new master &&", + "git bisect run", + R.home('bin/Rscript'), + run_R, + shQuote(sig.diff.row$checking), + sig.diff.row$release, + rev.dep.release.tar.gz, + release.tag) + print(bisect.cmd) + bisect.out <- system(bisect.cmd, intern=TRUE) + cat(bisect.out,sep="\n") + if(is.null(attr(bisect.out,"status"))){ + first.bad.sha <- nc::capture_all_str( + bisect.out, + sha="[0-9a-f]+", + " is the first new commit")$sha + parent.cmd <- paste( + "cd ~/R/data.table && git log --pretty=%P -n 1", + first.bad.sha) + parent.sha <- system(parent.cmd, intern=TRUE) + sig.diff.dt[diff.i, first.bad.commit := first.bad.sha] + parent.msg <- paste0("parent=", parent.sha) + this.comment <- if(parent.sha==old.sha){ + paste(parent.msg, "same as git bisect old") + }else if(first.bad.sha==master.sha){ + paste("same as git bisect new=master,", parent.msg) + }else{ + parent.msg + } + sig.diff.dt[diff.i, comments := this.comment] + } + } + ## add CRAN column. + sig.diff.dt[, CRAN := { + flavor <- get_flavor(Rvers) + details <- data.table(flavor=unique(flavor))[, { + base <- "https://www.r-project.org/nosvn/R.check/" + u <- paste0(base, flavor, "/", rev.dep, "-00check.txt") + check.txt <- tempfile() + tryCatch({ + download.file(u, check.txt, quiet=TRUE) + }, error=function(e){ + NULL + }) + check.lines <- if(file.exists(check.txt)){ + readLines(check.txt,encoding="UTF-8") + }else{ + "" + } + repl.lines <- gsub("[\u2018\u2019]", "'", check.lines) + ##gsub("[‘’]", "'", check.lines) does not work with LC_ALL=C. + myStatus(line.vec=repl.lines) + }, by=flavor] + select.dt <- data.table(flavor, checking) + details[select.dt, msg, on=.(flavor, checking)] + }] + dir.create(file.path(job.dir, Rvers)) + diffs.csv <- file.path(job.dir, Rvers, "significant_differences.csv") + data.table::fwrite(sig.diff.dt, diffs.csv) + print(sig.diff.dt) + } >