* using log directory ‘/data/blackswan/ripley/R/packages/tests-devel/mall.Rcheck’ * using R Under development (unstable) (2025-11-17 r89032) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3) GNU Fortran (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3) * running under: Fedora Linux 40 (Workstation Edition) * using session charset: UTF-8 * checking for file ‘mall/DESCRIPTION’ ... OK * this is package ‘mall’ version ‘0.2.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 ‘mall’ can be installed ... OK * checking package 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 ... [11s/11s] OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... 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 LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking examples ... OK * checking examples with --run-donttest ... ERROR Running examples in ‘mall-Ex.R’ failed The error most likely occurred in: > ### Name: llm_classify > ### Title: Categorize data as one of options given > ### Aliases: llm_classify llm_vec_classify > > ### ** Examples > > ## No test: > library(mall) > > data("reviews") > > llm_use("ollama", "llama3.2", seed = 100, .silent = TRUE) > > llm_classify(reviews, review, c("appliance", "computer")) Error in `mutate()`: ℹ In argument: `.classify = llm_vec_classify(x = review, labels = labels, additional_prompt = additional_prompt)`. Caused by error in `httr2::req_perform()`: ! Failed to perform HTTP request. Caused by error in `curl::curl_fetch_memory()`: ! Couldn't connect to server [127.0.0.1]: Failed to connect to 127.0.0.1 port 11434 after 0 ms: Couldn't connect to server Backtrace: ▆ 1. ├─mall::llm_classify(reviews, review, c("appliance", "computer")) 2. ├─mall:::llm_classify.data.frame(...) 3. │ ├─dplyr::mutate(...) 4. │ └─dplyr:::mutate.data.frame(...) 5. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by) 6. │ ├─base::withCallingHandlers(...) 7. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns) 8. │ └─mask$eval_all_mutate(quo) 9. │ └─dplyr (local) eval() 10. └─mall::llm_vec_classify(x = review, labels = labels, additional_prompt = additional_prompt) 11. └─mall:::m_vec_prompt(...) 12. ├─mall::m_backend_submit(...) 13. └─mall:::m_backend_submit.mall_ollama(...) 14. └─mall (local) map_here(...) 15. └─mall:::.rlang_purrr_map_mold(.x, .f, character(1), ...) 16. └─base::vapply(.x, .f, .mold, ..., USE.NAMES = FALSE) 17. └─mall (local) FUN(X[[i]], ...) 18. ├─rlang::exec("chat", !!!.args) 19. └─ollamar::chat(...) 20. ├─base::tryCatch(...) 21. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 22. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 23. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 24. └─httr2::req_perform(req) 25. └─httr2:::handle_resp(req, resp, error_call = error_call) 26. └─rlang::cnd_signal(resp) Execution halted * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ OK * checking PDF version of manual ... OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * checking for new files in some other directories ... OK * DONE Status: 1 ERROR See ‘/data/blackswan/ripley/R/packages/tests-devel/mall.Rcheck/00check.log’ for details. Command exited with non-zero status 1 Time 1:21.48, 60.09 + 19.00